lemma-terminal 0.0.1__tar.gz

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,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: lemma-terminal
3
+ Version: 0.0.1
4
+ Summary: Command-line and terminal UI experience 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-terminal
12
+
13
+ Command-line and terminal UI experience for Lemma.
14
+
15
+ Learn more at https://lemma.work
@@ -0,0 +1,5 @@
1
+ # lemma-terminal
2
+
3
+ Command-line and terminal UI experience for Lemma.
4
+
5
+ Learn more at https://lemma.work
@@ -0,0 +1,3 @@
1
+ """Command-line and terminal UI experience for Lemma. See https://lemma.work."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: lemma-terminal
3
+ Version: 0.0.1
4
+ Summary: Command-line and terminal UI experience 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-terminal
12
+
13
+ Command-line and terminal UI experience for Lemma.
14
+
15
+ Learn more at https://lemma.work
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ lemma_cli/__init__.py
4
+ lemma_terminal.egg-info/PKG-INFO
5
+ lemma_terminal.egg-info/SOURCES.txt
6
+ lemma_terminal.egg-info/dependency_links.txt
7
+ lemma_terminal.egg-info/top_level.txt
@@ -0,0 +1,19 @@
1
+ [project]
2
+ name = "lemma-terminal"
3
+ version = "0.0.1"
4
+ description = "Command-line and terminal UI experience for Lemma"
5
+ readme = "README.md"
6
+ license = { text = "Apache-2.0" }
7
+ authors = [{ name = "Lemma" }]
8
+ requires-python = ">=3.11"
9
+ dependencies = []
10
+
11
+ [project.urls]
12
+ Homepage = "https://lemma.work"
13
+
14
+ [build-system]
15
+ requires = ["setuptools>=69.0"]
16
+ build-backend = "setuptools.build_meta"
17
+
18
+ [tool.setuptools]
19
+ packages = ["lemma_cli"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+