Metadata-Version: 2.1
Name: blabel
Version: 0.1.4
Summary: Generate multi-page, multi-label pdfs in Python.
Home-page: https://github.com/Edinburgh-Genome-Foundry/blabel
Author: Zulko
Author-email: UNKNOWN
License: MIT
Keywords: label barcode pdf generator
Platform: UNKNOWN
Requires-Dist: jinja2
Requires-Dist: qrcode
Requires-Dist: pystrich
Requires-Dist: python-barcode
Requires-Dist: pillow
Requires-Dist: weasyprint

Blabel
======

.. image:: https://travis-ci.org/Edinburgh-Genome-Foundry/blabel.svg?branch=master
    :target: https://travis-ci.org/Edinburgh-Genome-Foundry/blabel

.. image:: https://coveralls.io/repos/github/Edinburgh-Genome-Foundry/blabel/badge.svg?branch=master
    :target: https://coveralls.io/github/Edinburgh-Genome-Foundry/blabel?branch=master


Blabel is a python library to generate labels (typically for printing stickers)
with barcodes and other niceties

**Some features:**

- Generates PDF files where each page is a label (that's the way most label printers want it).
- Label layout is defined by HTML (Jinja) templates and CSS. Supports any page dimensions and margins.
- Builtin support for various barcodes, QR-codes, datamatrix, and more (wraps other libraries).
- Labels data can be provided as list of dicts (easy to generate from spreadsheets).
- Possibility to print several items per sticker.

.. image:: https://raw.githubusercontent.com/Edinburgh-Genome-Foundry/blabel/master/docs/_static/images/demo_screenshot.png

Infos
-----

**PIP installation:**

.. code:: bash

  pip install blabel

**Github Page**

`<https://github.com/Edinburgh-Genome-Foundry/blabel>`_

**Documentation:**

`<https://edinburgh-genome-foundry.github.io/blabel>`_


**License:** MIT, Copyright Edinburgh Genome Foundry

More biology software
-----------------------

.. image:: https://raw.githubusercontent.com/Edinburgh-Genome-Foundry/Edinburgh-Genome-Foundry.github.io/master/static/imgs/logos/egf-codon-horizontal.png
  :target: https://edinburgh-genome-foundry.github.io/

Blabel was originally written to print labels for biological samples and is part of the `EGF Codons <https://edinburgh-genome-foundry.github.io/>`_
synthetic biology software suite for DNA design, manufacturing and validation.






