denv
####
usage:
.. code-block:: bash
denv COMMAND [ARGS]
Expects a `.env` file in current directory of format:
.. code-block:: bash
KEY=VALUE
KEY=host=foo user=bar
Example
-------
.. code-block:: bash
$ cat .env
CONNECTION_STRING=host=foo user=bar password=baz
$ denv env | grep CONNECTION_STRING
host=foo user=bar password=baz
WHY?
====
so many dotenv repos exist out there but none of them (AFAIK) can read connection string formatted values like `connection_string=host=foo user=bar password=baz`.
So here is a very simple cli script to do just that! :-)
####
usage:
.. code-block:: bash
denv COMMAND [ARGS]
Expects a `.env` file in current directory of format:
.. code-block:: bash
KEY=VALUE
KEY=host=foo user=bar
Example
-------
.. code-block:: bash
$ cat .env
CONNECTION_STRING=host=foo user=bar password=baz
$ denv env | grep CONNECTION_STRING
host=foo user=bar password=baz
WHY?
====
so many dotenv repos exist out there but none of them (AFAIK) can read connection string formatted values like `connection_string=host=foo user=bar password=baz`.
So here is a very simple cli script to do just that! :-)
Release files for denv 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| denv-1.0.4.tar.gz | 1.7 kB | Details |
Release files / denv-1.0.4.tar.gz
| Download URL | denv-1.0.4.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d2aff7fbf3f4953b3ee736b885a3e857eaf6ca0350f6f6a746cf4fa4fa3d66c2
|
|
BLAKE2b-256 checksum How to use checksums |
9f4758f24299108290df6a47538199ba88a2c9abe74cfa37ab9e4eac43c422c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |