dsc / bunch

A Bunch is a Python dictionary that provides attribute-style access (a la JavaScript objects).
http://github.com/dsc/bunch
MIT License
482 stars 177 forks source link

Bunch is dead! #32

Open femtotrader opened 9 years ago

femtotrader commented 9 years ago

... except if we merge !

see https://github.com/dsc/bunch/network

Maybe we should create an organization and try to consolidate our efforts

femtotrader commented 9 years ago

Pinging @dsc @Infinidat

femtotrader commented 9 years ago

Pinging @vmalloc

femtotrader commented 9 years ago

Pinging @pombredanne also

femtotrader commented 9 years ago

GitHub organization created https://github.com/pybunch

vmalloc commented 9 years ago

Check out munch, our newer fork of bunch. On יום ו׳, 2 באוק׳ 2015 at 18:07 femtotrader notifications@github.com wrote:

GitHub organization created https://github.com/pybunch

— Reply to this email directly or view it on GitHub https://github.com/dsc/bunch/issues/32#issuecomment-145054398.

femtotrader commented 9 years ago

This one https://github.com/Infinidat/munch But could you update https://pypi.python.org/pypi/munch/

femtotrader commented 9 years ago

What is your opinion about an organization ? because we can't have so many issues opened (and that we can't close). Having an org just for this quite interesting lib could help to maintain it.

vmalloc commented 9 years ago

Several of our own projects already use Munch, so I don't think we'll switch back to Bunch any time soon. Bunch itself is indeed dead, as there are several issues I couldn't even get a reply on for several months before I despaired. I will release a new version of Munch (just added 3.5 support as well), and will fix the doctests. Thanks!

femtotrader commented 9 years ago

Could you post here when package will be available on PyPi ? Thanks.

vmalloc commented 9 years ago

Sure - just uploaded v2.0.3 with the doctest fixes and tested against Python 3.5. If you experience any more issues don't hesitate to report them.

femtotrader commented 9 years ago

Thanks. Your rst need to be fixed https://pypi.python.org/pypi/munch/

restview can help

femtotrader commented 9 years ago

convert to RST using

pandoc -f markdown -t rst README.md -o README.rst

validate using

restview --pypi-strict README.rst
vmalloc commented 9 years ago

Fixed - the long description was accidentally taken from Markdown....

femtotrader commented 9 years ago

You can also use Markdown

but according

http://peterdowns.com/posts/first-time-with-pypi.html

you need a setup.cfg

vmalloc commented 9 years ago

Cool, although I prefer leaving it to Github...

femtotrader commented 9 years ago

hope to you thanks trying to fix my code now.

F483 commented 8 years ago

Since this package seems to be abandoned I have forked it and uploaded an updated version to pypi https://pypi.python.org/pypi/neobunch

Feel free to use it and submit patches.

pombredanne commented 8 years ago

@F483 I would suggest you consider munch at https://github.com/Infinidat/munch which is the alive and maintained fork

pombredanne commented 8 years ago

@F483 and is on Pypi too: https://pypi.python.org/pypi/munch/

dsc commented 3 weeks ago

From the grave, I return!

dsc commented 3 weeks ago

I'm happy to reach out to everyone who's done excellent work in my absence. Sorry that life intervened.