led-ble
Advanced tools
+4
-3
| Metadata-Version: 2.3 | ||
| Name: led-ble | ||
| Version: 1.1.4 | ||
| Version: 1.1.5 | ||
| Summary: Control a wide range of LED BLE devices | ||
| License: Apache-2.0 | ||
| Author: J. Nick Koston | ||
| Author-email: nick@koston.org | ||
| Requires-Python: >=3.9,<3.14 | ||
| Requires-Python: >=3.9 | ||
| Classifier: Development Status :: 2 - Pre-Alpha | ||
@@ -21,3 +22,3 @@ Classifier: Intended Audience :: Developers | ||
| Provides-Extra: docs | ||
| Requires-Dist: Sphinx (>=5,<7) ; extra == "docs" | ||
| Requires-Dist: Sphinx (>=5,<8) ; extra == "docs" | ||
| Requires-Dist: async-timeout (>=3.0.0) ; python_version < "3.11" | ||
@@ -24,0 +25,0 @@ Requires-Dist: bleak (>=0.22.0) |
+18
-14
@@ -1,9 +0,18 @@ | ||
| [tool.poetry] | ||
| [project] | ||
| name = "led-ble" | ||
| version = "1.1.4" | ||
| version = "1.1.5" | ||
| license = "Apache-2.0" | ||
| description = "Control a wide range of LED BLE devices" | ||
| authors = ["J. Nick Koston <nick@koston.org>"] | ||
| authors = [{ name = "J. Nick Koston", email = "nick@koston.org" }] | ||
| readme = "README.md" | ||
| repository = "https://github.com/bluetooth-devices/led-ble" | ||
| documentation = "https://led-ble.readthedocs.io" | ||
| requires-python = ">=3.9" | ||
| dynamic = ["classifiers", "dependencies", "optional-dependencies"] | ||
| [project.urls] | ||
| "Documentation" = "https://led-ble.readthedocs.io" | ||
| "Repository" = "https://github.com/bluetooth-devices/led-ble" | ||
| "Bug Tracker" = "https://github.com/bluetooth-devices/led-ble/issues" | ||
| "Changelog" = "https://github.com/bluetooth-devices/led-ble/blob/main/CHANGELOG.md" | ||
| [tool.poetry] | ||
| classifiers = [ | ||
@@ -15,3 +24,2 @@ "Development Status :: 2 - Pre-Alpha", | ||
| "Topic :: Software Development :: Libraries", | ||
| "License :: OSI Approved :: Apache Software License", | ||
| ] | ||
@@ -22,6 +30,2 @@ packages = [ | ||
| [tool.poetry.urls] | ||
| "Bug Tracker" = "https://github.com/bluetooth-devices/led-ble/issues" | ||
| "Changelog" = "https://github.com/bluetooth-devices/led-ble/blob/main/CHANGELOG.md" | ||
| [tool.poetry.dependencies] | ||
@@ -31,3 +35,3 @@ python = ">=3.9,<3.14" | ||
| # Documentation Dependencies | ||
| Sphinx = {version = ">=5,<7", optional = true} | ||
| Sphinx = {version = ">=5,<8", optional = true} | ||
| sphinx-rtd-theme = {version = ">=1,<4", optional = true} | ||
@@ -47,3 +51,3 @@ myst-parser = {version = ">=0.18,<3.1", optional = true} | ||
| [tool.poetry.dev-dependencies] | ||
| [tool.poetry.group.dev.dependencies] | ||
| pytest = "^8.3" | ||
@@ -54,3 +58,3 @@ pytest-cov = "^6.0" | ||
| branch = "main" | ||
| version_toml = ["pyproject.toml:tool.poetry.version"] | ||
| version_toml = ["pyproject.toml:project.version"] | ||
| version_variables = ["src/led_ble/__init__.py:__version__"] | ||
@@ -102,3 +106,3 @@ build_command = "pip install poetry && poetry build" | ||
| [build-system] | ||
| requires = ["poetry-core>=1.0.0"] | ||
| requires = ["poetry-core>=2.0.0"] | ||
| build-backend = "poetry.core.masonry.api" |
| from __future__ import annotations | ||
| __version__ = "1.1.4" | ||
| __version__ = "1.1.5" | ||
@@ -5,0 +5,0 @@ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
50335
0.21%