Metadata-Version: 1.2
Name: fishnet
Version: 1.15.7
Summary: Distributed Stockfish analysis for lichess.org
Home-page: https://github.com/niklasf/fishnet
Author: Niklas Fiekas
Author-email: niklas.fiekas@backscattering.de
License: UNKNOWN
Description-Content-Type: UNKNOWN
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.15.7
            :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
        
        Installation
        ------------
        
        1. Request your personal fishnet key: https://lichess.org/get-fishnet
        2. Install the fishnet client.
        
           **Via pip**
        
           To install or upgrade to the latest version do:
        
           ::
        
               pip install --upgrade --user fishnet
        
           Example usage:
        
           ::
        
               python -m fishnet --auto-update
        
           Optional: Generate a systemd service file:
        
           ::
        
               python -m fishnet systemd
        
           **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 --stockfish-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 GPLv3+ 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 :: GNU General Public License v3 or later (GPLv3+)
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: Programming Language :: Python :: 3.6
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
