msharp / barcodez

the z is for Zint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barcodez

The z is for Zint.

Barcode server using the Zint project via Python.

Uses Falcon and uWSGI to serve barcode images generated in-memory.

Run it

In development, using gunicorn:

pipenv run gunicorn wsgi:application

or uWSGI:

pipenv run uwsgi --wsgi-disable-file-wrapper -c uwsgi_dev.ini

Or in the Docker container, with:

docker run -p 8000:8000 barcodez

About

the z is for Zint


Languages

Language:Python 86.2%Language:Dockerfile 13.8%