Metadata-Version: 2.1
Name: pydasher
Version: 0.0.1
Summary: A small set of utility functions for deterministically hashing pydantic base-models.
License: Apache-2.0
Author: Michael Statt
Author-email: michael.statt@modelyst.io
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
