https://github.com/ofek/extensionlib
The toolkit for building extension modules
https://github.com/ofek/extensionlib
extensions interface python
Last synced: about 1 year ago
JSON representation
The toolkit for building extension modules
- Host: GitHub
- URL: https://github.com/ofek/extensionlib
- Owner: ofek
- License: mit
- Created: 2022-06-04T18:28:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T12:57:26.000Z (about 3 years ago)
- Last Synced: 2025-05-01T01:04:03.343Z (about 1 year ago)
- Topics: extensions, interface, python
- Language: Python
- Homepage: https://ofek.dev/extensionlib/
- Size: 601 KB
- Stars: 25
- Watchers: 8
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# extensionlib
| | |
| --- | --- |
| CI/CD | [](https://github.com/ofek/extensionlib/actions/workflows/test.yml) [](https://github.com/ofek/extensionlib/actions/workflows/build.yml) [](https://github.com/ofek/extensionlib/actions/workflows/publish-pypi.yml) |
| Docs | [](https://github.com/ofek/extensionlib/actions/workflows/docs.yml) [](https://github.com/ofek/extensionlib/actions/workflows/publish-docs.yml) |
| Package | [](https://pypi.org/project/extensionlib/) [](https://pypi.org/project/extensionlib/) [](https://pypi.org/project/extensionlib/) |
| Meta | [](https://github.com/psf/black) [](https://github.com/python/mypy) [](https://spdx.org/licenses/) [](https://github.com/sponsors/ofek) |
-----
The toolkit for building [extension modules](https://docs.python.org/3/extending/extending.html).
See the [documentation](https://ofek.dev/extensionlib/).
## License
`extensionlib` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.