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)
Release files for celeryt 0.9.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| celeryt-0.9.9.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| celeryt-0.9.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.7 kB
Release files / celeryt-0.9.9.tar.gz
| Download URL | celeryt-0.9.9.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db94d7eaa5adc836e1aa99baa2ffc4d78e9821f7aad493e3a6f606eb882df609
|
|
BLAKE2b-256 checksum How to use checksums |
b3a79be7e531b9cf7286e6b8fcc8c5979e02853a80ba62cd485204d653b4ee6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / celeryt-0.9.9-py3-none-any.whl
| Download URL | celeryt-0.9.9-py3-none-any.whl |
|---|---|
| Size | 8.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
81c68482b5863c4a0e437a1e1f6afccfaec8ce6aab4fc561d3207bdd8b22846a
|
|
BLAKE2b-256 checksum How to use checksums |
0c7419025de1f58c0c93e82eae73587b673e9d483e477a08845df634ab9ee9ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|