No project description provided
Project description
CeleryT
What is CeleryT?
CeleryT is a project builder for Celery python project.
How to download it?
python3 -m pip install celeryt
What can I do with celeryT?
- You can create a project skeleton for Celery.
- You can create a project skeleton for Celery with skinos extension.
- It init automatically a git repository and can init git flow.
- You can run celery command for test purpose (basic command)
How to run it?
- new celery project:
celeryt new <project_name> - new celery project with git flow:
celeryt new <project_name> --flow - new celery project with skinos:
celeryt new <project_name> --skinos - run celery command for dev or test:
celeryt run - help:
celeryt help
What's inside the project skeleton
Project structure
<project_name>/
| <project_name>/
| | __init__.py
| | celery.py
| | get_settings.py
| \ tasks.py
| requirements/
| | common.txt
| \ dev.txt
| settings/
| | base.py
| | test.py
| | dev.py
| | pprd.py
| \ prod.py
| .coveragerc
| .gitignore
| README.md
| requirements.txt
\ tox.ini
project technologies
Application
- Python
- Celery
- celery-skinos
- sentry
Tools
- tox
- coverage
- git
- git flow
Credit
Created by: Diggersheep (Alexandre COMBEAU)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
celeryt-0.9.9.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file celeryt-0.9.9.tar.gz.
File metadata
- Download URL: celeryt-0.9.9.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db94d7eaa5adc836e1aa99baa2ffc4d78e9821f7aad493e3a6f606eb882df609
|
|
| MD5 |
083f9c4977388af56cddf09699f11b12
|
|
| BLAKE2b-256 |
b3a79be7e531b9cf7286e6b8fcc8c5979e02853a80ba62cd485204d653b4ee6f
|
File details
Details for the file celeryt-0.9.9-py3-none-any.whl.
File metadata
- Download URL: celeryt-0.9.9-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81c68482b5863c4a0e437a1e1f6afccfaec8ce6aab4fc561d3207bdd8b22846a
|
|
| MD5 |
3e2f014dccdaddf016c910017b4932b1
|
|
| BLAKE2b-256 |
0c7419025de1f58c0c93e82eae73587b673e9d483e477a08845df634ab9ee9ca
|