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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfreedompro-1.1.0.tar.gz.
File metadata
- Download URL: pyfreedompro-1.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.2 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92812070a0c74761fa0c8cac98ddbe0bca781c8de80e2b08dbd04492e831c172
|
|
| MD5 |
c803277b90163cd081aa6f9ec7dd07d7
|
|
| BLAKE2b-256 |
f90013bfc10afd2bc0656159115029e59cb420419be533dc6dda47f0c45d50c1
|
File details
Details for the file pyfreedompro-1.1.0-py3-none-any.whl.
File metadata
- Download URL: pyfreedompro-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.2 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e01cfde8a1ea7c2500ad92f7e70af02329b6b1435ecb78821c6517060bd3947e
|
|
| MD5 |
e1c92a4cc3de1ca71a90c0e15497fc74
|
|
| BLAKE2b-256 |
09a2b3ee142779b15cf6bd24020dfe88cbf28613b2952a00778982f5c2481f0a
|