mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-10 20:41:22 +01:00
Minecraft-client networking library in Python
bin | ||
docs | ||
minecraft | ||
tests | ||
.gitignore | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.py | ||
start.py | ||
tox.ini |
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.