Take a top of distributions from distrowatch.com
Project description
# DistrowatchAPI Very simple unofficial distrowatch api
It allows to take a top of distributions from <a href=”https:\distrowatch.com”>distrowatch.com<a>:
from api.distrowatch import Distrowatch from api.periods import PeriodType import asyncio
- async def main():
distrowatch = Distrowatch() print(await distrowatch.get_top_of_distributions(10, PeriodType.LAST_MONTH))
- if __name__ == “__main__”:
asyncio.run(main())
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
distrowatchapi-0.1.tar.gz
(3.9 kB
view details)
File details
Details for the file distrowatchapi-0.1.tar.gz.
File metadata
- Download URL: distrowatchapi-0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3aec5233a32301cbc49bca7073d1ef0ef8aad9397194f883d68d2db51c9b80bd
|
|
| MD5 |
ebbee2be57d397b76bebdbd8fc47738e
|
|
| BLAKE2b-256 |
9cc4f3feb0a9a654957becc7210dafacc2071d098589d480373e7e65c34eb2c5
|