A GS1-compliant VRS interface for the open-source EPCIS QU4RTET platform.
Project description
A GS1-compliant VRS interface for QU4RTET, the open-source EPCIS platform.
Documentation
The full documentation is at https://serial-lab.gitlab.io/quartet_vrs/
Quickstart
Install quartet_vrs:
pip install quartet_vrs
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'quartet_vrs.apps.QuartetVrsConfig',
...
)
Add quartet_vrs’s URL patterns:
from quartet_vrs import urls as quartet_vrs_urls
urlpatterns = [
...
url(r'^', include(quartet_vrs_urls)),
...
]
Features
REST API
Open API Schema
Implements the full Global Lightweight Messaging Standard v1.0.2
Provides checkconnectivty endpoint.
Provides verify endpoint.
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quartet_vrs-1.1.6.tar.gz
(22.7 kB
view details)
Built Distribution
File details
Details for the file quartet_vrs-1.1.6.tar.gz
.
File metadata
- Download URL: quartet_vrs-1.1.6.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bd36e4e615df9b4b5e1dc5f5451688dcb570d659c6b3b34fc823b753d929dc9 |
|
MD5 | f6633fe44e1ab55c26e67468d4efaa4a |
|
BLAKE2b-256 | 7053d01afd095422b410ad72a5932bc7f651657c32cba819209a7f801822d8b3 |
Provenance
File details
Details for the file quartet_vrs-1.1.6-py2.py3-none-any.whl
.
File metadata
- Download URL: quartet_vrs-1.1.6-py2.py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b99e62fd5bef1d667632714ba056a25904695454991fe0ecabfbe826a2c298fb |
|
MD5 | da6a04fcf552077add5369d7bbc4b1ed |
|
BLAKE2b-256 | f9be39d4f660c0f8833a6b2b5a5f8f97f9c7c534e89b43c0f4a385d416156dd4 |