Metadata-Version: 2.1
Name: python-ezenv
Version: 0.0.5
Summary: Package for setting environment variable easily
Author: Enkh-Amar Ganbat
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## ezenv

A simple python package for setting environment variable.

## How to use?

```python
from ezenv import set_env

set_env(VARIABLE_NAME, VARIABLE_VALUE)
```
