Metadata-Version: 2.4
Name: lstenv
Version: 0.0.3
Summary: A tool on your command line for generating, syncing, and auditing .env files via scan
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 version](https://badge.fury.io/py/lstenv.svg)](https://badge.fury.io/py/lstenv)

## Installation

```bash
pip install lstenv
```

## License

MIT License

## Repository

[https://github.com/aycsi/lstenv](https://github.com/aycsi/lstenv)
