Metadata-Version: 2.1
Name: renju
Version: 0.0.0
Summary: A simple library for the game board of renju.
Home-page: https://github.com/wind23/renju-python
Author: Tianyi Hao
Author-email: haotianyi0@126.com
License: MIT
Download-URL: https://github.com/wind23/renju-python/archive/0.0.0.tar.gz
Keywords: renju
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# Renju Library

## Description

A simple library for the game board of renju.

## Installation

    pip install renju

# Usage

TBA.


