Skip to main content

Reliable, asynchronous media workflow manager

Project description

Podiant Factory Server

Build Coverage

Reliable, asynchronous media workflow manager

Quickstart

Install Factory Server:

pip install podiant-factory-server

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'factory_server',
    ...
)

Add the URL patterns:

from factory_server import urls as factory_urls

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

Running tests

Does the code actually work?

coverage run --source factory_server runtests.py

Credits

Tools used in rendering this package:

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

podiant-factory-server-0.2.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

podiant_factory_server-0.2.0-py2.py3-none-any.whl (6.8 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