Just a repo for experimenting with Cython, e.g. building.
Details with Dave Karetnyk.
Normally directory for build, test results etc.
Just for convenience, copies of the scripts that are installed by the Cython package.
Directory to deploy transpiled code to for testing. Contents not under source control (apart from __int__.py).
Contains some scripts for experimenting with linting tools.
Examples of specific constructs that cause problems when transpiling via Cython.
Unit tests for code that matters.
Some sample Python code to transpile. Just over 100 .pyx files.
Some sample Python code to transpile. Just a few files (.pyx and .py). Also contains a basic setup.py copied from AutoStar.
Some utility scripts that might useful.