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:
Release files for quartet-integrations 1.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| quartet_integrations-1.0.8.tar.gz | 20.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| quartet_integrations-1.0.8-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 34.6 kB
Release files / quartet_integrations-1.0.8.tar.gz
| Download URL | quartet_integrations-1.0.8.tar.gz |
|---|---|
| Size | 20.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0ef02456cc178dcc7c067164922822bd19eaeffc076286f747891c0263eed541
|
|
BLAKE2b-256 checksum How to use checksums |
e21955735ad0e2667232f42c04e0b4bb0634a2971e170f7e8e476ebd4d18721d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|
Release files / quartet_integrations-1.0.8-py2.py3-none-any.whl
| Download URL | quartet_integrations-1.0.8-py2.py3-none-any.whl |
|---|---|
| Size | 13.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
aa80dfb505de521ae142472f47c4491de2302cb999c2519043cea82a4664db5c
|
|
BLAKE2b-256 checksum How to use checksums |
e22640faba916573d45648d9bf44bd126bc0a4a842b1ca3672dd5cb6aee8022e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|