lightapi 0.0.17__tar.gz → 0.0.18__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.
- {lightapi-0.0.17 → lightapi-0.0.18}/LightAPI.egg-info/PKG-INFO +2 -2
- lightapi-0.0.18/LightAPI.egg-info/top_level.txt +1 -0
- {lightapi-0.0.17 → lightapi-0.0.18}/PKG-INFO +2 -2
- {lightapi-0.0.17 → lightapi-0.0.18}/pyproject.toml +7 -3
- lightapi-0.0.17/LightAPI.egg-info/top_level.txt +0 -1
- {lightapi-0.0.17 → lightapi-0.0.18}/LightAPI.egg-info/SOURCES.txt +0 -0
- {lightapi-0.0.17 → lightapi-0.0.18}/LightAPI.egg-info/dependency_links.txt +0 -0
- {lightapi-0.0.17 → lightapi-0.0.18}/README.md +0 -0
- {lightapi-0.0.17 → lightapi-0.0.18}/setup.cfg +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lightapi
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.18
|
|
4
4
|
Summary: Light API turns LLMs into Autonomous Agents
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: Jordan Plows <jordan@lightapi.com>
|
|
6
6
|
Requires-Python: >=3.9
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lightapi
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.18
|
|
4
4
|
Summary: Light API turns LLMs into Autonomous Agents
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: Jordan Plows <jordan@lightapi.com>
|
|
6
6
|
Requires-Python: >=3.9
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
|
|
@@ -2,10 +2,14 @@
|
|
|
2
2
|
requires = ["setuptools>=61.0.0", "wheel"]
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
|
+
|
|
5
6
|
[project]
|
|
6
7
|
name = "lightapi"
|
|
7
|
-
version = "0.0.
|
|
8
|
-
description =
|
|
8
|
+
version = "0.0.18"
|
|
9
|
+
description ="Light API turns LLMs into Autonomous Agents"
|
|
10
|
+
authors = [{ name="Jordan Plows", email="jordan@lightapi.com" }]
|
|
9
11
|
readme = "README.md"
|
|
10
|
-
authors = [{ name = "Light AI", email = "jordan@lightapi.com" }]
|
|
11
12
|
requires-python = ">=3.9"
|
|
13
|
+
|
|
14
|
+
[tool.setuptools]
|
|
15
|
+
py-modules = []
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
app
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|