Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 5aaece4

Browse files
authored
Update and rename README.rst to README.md
1 parent 159853e commit 5aaece4

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Python-AWS-Dataclasses [WIP]
2+
===========
3+
4+
Python-AWS-Dataclasses provides data-classes for AWS lambda events
5+
6+
**Installation**
7+
8+
```bash
9+
# current version
10+
pip install git+https://github.com/hypoport/python-aws-dataclasses.git
11+
pipenv install git+https://github.com/hypoport/python-aws-dataclasses.git#egg=aws-dataclasses
12+
13+
# using a tagged/released version
14+
pip install git+https://github.com/hypoport/[email protected]
15+
pipenv install git+https://github.com/hypoport/[email protected]#egg=aws-dataclasses
16+
```
17+
18+
**Test using tox**
19+
20+
```
21+
tox
22+
```
23+
24+
**Test using setup.py**
25+
26+
```
27+
python setup.py test
28+
```

README.rst

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)