Minecraft-client networking library in Python
Go to file
2015-04-02 00:11:14 +02:00
bin added clean to bin, used for cleaning up all the crap that builds up. 2015-04-01 23:09:52 +02:00
docs Docs now automatically figure out the pyCraft version. Docs now also use the RTD theme when compiling locally. 2015-04-01 20:00:51 +02:00
minecraft Finished up authentication.py, I hope. Still needs tests and documentation 2015-04-02 00:09:52 +02:00
tests Made some tests for authentication. Still many tests to be made 2015-04-02 00:11:14 +02:00
.gitignore Made some tests for authentication. Still many tests to be made 2015-04-02 00:11:14 +02:00
LICENSE Licensed under Apache License, Version 2.0 2012-10-10 14:29:32 +05:00
MANIFEST.in Updated MANIFEST.in 2015-04-01 23:42:04 +02:00
README.rst We now use rst format for README file (easier with pypi) 2015-04-01 18:44:21 +02: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 Made some tests for authentication. Still many tests to be made 2015-04-02 00:11:14 +02:00

pyCraft
=======
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.