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.2.0.tar.gz (4.6 kB view details)

Uploaded Source

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

Hashes for py-allenite-0.2.0.tar.gz
Algorithm Hash digest
SHA256 94b0df11f48b0302139a4041a80295efcd07e9309f9bdc58a117e025b80d1642
MD5 28397d63f0555a7e5a12e3c6b0bbd9f2
BLAKE2b-256 8e5c68bea4060c5bbfc74a397ba93df3b8719f1e11fce732ee668a4fff27ef65

See more details on using hashes here.

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