Metadata-Version: 2.4
Name: lifx-photons-core
Version: 0.46.6
Summary: The core modules of the photons framework
Project-URL: Homepage, https://photons.delfick.com
Project-URL: repository, https://github.com/delfick/photons
Project-URL: changelog, https://pytest-typing-runner.readthedocs.io/en/latest/api/changelog.html
Project-URL: docs, https://photons.delfick.com/changelog
Author-email: Stephen Moore <stephen@delfick.com>
License: MIT
Keywords: lifx,photons
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: bitarray>=2.9.2
Requires-Dist: delfick-project==0.8.0
Requires-Dist: kdtree==0.16
Requires-Dist: lru-dict==1.3.0
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: rainbow-logging-handler==2.2.2
Requires-Dist: ruyaml==0.91.0
Provides-Extra: web-server
Requires-Dist: aiohttp>=3.9.0; extra == 'web-server'
Requires-Dist: attrs>=23.2.0; extra == 'web-server'
Requires-Dist: python-socketio==5.12.1; extra == 'web-server'
Requires-Dist: sanic-testing>=24.6.0; extra == 'web-server'
Requires-Dist: sanic>=25.3.0; extra == 'web-server'
Requires-Dist: strcs==0.4.1; extra == 'web-server'
Requires-Dist: ulid-py>=1.1.0; extra == 'web-server'
Description-Content-Type: text/x-rst

Photons
=======

Photons is Python3.12+ framework for interacting with LIFX products.

See full documentation at https://photons.delfick.com

Example scripts can be found in the ``examples`` folder in this repository.
