===================================
QU4RTET Verification Router Service
===================================
.. image:: https://gitlab.com/serial-lab/quartet_vrs/badges/master/coverage.svg
:target: https://gitlab.com/serial-lab/quartet_vrs/pipelines
.. image:: https://gitlab.com/serial-lab/quartet_vrs/badges/master/build.svg
:target: https://gitlab.com/serial-lab/quartet_vrs/commits/master
.. image:: https://badge.fury.io/py/quartet_vrs.svg
:target: https://badge.fury.io/py/quartet_vrs
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`:
.. code-block:: python
INSTALLED_APPS = (
...
'quartet_vrs.apps.QuartetVrsConfig',
...
)
Add quartet_vrs's URL patterns:
.. code-block:: python
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
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/serial-lab/quartet_vrs",
"name": "quartet_vrs",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "quartet_vrs",
"author": "SerialLab",
"author_email": "slab@serial-lab.com",
"download_url": "https://files.pythonhosted.org/packages/23/5e/534233d50b721037263c2e205dc7ee681019ab9a4af6e5ba8d8efde99f88/quartet_vrs-2.0.1.tar.gz",
"platform": null,
"description": "===================================\nQU4RTET Verification Router Service\n===================================\n\n.. image:: https://gitlab.com/serial-lab/quartet_vrs/badges/master/coverage.svg\n :target: https://gitlab.com/serial-lab/quartet_vrs/pipelines\n.. image:: https://gitlab.com/serial-lab/quartet_vrs/badges/master/build.svg\n :target: https://gitlab.com/serial-lab/quartet_vrs/commits/master\n.. image:: https://badge.fury.io/py/quartet_vrs.svg\n :target: https://badge.fury.io/py/quartet_vrs\n\nA GS1-compliant VRS interface for QU4RTET, the open-source EPCIS platform.\n===========================================================================\n\nDocumentation\n-------------\n\nThe full documentation is at https://serial-lab.gitlab.io/quartet_vrs/\n\nQuickstart\n----------\n\nInstall quartet_vrs::\n\n pip install quartet_vrs\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'quartet_vrs.apps.QuartetVrsConfig',\n ...\n )\n\nAdd quartet_vrs's URL patterns:\n\n.. code-block:: python\n\n from quartet_vrs import urls as quartet_vrs_urls\n\n\n urlpatterns = [\n ...\n url(r'^', include(quartet_vrs_urls)),\n ...\n ]\n\nFeatures\n--------\n\n- REST API\n- Open API Schema\n- Implements the full Global Lightweight Messaging Standard v1.0.2\n- Provides ``checkconnectivty`` endpoint.\n- Provides ``verify`` endpoint.\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n source <YOURVIRTUALENV>/bin/activate\n (myenv) $ pip install tox\n (myenv) $ tox\n\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "A GS1-compliant VRS interface for the open-source EPCIS QU4RTET platform.",
"version": "2.0.1",
"project_urls": {
"Homepage": "https://gitlab.com/serial-lab/quartet_vrs"
},
"split_keywords": [
"quartet_vrs"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1a26acaa04911f39d70616333655438b18d1af3bb05b5485191f9204d8ddc055",
"md5": "82fdfd63e72d566c04ce790b5a3ba56e",
"sha256": "c5df645ee72b6ff8df971bcb8e31c49c196c9c30e01ad01634e148f72ffd9f41"
},
"downloads": -1,
"filename": "quartet_vrs-2.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "82fdfd63e72d566c04ce790b5a3ba56e",
"packagetype": "bdist_wheel",
"python_version": "3.6",
"requires_python": null,
"size": 40311,
"upload_time": "2024-02-25T18:02:07",
"upload_time_iso_8601": "2024-02-25T18:02:07.097421Z",
"url": "https://files.pythonhosted.org/packages/1a/26/acaa04911f39d70616333655438b18d1af3bb05b5485191f9204d8ddc055/quartet_vrs-2.0.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "235e534233d50b721037263c2e205dc7ee681019ab9a4af6e5ba8d8efde99f88",
"md5": "f7f3235189fdd00bd2e758d29ddbe36d",
"sha256": "51e2af54abe3bdd6288476ba7a4c6d295f09fc788f6bbe2d3f7132c244490ff1"
},
"downloads": -1,
"filename": "quartet_vrs-2.0.1.tar.gz",
"has_sig": false,
"md5_digest": "f7f3235189fdd00bd2e758d29ddbe36d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 30525,
"upload_time": "2024-02-25T18:02:02",
"upload_time_iso_8601": "2024-02-25T18:02:02.794170Z",
"url": "https://files.pythonhosted.org/packages/23/5e/534233d50b721037263c2e205dc7ee681019ab9a4af6e5ba8d8efde99f88/quartet_vrs-2.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-25 18:02:02",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "serial-lab",
"gitlab_project": "quartet_vrs",
"lcname": "quartet_vrs"
}