Skip to content

gitter-badger/fastmc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastmc - A fast Minecraft 1.7/1.8 protocol library

For my project miners-movies.com I needed a fast and reliable parser / writer for the Minecraft protocol. This library is the result.

Installing

Clone this repository, then do

python setup.py develop

or

python setup.py install

Dependencies

  • Python 2.7 (I didn't try Python 3)
  • pycrypto
  • simplejson
  • requests

Usage

See the examples in the examples directory.

About

A fast Minecraft 1.7/1.8 protocol library for python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%