Skip to main content

Python wrapper for Allenite's API.

Project description

Py-Allenite is a full-fleged Python wrapper to develop applications integrating Allenite’s API.

PyPi Documentation License Followers

⏩ 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.1.41.tar.gz (4.6 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