Access public ev charger information via chargecloud.de
Project description
pychargecloud
Fetches data about public ev charge points from chargecloud.de
Example:
import sys
import chargecloudapi
import aiohttp
import asyncio
import logging
async def main():
async with aiohttp.ClientSession() as session:
api = chargecloudapi.Api(session)
locations = await api.location_by_evse_id("DECCH*ECCH1800155EBG*2")
print(locations)
if __name__ == "__main__":
logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
loop = asyncio.new_event_loop()
loop.run_until_complete(main())
See also src/main.py
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
pychargecloud-0.0.5.tar.gz
(15.6 kB
view details)
Built Distribution
File details
Details for the file pychargecloud-0.0.5.tar.gz
.
File metadata
- Download URL: pychargecloud-0.0.5.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 076446941e14ec67a5348d3a63a5b758028b2195d72345991adedf25cfcf58de |
|
MD5 | a0a2da19fa955aaee8935c2298c25810 |
|
BLAKE2b-256 | 95f5c739891ed6c486b37ea790149cfcbd49389a580aa2e21796e5d055bde4f9 |
File details
Details for the file pychargecloud-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: pychargecloud-0.0.5-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0eb07798c258e7d8a6766814093fd4fa147b180661f1f1ae086b483c3d6a1f6 |
|
MD5 | 491590569fbd5635a39bbf2a15d3f87d |
|
BLAKE2b-256 | 93605adbe880d2f0745280232ea3659334bc9ff82f65060e56e76227c3028cbd |