Metadata-Version: 2.4
Name: py_nightscout
Version: 1.3.3
Summary: A library that provides a Python async interface to Nightscout
Home-page: https://github.com/marciogranzotto/py-nightscout
Author: Marcio Granzotto
Author-email: marciogranzotto@gmail.com
License: MIT
Keywords: nightscout api client development
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: aiohttp>=3.6.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# Python Nightscout client

[![PyPi](https://img.shields.io/pypi/v/py_nightscout)](https://pypi.org/project/py-nightscout/)

A simple async python client for accessing data stored in [Nightscout](https://github.com/nightscout/cgm-remote-monitor)
Based on [ps2/python-nightscout](https://github.com/ps2/python-nightscout)

## Example Usage

Checkout the [example.py](example.py) file in the repository.
You can add your Nigthscoult URL and `API_TOKEN` and run this script to start using the library.
