A Python wrapper for the Comicvine API.
Project description
Simyan
A Python wrapper for the Comicvine API.
Installation
PyPI
$ pip3 install -U --user simyan
Poetry
$ poetry add simyan
Example Usage
from simyan.comicvine import Comicvine
from simyan.sqlite_cache import SQLiteCache
session = Comicvine(api_key="ComicVine API Key", cache=SQLiteCache())
# Search for Publisher
results = session.publisher_list(params={"filter": "name:DC Comics"})
for publisher in results:
print(f"{publisher.id_} | {publisher.name} - {publisher.site_url}")
# Get details for a Volume
result = session.volume(volume_id=26266)
print(result.summary)
Socials
Big thanks to Mokkari for the inspiration and template for this project.
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
Simyan-0.9.0.tar.gz
(2.5 MB
view details)
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
Simyan-0.9.0-py3-none-any.whl
(27.1 kB
view details)
File details
Details for the file Simyan-0.9.0.tar.gz.
File metadata
- Download URL: Simyan-0.9.0.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.5 Linux/5.13.0-1031-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1f6b8cea1fe78c072ad56eb36a40af7676d1cac40857a0b301e4b293b664fa6
|
|
| MD5 |
8c94473fddba64cfdd56d68393861de9
|
|
| BLAKE2b-256 |
2feac85ca76a3086a2ae0dacc06adc0a7aea5bcd383a8a05ba24e3e36b99ef8d
|
File details
Details for the file Simyan-0.9.0-py3-none-any.whl.
File metadata
- Download URL: Simyan-0.9.0-py3-none-any.whl
- Upload date:
- Size: 27.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.5 Linux/5.13.0-1031-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cab7031ac9a0866bb34dc8befe707e86a05db168fab1cdca640879298182ee7
|
|
| MD5 |
c16b5111b18e0fecf69c7cb34c1cfdbe
|
|
| BLAKE2b-256 |
0f82402722e49d6e650f6dadd0268854f4380988524a02ef06287bc417d061c2
|