Skip to main content

Freedompro API

Project description

pyfreedompro

Python library for Freedompro API.

Installation

You can install pyfreedompro with pip install pyfreedompro.

Example

import asyncio
import pyfreedompro
import aiohttp

async def main():
    httpsession = aiohttp.ClientSession(connector=aiohttp.TCPConnector(ssl=False));
    response = await pyfreedompro.get_list(httpsession, APY_KEY);
    print(response);
    await httpsession.close();
loop = asyncio.get_event_loop()
loop.run_until_complete(main())

See the complete documentation of the Fredompro API https://api.freedompro.eu/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfreedompro-1.1.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

pyfreedompro-1.1.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page