Skip to main content

Simyan

PyPI - Python PyPI - Status PyPI - Version PyPI - License

prek Ruff ty

Linting Testing Publishing Read the Docs

A Python wrapper for the Comicvine API.

Installation

pip install Simyan

Example Usage

from datetime import timedelta
from pathlib import Path

from simyan.comicvine import Comicvine

session = Comicvine(
    api_key="Comicvine API Key",
    cache_path=Path("cache.sqlite"),  # Optional, defaults to ~/.cache/simyan/cache.sqlite
    cache_expiry=timedelta(days=1),  # Optional, defaults to 14 days
    ratelimit_path=Path(
        "ratelimits.sqlite"
    ),  # Optional, defaults to ~/.cache/simyan/ratelimits.sqlite
)

# Search for Publisher
results = session.list_publishers(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.get_volume(volume_id=26266)
print(result.summary)

Documentation

Bugs/Requests

Please use the GitHub issue tracker to submit bugs or request features.

Contributing

  • When running a new test for the first time, set the environment variable COMICVINE__API_KEY to your Comicvine API key. The responses will be cached in the tests/cache.sqlite database without your key.

Socials

Social - Matrix Social - Matrix

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simyan-4.0.0.tar.gz (12.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simyan-4.0.0-py3-none-any.whl (32.9 kB view details)

Uploaded Python 3

File details

Details for the file simyan-4.0.0.tar.gz.

File metadata

  • Download URL: simyan-4.0.0.tar.gz
  • Upload date:
  • Size: 12.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simyan-4.0.0.tar.gz
Algorithm Hash digest
SHA256 d75d9fb5ad143a3d6ab9c531864c6f2c13cf329ae903ef3db4e495bb4df475f7
MD5 18bdae2b52364bbfe22542e6805a91e0
BLAKE2b-256 2d52041167d062dddd80c54fbcaa36481fd1d5d28165f20eac159cce057377dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for simyan-4.0.0.tar.gz:

Publisher: publishing.yaml on Metron-Project/Simyan

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simyan-4.0.0-py3-none-any.whl.

File metadata

  • Download URL: simyan-4.0.0-py3-none-any.whl
  • Upload date:
  • Size: 32.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simyan-4.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ee1ba40cfeabe664fd723559ab391dd12732da003a97c517b3b24fbb61944a8b
MD5 8c02637680173a92922abadf0150074a
BLAKE2b-256 bee59f16363e2b14354f633b1661db5e86b0b5de0ca9ccb0c8140e8b9cbf4e88

See more details on using hashes here.

Provenance

The following attestation bundles were made for simyan-4.0.0-py3-none-any.whl:

Publisher: publishing.yaml on Metron-Project/Simyan

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

4.0.0 This release

2 files

3.1.0

2 files

3.0.0

2 files

2.0.0

2 files

1.6.0

2 files

1.5.1

2 files

1.5.0

2 files

1.4.0

2 files

1.3.0

2 files

1.2.2

2 files

1.2.1

2 files

1.2.0

2 files

1.1.0

2 files

1.0.0

2 files

0.14.0

2 files

0.13.0

2 files

0.12.0

2 files

0.11.0

2 files

0.10.0

2 files

0.9.2

2 files

0.9.1

2 files

0.9.0

2 files

0.8.1

2 files

0.8.0

2 files

0.7.4

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.3

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page