Skip to main content

Third party integrations for the QU4RTET platform.

Project description

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

Third party integrations for the QU4RTET open-source EPCIS platform. For more on QU4RTET and SerialLab, see the SerialLab website

the SerialLab website: http://serial-lab.com

Documentation

The full documentation is at https://serial-lab.gitlab.io/quartet_integrations/

Quickstart

Install quartet_integrations:

pip install quartet_integrations

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'quartet_integrations.apps.QuartetIntegrationsConfig',
    ...
)

Add quartet_integrations’s URL patterns:

from quartet_integrations import urls as quartet_integrations_urls


urlpatterns = [
    ...
    url(r'^', include(quartet_integrations_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quartet_integrations-7.0.1.tar.gz (93.3 kB view hashes)

Uploaded Source

Built Distribution

quartet_integrations-7.0.1-py2.py3-none-any.whl (149.0 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