Skip to main content

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:

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.4.0.tar.gz (16.0 kB view details)

Uploaded Source

File details

Details for the file podiant-factory-server-0.4.0.tar.gz.

File metadata

  • Download URL: podiant-factory-server-0.4.0.tar.gz
  • Upload date:
  • Size: 16.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3

File hashes

Hashes for podiant-factory-server-0.4.0.tar.gz
Algorithm Hash digest
SHA256 eab5ae5931cf2f7a5baf85b8ce2066f75df687fdce20f4bffddb497af72ae011
MD5 9c7b574d7e381af2597c50a1fba8ebe8
BLAKE2b-256 d12b69fa64d2f4cda13a8fe08d778ad7176f03285d4fb2062942d46f0bb856bc

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4.0 This release

1 file

0.2.0

2 files

0.1

3 files

Supported by

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