Metadata-Version: 2.1
Name: path-version
Version: 0.1
Summary: Get the last changed has of a dir as a python function
License: Proprietary
Author: Oxford Ionics
Requires-Python: >=3.8,<3.9
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

# Path Version

Helper to get the git hash of the last change to a particular sub-directory
in a repository.

Needs to be a separate package so that we can install it in the same virtualenv
as poetry and poetry-dynamic-versioning at least until we have poetry 1.2 and
proper poetry plugin support.

