banchan

Collection of small Python utilities


License
Apache-2.0
Install
pip install banchan==0.0.4

Documentation

banchan

Collection of small Python utilities

TODO

Examples

  • Zen of Python: If there is really "only one, preferable" way.
  • Celery's signal utility is cloned from Django's dispatch module
  • Decorators such as cached_property, memoized are everywhere

Dependencies

  • Pillow (for image)
  • PyCrypto (for crypt)
  • simplejson (for json)
  • datrie (for emit)
  • rtree (for geo)
  • dateutil (for date)

References