2015-04-01 18:44:21 +02:00
|
|
|
pyCraft
|
|
|
|
=======
|
2015-04-03 00:31:58 +02:00
|
|
|
.. image:: https://travis-ci.org/ammaraskar/pyCraft.svg
|
|
|
|
|
|
|
|
|
2015-04-01 18:44:21 +02:00
|
|
|
Minecraft Python Client Library!
|
|
|
|
|
|
|
|
Detailed information for developers can be found here:
|
|
|
|
`<http://pycraft.readthedocs.org/en/latest/>`_
|
|
|
|
|
|
|
|
``start.py`` is a basic example of a headless client using the library
|
|
|
|
Use ``start.py --help`` for the options
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
- `cryptography <https://github.com/pyca/cryptography#cryptography>`_ (Also in ``requirements.txt``)
|
|
|
|
|
|
|
|
See the installation instructions for the cryptography library here: `<https://cryptography.io/en/latest/installation/>`_
|
2015-04-03 00:31:58 +02:00
|
|
|
but essentially ``pip install -r requirements.txt`` should cover everything.
|