Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 2.11 KB

File metadata and controls

32 lines (22 loc) · 2.11 KB

pudzu

Summary

Various Python 3.8+ utility modules and scripts, mostly geared towards dataviz and used to create the data visualisations in this flickr account (most of which been posted to reddit at some point by /u/Udzu). The modules aren't properly tested but are reasonably simple, generic and docstringed.

Note that the stable modules have now been moved to the pudzu-packages repository.

Installation

The stable modules can be installed using pip as described in the pudzu-packages repository. Experimental (WIP) models can be installed using pip install pudzu (for the latest release) or by directly running pip install ..

Stable modules

  • pudzu-utils - various utility functions and data structures.
  • pudzu-dates - date classes supporting flexible calendars, deltas and ranges.
  • pudzu-patterns - NFA-based pattern matcher supporting novel operations and modifiers.
  • pudzu-pillar - various monkey-patched Pillow utilities.
  • pudzu-charts - Pillow-based charting tools.

WIP modules

Copyright

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