{"id":21512983,"url":"https://github.com/federicostra/cython-package-example","last_synced_at":"2025-04-09T18:43:02.842Z","repository":{"id":49810025,"uuid":"220509266","full_name":"FedericoStra/cython-package-example","owner":"FedericoStra","description":"Example of a package with Cython extensions.","archived":false,"fork":false,"pushed_at":"2022-02-09T16:22:20.000Z","size":29,"stargazers_count":59,"open_issues_count":6,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T20:43:45.714Z","etag":null,"topics":["cython","cython-library","example","example-project","package","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FedericoStra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-08T16:46:26.000Z","updated_at":"2024-11-21T13:25:26.000Z","dependencies_parsed_at":"2022-09-03T19:00:19.029Z","dependency_job_id":null,"html_url":"https://github.com/FedericoStra/cython-package-example","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoStra%2Fcython-package-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoStra%2Fcython-package-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoStra%2Fcython-package-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FedericoStra%2Fcython-package-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FedericoStra","download_url":"https://codeload.github.com/FedericoStra/cython-package-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248090384,"owners_count":21046078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cython","cython-library","example","example-project","package","python","python3"],"created_at":"2024-11-23T22:49:49.857Z","updated_at":"2025-04-09T18:43:02.803Z","avatar_url":"https://github.com/FedericoStra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cython package example\n======================\n\nPurpose\n-------\n\nThe purpose of this package is to demonstrate how to organize a project developed using Cython.\nIt 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.\n\nInstallation\n------------\n\n### From a repository checkout\n\n```bash\nmake install\n```\nor\n```bash\nCYTHONIZE=1 pip install --user .\n```\n\n### From PyPi\n\n```bash\npip install --user cython-package-example\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedericostra%2Fcython-package-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedericostra%2Fcython-package-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedericostra%2Fcython-package-example/lists"}