-
Notifications
You must be signed in to change notification settings - Fork 25.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add simputils-config #2619
base: master
Are you sure you want to change the base?
Add simputils-config #2619
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use simputils-config at work, seems to be a great way to simplify your app configuration and have multiple different modularised setups.
Keep in mind, those 3 approvals seems to be from empty fake/scammer accounts. Please report them! |
I am surprised to see that, what is the interest of having fake accounts approving PR in this repo ? |
Create an impression of validity of the accounts (creation of activity on those accounts). At least I think so. The recent months there were spikes in fake accounts on github. Maybe it's a way to sink my PR, so there would be an impression that I created those accounts. Basically I don't know, just guessing here. |
What is this Python project?
simputils-config
is a tiny library that simplifies working with configs and params. Especially useful for collecting config values from different sources and using the resulting "dict-like" object for different (unlimited) purposes. Additionally allows integration withpydantic
framework and as sources any file-type (If the handler for this file-type is implemented, custom or not).dict
data-typeargparser
yml
,env
,json
(custom handlers for other file-types can be added)os.environ
pydantic
All the features are implemented with development effort reduction and generic architecture in mind, that makes this project awesome.
What's the difference between this Python project and similar ones?
Most of the projects related to "configs" either too complicated to use, or missing features, besides bloating and damaging the overall architecture of a project (IMHO).
--
Anyone who agrees with this pull request could submit an Approve review to it.
P.S. I'm the owner of the project, and I understand that this can cause this PR to be rejected, but I really think that this project can be beneficial to developers.