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.3.tar.gz
(15.5 kB
view details)
Built Distribution
File details
Details for the file pychargecloud-0.0.3.tar.gz
.
File metadata
- Download URL: pychargecloud-0.0.3.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f7bdcb11cd90e7ac96000d24af3ecf4100fa314227ef22750e81f085db2642f |
|
MD5 | 9b27cf330fc259cd3d9b976536122815 |
|
BLAKE2b-256 | c1d6911757336faf898ecfa906d35341ce2e92c868bc2cb9b3649a6961dca05a |
File details
Details for the file pychargecloud-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pychargecloud-0.0.3-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 | f07da121edd5bfbe5d5abe092305686cd2b7b7c376ec338edf464dd4114ca0bb |
|
MD5 | a59da7810dfc241f5de549f99494a396 |
|
BLAKE2b-256 | 85557fc3540b07f0caf4e4ee6d52f2676f97d7ced68dcbfddc4e8126fdad6529 |