Minecraft-client networking library in Python
Go to file
2015-04-01 18:56:55 +02:00
docs Document the ability to listen for packets 2015-03-22 20:00:45 +05:00
minecraft Moved authentication out of networking submodule. 2015-04-01 17:43:16 +02:00
tests Added the first test, yay 2015-04-01 17:40:40 +02:00
.gitignore Added more stuff to gitignore 2015-04-01 17:40:10 +02:00
LICENSE Licensed under Apache License, Version 2.0 2012-10-10 14:29:32 +05:00
README.rst We now use rst format for README file (easier with pypi) 2015-04-01 18:44:21 +02:00
requirements.txt requirements.txt and README.md shouldn't be executable? 2015-04-01 16:43:36 +02:00
setup.py Improved setup.py 2015-04-01 18:56:55 +02:00
start.py Moved authentication out of networking submodule. 2015-04-01 17:43:16 +02:00
tox.ini Added tox for testing 2015-04-01 17:40:56 +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.