Cython package example
Purpose
The purpose of this package is to demonstrate how to organize a project developed using Cython.
It shows a suitable folder structure according to the best practices, how to create extension modules with Cython, how to implement functions in C and make them available to Cython, how to include package data, how to write a setup.py script that allows users without Cython to install the package nonetheless.
Installation
From a repository checkout
make install
or
CYTHONIZE=1 pip install --user .
From PyPi
pip install --user cython-package-example
Release files for cython-package-example 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cython_package_example-0.1.7.tar.gz | 155.1 kB | Details |
Release files / cython_package_example-0.1.7.tar.gz
| Download URL | cython_package_example-0.1.7.tar.gz |
|---|---|
| Size | 155.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d4c0d33fdf0c909b913cd1c6bc7ceba6ec131444660533987db3b82def2f4e44
|
|
BLAKE2b-256 checksum How to use checksums |
fee2dbdd5c94119b26fc317f93d56ebdee1da4175cf8777fb221a12aae405abd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|