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.
Release files for py-allenite 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py-allenite-0.2.0.tar.gz | 4.6 kB | Details |
Release files / py-allenite-0.2.0.tar.gz
| Download URL | py-allenite-0.2.0.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
94b0df11f48b0302139a4041a80295efcd07e9309f9bdc58a117e025b80d1642
|
|
BLAKE2b-256 checksum How to use checksums |
8e5c68bea4060c5bbfc74a397ba93df3b8719f1e11fce732ee668a4fff27ef65
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|