Cython 3.0.11
0
The Cython compiler for writing C extensions in the Python language.
Contents
The Cython compiler for writing C extensions in the Python language.
How to Install cython
You can install cython using pip
pip install cython
or add it to a project with poetry
poetry add cython
Package Details
- Author
- Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.
- License
- Apache-2.0
- Homepage
- https://cython.org/
- PyPi:
- https://pypi.org/project/Cython/
- Documentation:
- https://cython.readthedocs.io/
Classifiers
- Software Development/Code Generators
- Software Development/Compilers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common cython errors.
Code Examples
Here are some cython
code examples and snippets.