base-model-tools 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ from base_model_tools import *
2
+
3
+ __version__ = '1.0.0'
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.1
2
+ Name: base_model_tools
3
+ Version: 1.0.0
4
+ Summary: Nearly Human Base Model Tools dependency for training, saving, loading, deploying, and inferencing models.
5
+ Author: Nearly Human
6
+ Author-email: support@nearlyhuman.ai
7
+ Keywords: nearlyhuman,nearly human,model,tools
8
+ Requires-Python: >=3.8.10
9
+ Requires-Dist: mlflow-skinny>=2.8.0
10
+
@@ -0,0 +1,5 @@
1
+ base_model_tools/__init__.py,sha256=rDGXjxS119lXz7y7IkPexRIvSzVKCpaNG7xE90b9FtA,57
2
+ base_model_tools-1.0.0.dist-info/METADATA,sha256=Yi5d5A-zvifJ8VKMScu9PnAMllwa-QWp-4Iehqfl51Y,344
3
+ base_model_tools-1.0.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
4
+ base_model_tools-1.0.0.dist-info/top_level.txt,sha256=XMWrNzePSWUYWe5cNh-t1QMfxsfDAvygP8Y7SQ_KM0k,17
5
+ base_model_tools-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.1.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ base_model_tools