Metadata-Version: 2.1
Name: pypoint
Version: 3.0.0
Summary: API for Minut Point
Home-page: https://github.com/fredrike/pypoint
Author: Fredrik Erlandsson
Author-email: fredrik.e@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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.

