lightapi 0.0.18__tar.gz → 0.0.20__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.20/PKG-INFO +66 -0
- lightapi-0.0.20/README.md +52 -0
- lightapi-0.0.20/pyproject.toml +16 -0
- lightapi-0.0.20/setup.py +34 -0
- lightapi-0.0.20/src/lightapi/__init__.py +0 -0
- lightapi-0.0.18/LightAPI.egg-info/PKG-INFO +0 -40
- lightapi-0.0.18/LightAPI.egg-info/SOURCES.txt +0 -10
- lightapi-0.0.18/LightAPI.egg-info/dependency_links.txt +0 -1
- lightapi-0.0.18/LightAPI.egg-info/top_level.txt +0 -1
- lightapi-0.0.18/PKG-INFO +0 -40
- lightapi-0.0.18/README.md +0 -32
- lightapi-0.0.18/pyproject.toml +0 -15
- lightapi-0.0.18/setup.cfg +0 -4
lightapi-0.0.20/PKG-INFO
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: lightapi
|
|
3
|
+
Version: 0.0.20
|
|
4
|
+
Summary: Light API turns LLM's into Autonomous, MultiModal, MultiTasking Agents.
|
|
5
|
+
Author: Jordan Plows
|
|
6
|
+
Author-email: jordan@lightapi.com
|
|
7
|
+
Requires-Python: >=3.10,<4.0
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
+
Requires-Dist: aiohttp (>=3.8.4,<4.0.0)
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
<h1 align=left><strong>Light API 0.0.19</strong></h1>
|
|
15
|
+
|
|
16
|
+
<div align=left>
|
|
17
|
+
<a href="https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/actions/workflows/ci-backend.yaml">
|
|
18
|
+
<img src="https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/actions/workflows/ci-backend.yaml/badge.svg"/>
|
|
19
|
+
</a>
|
|
20
|
+
|
|
21
|
+
<a href="https://codecov.io/gh/Aeternalis-Ingenium/FastAPI-Backend-Template">
|
|
22
|
+
<img src="https://codecov.io/gh/Aeternalis-Ingenium/FastAPI-Backend-Template/branch/trunk/graph/badge.svg?token=1hiVayuLRl"/>
|
|
23
|
+
</a>
|
|
24
|
+
|
|
25
|
+
<a href="https://github.com/pre-commit/pre-commit">
|
|
26
|
+
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit" alt="pre-commit" style="max-width:100%;">
|
|
27
|
+
</a>
|
|
28
|
+
|
|
29
|
+
<a href="https://github.com/psf/black">
|
|
30
|
+
<img src="https://img.shields.io/badge/code%20style-black-000000.svg">
|
|
31
|
+
</a>
|
|
32
|
+
|
|
33
|
+
<a href="https://pycqa.github.io/isort/">
|
|
34
|
+
<img src="https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336">
|
|
35
|
+
</a>
|
|
36
|
+
|
|
37
|
+
<a href="http://www.mypy-lang.org/static/mypy_badge.svg">
|
|
38
|
+
<img src="https://camo.githubusercontent.com/59eab954a267c6e9ff1d80e8055de43a0ad771f5e1f3779aef99d111f20bee40/687474703a2f2f7777772e6d7970792d6c616e672e6f72672f7374617469632f6d7970795f62616467652e737667" alt="check with mypy" style="max-width:100%;">
|
|
39
|
+
</a>
|
|
40
|
+
<br>
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## Introduction
|
|
44
|
+
|
|
45
|
+
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.
|
|
46
|
+
|
|
47
|
+
## Installation
|
|
48
|
+
|
|
49
|
+
`pip install lightapi`
|
|
50
|
+
|
|
51
|
+
## Authentication
|
|
52
|
+
|
|
53
|
+
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 [Light API](https://beta.lightapi.com) website.
|
|
54
|
+
|
|
55
|
+
## Usage
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
import lightapi
|
|
59
|
+
|
|
60
|
+
client = lightapi.LightClient("YOUR_API_KEY_HERE")
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
## Documentation
|
|
64
|
+
|
|
65
|
+
For a comprehensive understanding of LightAI Assistant's features and capabilities, visit our [Documentation](https://docs.lightapi.com).
|
|
66
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<h1 align=left><strong>Light API 0.0.19</strong></h1>
|
|
2
|
+
|
|
3
|
+
<div align=left>
|
|
4
|
+
<a href="https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/actions/workflows/ci-backend.yaml">
|
|
5
|
+
<img src="https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/actions/workflows/ci-backend.yaml/badge.svg"/>
|
|
6
|
+
</a>
|
|
7
|
+
|
|
8
|
+
<a href="https://codecov.io/gh/Aeternalis-Ingenium/FastAPI-Backend-Template">
|
|
9
|
+
<img src="https://codecov.io/gh/Aeternalis-Ingenium/FastAPI-Backend-Template/branch/trunk/graph/badge.svg?token=1hiVayuLRl"/>
|
|
10
|
+
</a>
|
|
11
|
+
|
|
12
|
+
<a href="https://github.com/pre-commit/pre-commit">
|
|
13
|
+
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit" alt="pre-commit" style="max-width:100%;">
|
|
14
|
+
</a>
|
|
15
|
+
|
|
16
|
+
<a href="https://github.com/psf/black">
|
|
17
|
+
<img src="https://img.shields.io/badge/code%20style-black-000000.svg">
|
|
18
|
+
</a>
|
|
19
|
+
|
|
20
|
+
<a href="https://pycqa.github.io/isort/">
|
|
21
|
+
<img src="https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336">
|
|
22
|
+
</a>
|
|
23
|
+
|
|
24
|
+
<a href="http://www.mypy-lang.org/static/mypy_badge.svg">
|
|
25
|
+
<img src="https://camo.githubusercontent.com/59eab954a267c6e9ff1d80e8055de43a0ad771f5e1f3779aef99d111f20bee40/687474703a2f2f7777772e6d7970792d6c616e672e6f72672f7374617469632f6d7970795f62616467652e737667" alt="check with mypy" style="max-width:100%;">
|
|
26
|
+
</a>
|
|
27
|
+
<br>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## Introduction
|
|
31
|
+
|
|
32
|
+
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.
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
`pip install lightapi`
|
|
37
|
+
|
|
38
|
+
## Authentication
|
|
39
|
+
|
|
40
|
+
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 [Light API](https://beta.lightapi.com) website.
|
|
41
|
+
|
|
42
|
+
## Usage
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
import lightapi
|
|
46
|
+
|
|
47
|
+
client = lightapi.LightClient("YOUR_API_KEY_HERE")
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
## Documentation
|
|
51
|
+
|
|
52
|
+
For a comprehensive understanding of LightAI Assistant's features and capabilities, visit our [Documentation](https://docs.lightapi.com).
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
[tool.poetry]
|
|
2
|
+
name = "lightapi"
|
|
3
|
+
version = "0.0.20"
|
|
4
|
+
description = "Light API turns LLM's into Autonomous, MultiModal, MultiTasking Agents."
|
|
5
|
+
authors = ["Jordan Plows <jordan@lightapi.com>"]
|
|
6
|
+
readme = "README.md"
|
|
7
|
+
packages = [{include = "lightapi", from = "src"}]
|
|
8
|
+
|
|
9
|
+
[tool.poetry.dependencies]
|
|
10
|
+
python = "^3.10"
|
|
11
|
+
aiohttp = "^3.8.4"
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
[build-system]
|
|
15
|
+
requires = ["poetry-core"]
|
|
16
|
+
build-backend = "poetry.core.masonry.api"
|
lightapi-0.0.20/setup.py
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
from setuptools import setup
|
|
3
|
+
|
|
4
|
+
package_dir = \
|
|
5
|
+
{'': 'src'}
|
|
6
|
+
|
|
7
|
+
packages = \
|
|
8
|
+
['lightapi']
|
|
9
|
+
|
|
10
|
+
package_data = \
|
|
11
|
+
{'': ['*']}
|
|
12
|
+
|
|
13
|
+
install_requires = \
|
|
14
|
+
['aiohttp>=3.8.4,<4.0.0']
|
|
15
|
+
|
|
16
|
+
setup_kwargs = {
|
|
17
|
+
'name': 'lightapi',
|
|
18
|
+
'version': '0.0.20',
|
|
19
|
+
'description': "Light API turns LLM's into Autonomous, MultiModal, MultiTasking Agents.",
|
|
20
|
+
'long_description': '<h1 align=left><strong>Light API 0.0.19</strong></h1>\n\n<div align=left>\n <a href="https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/actions/workflows/ci-backend.yaml">\n <img src="https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/actions/workflows/ci-backend.yaml/badge.svg"/> \n </a>\n\n <a href="https://codecov.io/gh/Aeternalis-Ingenium/FastAPI-Backend-Template">\n <img src="https://codecov.io/gh/Aeternalis-Ingenium/FastAPI-Backend-Template/branch/trunk/graph/badge.svg?token=1hiVayuLRl"/> \n </a>\n\n <a href="https://github.com/pre-commit/pre-commit">\n <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit" alt="pre-commit" style="max-width:100%;">\n </a>\n\n <a href="https://github.com/psf/black">\n <img src="https://img.shields.io/badge/code%20style-black-000000.svg">\n </a>\n\n <a href="https://pycqa.github.io/isort/">\n <img src="https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336">\n </a>\n\n <a href="http://www.mypy-lang.org/static/mypy_badge.svg">\n <img src="https://camo.githubusercontent.com/59eab954a267c6e9ff1d80e8055de43a0ad771f5e1f3779aef99d111f20bee40/687474703a2f2f7777772e6d7970792d6c616e672e6f72672f7374617469632f6d7970795f62616467652e737667" alt="check with mypy" style="max-width:100%;">\n </a>\n<br>\n\n\n## Introduction\n\nLight 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.\n\n## Installation\n\n`pip install lightapi`\n\n## Authentication\n\nTo use the LightAI Assistant API, you will need to create an account and generate an API key. You can do this by visiting the [Light API](https://beta.lightapi.com) website.\n\n## Usage\n\n```\nimport lightapi\n\nclient = lightapi.LightClient("YOUR_API_KEY_HERE")\n\n```\n## Documentation\n\nFor a comprehensive understanding of LightAI Assistant\'s features and capabilities, visit our [Documentation](https://docs.lightapi.com).\n',
|
|
21
|
+
'author': 'Jordan Plows ',
|
|
22
|
+
'author_email': 'jordan@lightapi.com',
|
|
23
|
+
'maintainer': 'None',
|
|
24
|
+
'maintainer_email': 'None',
|
|
25
|
+
'url': 'None',
|
|
26
|
+
'package_dir': package_dir,
|
|
27
|
+
'packages': packages,
|
|
28
|
+
'package_data': package_data,
|
|
29
|
+
'install_requires': install_requires,
|
|
30
|
+
'python_requires': '>=3.10,<4.0',
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
setup(**setup_kwargs)
|
|
File without changes
|
|
@@ -1,40 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
## Introduction
|
|
10
|
-
|
|
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.
|
|
12
|
-
|
|
13
|
-
## Installation
|
|
14
|
-
|
|
15
|
-
`pip install lightapi`
|
|
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
|
-
```
|
|
29
|
-
## Features
|
|
30
|
-
|
|
31
|
-
- **File Organization:** Automatically sort and categorize files based on user-defined rules.
|
|
32
|
-
- **Email Management:** Prioritize and sort emails, with automated responses for common queries.
|
|
33
|
-
- **Calendar Management:** Schedule and manage meetings, reminders, and events.
|
|
34
|
-
- **Task Automation:** Simplify repetitive tasks with customizable scripts and shortcuts.
|
|
35
|
-
- **Natural Language Processing:** Communicate with the assistant using everyday language.
|
|
36
|
-
- **Extensibility:** Easily integrate with third-party APIs and services.
|
|
37
|
-
|
|
38
|
-
## Documentation
|
|
39
|
-
|
|
40
|
-
For a comprehensive understanding of LightAI Assistant's features and capabilities, visit our [Documentation](https://docs.lightapi.com).
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
README.md
|
|
2
|
-
pyproject.toml
|
|
3
|
-
LightAPI.egg-info/PKG-INFO
|
|
4
|
-
LightAPI.egg-info/SOURCES.txt
|
|
5
|
-
LightAPI.egg-info/dependency_links.txt
|
|
6
|
-
LightAPI.egg-info/top_level.txt
|
|
7
|
-
lightapi.egg-info/PKG-INFO
|
|
8
|
-
lightapi.egg-info/SOURCES.txt
|
|
9
|
-
lightapi.egg-info/dependency_links.txt
|
|
10
|
-
lightapi.egg-info/top_level.txt
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
lightapi-0.0.18/PKG-INFO
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
## Introduction
|
|
10
|
-
|
|
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.
|
|
12
|
-
|
|
13
|
-
## Installation
|
|
14
|
-
|
|
15
|
-
`pip install lightapi`
|
|
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
|
-
```
|
|
29
|
-
## Features
|
|
30
|
-
|
|
31
|
-
- **File Organization:** Automatically sort and categorize files based on user-defined rules.
|
|
32
|
-
- **Email Management:** Prioritize and sort emails, with automated responses for common queries.
|
|
33
|
-
- **Calendar Management:** Schedule and manage meetings, reminders, and events.
|
|
34
|
-
- **Task Automation:** Simplify repetitive tasks with customizable scripts and shortcuts.
|
|
35
|
-
- **Natural Language Processing:** Communicate with the assistant using everyday language.
|
|
36
|
-
- **Extensibility:** Easily integrate with third-party APIs and services.
|
|
37
|
-
|
|
38
|
-
## Documentation
|
|
39
|
-
|
|
40
|
-
For a comprehensive understanding of LightAI Assistant's features and capabilities, visit our [Documentation](https://docs.lightapi.com).
|
lightapi-0.0.18/README.md
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
## Introduction
|
|
2
|
-
|
|
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.
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
`pip install lightapi`
|
|
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
|
-
```
|
|
21
|
-
## Features
|
|
22
|
-
|
|
23
|
-
- **File Organization:** Automatically sort and categorize files based on user-defined rules.
|
|
24
|
-
- **Email Management:** Prioritize and sort emails, with automated responses for common queries.
|
|
25
|
-
- **Calendar Management:** Schedule and manage meetings, reminders, and events.
|
|
26
|
-
- **Task Automation:** Simplify repetitive tasks with customizable scripts and shortcuts.
|
|
27
|
-
- **Natural Language Processing:** Communicate with the assistant using everyday language.
|
|
28
|
-
- **Extensibility:** Easily integrate with third-party APIs and services.
|
|
29
|
-
|
|
30
|
-
## Documentation
|
|
31
|
-
|
|
32
|
-
For a comprehensive understanding of LightAI Assistant's features and capabilities, visit our [Documentation](https://docs.lightapi.com).
|
lightapi-0.0.18/pyproject.toml
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools>=61.0.0", "wheel"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
[project]
|
|
7
|
-
name = "lightapi"
|
|
8
|
-
version = "0.0.18"
|
|
9
|
-
description ="Light API turns LLMs into Autonomous Agents"
|
|
10
|
-
authors = [{ name="Jordan Plows", email="jordan@lightapi.com" }]
|
|
11
|
-
readme = "README.md"
|
|
12
|
-
requires-python = ">=3.9"
|
|
13
|
-
|
|
14
|
-
[tool.setuptools]
|
|
15
|
-
py-modules = []
|
lightapi-0.0.18/setup.cfg
DELETED