Metadata-Version: 2.1
Name: ean
Version: 0.0.2
Summary: ean is a python module to create EAN13 (ISBN) .svg barcode
Home-page: https://github.com/ucomru/python-ean
Author: Timur U
Author-email: ucomru@pm.me
License: MIT
Keywords: barcode ean ean13 isbn svg
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml

# python-ean

**python-ean** is a _python_ module to create EAN13 (ISBN) `.svg` barcode.

## Installation

```sh
pip install ean
```

## Definitions

[European Article Number](https://wikipedia.org/wiki/European_Article_Number) (_EAN_) 
is a standard describing a barcode symbology and numbering system used in global 
trade to identify a specific retail product type, in a specific packaging 
configuration, from a specific manufacturer. The _most commonly used_ EAN 
standard is the thirteen-digit **EAN-13**.

[International Standard Book Number](https://en.wikipedia.org/wiki/ISBN) (_ISBN_) 
is a numeric commercial book identifier that is intended to be unique.

[Scalable Vector Graphics](https://en.wikipedia.org/wiki/SVG) (_SVG_) 
is an XML-based vector image format for defining two-dimensional graphics.

## License

**python-ean** is licensed under the **MIT licence**. See _LICENCE_ for details.

## Disclaimer
```
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```
