epcpy


Nameepcpy JSON
Version 0.1.8 PyPI version JSON
download
home_pagehttps://github.com/nedap/retail-epcpy
SummaryA Python module for creation, validation, and transformation of EPC representations as defined in GS1's EPC Tag Data Standard.
upload_time2025-02-03 15:11:11
maintainerNone
docs_urlNone
authorNedap Retail
requires_python<4.0,>=3.8
licenseMIT
keywords gs1 epc python gtin sgtin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nedap/retail-epcpy",
    "name": "epcpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "gs1, epc, python, gtin, sgtin",
    "author": "Nedap Retail",
    "author_email": "sander.meinderts@nedap.com",
    "download_url": "https://files.pythonhosted.org/packages/2d/ff/d10423430168a09fabdd9b41e1d1d50940b337652561b07be0eb74ac29b1/epcpy-0.1.8.tar.gz",
    "platform": null,
    "description": "# EPCPY\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PyPI version](https://badge.fury.io/py/epcpy.svg)](https://badge.fury.io/py/epcpy)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/epcpy.svg)](https://pypi.org/project/epcpy/)\n\n\nA 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).\n\n## Installation\n```python\npip install epcpy\n```\n\n## Documentation\nDocumentation can be found on [Git](https://github.com/nedap/retail-epcpy).",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python module for creation, validation, and transformation of EPC representations as defined in GS1's EPC Tag Data Standard.",
    "version": "0.1.8",
    "project_urls": {
        "Homepage": "https://github.com/nedap/retail-epcpy",
        "Repository": "https://github.com/nedap/retail-epcpy"
    },
    "split_keywords": [
        "gs1",
        " epc",
        " python",
        " gtin",
        " sgtin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb222449155a3007ae2d6fc310db92f238f1f494e6bb28ab59e1544534e15a18",
                "md5": "e2f8f4c7237d304b8938a1a09d0e84fb",
                "sha256": "c4357969323b2d032b5c41a383c8a8f4d4ca3a0dccb5b74d4076abbdeb103ef6"
            },
            "downloads": -1,
            "filename": "epcpy-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e2f8f4c7237d304b8938a1a09d0e84fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 51153,
            "upload_time": "2025-02-03T15:11:10",
            "upload_time_iso_8601": "2025-02-03T15:11:10.076214Z",
            "url": "https://files.pythonhosted.org/packages/bb/22/2449155a3007ae2d6fc310db92f238f1f494e6bb28ab59e1544534e15a18/epcpy-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dffd10423430168a09fabdd9b41e1d1d50940b337652561b07be0eb74ac29b1",
                "md5": "ba6a982d63bf904a9c1b201cb3b2abee",
                "sha256": "b9d756c27e0474949a0f0e67a00f5457d8d723138487fd0582c1c73accd50760"
            },
            "downloads": -1,
            "filename": "epcpy-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "ba6a982d63bf904a9c1b201cb3b2abee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 23519,
            "upload_time": "2025-02-03T15:11:11",
            "upload_time_iso_8601": "2025-02-03T15:11:11.271109Z",
            "url": "https://files.pythonhosted.org/packages/2d/ff/d10423430168a09fabdd9b41e1d1d50940b337652561b07be0eb74ac29b1/epcpy-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-03 15:11:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nedap",
    "github_project": "retail-epcpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "epcpy"
}
        
Elapsed time: 0.78614s