Metadata-Version: 2.0
Name: gameboycore
Version: 0.4.2
Summary: Python bindings for Gameboy Core
Home-page: https://github.com/nnarain/gameboycore-python
Author: Natesh Narain
Author-email: nnaraindev@gmail.com
License: MIT
Keywords: gameboy emulator emulation
Platform: UNKNOWN

Gameboy Core Python
===================

.. image:: https://ci.appveyor.com/api/projects/status/hatnihg8ii76hc27?svg=true
    :target: https://ci.appveyor.com/project/nnarain/gameboycore-python

.. image:: https://img.shields.io/pypi/v/gameboycore.svg
    :target: https://pypi.python.org/pypi/gameboycore

.. image:: https://readthedocs.org/projects/gameboycore-python/badge/?version=latest
    :target: http://gameboycore-python.readthedocs.io/en/latest/?badge=latest

Python Bindings for `GameboyCore <https://github.com/nnarain/gameboycore>`_

Installation
------------

    pip install gameboycore

Supported Python Versions
-------------------------

====== ======= =====
Python Windows Linux
====== ======= =====
2.7    N/A     Soon
3.3    N/A     Soon
3.4    N/A     Soon
3.5    Yes     Soon
3.6    Yes     Soon
====== ======= =====

GameboyCore Python does not currently support Python version 2.7 - 3.4 on Windows since Visual Studio 9/10 do not support C++11.


