https://github.com/astropy/extension-helpers
Helpers to assist with building Python packages with compiled C/Cython extensions
https://github.com/astropy/extension-helpers
python
Last synced: about 1 year ago
JSON representation
Helpers to assist with building Python packages with compiled C/Cython extensions
- Host: GitHub
- URL: https://github.com/astropy/extension-helpers
- Owner: astropy
- License: bsd-3-clause
- Created: 2019-12-13T16:16:25.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T16:27:45.000Z (over 1 year ago)
- Last Synced: 2025-04-03T10:23:56.923Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage: https://extension-helpers.readthedocs.io
- Size: 1000 KB
- Stars: 17
- Watchers: 8
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.rst
Awesome Lists containing this project
README
extension-helpers
=================
.. image:: https://github.com/astropy/extension-helpers/actions/workflows/main.yml/badge.svg
:target: https://github.com/astropy/extension-helpers/actions/workflows/main.yml
.. image:: https://codecov.io/gh/astropy/extension-helpers/branch/main/graph/badge.svg
:target: https://codecov.io/gh/astropy/extension-helpers
.. image:: https://readthedocs.org/projects/extension-helpers/badge/?version=latest
:target: https://extension-helpers.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
The **extension-helpers** package includes convenience helpers to assist with
building Python packages with compiled C/Cython extensions. It is developed by
the Astropy project but is intended to be general and usable by any Python
package.
For more information, see the documentation at http://extension-helpers.readthedocs.io