PORTNAME= envs
DISTVERSION= 1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rozhuk.im@gmail.com
COMMENT= Easy access of environment variables from Python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
TIMESTAMP = 1606003940
SHA256 (envs-1.3.tar.gz) = ccf5cd85ddb8ed335e39ed8a22e0d23658f5a6d7da430f225e6f750c6f50ae42
SIZE (envs-1.3.tar.gz) = 21969
Easy access of environment variables from Python with support for
booleans, strings, lists, tuples, integers, floats, and dicts.
If you need environment variables for your settings but need an easy way
of using Python objects instead of just strings. For example, if you
need a list of strings.
WWW: https://github.com/capless/envs