File: envfile

package info (click to toggle)
python-envparse 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: python: 302; makefile: 15
file content (15 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BLANK=''
STR=foo
INT=42
FLOAT=33.3
BOOL_TRUE=1
BOOL_FALSE=0
PROXIED={{STR}}
LIST_STR='foo,bar'
LIST_STR_WITH_SPACES=' foo,  bar'
LIST_INT=1,2,3
LIST_INT_WITH_SPACES=1,  2,3
DICT_STR=key1=val1, key2=val2
DICT_INT=key1=1, key2=2
JSON='{"foo": "bar", "baz": [1, 2, 3]}'
URL=https://example.com/path?query=1