Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.37 KB

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 and map 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.
  • 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.