Metadata-Version: 2.1
Name: treestamps
Version: 0.1.1
Summary: Create timestamp records for recursive operations on directory trees.
Home-page: https://github.com/ajslater/treestamps
License: GPL-3.0-only
Keywords: timestamps,library,recursive,directory
Author: AJ Slater
Author-email: aj@slater.net
Requires-Python: >=3.9,<4.0
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: ruamel.yaml (>=0.17.21,<0.18.0)
Project-URL: Documentation, https://github.com/ajslater/treestamps
Project-URL: Issues, https://github.com/ajslater/treestamps/issues
Project-URL: Source, https://github.com/ajslater/treestamps
Description-Content-Type: text/markdown

# Treestamps

A library to set and retrieve timestamps to speed up operations
run recursively on directory trees.

Principal methodds on the Treestamps class are: init(), get(), set(), dump().
A factory method is also provided for creating top path to Treestamp maps.

Documentation is to read the code for now.

