An EPCIS to TraceLink Codec
Project description
An EPCIS to TraceLink Codec that overcomes (or tries to) many of the quirks, garbage, non-standard BS and other well-known shortcomings of the Tracelink EPCIS interface.
Documentation
The full documentation is at https://serial-lab.gitlab.io/quartet_tracelink/
Quickstart
Install quartet_tracelink:
pip install quartet_tracelink
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'quartet_tracelink.apps.QuartetTracelinkConfig',
...
)
Add quartet_tracelink’s URL patterns:
from quartet_tracelink import urls as quartet_tracelink_urls
urlpatterns = [
...
url(r'^', include(quartet_tracelink_urls)),
...
]
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
History
0.1.0 (2018-09-06)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quartet_tracelink-3.0.0.tar.gz.
File metadata
- Download URL: quartet_tracelink-3.0.0.tar.gz
- Upload date:
- Size: 38.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
222d63c359866b579fbfafbc0dca03639a59fe44c568a1f03e6bf666eaf79ee2
|
|
| MD5 |
2c3ed72a52ecce93e274c773d977e6d8
|
|
| BLAKE2b-256 |
2f017ae7c7764a48b76e8653a0c9c43be3bfc15e1b38a1b513d71c818f4d34af
|
File details
Details for the file quartet_tracelink-3.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: quartet_tracelink-3.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 54.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25f71103d922f6264cff0c36ae4506c199b92aa4378ecb408176c81db7ae4579
|
|
| MD5 |
2b0d5eecc3ecbd7fbff35866dc100c35
|
|
| BLAKE2b-256 |
61a95b5666ca4a20cd701fc8b188d412b26e2db2f64a54b939aca4fd52509cd6
|