File: PKG-INFO

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 (68 lines) | stat: -rw-r--r-- 2,651 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Metadata-Version: 2.1
Name: python-barcode
Version: 0.15.1
Summary: Create standard barcodes with Python. No external modules needed. (optional Pillow support included).
Home-page: https://github.com/WhyNotHugo/python-barcode
Author: Hugo Osvaldo Barrera et al
Author-email: hugo@barrera.io
License: MIT
Description: python-barcode
        ==============
        
        .. image:: https://action-badges.now.sh/WhyNotHugo/python-barcode
          :target: https://github.com/WhyNotHugo/python-barcode/actions
          :alt: CI status
        
        .. image:: https://readthedocs.org/projects/python-barcode/badge/
          :target: https://python-barcode.rtfd.org/
          :alt: documentation
        
        .. image:: https://img.shields.io/pypi/v/python-barcode.svg
          :target: https://pypi.python.org/pypi/python-barcode
          :alt: version on pypi
        
        .. image:: https://img.shields.io/pypi/dm/python-barcode.svg
          :target: https://pypi.python.org/pypi/python-barcode
          :alt: downloads
        
        .. image:: https://img.shields.io/pypi/l/python-barcode.svg
          :target: https://github.com/WhyNotHugo/python-barcode/blob/main/LICENCE
          :alt: licence
        
        **python-barcode** provides a simple way to create barcodes in Python.
        
        There are no external dependencies when generating SVG files.
        Pillow is required for generating images (e.g.: PNGs).
        
        Support Python 3.7 to 3.11.
        
        .. image:: example-ean13.png
          :target: https://github.com/WhyNotHugo/python-barcode
          :alt: python-barcode
        
        Documentation
        -------------
        
        Full documentation is published at http://python-barcode.rtfd.io/
        
        Licence
        -------
        
        python-barcode is licensed under the MIT licence. See LICENCE for details.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: images