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
Built Distribution
File details
Details for the file quartet_integrations-1.0.8.tar.gz
.
File metadata
- Download URL: quartet_integrations-1.0.8.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0ef02456cc178dcc7c067164922822bd19eaeffc076286f747891c0263eed541
|
|
MD5 |
dbff8316a0d7e86be99f0dd41305c5d3
|
|
BLAKE2b-256 |
e21955735ad0e2667232f42c04e0b4bb0634a2971e170f7e8e476ebd4d18721d
|
File details
Details for the file quartet_integrations-1.0.8-py2.py3-none-any.whl
.
File metadata
- Download URL: quartet_integrations-1.0.8-py2.py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
aa80dfb505de521ae142472f47c4491de2302cb999c2519043cea82a4664db5c
|
|
MD5 |
ce7fb6ef4270bf99949bd64b4c07b699
|
|
BLAKE2b-256 |
e22640faba916573d45648d9bf44bd126bc0a4a842b1ca3672dd5cb6aee8022e
|