lemma-sdk 0.0.1__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.
lemma_sdk/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """Python SDK for Lemma. See https://lemma.work."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: lemma-sdk
3
+ Version: 0.0.1
4
+ Summary: Python SDK for Lemma
5
+ Author: Lemma
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://lemma.work
8
+ Requires-Python: >=3.11
9
+ Description-Content-Type: text/markdown
10
+
11
+ # lemma-sdk
12
+
13
+ Python SDK for Lemma.
14
+
15
+ Learn more at https://lemma.work
@@ -0,0 +1,5 @@
1
+ lemma_sdk/__init__.py,sha256=kfOgFrw74w1-EFw2rmo3G9cnLIsnQJNAl_ySJ7jvwIE,75
2
+ lemma_sdk-0.0.1.dist-info/METADATA,sha256=C2gDSy0HBlaZYD72pChVbAdIAG6rJ8I46YxLALkYF4g,293
3
+ lemma_sdk-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ lemma_sdk-0.0.1.dist-info/top_level.txt,sha256=G9YfXcYvDiq-CbKNuuzBC0S9NuS7DYtNVtB3z35KeZg,10
5
+ lemma_sdk-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ lemma_sdk