Metadata-Version: 2.1
Name: treestamps
Version: 0.3.3
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: bandit (>=1.7.4,<2.0.0)
Requires-Dist: flake8-eradicate (>=1.4.0,<2.0.0)
Requires-Dist: ruamel.yaml (>=0.17.21,<0.18.0)
Requires-Dist: termcolor (>=2.0.1,<3.0.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 methods 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.

