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-2.0.1.tar.gz
(30.5 kB
view details)
Built Distribution
File details
Details for the file quartet_vrs-2.0.1.tar.gz
.
File metadata
- Download URL: quartet_vrs-2.0.1.tar.gz
- Upload date:
- Size: 30.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51e2af54abe3bdd6288476ba7a4c6d295f09fc788f6bbe2d3f7132c244490ff1 |
|
MD5 | f7f3235189fdd00bd2e758d29ddbe36d |
|
BLAKE2b-256 | 235e534233d50b721037263c2e205dc7ee681019ab9a4af6e5ba8d8efde99f88 |
Provenance
File details
Details for the file quartet_vrs-2.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: quartet_vrs-2.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 40.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5df645ee72b6ff8df971bcb8e31c49c196c9c30e01ad01634e148f72ffd9f41 |
|
MD5 | 82fdfd63e72d566c04ce790b5a3ba56e |
|
BLAKE2b-256 | 1a26acaa04911f39d70616333655438b18d1af3bb05b5485191f9204d8ddc055 |