nri-env-parser: Read environment variables as settings to build 12-factor apps.

[ bsd3, library, web ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8
Change log CHANGELOG.md
Dependencies base (>=4.12.0.0 && <4.17), modern-uri (>=0.3.1.0 && <0.4), network-uri (>=2.6.2.0 && <2.8), nri-prelude (>=0.1.0.0 && <0.7), text (>=1.2.3.1 && <2.1) [details]
License BSD-3-Clause
Copyright 2022 NoRedInk Corp.
Author NoRedInk
Maintainer haskell-open-source@noredink.com
Category Web
Home page https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-env-parser#readme
Bug tracker https://github.com/NoRedInk/haskell-libraries/issues
Source repo head: git clone https://github.com/NoRedInk/haskell-libraries(env-parser)
Uploaded by julianobs at 2022-02-01T21:42:37Z
Distributions
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 1332 total (38 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for nri-env-parser-0.1.0.8

[back to package description]

nri-env-parser

The 12-factor app uses environment variables for configuration. A Haskell app will need to parse environmental values into types. This library provides functionality to do so for commonly used types.

It also provides a way to generate an overview of all environment variables an app consumes.