Metadata-Version: 2.1
Name: codingame
Version: 0.3.4
Summary: Pythonic wrapper for the undocumented CodinGame API.
Home-page: https://github.com/takos22/codingame
Author: takos22
License: MIT
Project-URL: Documentation, https://codingame.readthedocs.io/en/latest/
Project-URL: Issue tracker, https://github.com/takos22/codingame/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: requests

codingame
=========
.. image:: https://img.shields.io/pypi/v/codingame?color=blue
   :target: https://pypi.python.org/pypi/codingame
   :alt: PyPI version info
.. image:: https://img.shields.io/pypi/pyversions/codingame?color=orange
   :target: https://pypi.python.org/pypi/codingame
   :alt: PyPI supported Python versions
.. image:: https://img.shields.io/pypi/dm/codingame
   :target: https://pypi.python.org/pypi/codingame
   :alt: PyPI downloads
.. image:: https://readthedocs.org/projects/codingame/badge/?version=latest
   :target: https://codingame.readthedocs.io/en/latest/
   :alt: Documentation Status
.. image:: https://img.shields.io/github/license/takos22/codingame?color=brightgreen
   :alt: License: MIT
.. image:: https://img.shields.io/discord/754028526079836251.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2
   :target: https://discord.gg/8HgtN6E
   :alt: Discord support server

Pythonic wrapper for the undocumented `CodinGame <https://www.codingame.com/>`_ API.


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

**Python 3.6 or higher is required.**

Run the following command:

.. code:: sh

    pip install codingame


Contribute
----------

- `Source Code <https://github.com/takos22/codingame>`_
- `Issue Tracker <https://github.com/takos22/codingame/issues>`_


Support
-------

If you are having issues, please let me know by joining the discord support server at https://discord.gg/8HgtN6E

License
-------

The project is licensed under the MIT license.

Links
------

- `PyPi <https://pypi.org/project/codingame/>`_
- `Documentation <https://codingame.readthedocs.io/en/latest/index.html>`_
- `Discord support server <https://discord.gg/8HgtN6E>`_


