[PR #1549] [MERGED] Adding hydra library #8068

Closed
opened 2026-04-18 22:25:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1549
Author: @nikitabarskov
Created: 5/25/2020
Status: Merged
Merged: 6/6/2020
Merged by: @vinta

Base: masterHead: adding-hydra-configuration-library


📝 Commits (1)

  • 1cc7b7c Adding hydra configuration library.

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Hydra is the configuration management framework for Python.

The main feature is the ability to dynamically create a hierarchical configuration by composition and override it through config files and the command line.

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

  • flexible configuration abilities;
  • improved syntax;
  • built-in command-line overriding;
  • hierarchical configuration;
  • more in repo or docs.

--

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1549 **Author:** [@nikitabarskov](https://github.com/nikitabarskov) **Created:** 5/25/2020 **Status:** ✅ Merged **Merged:** 6/6/2020 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `adding-hydra-configuration-library` --- ### 📝 Commits (1) - [`1cc7b7c`](https://github.com/vinta/awesome-python/commit/1cc7b7c4fe7e9132fdfe82b4943e10a77f5ef9e8) Adding `hydra` configuration library. ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? [Hydra](https://hydra.cc) is the configuration management framework for Python. > The main feature is the ability to dynamically create a hierarchical configuration by composition and override it through config files and the command line. ## What's the difference between this Python project and similar ones? * flexible configuration abilities; * improved syntax; * built-in command-line overriding; * hierarchical configuration; * more in [repo](https://github.com/facebookresearch/hydra) or [docs](https://hydra.cc). -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-18 22:25:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#8068