Python wrapper for Allenite's API.
Project description
Py-Allenite is a full-fleged Python wrapper to develop applications integrating Allenite’s API.
⏩ Quick Example
In this example, we will fetch a random meme using the API.
main.py
from allenite_api import AlleniteClient
client = AlleniteClient()
meme = client.get_random_meme()
# The 0th index is the title and the 1st index is the image url.
print(meme[0], ':', meme[1])
👩🏫 Installation
pip install py-allenite
📈 Required Python Modules
The list of required python modules can be found in the requirements.txt file.
📜 Documentation
To view the documentation for this project, visit the documentation page.
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
py-allenite-0.2.0.tar.gz
(4.6 kB
view details)
File details
Details for the file py-allenite-0.2.0.tar.gz
.
File metadata
- Download URL: py-allenite-0.2.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94b0df11f48b0302139a4041a80295efcd07e9309f9bdc58a117e025b80d1642 |
|
MD5 | 28397d63f0555a7e5a12e3c6b0bbd9f2 |
|
BLAKE2b-256 | 8e5c68bea4060c5bbfc74a397ba93df3b8719f1e11fce732ee668a4fff27ef65 |