.env -> .env.json
Project description
Installation
$ [sudo] pip install env2json
Examples
.env.dev
DB_NAME=name
DB_USER=username
DB_HOST=127.0.0.1
DB_PORT=5432
$ python -m env2json .env.dev > .env.dev.json
.env.dev.json
{
"DB_HOST": "127.0.0.1",
"DB_NAME": "name",
"DB_PORT": "5432",
"DB_USER": "username"
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
env2json-2020.12.3.tar.gz
(1.9 kB
view details)
File details
Details for the file env2json-2020.12.3.tar.gz.
File metadata
- Download URL: env2json-2020.12.3.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc985a9766f4781969546bec321d41f7f42f48122d98d53370df897ac33198e6
|
|
| MD5 |
0895da4bee06c18d9c1d10646b65ad6f
|
|
| BLAKE2b-256 |
3331157a35122874fbe0ccdfdf84e6e36f5bf562f0471aa8fb043ebdd825ade9
|