Skip to main content

Taskhawk Python Library

Project description

https://travis-ci.org/Automatic/taskhawk-python.svg?branch=master https://img.shields.io/coveralls/automatic/taskhawk-python/master.svg?style=flat-square https://img.shields.io/pypi/v/taskhawk.svg?style=flat-square https://img.shields.io/pypi/pyversions/taskhawk.svg?style=flat-square https://img.shields.io/pypi/implementation/taskhawk.svg?style=flat-square

TaskHawk is a replacement for celery that works on AWS SQS/SNS, while keeping things pretty simple and straight forward. Any unbound function can be converted into a TaskHawk task.

Only Python 3.6+ is supported currently.

You can find the latest, most up to date, documentation at Read the Docs.

Quick Start

First, install the library:

$ pip install taskhawk

Next, set up a few configuration settings:

AWS_ACCESS_KEY = YOUR AWS KEY
AWS_ACCOUNT_ID = YOUR AWS ACCOUNT ID
AWS_REGION = YOUR AWS REGION
AWS_SECRET_KEY = YOUR AWS SECRET KEY

TASKHAWK_QUEUE = YOUR APP TASKHAWK QUEUE

For Django projects, simple use Django settings to configure Taskhawk, for non-Django projects, you must declare an environment variable called SETTINGS_MODULE that points to a module where settings may be found.

Then, simply add the decorator taskhawk.task to your function:

@taskhawk.task
def send_email(to: str, subject: str, from_email: str = None) -> None:
    # send email

And finally, dispatch your function asynchronously:

send_email.dispatch('example@email.com', 'Hello!', from_email='example@spammer.com')

Development

Getting Started

Assuming that you have Python, pyenv and pyenv-virtualenv installed, set up your environment and install the required dependencies like this instead of the pip install taskhawk defined above:

$ git clone https://github.com/Automatic/taskhawk-python.git
$ cd taskhawk-python
$ pyenv virtualenv 3.6.5 taskhawk-3.6
...
$ pyenv activate taskhawk-3.6
$ pip install -r requirements/dev-3.6.txt

Running Tests

You can run tests in using make test. By default, it will run all of the unit and functional tests, but you can also specify your own py.test options.

$ py.test
$ py.test tests/test_consumer.py

Generating Documentation

Sphinx is used for documentation. You can generate HTML locally with the following:

$ pip install -e .[dev]
$ make docs

Getting Help

We use GitHub issues for tracking bugs and feature requests.

  • If it turns out that you may have found a bug, please open an issue

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

taskhawk-1.0.4.tar.gz (20.7 kB view details)

Uploaded Source

Built Distribution

taskhawk-1.0.4-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

Details for the file taskhawk-1.0.4.tar.gz.

File metadata

  • Download URL: taskhawk-1.0.4.tar.gz
  • Upload date:
  • Size: 20.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for taskhawk-1.0.4.tar.gz
Algorithm Hash digest
SHA256 fa10930314f516c98cdba8c204b4b2bea663fe4a24ffbdc89cc89154bfcbde9a
MD5 1fa0f6a894f4f98336770f9811277d22
BLAKE2b-256 d8efca1ca165cb72081a76d33ee8e4786bb97ef16aa7d48bb1f21ece4821c6c2

See more details on using hashes here.

File details

Details for the file taskhawk-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for taskhawk-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 cc689c0db2d11e35368fd1cecb218bccdd32e136e3e10d573797e726be2c1372
MD5 1aee45ad2835cc4266e1d7ec6fde7558
BLAKE2b-256 43eb4710817663ed32c6984dbfa2c6633dac2796df666e5c3ad61a49f39d078d

See more details on using hashes here.

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