Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anyblok/anyblok-background-tasks
Manage ways to run jobs (in backgroup or not...)
https://github.com/anyblok/anyblok-background-tasks
Last synced: about 1 month ago
JSON representation
Manage ways to run jobs (in backgroup or not...)
- Host: GitHub
- URL: https://github.com/anyblok/anyblok-background-tasks
- Owner: AnyBlok
- License: mpl-2.0
- Created: 2020-10-28T09:32:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-30T17:54:29.000Z (about 4 years ago)
- Last Synced: 2023-02-26T21:15:51.704Z (almost 2 years ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/AnyBlok/anyblok-background-tasks.svg?branch=main
:target: https://travis-ci.org/AnyBlok/anyblok-background-tasks
:alt: Build status.. image:: https://coveralls.io/repos/github/AnyBlok/anyblok-background-tasks/badge.svg?branch=main
:target: https://coveralls.io/github/AnyBlok/anyblok-background-tasks?branch=main
:alt: Coverage.. image:: https://img.shields.io/pypi/v/anyblok-background-tasks.svg
:target: https://pypi.python.org/pypi/anyblok-background-tasks/
:alt: Version status.. image:: https://readthedocs.org/projects/anyblok-background-tasks/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: https://anyblok-background-tasks.readthedocs.org/en/latest/?badge=latest========================
Anyblok background tasks
========================Abstractions and tools to manage background tasks
* Free software: Mozilla Public License Version 2.0
* Documentation: https://anyblok-background-tasks.readthedocs.io.Features
--------* TODO
Contribute
----------* Install dependencies to hack this project.
.. code:: bash
make install-dev
* Setup database used to run test
.. code:: bash
make setup
* Setup pre-commit hooks (Optionnal)
.. code:: bash
pre-commit install --install-hooks
You can use `-n` option to `git commit` command to not call hooks
Author
------Pierre Verkest
[email protected]
https://github.com/petrus-vCredits
-------.. _`Anyblok`: https://github.com/AnyBlok/AnyBlok
This `Anyblok`_ package was created with `audreyr/cookiecutter`_ and the `AnyBlok/cookiecutter-anyblok-project`_ project template.
.. _`AnyBlok/cookiecutter-anyblok-project`: https://github.com/Anyblok/cookiecutter-anyblok-project
.. _`audreyr/cookiecutter`: https://github.com/audreyr/cookiecutter