Metadata-Version: 2.4
Name: lstenv
Version: 0.0.10
Summary: A tool for editing environment variables
Author: aycsi
License: MIT
Keywords: environment,variables,cli,dotenv,python,configuration
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# lstenv

Tool for generating, syncing, and auditing .env files by scanning code.

[![PyPI](https://img.shields.io/pypi/v/lstenv)](https://pypi.org/project/lstenv)
[![Downloads](https://pepy.tech/badge/lstenv)](https://pepy.tech/project/lstenv)
[![Documentation](https://img.shields.io/badge/docs-USAGE.md-blue)](https://github.com/aycsi/lstenv/blob/main/USAGE.md)


## Installation

```bash
pip install lstenv
```

## Documentation
- [![Documentation](https://img.shields.io/badge/docs-USAGE.md-blue)](https://github.com/aycsi/lstenv/blob/main/USAGE.md)

## License

MIT License

