Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !1907

Add Onacol

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/JNevrly/add-onacol into master Jan 03, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: JNevrly

What is this Python project?

Onacol is a low-opinionated configuration management library with following features:

  • YAML (=structured and hierarchical) configuration file support
  • Environment variables support (explicit and implicit)
  • CLI arguments support
  • Configuration merging/overwriting/layering
  • Parameter validation (via Cerberus)
  • Configuration schema, documentation and default values are defined in single YAML -> No code schema.
  • Minimal dependencies

What's the difference between this Python project and similar ones?

Comparing with all the configuration management libraries & frameworks I could find on GitHub, based on the features I consider important:

Framework YAML ENV vars CLI args Merging Validation No code schema
Hydra ✔️ ✔️ ❓ ✔️ ✔️ ✖️
Pydantic ❓ ❓ ✔️ ✔️ ✔️ ✖️
Dynaconf ✔️ ❓ ✔️ ✔️ ✔️ ✖️
python-dotenv ✖️ ✔️ ✖️ ✖️ ✖️ ✖️
Gin Config ❓ ❓ ❓ ❓ ✔️ ✖️
Python Decouple ✖️ ✖️ ✔️ ✔️ ✖️ ✖️
OmegaConf ✔️ ✔️ ✔️ ✔️ ✔️ ✖️
Confuse ✔️ ✔️ ❓ ✔️ ✔️ ✖️
Everett ✔️ ✔️ ✔️ ❓ ✔️ ✖️
parse_it ✔️ ✔️ ✔️ ✔️ ❓ ✖️
Grift ✖️ ✖️ ✖️ ❓ ✔️ ✖️
profig ✖️ ✔️ ✖️ ❓ ✔️ ✖️
tweak ✔️ ✖️ ✖️ ✔️ ✖️ ✖️
Bison ✔️ ❓ ✔️ ✔️ ✔️ ✖️
Config-Man ✖️ ✔️ ✔️ ❓ ✔️ ✖️
figga ✔️ ✖️ ✔️ ❓ ✖️ ✖️
Onacol ✔️ ✔️ ✔️ ✔️ ✔️ ✔️

--

Anyone who agrees with this pull request could submit an Approve review to it.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/JNevrly/add-onacol