simpleaible 0.14.1.dev87__tar.gz → 1.0.0.dev91__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.
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/PKG-INFO +3 -1
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/README.rst +2 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/pyproject.toml +1 -1
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible.egg-info/PKG-INFO +3 -1
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/setup.cfg +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible/__init__.py +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible/cli.py +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible/http.py +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible/mcp.py +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible/py.typed +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible/skills/simpleaible/SKILL.md +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible/skills/simpleaible/references/REFERENCE.md +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible/skills/simpleaible/references/examples.md +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible/skills/simpleaible/references/troubleshooting.md +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible.egg-info/SOURCES.txt +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible.egg-info/dependency_links.txt +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible.egg-info/entry_points.txt +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible.egg-info/requires.txt +0 -0
- {simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simpleaible
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0.dev91
|
|
4
4
|
Summary: SimpleAIBLE is an AI-friendly BLE toolkit (MCP server & REST API) powered by SimplePyBLE.
|
|
5
5
|
Author-email: Kevin Dewald <kevin@simpleble.org>
|
|
6
6
|
Project-URL: Homepage, https://github.com/simpleble/simpleble
|
|
@@ -101,6 +101,8 @@ License
|
|
|
101
101
|
|
|
102
102
|
SimpleAIBLE is available under the Business Source License 1.1 (BUSL-1.1). Each
|
|
103
103
|
version of SimpleAIBLE will convert to the GNU General Public License version 3 after four years of its initial release.
|
|
104
|
+
Qualifying non-commercial users may instead continue using and distributing that version under the original
|
|
105
|
+
BUSL-1.1 terms under the Non-Commercial Perpetual Use Grant in ``LICENSE.md``.
|
|
104
106
|
|
|
105
107
|
The project is free to use for non-commercial purposes, but requires a commercial license for commercial use. We
|
|
106
108
|
also offer FREE commercial licenses for small projects and early-stage companies - reach out to discuss your use case!
|
|
@@ -74,6 +74,8 @@ License
|
|
|
74
74
|
|
|
75
75
|
SimpleAIBLE is available under the Business Source License 1.1 (BUSL-1.1). Each
|
|
76
76
|
version of SimpleAIBLE will convert to the GNU General Public License version 3 after four years of its initial release.
|
|
77
|
+
Qualifying non-commercial users may instead continue using and distributing that version under the original
|
|
78
|
+
BUSL-1.1 terms under the Non-Commercial Perpetual Use Grant in ``LICENSE.md``.
|
|
77
79
|
|
|
78
80
|
The project is free to use for non-commercial purposes, but requires a commercial license for commercial use. We
|
|
79
81
|
also offer FREE commercial licenses for small projects and early-stage companies - reach out to discuss your use case!
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "simpleaible"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "1.0.0-dev91"
|
|
8
8
|
description = "SimpleAIBLE is an AI-friendly BLE toolkit (MCP server & REST API) powered by SimplePyBLE."
|
|
9
9
|
readme = "README.rst"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simpleaible
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0.dev91
|
|
4
4
|
Summary: SimpleAIBLE is an AI-friendly BLE toolkit (MCP server & REST API) powered by SimplePyBLE.
|
|
5
5
|
Author-email: Kevin Dewald <kevin@simpleble.org>
|
|
6
6
|
Project-URL: Homepage, https://github.com/simpleble/simpleble
|
|
@@ -101,6 +101,8 @@ License
|
|
|
101
101
|
|
|
102
102
|
SimpleAIBLE is available under the Business Source License 1.1 (BUSL-1.1). Each
|
|
103
103
|
version of SimpleAIBLE will convert to the GNU General Public License version 3 after four years of its initial release.
|
|
104
|
+
Qualifying non-commercial users may instead continue using and distributing that version under the original
|
|
105
|
+
BUSL-1.1 terms under the Non-Commercial Perpetual Use Grant in ``LICENSE.md``.
|
|
104
106
|
|
|
105
107
|
The project is free to use for non-commercial purposes, but requires a commercial license for commercial use. We
|
|
106
108
|
also offer FREE commercial licenses for small projects and early-stage companies - reach out to discuss your use case!
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible/skills/simpleaible/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{simpleaible-0.14.1.dev87 → simpleaible-1.0.0.dev91}/src/simpleaible.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|