Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzfcb/celery-utils
https://github.com/luzfcb/celery-utils
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luzfcb/celery-utils
- Owner: luzfcb
- License: bsd-2-clause
- Created: 2021-07-09T00:57:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T15:37:48.000Z (over 3 years ago)
- Last Synced: 2024-04-16T02:29:16.665Z (7 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# celery-utils - A collection of reusable utilities for Celery.
celery-utils is an open-source project with a collection of reusable utilities for Celery.
celery-utils was part of the Courtlistener.com codebase, but we've decided to release it as a standalone project as it might be useful to more people.
Further development is intended, and all contributors, corrections, and additions are welcome.
## Installation
Install this via pip (or your favourite package manager):
`pip install celery-utils`
## Documentation
https://celery-utils.readthedocs.io
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## License
This repository is available under the permissive BSD 2-Clause License, making it easy and safe to incorporate in your own libraries.Pull and feature requests welcome. Online editing in GitHub is possible (and easy!).
## Credits
This package was created with
[Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the
[browniebroke/cookiecutter-pypackage](https://github.com/browniebroke/cookiecutter-pypackage)
project template.