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.5.tar.gz
(22.7 kB
view details)
Built Distribution
File details
Details for the file quartet_vrs-1.1.5.tar.gz
.
File metadata
- Download URL: quartet_vrs-1.1.5.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 | a2bcc08c42a8de3848782a414de9d11003de23cd2599da669b200029af7d4f5f |
|
MD5 | 2080746787004440a3e9c57ad54c33b4 |
|
BLAKE2b-256 | 6fc36857afeec6d365740125961bbd31a3c9875f3ff224dae4d03023c8b6f484 |
Provenance
File details
Details for the file quartet_vrs-1.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: quartet_vrs-1.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90d5bd21c8b570b9f165e1b0f8f13d78fd9332dc5c6ef88b7257d13c2c8027ae |
|
MD5 | 4446419320ef3edf5835923c5be965fa |
|
BLAKE2b-256 | a4ca429696014427e8bbf2b51dc02a2bdacea8662e92af0fbd8db0843cf1cda0 |