[PR #1442] Add pconf #1278

Open
opened 2025-11-06 13:13:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1442
Author: @andrasmaroy
Created: 12/1/2019
Status: 🔄 Open

Base: masterHead: master


📝 Commits (2)

  • a9054b7 Add pconf
  • 2928121 Merge branch 'master' of github.com:vinta/awesome-python into master

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Supports parsing configuration values from multiple sources and organizing them in a hierarchy, meaning sources higher-up overwrite values with the same key.

Available sources:

  • environment variables
  • files
    • json
    • yaml
    • ini
    • custom formats also available
  • command line arguments
  • key-value pairs (dict) directly

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

I'm not aware of anything similar.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 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/1442 **Author:** [@andrasmaroy](https://github.com/andrasmaroy) **Created:** 12/1/2019 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`a9054b7`](https://github.com/vinta/awesome-python/commit/a9054b764a90ab5ac673018d598765a537cbc764) Add pconf - [`2928121`](https://github.com/vinta/awesome-python/commit/2928121229f17d2d4de337dd9a9d5946ef2ebb1f) Merge branch 'master' of github.com:vinta/awesome-python into master ### 📊 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? Supports parsing configuration values from multiple sources and organizing them in a hierarchy, meaning sources higher-up overwrite values with the same key. Available sources: * environment variables * files * json * yaml * ini * custom formats also available * command line arguments * key-value pairs (`dict`) directly ## What's the difference between this Python project and similar ones? I'm not aware of anything similar. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <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 2025-11-06 13:13:04 -06: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#1278