Metadata-Version: 2.4
Name: envs
Version: 1.4
Summary: Easy access of environment variables from Python with support for strings, booleans, list, tuples, and dicts.
License: Apache-2.0
License-File: LICENSE
Author: Brian Jinwright
Author-email: bjinwright@qwigo.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: cli
Requires-Dist: Jinja2[cli] (>=3.0.3,<4.0.0) ; extra == "cli"
Requires-Dist: click[cli] (>=8.0.3,<9.0.0) ; extra == "cli"
Requires-Dist: terminaltables3[cli] (>=3.1.10,<4.0.0)
