doorman Keeps your secrets, secret. Allows you to put the keys, passwords and things you want to keep secret in a config file and then hide and show your secrets. github.com Shared by @halitalptekin
termrule Provide a coloured horizontal rule for your terminal. Useful for marking debugging blocks and the like. github.com Shared by @itsnauman
Toga A Python native, OS native GUI toolkit. Very cool project for building Native GUI apps with Python. pybee.org Shared by @mgrouchy
butterdb This is very useful if you use google spreadsheets. Butterdb is an orm for Google drive spreadsheets. github.com Shared by @mgrouchy
kcbo A Bayesian testing framework written in Python. KCBO allows you to do Bayesian data analysis without worrying about the implementation details for a certain test. github.com Shared by @mgrouchy
characteristic Remove the boilerplate from your life with characteristic. This project gives you a human-readable __repr__, a complete set of comparison methods, and a kwargs-based initializer. github.com Shared by @mgrouchy
pytest-timeout This is a plugin which will terminate tests after a certain timeout. Especially useful if you are trying to keep your test suite runtime low or if you want to figure out hangs in ci environment. bitbucket.org Shared by @myusuf3
gnsq A gevent based python client for the NSQ distributed messaging platform. github.com Shared by @mgrouchy
Passing parameters to Django admin action Sometimes wrangling the Django admin to do what you want can be a pain. This is a nice little tutorial which shows you have to pass parameterized data to custom Django admin actions. agiliq.com Shared by @myusuf3