A Python wrapper for the CATAAS API
Project description
CATAAS Python Wrapper
A PyPi package that serves as a Python wrapper for the CATAAS REST API.
This package includes all endpoints that the CATAAS API lets me use and are available!
Keep in mind that this is a unofficial wrapper and was made by only me! (happycappa)
Usage
To actually use this package, install this via pip first:
pip install cataas
First, initialize a session/client with the CATAAS API using the Cataas() function:
from cataas import Cataas
client = cataas.Cataas()
Then start having fun!:
from cataas import Cataas
client = cataas.Cataas()
image_url = client.get_cat(as_url=True)
print(image_url) # Output is the URL of a random CATAAS Cat image!
Project Links / Extra:
PyPi Package: (pretend link here)
Github Repo: https://github.com/happycappa/cataas-python-wrapper
Cataas API: https://cataas.com
Created by happycappa
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cataas-1.0.0.tar.gz.
File metadata
- Download URL: cataas-1.0.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.17.0 {"ci":null,"cpu":"AMD64","implementation":{"name":"CPython","version":"3.14.5"},"installer":{"name":"hatch","version":"1.17.0"},"openssl_version":"OpenSSL 3.0.20 7 Apr 2026","python":"3.14.5","system":{"name":"Windows","release":"10"}} HTTPX2/2.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d888b6ca065229741aa4524c7f4f1029f4232fc531514e424b7275e08d7335f
|
|
| MD5 |
ea7009c6418d60079061fdd289639b70
|
|
| BLAKE2b-256 |
0815328df3102b85e89889f13485af488991737cbfaaa75fbfa5e7d6bb6fdeac
|
File details
Details for the file cataas-1.0.0-py3-none-any.whl.
File metadata
- Download URL: cataas-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.17.0 {"ci":null,"cpu":"AMD64","implementation":{"name":"CPython","version":"3.14.5"},"installer":{"name":"hatch","version":"1.17.0"},"openssl_version":"OpenSSL 3.0.20 7 Apr 2026","python":"3.14.5","system":{"name":"Windows","release":"10"}} HTTPX2/2.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2643b3d31a59cb009e29d8769a13564225f55273d883cfbef102da162c75d55
|
|
| MD5 |
a82283a94ca31b414795718e24f55cb1
|
|
| BLAKE2b-256 |
ec1e8518828071bd872d4921cef78c5eaba4436de330326ba4c6e107ae0c9ef7
|