Metadata-Version: 2.4 Name: opensensemap-api Version: 0.4.1 Summary: Python client for interacting with the openSenseMap API. Project-URL: Homepage, https://github.com/home-assistant-ecosystem/python-opensensemap-api Project-URL: Download, https://github.com/home-assistant-ecosystem/python-opensensemap-api/releases Author-email: Fabian Affolter License-Expression: MIT License-File: LICENSE Classifier: Development Status :: 3 - Alpha Classifier: Environment :: Console Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: MacOS :: MacOS X Classifier: Operating System :: Microsoft :: Windows Classifier: Operating System :: POSIX Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Utilities Requires-Python: >=3.13 Requires-Dist: aiohttp<4,>=3.8.5 Provides-Extra: test Requires-Dist: pytest-asyncio>=0.21; extra == 'test' Requires-Dist: pytest>=9; extra == 'test' Description-Content-Type: text/x-rst opensensemap-api ================ Python Client for interacting with the `openSenseMap `_ API. This module is not official, developed, supported or endorsed by `openSenseMap `_ Installation ------------ The module is available from the `Python Package Index `_. .. code:: bash $ pip3 install opensensemap-api On a Fedora-based system or a CentOS/RHEL machine with EPEL. .. code:: bash $ sudo dnf -y install python3-opensensemap-api For Nix or NixOS users is a package available. Keep in mind that the latest releases might only be present in the ``unstable`` channel. .. code:: bash $ nix-env -iA nixos.python3Packages.opensensemap-api Usage ----- The file ``example.py`` contains an example about how to use this module. License ------- ``opensensemap-api`` is licensed under MIT, for more details check LICENSE.