Skip to main content

A GS1-compliant VRS interface for the open-source EPCIS QU4RTET platform.

Project description

https://gitlab.com/serial-lab/quartet_vrs/badges/master/coverage.svg https://gitlab.com/serial-lab/quartet_vrs/badges/master/build.svg https://badge.fury.io/py/quartet_vrs.svg

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 hashes)

Uploaded Source

Built Distribution

quartet_vrs-1.1.5-py2.py3-none-any.whl (11.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page