Metadata-Version: 2.4
Name: lstenv
Version: 0.1.2
Summary: A tool for editing environment variables
Author: aycsi
License: MIT
Keywords: environment,variables,cli,dotenv,python,configuration
Classifier: Development Status :: 5 - Production/Stable
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

[![PyPI](https://img.shields.io/pypi/v/lstenv.svg)](https://pypi.org/project/lstenv/)
![Development Status](https://img.shields.io/badge/Development--Status-active-green)
[![docs](https://img.shields.io/badge/docs-USAGE.md-blue)](https://github.com/aycsi/lstenv/blob/main/USAGE.md)
[![Downloads](https://pepy.tech/badge/lstenv)](https://pepy.tech/project/lstenv)
[![publish](https://github.com/aycsi/lstenv/actions/workflows/publish.yml/badge.svg)](https://github.com/aycsi/lstenv/actions/workflows/publish.yml)

### Installation

```bash
pip install lstenv
```

