Metadata-Version: 1.1
Name: fishnet
Version: 1.6.6
Summary: Distributed Stockfish analysis for lichess.org
Home-page: https://github.com/niklasf/fishnet
Author: Niklas Fiekas
Author-email: niklas.fiekas@backscattering.de
License: MIT
Description: fishnet: distributed Stockfish analysis for lichess.org
        =======================================================
        
        .. image:: https://badge.fury.io/py/fishnet.svg
            :target: https://pypi.python.org/pypi/fishnet
        
        .. image:: https://travis-ci.org/niklasf/fishnet.svg?branch=v1.6.6
            :target: https://travis-ci.org/niklasf/fishnet
        
        .. image:: https://coveralls.io/repos/github/niklasf/fishnet/badge.svg?branch=master
            :target: https://coveralls.io/github/niklasf/fishnet?branch=master
        
        Via pip
        -------
        
        To install or upgrade to the latest version do:
        
        ::
        
            pip install --upgrade --user fishnet
        
        Example usage:
        
        ::
        
            python -m fishnet --auto-update
        
        Via Docker
        ----------
        
        There is a `Docker container <https://hub.docker.com/r/ageneau/fishnet/>`_
        courtesy of `@ageneau <https://github.com/ageneau>`_. For example you can
        simply do:
        
        ::
        
            docker run ageneau/fishnet --key MY_APIKEY --auto-update
        
        lichess.org custom Stockfish
        ----------------------------
        
        fishnet is using
        `lichess.org custom Stockfish <https://github.com/niklasf/Stockfish>`__
        by `@ddugovic <https://github.com/ddugovic/Stockfish>`_.
        
        You can build Stockfish yourself (for example with ``./build-stockfish.sh``)
        and provide the path using ``python -m fishnet --engine-command``. Otherwise
        a precompiled binary will be downloaded for you.
        
        Overview
        --------
        
        .. image:: https://raw.githubusercontent.com/niklasf/fishnet/master/doc/sequence-diagram.png
        
        See `protocol.md <https://github.com/niklasf/fishnet/blob/master/doc/protocol.md>`_ for details.
        
        License
        -------
        
        fishnet is licensed under the MIT license. See LICENSE.txt for the full license
        text.
        
Keywords: lichess.org chess stockfish uci
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Internet :: WWW/HTTP
