Skip to main content

A Python Library for Flesh and Blood DB API

Project description

PyFABDB

Test pre-commit

PyFABDB is a Python library to access the Flesh and Blood DB API. The Python library enables you to access all public Flesh and Blood DB API endpoints using Python.

Install

$ pip install pyfabdb

Examples

>>> from pyfabdb import pyfabdb
>>> fabdb = pyfabdb.PyFabdb()
>>> card = fabdb.get_card(id="absorb-in-aether-red")
>>> print(card["name"])
Absorb in Aether

Contributing

All help is welcomed!

1. Setting up an environment

The easiest way to set up a test environment is to run:

  1. tox --devenv venv
  2. source venv/bin/activate

2. Running all the tests

After making your changes and creating new test for any changes, you will need to ensure all test pass. Running all the test can be done by running tox -e py.

3. Install pre-commit

With the environment created by tox, run:

  1. pip install pre-commit
  2. pre-commit install

4. Create a pull requests

Create a pull request following the pull request template. A maintainer will review the changes made, update the changelog and release the new version of pyfabdb.

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

pyfabdb-0.1.0.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

pyfabdb-0.1.0-py2.py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 2 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