pyCraft
=======
.. image:: https://travis-ci.org/ammaraskar/pyCraft.svg
:target: https://travis-ci.org/ammaraskar/pyCraft
.. image:: https://readthedocs.org/projects/pycraft/badge/?version=latest
:target: https://pycraft.readthedocs.org/en/latest
.. image:: https://coveralls.io/repos/ammaraskar/pyCraft/badge.svg?branch=master
:target: https://coveralls.io/r/ammaraskar/pyCraft?branch=master
Minecraft Python Client Library!
Detailed information for developers can be found here:
``_
``start.py`` is a basic example of a headless client using the library
Use ``start.py --help`` for the options
Requirements
------------
- `cryptography `_ (Also in ``requirements.txt``)
See the installation instructions for the cryptography library here: ``_
but essentially ``pip install -r requirements.txt`` should cover everything.