Metadata-Version: 2.1
Name: python-aws-dataclasses
Version: 0.4.1
Summary: python-aws-dataclasses
Home-page: https://github.com/hypoport/python-aws-dataclasses
License: UNKNOWN
Keywords: aws lambda events
Author: Benjamin Weigel
Author-email: benjamin.weigel@europace.de
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Dist: docutils>=0.3
Requires-Dist: dataclasses>=0.6
Requires-Dist: arrow>=0.11.0
Requires-Dist: pytest >=2.7.3; extra == "test"
Requires-Dist: pytest-runner; extra == "test"
Requires-Dist: sphinx; extra == "doc"
Provides-Extra: .none
Provides-Extra: doc
Provides-Extra: test

Python-AWS-Dataclasses [WIP]
===========
[![Codecov](https://img.shields.io/codecov/c/github/hypoport/python-aws-dataclasses.svg)](https://github.com/hypoport/python-aws-dataclasses)

Python-AWS-Dataclasses provides data-classes for AWS lambda events

**Installation**

```bash
# current version
pip install git+https://github.com/hypoport/python-aws-dataclasses.git
pipenv install git+https://github.com/hypoport/python-aws-dataclasses.git#egg=aws-dataclasses

# using a tagged/released version
pip install git+https://github.com/hypoport/python-aws-dataclasses.git@0.2.1
pipenv install git+https://github.com/hypoport/python-aws-dataclasses.git@0.2.1#egg=aws-dataclasses
```

**Test using tox**

```
tox
```

**Test using setup.py**

```
python setup.py test
```

