Skip to main content

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

Tools

  • tox
  • coverage
  • git
  • git flow

Credit

Created by: Diggersheep (Alexandre COMBEAU)

For Université de Strasbourg (Unistra)

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

celeryt-0.9.3.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

celeryt-0.9.3-py3-none-any.whl (3.7 kB view hashes)

Uploaded 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