Metadata-Version: 2.1
Name: blabel
Version: 0.1.6
Summary: Generate multi-page, multi-label pdfs in Python.
Home-page: https://github.com/Edinburgh-Genome-Foundry/blabel
Author: Zulko
License: MIT
Keywords: label barcode pdf generator
Platform: UNKNOWN
License-File: LICENCE.txt

Blabel
======

.. image:: https://github.com/Edinburgh-Genome-Foundry/blabel/actions/workflows/build.yml/badge.svg
    :target: https://github.com/Edinburgh-Genome-Foundry/blabel/actions/workflows/build.yml
    :alt: GitHub CI build status

.. 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 package 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.


