[Bug 252078] devel/py-envs: add port
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Dec 23 17:56:16 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252078
Bug ID: 252078
Summary: devel/py-envs: add port
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: rozhuk.im at gmail.com
Created attachment 220860
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220860&action=edit
patch
Easy access of environment variables from Python with support for
booleans, strings, lists, tuples, integers, floats, and dicts.
Use Case
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.
Features
- CLI to convert settings
- CLI to list and check environment variables
- Use strings, lists, tuples, integers, floats or dicts.
IMPORTANT: When setting the variables in your environmenet
(ex. in .env file) wrap them in single or double quotes
(ex. "['some','list']")
WWW: https://github.com/capless/envs
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list