Explore the Oxford dictionaries API.
Project description
[!CAUTION] This project has moved to pip install oxfordapi
Oxford Dictionary API Python Wrapper
This project offers a simple client for the Oxford Dictionary API.
Getting your App Key and ID
To get your App Key and ID, please follow the Getting Started guide.
Installation
pip install oxfordapi
Usage
from oxfordapi import Client
async def main():
oxford_api = Client("<app_id>", "<app_key>")
print(await oxford_api.get_entries("word"))
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
oxfordapi-0.1.0.tar.gz
(4.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oxfordapi-0.1.0.tar.gz.
File metadata
- Download URL: oxfordapi-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
404e15d6bb045bf305f28ff69c2bcfdf1af87f7221588ceda8ec37fbc99e1eac
|
|
| MD5 |
c1ceb7d6d4b71405e0b913ff52493738
|
|
| BLAKE2b-256 |
2db660e36df001dda9a85d39f1e38a490bc77aff76b8d44a8f2a53ef74801dad
|
File details
Details for the file oxfordapi-0.1.0-py3-none-any.whl.
File metadata
- Download URL: oxfordapi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9900fea50b74db982caa8f14b21587b0cee98f771509b86de7116710edd626d5
|
|
| MD5 |
49416b32e059710ad2e8a83638b9bb38
|
|
| BLAKE2b-256 |
ff31f48da460016f30faaee40382fc482026613b4c488d2a01e118b302bb020f
|