Skip to main content

An asynchronous wrapper in python for the https://dictionaryapi.dev API

Project description

asyncdictionary

MIT License

An asynchronous Python wrapper for https://dictionaryapi.dev/

You can find the API's repository here

NOTE: Currently I have only implemented fetching words from English, not other languages. This is because the actual API's implementation of languages other than english is different. Support for different languages coming soon though.


Requirements

  • Python 3.6 or above
  • aiohttp (python -m pip install aiohttp)
    • Used for web requests to the API

That's it!

Installation


Currently through pip.

  • pip install asyncdictionary

Or through git, but why would you want to do that.

  • pip install git+https://github.com/Ay-355/asyncdictionary

Note that if you don't have python in your PATH variable, you will have to prefix these with python -m or py -m or the equivalent of that on your machine.

Issues


Any issues directly with the API should be reported at the API's repository page.

If there is anything wrong with this package, feel free to open up an issue.

Hope this is useful!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asyncdictionary-1.2.tar.gz (4.8 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