An async API wrapper for the Random-d.uk API
Project description
DuckDuck
A async wrapper for the RandomDuck API
Features
- An async library.
- Has all of the endpoints covered in v2.
- Has a object oriented design so it's easy to use.
Installation
$python -m pip install DuckDuck
Example
import asyncio
import DuckDuck
client = DuckDuck.Duck()
async def main():
url = await client.fetch_random()
print(url)
asyncio.run(main())
Support
Contact me: iamSkev#4260
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 DuckDuck-0.0.3-py3-none-any.whl.
File metadata
- Download URL: DuckDuck-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
318aea3bf12d206f22bd9371a5728e4ffea5f973d46d902f99e9ca70d907a21a
|
|
| MD5 |
6dc7bd110d3685cf6e8af57fd37be6a5
|
|
| BLAKE2b-256 |
4a86c2e3ebf6bf339e4f15a57072b5928d2f80ce9fdf474d84156d5563e63eb5
|