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.
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 .
.
- 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.
- pudzu.sandbox.bamboo - various monkey-patched Pandas utilities.
- pudzu.sandbox.markov - simple Markov Chain n-gram based generator.
- pudzu.sandbox.nounce - simple IPA-based pronouncing and rhyming dictionary.
- pudzu.sandbox.tinytim - simple turtle-based LSystem renderer.
- pudzu.sandbox.tureen - various BeautifulSoup utilities.
- pudzu.sandbox.unicode - Unicode-related data and utilities.
- pudzu.sandbox.wikipage - wikipedia and wikidata parsing utilities.
Copyright © 2017–20 by Udzu. Licensed under the MIT License.