Minecraft-client networking library in Python
Go to file
2015-04-03 22:04:45 +05:00
bin Only execute coveralls on the cover build 2015-04-03 04:15:16 +05:00
docs Read the docs will always default to their theme, no need to explicitly define it there 2015-04-02 21:14:44 +05:00
minecraft Quick little base test for connection 2015-04-03 22:04:45 +05:00
tests Quick little base test for connection 2015-04-03 22:04:45 +05:00
.gitignore Re-add pycharm/intellij files to .gitignore 2015-04-02 21:07:26 +05:00
.travis.yml Only execute coveralls on the cover build 2015-04-03 04:15:16 +05:00
LICENSE Licensed under Apache License, Version 2.0 2012-10-10 14:29:32 +05:00
MANIFEST.in Add a serialization test 2015-04-03 08:06:20 +05:00
README.rst read the docs badge because why not 2015-04-03 04:58:26 +05:00
requirements.txt Updated authentication.py and made it work with the rest of pyCraft 2015-04-01 23:38:10 +02:00
setup.py Improved setup.py 2015-04-01 18:56:55 +02:00
start.py Updated authentication.py and made it work with the rest of pyCraft 2015-04-01 23:38:10 +02:00
tox.ini Remove unused test environment 2015-04-03 09:01:07 +05:00

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:
`<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/>`_
but essentially ``pip install -r requirements.txt`` should cover everything.