Metadata-Version: 2.1
Name: awsmate
Version: 0.0.3
Summary: A companion for your AWS Python developments.
Project-URL: Repository, https://github.com/shlublu/awsmate
Project-URL: Documentation, https://awsmate.readthedocs.io/
Project-URL: Bug Tracker, https://github.com/shlublu/awsmate/issues
Project-URL: Changelog, https://github.com/shlublu/awsmate/blob/master/CHANGELOG.md
Author-email: "Vincent Poulain (Shlublu)" <shlublu@yahoo.fr>
License-File: LICENSE.txt
Keywords: aws,aws-apigateway,aws-lambda,aws-s3,python
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown

`awsmate` is a companion for your AWS Python developments.


## Installation

* Command line: `pip3 install awsmate`
* See the [PyPI page](https://pypi.org/project/awsmate/ "PyPI page of awsmate")


## Documentation

* The complete documentation is available [at ReadTheDocs](https://awsmate.readthedocs.io/ "awsmate documentation").
* Documentation status: [![Documentation status](https://readthedocs.org/projects/awsmate/badge/?version=latest)](https://awsmate.readthedocs.io/en/latest/?badge=latest)

## Testing

* Testing tool: `pytest`
* Command line: `pytest [-v|-vv]`. Should be run from the base directory of the repository.
* Tests files location:

        awsmate
            |___tests
                    |
                    |___unit
                    |
                    |___integration

* master branch tests status: ![master branch tests status](https://github.com/shlublu/awsmate/actions/workflows/tests.yaml/badge.svg?branch=master)

## License

This project is licensed under the EUROPEAN UNION PUBLIC LICENCE (EUPL) v. 1.2, which is compatible with the vast majority of open source licences.

* [View all translations](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 "Translations of the EUPL-1.2")
* [Compatibility matrix](https://joinup.ec.europa.eu/collection/eupl/matrix-eupl-compatible-open-source-licences "Compatibility matrix of the EUPL-1.2")
