Metadata-Version: 2.1
Name: epcpy
Version: 0.1.5
Summary: A Python module for creation, validation, and transformation of EPC representations as defined in GS1's EPC Tag Data Standard.
Home-page: https://github.com/nedap/retail-epcpy
License: MIT
Keywords: gs1,epc,python,gtin,sgtin
Author: Nedap Retail
Author-email: sander.meinderts@nedap.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/nedap/retail-epcpy
Description-Content-Type: text/markdown

# EPCPY
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/epcpy.svg)](https://badge.fury.io/py/epcpy)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/epcpy.svg)](https://pypi.org/project/epcpy/)


A Python module for creation, validation, and transformation of EPC representations as defined in GS1's EPC Tag Data Standard (https://www.gs1.org/standards/rfid/tds).

## Installation
```python
pip install epcpy
```

## Documentation
Documentation can be found on [Git](https://github.com/nedap/retail-epcpy).
