Metadata-Version: 2.1
Name: boardgamegeek2
Version: 1.0.1
Summary: A Python interface to boardgamegeek.com's API
Home-page: https://github.com/lcosmin/boardgamegeek
Author: Cosmin Luță
Author-email: q4break@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: requests (>=2.3.0)
Requires-Dist: requests-cache (>=0.4.4)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'

==================================================
boardgamegeek - A Python API for boardgamegeek.com
==================================================

+------------------+-----------------------------------------------------+
| Boardgamegeek v2 | |travis-boardgamegeek2| |coveralls-boardgamegeek2|  |
+------------------+-----------------------------------------------------+


Development status:

``boardgamegeek`` is a Python library which makes it easy to access data from BoardGameGeek_ using their official XML
API.

It's an almost completely rewritten fork of libBGG_.


Documentation
=============

Documentation is available at http://lcosmin.github.io/boardgamegeek

.. _BoardGameGeek: http://www.boardgamegeek.com
.. _libBGG: https://github.com/philsstein/libBGG

.. |travis-boardgamegeek2| image:: https://travis-ci.org/lcosmin/boardgamegeek.svg?branch=develop
      :target: https://travis-ci.org/lcosmin/boardgamegeek

.. |coveralls-boardgamegeek2| image:: https://coveralls.io/repos/lcosmin/boardgamegeek/badge.png?branch=develop
      :target: https://coveralls.io/r/lcosmin/boardgamegeek?branch=develop      


