Metadata-Version: 2.1
Name: ssmtoenv
Version: 0.1.0
Summary: Fetch SSM parameters and add them to .env file
Author: Your Name
Author-email: rahulmistri1997@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: boto3 (>=1.18.0,<2.0.0)
Requires-Dist: mkdocs (>=1.2.2,<2.0.0)
Requires-Dist: mkdocs-material (==9.2.0b0)
Requires-Dist: mkdocstrings-python (==1.2.1)
Requires-Dist: pytest (>=6.2.5,<7.0.0)
Requires-Dist: pytest-cov (>=3.0.0,<4.0.0)
Requires-Dist: python-dotenv (>=0.19.0,<0.20.0)
Requires-Dist: typer (>=0.4.0,<1.0.0)
