-
Notifications
You must be signed in to change notification settings - Fork 132
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
Maintainership & Altrenatives #129
Comments
Hi Sumukh, Thanks for the kind words and for reaching out! I also can't wholeheartedly recommend any other libraries because I've neither used them nor inspected their code. While I appreciate your candidacy, at first glance it seems like your coming from a place where your motivation is promoting an alternative, Dotsi, and not necessarily develop |
Hi Mats, Thanks for writing back. :) I'm genuinely interested in helping with Before I've started perusing Cheers! |
Got it! Thank you for clearing that up. A good first step would be to pull out the freeze/unfreeze functionality from this #123 one. We already decided to include it, but the PR also bundles string-nesting which I'm not sure I want. I'm happy to work with you on a few PRs and issues and then eventually add you as a maintainer 🙏 |
Hello,
Thank you so much for working on Addict. It's wonderful! JavaScript-like dot notation for Python dictionaries is extremely empowering, because it helps us avoid unnecessary class definitions.
We're big fans of Addict at my company. Typically, we use it without the recursive
dict
fallback, asKeyError
s can help prevent hard-to-diagnose bugs.I noticed that Addict has been seeking new maintainers for a couple of months. I'd like to volunteer. But I must point out that we've recently released Dotsi, which is similar to Addict. While it is similar, there are a couple of differences:
KeyError
for missing keys.My company relies on Addict. And while we plan on transitioning to Dotsi, I'd be happy to help maintain Addict.
I'd also like to urge you to kindly consider the following: Instead of seeking new maintainers, would you please be open to recommending EasyDict, Dotsi, or another library as an alternative/successor?
Thanks again for creating Addict. :)
Regards,
Sumukh
The text was updated successfully, but these errors were encountered: