Automatically generate .env files from .env.example template files
Project description
A Python app to generate dotenv (.env) files from templates.
Features
Quickstart
Install Python DotEnver
$ pip install dotenver
Create a .env.example following this example
# Full line comments will be kept # Simple usage NAME= ## dotenver:first_name # Pass parameters to fakers ENABLED= ## dotenver:boolean(chance_of_getting_true=50) # Name your values MYSQL_PASSWORD= ## dotenver:password:my_password(length=20) # And get the same value again, when the name is repeated. DB_PASSWORD= ## dotenver:password:my_password() # Output your values within double or single quotes DOUBLE_QUOTED= ## dotenver:last_name(quotes='"') SINGLE_QUOTED= ## dotenver:last_name(quotes="'") # Literal values are possible STATIC_VARIABLE=static value # export syntax can be used export EXPORTED_VARIABLE=exported
Run python DotEnver form the CLI
$ dotenver -r
You now have a new .env file ready to use.
For more usage options run
$ dotenver -h
Docker
A Docker image is provided. To use it, mount your source code to /var/lib/dotenver/ and run the container.
$ docker run --rm -v `pwd`:/var/lib/dotenver/ jmfederico/dotenver
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
dotenver-0.6.0.tar.gz
(6.4 kB
view details)
Built Distribution
dotenver-0.6.0-py3-none-any.whl
(15.1 kB
view details)
File details
Details for the file dotenver-0.6.0.tar.gz
.
File metadata
- Download URL: dotenver-0.6.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.7.1 Darwin/18.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dc143ec08eb7e53af5e27dfbae640d9bf0ce5c1e034349faf181e529bfc042a |
|
MD5 | d3571be653472a3fc26af485df2de329 |
|
BLAKE2b-256 | b4c25ba67115e5161aae9b8598b410eab8f57cf25c80d61aa69c86b1893d36c8 |
File details
Details for the file dotenver-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: dotenver-0.6.0-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.7.1 Darwin/18.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dadf9b50e457358ea02dc642bebe3ca20e7bd312e64ec2ba6264c3c1eecd5311 |
|
MD5 | 84c10cae322e6763c333b849f802d88c |
|
BLAKE2b-256 | 92674e7ab84374ea134570281a44d8b6afd07d44328c187195363abbfb45a9ed |