Metadata-Version: 2.1
Name: django-sqs-mq
Version: 0.0.2
Summary: A simple wrapper for boto3 for receive, and sending, to an AWS SQS queue.
Home-page: https://github.com/firestarry/django-sqs.git
Author: whj
Author-email: whj@linuxbs.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: django (>=1.11.29)
Requires-Dist: boto3 (>=1.12.33)

# django-sqs-mq

# 概括

## Documentation
本包名字为*packer*,使用方法包括...


#### Supported Django and Python versions

Django \ Python | 3.4 | 3.5 | 3.6 | 3.7 | 3.8 |
--------------- | --- | --- | --- | --- | --- |
1.11 |  *  |  *  |  *  |  *  |  *  |
2.0  |  *  |  *  |  *  |  *  |  *  |


### Installation
To install django-sqs-mq:
```shell
$ pip install django-sqs-mq
```

## Contribute



## Code of Conduct



## License

Copyright (c) 2018-2020   [MIT license](https://opensource.org/licenses/MIT).

