A simple async wrapper for the Wakatime API
Project description
Installation
pip install awakatime
Usage
import asyncio
from awakatime import Awakatime
async def main():
async with Awakatime("your_api_key") as awakatime:
await awakatime.get_all_time("your_project")
if __name__ == "__main__":
coro = main()
asyncio.run(coro)
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
awakatime-1.0.2.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file awakatime-1.0.2.tar.gz
.
File metadata
- Download URL: awakatime-1.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f31265eae85506635901736f662c69abd8f484678ef51ebdf72d98fe14f72fa |
|
MD5 | a1470ffaeb602e7c879f38b3ecfe2eae |
|
BLAKE2b-256 | 61f8603f0fb692bbe25f81ab63d286cf9a704c1f518ce8a1287e5be50c638788 |
File details
Details for the file awakatime-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: awakatime-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f66bfecb2a716ee0dd507f7abaa903f98b5625cc77a58c06960ec62fbd1a03db |
|
MD5 | baf43c2d8d9e62bb357b72dbc98182b9 |
|
BLAKE2b-256 | 790b2844c4523b800707d0f1a4cf97971f62b9ac52fe53a622b0e44707e03258 |