https://github.com/gpongelli/pycode128
Python C extension for Code128 library
https://github.com/gpongelli/pycode128
python
Last synced: about 1 year ago
JSON representation
Python C extension for Code128 library
- Host: GitHub
- URL: https://github.com/gpongelli/pycode128
- Owner: gpongelli
- Created: 2023-01-24T17:06:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T14:44:01.000Z (about 3 years ago)
- Last Synced: 2025-03-01T17:49:19.628Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSES/MIT.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# Code128 library's python extension
[](https://pypi.org/project/pycode128/)
[](https://pypi.org/project/pycode128/)
[](https://github.com/gpongelli/pycode128/actions/workflows/complete.yml)
[](https://codecov.io/github/gpongelli/pycode128)
Python extension for Code128 barcode generator library
* Documentation:
* GitHub:
* PyPI:
* Free software: MIT
## Features
* [Code128 library](https://github.com/fhunleth/code128) python wrapper, included as submodule
and build when creating python extension
* Poetry managed project
* C code checked via [check tool](https://libcheck.github.io/check/), compiled and run through pytst on all python version under Ubuntu OS
* Multiple OS (Linux, Windows, MacOS) and Python compilation via [cibuildwhel](https://github.com/pypa/cibuildwheel)
* [cibuildwheel manylinux_2_28 custom images](https://hub.docker.com/r/gpongelli/manylinux_python) with pre-built python from source,
to being able to compile check against correct python version
* ~~[ARM-runner action](https://github.com/pguyot/arm-runner-action) custom [images](https://github.com/gpongelli/arm-runner-python/releases)
with pre-built python from source, to build RPI wheels~~
## Credits
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [gpongelli/cookiecutter-pypackage](https://github.com/gpongelli/cookiecutter-pypackage) project template.