Skip to main content

A Wrapper of some-random-api for Python

Project description

sra-pylib

sra-pylib is a Python wrapper for some-random-api.

import sra

>>> print(sra.animal.Panda.image_link)  # Prints a Panda Image link
"https://i.imgur.com/YVLrUO9.jpg"
>>> print(sra.animal.Panda.fact)  # Prints a Panda Fact
"Giant pandas have been driven out of the lowland areas where they used to live and now are found only in the Chinese provinces of Sichuan, Gansu, and Shaanxi. The forests in these provinces are very damp and rainy. In one year, a forest may receive up to 50 inches of rain and snow."
>>> sra.animal.Panda.save_image()  # Saves the Image

With sra-pylib, you can easily access the various endpoints of some-random-api in your Python projects, making it a powerful tool for working with image, fact, and other types of data.

Status Supported Versions

Installation

You can install sra-pylib using pip:

python -m pip install sra-pylib

sra-pylib requires Python 3.7 or later.

Endpoints

sra-pylib is currently under development. Currently, only the animal and animu categories of APIs are available in stable version, but we're working to add more.

Cloning the Repository

If you want to work with the development version of sra-pylib, you can clone the repository and install it using pip:

pip install git+https://github.com/Sayad-Uddin-Tahsin/sra-pylib.git

This will install the package from the cloned repository.

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

sra-pylib-1.0.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

sra_pylib-1.0.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

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