Metadata-Version: 2.1
Name: pypoint
Version: 3.0.1
Summary: API for Minut Point
Author-email: Fredrik Erlandsson <fredrik.e@gmail.com>
Project-URL: Repository, https://github.com/fredrike/pypoint
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp

# PyPoint Python package for the Minut Point
![licence](https://img.shields.io/pypi/l/pypoint) ![pypi-version](https://img.shields.io/pypi/v/pypoint) ![pypi-dl](https://img.shields.io/pypi/dw/pypoint)

Used by [Home Assistant](https://www.home-assistant.io/integrations/point).

The `pyPoint` library enables Python integration with the Minut Point. To connect with Point, you will have to sign up for a developer account and get a client_id and client_secret with the callback url configured as your `base_url + /api/minut`, e.g. http://localhost:8123/api/minut.

