File: contents.rst

package info (click to toggle)
python-barcode 0.15.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 684 kB
  • sloc: python: 1,661; makefile: 23; sh: 9
file content (45 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
㊙️ python-barcode
==================

.. image:: _static/images/pybarcode.png

**python-barcode** is a pure-python library for generating barcodes in various formats.
It's 100% pure python.

There are no external dependencies when generating SVG files. `Pillow`_ is required for
generating images (e.g.: PNGs).

.. _Pillow: https://python-pillow.org/

Contents
--------

.. toctree::
    :maxdepth: 2

    getting-started
    supported-formats
    writers
    changelog

Help
----

If you think you found a bug, or need help with something specific:

- Please check existing issues for similar topics.
- If there's nothing relevant, please open a new issue describing your problem, and
  what you've tried so far.

Issues and source code are all in `GitHub <https://www.github.com/WhyNotHugo/python-barcode>`_.

Donations
---------

Donations are welcome. See `here <https://github.com/sponsors/WhyNotHugo>`_ for further
details.

Licence
-------

python-barcode is licensed under the MIT licence. See LICENCE for details.