Metadata-Version: 2.1
Name: baram
Version: 0.3.7
Summary: AWS Framework for python
Author: Kwangsik Lee
Author-email: lks21c@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: boto3 (==1.28.62)
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: great-expectations (==0.17.8)
Requires-Dist: nest-asyncio (>=1.5.5,<2.0.0)
Requires-Dist: pyathena (==3.0.6)
Requires-Dist: pytest-cov (>=3.0.0,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: sqlalchemy (==1.4.49)
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
```
