Skip to main content

Output logic for QU4RTET supply chain messaging.

Project description

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

Output Rules and logic for QU4RTET supply chain messaging.

Documentation

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

Quickstart

Install quartet_output

pip install quartet_output

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'quartet_output.apps.QuartetOutputConfig',
    ...
)

Add quartet_output’s URL patterns:

from quartet_output import urls as quartet_output_urls


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

Features

  • Output determination allows you to create filters on inbound EPCIS data and determine which inbound EPCIS events trigger outbound business messaging.

  • Define HTTP and HTTPS end points for trading partners.

  • Define various authentication schemes for external end points.

  • Outbound messages take advantage of the quartet_capture rule engine by creating a new outbound task for every message. This puts every outbound task on the Celery Task Queue- allowing you to scale your outbound messaging to your liking.

Running The Unit Tests

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

Project details


Download files

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

Source Distribution

quartet_output-1.0.1.tar.gz (32.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quartet_output-1.0.1-py2.py3-none-any.whl (29.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file quartet_output-1.0.1.tar.gz.

File metadata

File hashes

Hashes for quartet_output-1.0.1.tar.gz
Algorithm Hash digest
SHA256 3b3606697e86758629c6e538d080da41cddcddb1f073092fa6cd389959b02b16
MD5 c4dc09dab54383f75a299aebc75ba5f2
BLAKE2b-256 15d80bb0114c2181ef27803b2727eece560fc471faa0056592bc150de89cb96c

See more details on using hashes here.

File details

Details for the file quartet_output-1.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for quartet_output-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4263098805e2f423331595b096e9fd552d98269acfd098bf7bbb6be02e2e9552
MD5 3c16387bd51d788e4da13cf16f0e2b31
BLAKE2b-256 ae57cad9a47cf55cb3f3079229cb5dcd1239bcc3260d0b8f7678f6e60301800b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page