bgg-api 1.1.10

Last updated:

0 purchases

bgg-api 1.1.10 Image
bgg-api 1.1.10 Images
Add to Cart

Description:

bggapi 1.1.10

BGG-API
A Python API for boardgamegeek.com





Installation
pip install bgg-api

Usage
from boardgamegeek import BGGClient

bgg = BGGClient()

game = bgg.game("Monopoly")

print(game.year) # 1935
print(game.rating_average) # 4.36166

Development
# Install dependencies
pip install -r requirements/develop.txt
# Install pre-commit hooks
pre-commit install

# Run tests
pytest .
# Run tests with tox
tox

Publishing
# Bump version (patch, minor, major)
bump2version patch
# Push to github
git push --tags origin master

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.