Metadata-Version: 2.0
Name: boardgamegeek2
Version: 0.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'

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

+-------------+---------------------------------------+
| Stable      | |travis-master| |coveralls-master|    |
+-------------+---------------------------------------+
| Development | |travis-develop| |coveralls-develop|  |
+-------------+---------------------------------------+

Development status:

``boardgamegeek2`` 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_.


**WARNING**: ``boardgamegeek2`` is not backwards compatible with the previous version, ``boardgamegeek``. See the changelog for details.


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

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

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

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

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

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

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


