HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.83k stars 196 forks source link

Is this project still mantained? #75

Closed alexandremjacques closed 5 years ago

alexandremjacques commented 5 years ago

Since last commit appears to be at least 2 years old, should I consider this project abandoned? I ask because some PRs not merged are interesting and I would use those features right away (Docker secrets being a must one right now).

soypunk commented 5 years ago

@alexandremjacques you might take a look at https://github.com/lincolnloop/goodconf/ and see if it meets your needs... it is fairly similar approach though it prefers JSON/YAML as the serialization format.

sant527 commented 5 years ago

Can we use this with Django 2.1.7

soypunk commented 5 years ago

@sant527 if you are referring to my comment on GoodConf -- yes it works with Django 2.x. I have a couple of apps in production with it now. I haven't tried decouple with Django 2.x but I was going to setup a sample project and see how it goes -- kinda far down my todo list at the moment though.

sant527 commented 5 years ago

also i heard about django-environ. i am little confused.is there any standard way

henriquebastos commented 5 years ago

When I have the time and ppl helps, I do maintain the project.

Many PRs changes lot's of design assumptions and are not good to merge. This is the biggest obstacle.

However today I just made a new release to solve some important issues.

All the best!