lightapi 0.0.16__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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lightapi
3
- Version: 0.0.16
3
+ Version: 0.0.18
4
4
  Summary: Light API turns LLMs into Autonomous Agents
5
- Author-email: Light AI <jordan@lightapi.com>
5
+ Author-email: Jordan Plows <jordan@lightapi.com>
6
6
  Requires-Python: >=3.9
7
7
  Description-Content-Type: text/markdown
8
8
 
@@ -14,6 +14,18 @@ Light Assistant powered by LightAI is an AI-powered application designed to help
14
14
 
15
15
  `pip install lightapi`
16
16
 
17
+ ## Authentication
18
+
19
+ To use the LightAI Assistant API, you will need to create an account and generate an API key. You can do this by visiting the [LightAI Assistant](https://beta.lightapi.com) website.
20
+
21
+ ## Usage
22
+
23
+ ```
24
+ import lightapi
25
+
26
+ client = lightapi.LightClient("YOUR_API_KEY_HERE")
27
+
28
+ ```
17
29
  ## Features
18
30
 
19
31
  - **File Organization:** Automatically sort and categorize files based on user-defined rules.
@@ -1,3 +1,11 @@
1
+ Metadata-Version: 2.1
2
+ Name: lightapi
3
+ Version: 0.0.18
4
+ Summary: Light API turns LLMs into Autonomous Agents
5
+ Author-email: Jordan Plows <jordan@lightapi.com>
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+
1
9
  ## Introduction
2
10
 
3
11
  Light Assistant powered by LightAI is an AI-powered application designed to help you streamline your work and free up time for more important tasks. It can handle a wide range of tasks, from organizing files to managing your email inbox, scheduling meetings, and much more.
@@ -6,6 +14,18 @@ Light Assistant powered by LightAI is an AI-powered application designed to help
6
14
 
7
15
  `pip install lightapi`
8
16
 
17
+ ## Authentication
18
+
19
+ To use the LightAI Assistant API, you will need to create an account and generate an API key. You can do this by visiting the [LightAI Assistant](https://beta.lightapi.com) website.
20
+
21
+ ## Usage
22
+
23
+ ```
24
+ import lightapi
25
+
26
+ client = lightapi.LightClient("YOUR_API_KEY_HERE")
27
+
28
+ ```
9
29
  ## Features
10
30
 
11
31
  - **File Organization:** Automatically sort and categorize files based on user-defined rules.
@@ -1,11 +1,3 @@
1
- Metadata-Version: 2.1
2
- Name: lightapi
3
- Version: 0.0.16
4
- Summary: Light API turns LLMs into Autonomous Agents
5
- Author-email: Light AI <jordan@lightapi.com>
6
- Requires-Python: >=3.9
7
- Description-Content-Type: text/markdown
8
-
9
1
  ## Introduction
10
2
 
11
3
  Light Assistant powered by LightAI is an AI-powered application designed to help you streamline your work and free up time for more important tasks. It can handle a wide range of tasks, from organizing files to managing your email inbox, scheduling meetings, and much more.
@@ -14,6 +6,18 @@ Light Assistant powered by LightAI is an AI-powered application designed to help
14
6
 
15
7
  `pip install lightapi`
16
8
 
9
+ ## Authentication
10
+
11
+ To use the LightAI Assistant API, you will need to create an account and generate an API key. You can do this by visiting the [LightAI Assistant](https://beta.lightapi.com) website.
12
+
13
+ ## Usage
14
+
15
+ ```
16
+ import lightapi
17
+
18
+ client = lightapi.LightClient("YOUR_API_KEY_HERE")
19
+
20
+ ```
17
21
  ## Features
18
22
 
19
23
  - **File Organization:** Automatically sort and categorize files based on user-defined rules.
@@ -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.16"
8
- description = "Light API turns LLMs into Autonomous Agents"
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