Skip to content

Commit

Permalink
Merge pull request #10 from evaline-ju/update-readme
Browse files Browse the repository at this point in the history
📝 Add aconfig advantages
  • Loading branch information
gabe-l-hart authored Oct 30, 2024
2 parents f940499 + 9cdf2e0 commit 7d56872
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Alchemy Config
The `aconfig` library provides simple `yaml` configuration in `python` with environment-based overrides.

## Library advantages
1. Easily reads environment variables with error handling, e.g. for absence of variables or boolean capitalization
1. Allows users to easily access and traverse nested configuration without checking for key presence on every access
1. Automatically handles overriding logic - environment variables take precedence over local configuration files

## Installation

To install, simply use `pip`
Expand Down

0 comments on commit 7d56872

Please sign in to comment.