Skip to content

gpongelli/pycode128

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code128 library's python extension

pypi python Build Status codecov

Python extension for Code128 barcode generator library

Features

  • Code128 library python wrapper, included as submodule and build when creating python extension
  • Poetry managed project
  • C code checked via check tool, compiled and run through pytst on all python version under Ubuntu OS
  • Multiple OS (Linux, Windows, MacOS) and Python compilation via cibuildwhel
  • cibuildwheel manylinux_2_28 custom images with pre-built python from source, to being able to compile check against correct python version
  • ARM-runner action custom images with pre-built python from source, to build RPI wheels

Credits

This package was created with Cookiecutter and the gpongelli/cookiecutter-pypackage project template.