pyCraft/minecraft
Jeppe Klitgaard 55ff270f16 Tests for VarInt
Removed unused import (SerializationError)

We now check if Datatype.SIZE is a number using ABC.

Added 2 decorators for raising serialized and deserialized data
exceptions.

Datatype.SIZE can now be either a number or a sequence. If sequence,
first value is MIN_SIZE and second value is MAX_SIZE

VarInt.serialize now raises ValueError instead of SerializationError
when number is too big to serialize.
2015-04-16 23:38:02 +02:00
..
networking Tests for VarInt 2015-04-16 23:38:02 +02:00
__init__.py Setup.py and versioning 2015-04-01 17:38:14 +02:00
authentication.py id is a reserved name, even as an attribute. We now use id_ instead 2015-04-06 15:44:51 +02:00
compat.py Ignored python2-specific code on coverage report. 2015-04-16 20:22:49 +02:00
exceptions.py Added exceptions for serialization and deserialization. These will come in handy later 2015-04-14 19:45:15 +02:00