Adds a __repr__ to graph.
[pyutils.git] / examples /
2023-06-09 Scott GaschFixup dedup_files and add some help/usage methods to...
2023-06-09 Scott GaschPersistent should be a type.
2023-04-01 Scott GaschMake cron.py warn on no --timeout which can lead to...
2023-03-10 Scott GaschUse CreateFileWithMode for cache.
2023-03-05 Scott Gaschtypes -> typez as the name mirrors a python core librar...
2023-02-26 Scott GaschFix logger.exception messages in example code.
2023-01-11 Scott GaschRemove the requirement that filename is a file from...
2022-11-22 Scott GaschDo not touch timestamp if cronjob failed!
2022-11-02 Scott GaschThis is slightly faster...
2022-10-30 Scott GaschRename some directories (e.g. typez -> types) since...
2022-10-29 Scott GaschAdd run_tests.py to the examples/README list.
2022-10-26 Scott GaschGet reminder to stop leaving turds around my filesystem.
2022-10-21 Scott GaschLift easter() function from dateutils and remove that...
2022-10-19 Scott GaschMake sure lockfile always sets locktime. Use locktime...
2022-10-19 Scott GaschAdd a blurb about fff.py in README.
2022-10-19 Scott GaschAdd fff.py as an example but it's really a devtool...
2022-10-18 Scott GaschAdd some more examples and a convenience method in...
2022-10-18 Scott GaschReference local files in wordle example.
2022-10-17 Scott GaschUpdate remote worker records to be more instructive.
2022-10-13 Scott GaschMore work on improving docs.
2022-10-13 Scott GaschImprove docs.
2022-10-13 Scott GaschAdd some example code.