Metadata-Version: 2.4
Name: envmanager-package
Version: 0.1.0
Summary: A simple CLI tool to create, edit, validate, and manage .env files for Python projects.
Author: Sunil Kumawat
Author-email: kumawatsunilkumar889@gmail.com
License: MIT
Project-URL: Source, https://github.com/yourusername/envmanager
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

EnvManager is a Python CLI utility that helps you manage .env files: add/remove keys, validate required variables, and generate from templates. Ideal for Python developers who use environment variables.
