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_projet")
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.0.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file awakatime-1.0.0.tar.gz
.
File metadata
- Download URL: awakatime-1.0.0.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 | e9d73e3ab49a5ca8729dfe301c19cf2c6263914e3c71992c0bdc4f69305d234b |
|
MD5 | f740bc6d14dd2b9171837f592cde78e6 |
|
BLAKE2b-256 | 359770b82190b92824fc19fa3c44b390be8b11ba2ae5ee6793e52605c526ed27 |
File details
Details for the file awakatime-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: awakatime-1.0.0-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 | ee0a4243cbbcbb95688a2df20cdfeaff06d5d34e58d29ab5bab9121e4253b3ca |
|
MD5 | a73ab341495d0bbfd947a3791ee044c0 |
|
BLAKE2b-256 | 585a214ffe8d043cc15f75e51bf03fd4f567e7fed15bd5816914be8ce99781e0 |