Skip to main content

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

This version

0.1

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page