Metadata-Version: 2.1
Name: codingame
Version: 0.1.0
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
Description: codingame
        =========
        .. image:: https://img.shields.io/pypi/v/codingame
           :target: https://pypi.python.org/pypi/codingame
           :alt: PyPI version info
        .. image:: https://img.shields.io/pypi/pyversions/codingame
           :target: https://pypi.python.org/pypi/codingame
           :alt: PyPI supported Python versions
        
        Pythonic wrapper for the undocumented CodinGame API.
        
        
        Installing
        ----------
        
        **Python 3.5.3 or higher is required**
        
        Run the following command:
        
        .. code:: sh
        
            # Linux/macOS
            python3 -m pip install -U codingame
        
            # Windows
            py -3 -m pip install -U 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 us know by joinig the support server at https://discord.gg/8HgtN6E
        
        License
        -------
        
        The project is licensed under the MIT license.
        
        
        Links
        ------
        
        - `Documentation <https://codingame.readthedocs.io/en/latest/index.html>`_
        - `Discord support server <https://discord.gg/8HgtN6E>`_
        
Platform: UNKNOWN
Requires-Python: >=3.5.3
Description-Content-Type: text/x-rst
