Third party integrations for the QU4RTET platform.
Project description
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-10.0.0.tar.gz
(110.5 kB
view details)
Built Distribution
File details
Details for the file quartet_integrations-10.0.0.tar.gz
.
File metadata
- Download URL: quartet_integrations-10.0.0.tar.gz
- Upload date:
- Size: 110.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e229b0acff52267ce0d133805f0286e1d26df40079af2c07d83a6720e8e834e |
|
MD5 | b5cb918cad0c42d59f60e6e513defd25 |
|
BLAKE2b-256 | de1b01618fa78ab3376e23b3a4e430878059bce32204b826fdabea59f04f672d |
File details
Details for the file quartet_integrations-10.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: quartet_integrations-10.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 194.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b2437f0f9e37cb679c76940bf9a23b29aad830e242a6664c68a8cba2a934431 |
|
MD5 | 0056582b05f1de81cd119057372e3bd5 |
|
BLAKE2b-256 | 71cb493504ddd64cb7f90c00e210dfe77d66495c0ba5d35c5716dd871799b6f4 |