Skip to content
forked from Udzu/pudzu

Various python utilities, mostly geared towards dataviz.

License

Notifications You must be signed in to change notification settings

techscientist/pudzu

 
 

Repository files navigation

pudzu

Summary

Various Python 3 utility functions, mostly geared towards dataviz and used to create visualisations such as this bar chart, time chart, periodic table, image grid, map chart and frequency chart.

The modules aren't properly packaged up or pip-able (yet) but are reasonably simple, generic and docstringed. They are not optimised for speed or tested for resilience. They are targeted at for-fun, interactive work.

Modules

  • utils.py - various utility functions and data structures.
  • dates.py - date classes supporting flexible calendars, deltas and ranges.
  • markov.py - simple Markov Chain n-gram based generator.
  • records.py - utilities for functional handling of records (lists of dicts).
  • pillar.py - various monkey-patched Pillow utilities.
  • charts.py - Pillow-based charting tools.
  • tureen.py - various BeautifulSoup utilities.
  • wikipage.py - wikipedia and wikidata parsing utilities.

Copyright

Copyright © 2017 by Udzu. Licensed under the MIT License.

About

Various python utilities, mostly geared towards dataviz.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%