Skip to main content

A client to retrieve new releases of comic books, filterable by publisher and format.

Project description

ComicBot API

Python

Requirements

  • Python 3.9 or above
  • Virtualenv 20.14.1 or above

Project Expectations

  • Client library to get new releases, or releases for a given date.
  • Client can filter by the format of releases e.g. 'single-issue' or by publisher e.g. 'marvel'
  • Client should be straight forward and easy to use by using the KISS model (Keep It Simple Stupid)
  • Cache results where possible as not to hit provider with too many requests for the same data

How to get started

Create a virtual environment

virtualenv -p python3.9 venv

Enter virtual environment

source venv/bin/activate

Install Poetry, the package manager for this project

pip install poetry

Build distribution of project

poetry build

Build artifacts will be located in dist/

Running Unit Tests

Pytest to run all unit tests in test/

pytest

Pytest to run all unit tests and lint code with Pylama

pytest --pylama

Linting

This project strives to keep the code style in line with PEP8. To test the project for compliance with PEP8, I use Pylama

pip install pylama
pylama comicbot_api

Deployment

To deploy, one must obtain an API key from the public pypi (https://pypi.org/project/comicbot-api/) and add it to the local poetry configuration with the following command:

poetry config pypi-token.pypi <pypi-token>

Once we have a valid token, we can push distributions to PyPi.

poetry build
poertry publish

or do both with

poetry publish --build

Roadmap

  • Database to cache results from source
  • Sphinx Automatic Documentation Creation

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

comicbot_api-0.1.12.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

comicbot_api-0.1.12-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file comicbot_api-0.1.12.tar.gz.

File metadata

  • Download URL: comicbot_api-0.1.12.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.9.19 Darwin/23.4.0

File hashes

Hashes for comicbot_api-0.1.12.tar.gz
Algorithm Hash digest
SHA256 a9cce0da6a3cfb27463f90419622ca99f6d4c3e380e892f1816e6d7199604ebb
MD5 5c6a1338ee74e9233aadae69fbe67fd2
BLAKE2b-256 95ce5293a36aea0c24b4d882a918fcc52840f75cbadbbf456db7ad6df641dc12

See more details on using hashes here.

File details

Details for the file comicbot_api-0.1.12-py3-none-any.whl.

File metadata

  • Download URL: comicbot_api-0.1.12-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.9.19 Darwin/23.4.0

File hashes

Hashes for comicbot_api-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 76c142fa3661517516a1fce27e591e83dcdb7fc5cfe8a31bdb0804e10a180ce2
MD5 1563bc2a945d0b5a47ac0005db831f5f
BLAKE2b-256 d2a05d93ba2d33a0a48df703ed5d9bb0c472c2598a0f4518394b8cf59b6025ad

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