Metadata-Version: 2.1
Name: chenv
Version: 0.2.0
Summary: modern local environment management
Home-page: https://github.com/jonathan-shemer/chenv
License: MIT
Keywords: chenv,dotenv,enviroment
Author: Jonathan Shemer
Author-email: i@jonathanshemer.com
Requires-Python: >=3.8,<3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: desert (>=2020.11.18,<2021.0.0)
Requires-Dist: httpx (>=0.16.1,<0.17.0)
Requires-Dist: marshmallow (>=3.10.0,<4.0.0)
Requires-Dist: python-dotenv (>=0.15.0,<0.16.0)
Requires-Dist: questionary (>=1.9.0,<2.0.0)
Requires-Dist: toolz (>=0.11.1,<0.12.0)
Project-URL: Documentation, https://chenv.readthedocs.io
Project-URL: Repository, https://github.com/jonathan-shemer/chenv
Description-Content-Type: text/markdown

[![Tests](https://github.com/jonathan-shemer/chenv/workflows/Tests/badge.svg)](https://github.com/jonathan-shemer/chenv/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/jonathan-shemer/chenv/branch/master/graph/badge.svg)](https://codecov.io/gh/jonathan-shemer/chenv)
[![PyPI](https://img.shields.io/pypi/v/chenv.svg)](https://pypi.org/project/chenv/)
[![Read the Docs](https://readthedocs.org/projects/chenv/badge/)](https://chenv.readthedocs.io/)

```
      _
  ___| |__   ___ _ ____   __
 / __| '_ \ / _ | '_ \ \ / /
| (__| | | |  __| | | \ V /
 \___|_| |_|\___|_| |_|\_/ . modern local environment management
```

