Metadata-Version: 2.1
Name: py_nightscout
Version: 1.3.0
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
Platform: UNKNOWN
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

# 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.

