simpleaible 0.14.1.dev26__tar.gz → 0.14.1.dev45__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.dev26 → simpleaible-0.14.1.dev45}/PKG-INFO +4 -1
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/README.rst +3 -0
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/pyproject.toml +1 -1
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible.egg-info/PKG-INFO +4 -1
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/setup.cfg +0 -0
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible/__init__.py +0 -0
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible/http.py +0 -0
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible/mcp.py +0 -0
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible/py.typed +0 -0
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible.egg-info/SOURCES.txt +0 -0
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible.egg-info/dependency_links.txt +0 -0
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible.egg-info/entry_points.txt +0 -0
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible.egg-info/requires.txt +0 -0
- {simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/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.14.1.
|
|
3
|
+
Version: 0.14.1.dev45
|
|
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
|
|
@@ -49,6 +49,7 @@ We're here to help you succeed with SimpleAIBLE:
|
|
|
49
49
|
* **Documentation**: Visit our `docs`_ page for comprehensive guides
|
|
50
50
|
* **Commercial Support**: Check out |website|_ or |email|_ about licensing and professional services.
|
|
51
51
|
* **Community**: Join our `Discord`_ server for discussions and help
|
|
52
|
+
* **Dongl**: Pair AI-driven BLE workflows with the `official SimpleBLE Bluetooth dongle`_.
|
|
52
53
|
|
|
53
54
|
**Don't hesitate to reach out if you need assistance - we're happy to help!**
|
|
54
55
|
|
|
@@ -136,6 +137,8 @@ For further enquiries, please |email|_ or |leavemessage|_ and we can discuss the
|
|
|
136
137
|
|
|
137
138
|
.. _SimpleBLE: https://github.com/simpleble/simpleble/
|
|
138
139
|
|
|
140
|
+
.. _official SimpleBLE Bluetooth dongle: https://www.simpleble.org/dongl?utm_source=pypi_simpleaible&utm_medium=referral&utm_campaign=dongl_launch
|
|
141
|
+
|
|
139
142
|
.. _docs: https://docs.simpleble.org/
|
|
140
143
|
|
|
141
144
|
.. _Discord: https://discord.gg/N9HqNEcvP3
|
|
@@ -21,6 +21,7 @@ We're here to help you succeed with SimpleAIBLE:
|
|
|
21
21
|
* **Documentation**: Visit our `docs`_ page for comprehensive guides
|
|
22
22
|
* **Commercial Support**: Check out |website|_ or |email|_ about licensing and professional services.
|
|
23
23
|
* **Community**: Join our `Discord`_ server for discussions and help
|
|
24
|
+
* **Dongl**: Pair AI-driven BLE workflows with the `official SimpleBLE Bluetooth dongle`_.
|
|
24
25
|
|
|
25
26
|
**Don't hesitate to reach out if you need assistance - we're happy to help!**
|
|
26
27
|
|
|
@@ -108,6 +109,8 @@ For further enquiries, please |email|_ or |leavemessage|_ and we can discuss the
|
|
|
108
109
|
|
|
109
110
|
.. _SimpleBLE: https://github.com/simpleble/simpleble/
|
|
110
111
|
|
|
112
|
+
.. _official SimpleBLE Bluetooth dongle: https://www.simpleble.org/dongl?utm_source=pypi_simpleaible&utm_medium=referral&utm_campaign=dongl_launch
|
|
113
|
+
|
|
111
114
|
.. _docs: https://docs.simpleble.org/
|
|
112
115
|
|
|
113
116
|
.. _Discord: https://discord.gg/N9HqNEcvP3
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "simpleaible"
|
|
7
|
-
version = "0.14.1-
|
|
7
|
+
version = "0.14.1-dev45"
|
|
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.8"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simpleaible
|
|
3
|
-
Version: 0.14.1.
|
|
3
|
+
Version: 0.14.1.dev45
|
|
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
|
|
@@ -49,6 +49,7 @@ We're here to help you succeed with SimpleAIBLE:
|
|
|
49
49
|
* **Documentation**: Visit our `docs`_ page for comprehensive guides
|
|
50
50
|
* **Commercial Support**: Check out |website|_ or |email|_ about licensing and professional services.
|
|
51
51
|
* **Community**: Join our `Discord`_ server for discussions and help
|
|
52
|
+
* **Dongl**: Pair AI-driven BLE workflows with the `official SimpleBLE Bluetooth dongle`_.
|
|
52
53
|
|
|
53
54
|
**Don't hesitate to reach out if you need assistance - we're happy to help!**
|
|
54
55
|
|
|
@@ -136,6 +137,8 @@ For further enquiries, please |email|_ or |leavemessage|_ and we can discuss the
|
|
|
136
137
|
|
|
137
138
|
.. _SimpleBLE: https://github.com/simpleble/simpleble/
|
|
138
139
|
|
|
140
|
+
.. _official SimpleBLE Bluetooth dongle: https://www.simpleble.org/dongl?utm_source=pypi_simpleaible&utm_medium=referral&utm_campaign=dongl_launch
|
|
141
|
+
|
|
139
142
|
.. _docs: https://docs.simpleble.org/
|
|
140
143
|
|
|
141
144
|
.. _Discord: https://discord.gg/N9HqNEcvP3
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{simpleaible-0.14.1.dev26 → simpleaible-0.14.1.dev45}/src/simpleaible.egg-info/top_level.txt
RENAMED
|
File without changes
|