simpleaible 0.14.1.dev52__tar.gz → 0.14.1.dev54__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simpleaible
3
- Version: 0.14.1.dev52
3
+ Version: 0.14.1.dev54
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
@@ -11,14 +11,13 @@ Classifier: Operating System :: POSIX :: Linux
11
11
  Classifier: License :: Free for non-commercial use
12
12
  Classifier: License :: Other/Proprietary License
13
13
  Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.9
15
14
  Classifier: Programming Language :: Python :: 3.10
16
15
  Classifier: Programming Language :: Python :: 3.11
17
16
  Classifier: Programming Language :: Python :: 3.12
18
17
  Classifier: Programming Language :: Python :: 3.13
19
18
  Classifier: Programming Language :: Python :: 3.14
20
19
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Requires-Python: >=3.8
20
+ Requires-Python: >=3.10
22
21
  Description-Content-Type: text/x-rst
23
22
  Requires-Dist: simplepyble
24
23
  Requires-Dist: fastmcp
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "simpleaible"
7
- version = "0.14.1-dev52"
7
+ version = "0.14.1-dev54"
8
8
  description = "SimpleAIBLE is an AI-friendly BLE toolkit (MCP server & REST API) powered by SimplePyBLE."
9
9
  readme = "README.rst"
10
- requires-python = ">=3.8"
10
+ requires-python = ">=3.10"
11
11
  authors = [{ name = "Kevin Dewald", email = "kevin@simpleble.org" }]
12
12
  urls = { Homepage = "https://github.com/simpleble/simpleble" }
13
13
  keywords = ["ble", "bluetooth", "mcp", "ai", "simpleble"]
@@ -18,7 +18,6 @@ classifiers = [
18
18
  "License :: Free for non-commercial use",
19
19
  "License :: Other/Proprietary License",
20
20
  "Programming Language :: Python :: 3",
21
- "Programming Language :: Python :: 3.9",
22
21
  "Programming Language :: Python :: 3.10",
23
22
  "Programming Language :: Python :: 3.11",
24
23
  "Programming Language :: Python :: 3.12",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simpleaible
3
- Version: 0.14.1.dev52
3
+ Version: 0.14.1.dev54
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
@@ -11,14 +11,13 @@ Classifier: Operating System :: POSIX :: Linux
11
11
  Classifier: License :: Free for non-commercial use
12
12
  Classifier: License :: Other/Proprietary License
13
13
  Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.9
15
14
  Classifier: Programming Language :: Python :: 3.10
16
15
  Classifier: Programming Language :: Python :: 3.11
17
16
  Classifier: Programming Language :: Python :: 3.12
18
17
  Classifier: Programming Language :: Python :: 3.13
19
18
  Classifier: Programming Language :: Python :: 3.14
20
19
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Requires-Python: >=3.8
20
+ Requires-Python: >=3.10
22
21
  Description-Content-Type: text/x-rst
23
22
  Requires-Dist: simplepyble
24
23
  Requires-Dist: fastmcp