Podiant Factory Server
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
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eab5ae5931cf2f7a5baf85b8ce2066f75df687fdce20f4bffddb497af72ae011
|
|
| MD5 |
9c7b574d7e381af2597c50a1fba8ebe8
|
|
| BLAKE2b-256 |
d12b69fa64d2f4cda13a8fe08d778ad7176f03285d4fb2062942d46f0bb856bc
|