dotenv-micro: Tiny dotenv library

[ bsd3, configuration, library ] [ Propose Tags ]

Loading secrets and confidential configuration values from outside the program code is a security best practice. This library enables that with a tiny dependency footprint.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1 (info)
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), directory [details]
License BSD-3-Clause
Copyright 2023 Marco Zocca, UnfoldML
Author Marco Zocca
Maintainer Marco Zocca
Revised Revision 1 made by ocramz at 2023-07-16T11:32:48Z
Category Configuration
Home page https://github.com/unfoldml/dotenv-micro
Source repo head: git clone https://github.com/unfoldml/dotenv-micro
Uploaded by ocramz at 2023-07-16T11:23:39Z
Distributions NixOS:0.1.0.1
Downloads 74 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-07-16 [all 1 reports]

Readme for dotenv-micro-0.1.0.1

[back to package description]

dotenv-micro

Tiny .env library for handling secret strings as config variables, similar in behaviour to Python's python-dotenv.