Metadata-Version: 2.1
Name: SQuidS
Version: 0.1.0a0
Summary: SQuidS is a Python task library for AWS SQS
Home-page: https://github.com/rsiemens/squids/
Author: Ryan Siemens
Author-email: ryanjsiemens@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

<h1 align="center">
  SQuidS  
</h1>
<p align="center">
A Python library that makes it simple to produce and consume tasks using AWS SQS.
</p>
<p align="center">
  <img src="https://user-images.githubusercontent.com/8187804/166835620-151c9c59-25b5-45af-949a-e8123a3578dd.png" />
</p>
<p align="center">
Icon made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
</p>

Installation
------------

Git clone and `python -m pip install -e .`

Documentation
-------------

https://squids.readthedocs.io

