Metadata-Version: 2.1
Name: arq-worker
Version: 0.0.0a0
Summary: A high level abstraction designed for running arq in api-driven apps
Home-page: https://github.com/trisongz/arq-worker
Author: trisongz
Author-email: ts@growthengineai.com
License: MIT Style
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: lazycls
Requires-Dist: pylogz
Requires-Dist: arq
Requires-Dist: redis


# arq-worker
 A high level abstraction designed for running [arq](https://github.com/samuelcolvin/arq) in api-driven apps/frameworks

---
## Quickstart

```bash
# From pypi
pip install --upgrade arq-worker

# From source
pip install --upgrade git+https://github.com/trisongz/arq-worker
```

## Usage

```python
import arqworker

## Do something here

```

---

## Libraries & Dependencies

- `Python 3.7`

- `lazycls`

- `pylogz`

- `arq`

- `redis`


---

This Python Library has been autogenerated with [pylibup](https://github.com/trisongz/pylibup).


