Metadata-Version: 1.1
Name: fishnet
Version: 1.4.0
Summary: Distributed 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://travis-ci.org/niklasf/fishnet.svg?branch=v1.4.0
            :target: https://travis-ci.org/niklasf/fishnet
        
        .. image:: https://badge.fury.io/py/fishnet.svg
            :target: https://pypi.python.org/pypi/fishnet
        
        Installing
        ----------
        
        To install or upgrade to the latest version do:
        
        ::
        
            pip install --upgrade fishnet
        
        Running fishnet
        ---------------
        
        ::
        
            python -m fishnet run
        
        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
