Metadata-Version: 2.1
Name: pawnlib
Version: 0.0.7
Summary: pawnlib is a collection of libraries for IaC.
Home-page: https://github.com/jinwoo-j/pawnlib
Author: Jinwoo Jeong
Author-email: jinwoo@iconloop.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: asttokens (==2.0.5)
Requires-Dist: certifi (==2022.6.15)
Requires-Dist: charset-normalizer (==2.1.0)
Requires-Dist: devtools (==0.8.0)
Requires-Dist: executing (==0.8.3)
Requires-Dist: idna (==3.3)
Requires-Dist: parameterized (==0.8.1)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: requests (==2.28.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: termcolor (==1.1.0)
Requires-Dist: urllib3 (==1.26.10)
Requires-Dist: asyncio (~=3.4.3)
Requires-Dist: aiometer (~=0.3.0)
Requires-Dist: pyfiglet (==0.8.post1)
Requires-Dist: deprecated
Requires-Dist: argparse (==1.4.0)
Requires-Dist: Jinja2 (==3.1.2)
Requires-Dist: rich (==12.0.1)

# pawnlib

pawnlib is a collection of libraries for IaC.

### Installing pawnlib

pawnlib is available on PyPI:

```
pip3 install pawnlib

```
Officially supports Python 3.9+.
