Projects

These are the contributor created tools, libraries or projects, give them a try!

Box logo

Box

python-box is a library aimed to make frequent work with dictionary into a breeze by using dot.notation.syntax instead of the["traditional"]["method"].

Its monthly download count has rocketed to over 50,000 via pypi with over 1,100 github stars (Jan 2019). It has a large amount of outside contributions, so thank you everyone for making this such a well loved library!

puremagic

puremagic aims to identify files based off their “magic number”, similar to how libmagic works on linux when using the file command, except it is written in Python, making it much faster and more lightweight than the other python libraries that wrap libmagic.