Metadata-Version: 2.1
Name: baram
Version: 0.2.4
Summary: AWS Framework for python
Author: Kwangsik Lee
Author-email: lks21c@gmail.com
Requires-Python: >=3.7.10,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: boto3 (==1.18.65)
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: nest-asyncio (>=1.5.5,<2.0.0)
Requires-Dist: pytest-cov (>=3.0.0,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: ujson (>=5.5.0,<6.0.0)
Description-Content-Type: text/markdown

## Baram

Cloud Framework for AWS Framework.

Baram means "wind" in Korean which makes cloud move conveniently.  

## For Framework Developer

You can build and install the package as below.

```commandline

$ ./build.sh
```
