snowleopard 0.1.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,5 @@
1
+ # -*- coding: utf-8 -*-
2
+ # copyright 2024 Snow Leopard, Inc - all rights reserved
3
+
4
+
5
+ __version__ = '0.1.0'
@@ -0,0 +1,2 @@
1
+ copyright 2024 Snow Leopard, Inc
2
+ all rights reserved
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.1
2
+ Name: snowleopard
3
+ Version: 0.1.0
4
+ Summary: snowleopard.ai client library
5
+ License: copyright 2024 Snow Leopard, Inc
6
+ all rights reserved
7
+
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Environment :: Console
10
+ Classifier: Intended Audience :: Developers
11
+ Requires-Python: >=3.8
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: importlib-metadata>=4.6; python_version < "3.10"
15
+
16
+ # SnowLeopard-ai python client library
@@ -0,0 +1,6 @@
1
+ snowleopard/__init__.py,sha256=O45mmYZDpAiBmrpcZeDsutcbvhcJ_emeLIxYN1gbn58,105
2
+ snowleopard-0.1.0.dist-info/LICENSE,sha256=INFxg3nwCPqYuWoS7c7a8p4DwyLKPexz6gWWu3yLn34,53
3
+ snowleopard-0.1.0.dist-info/METADATA,sha256=ourB-fPFb18vq6L2Natsq6NTm5FTBrY7jdjPwxYv3jY,488
4
+ snowleopard-0.1.0.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
5
+ snowleopard-0.1.0.dist-info/top_level.txt,sha256=OBLtbUHAAsmV0w5ThT3dRUHSGbq0zwnxn2Xmbb4EGMM,12
6
+ snowleopard-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.2.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ snowleopard