pyCraft/minecraft
Jeppe Klitgaard a31f1c543f More datatype abstraction:
* NumberDatatype
* StringDatatype

_raise_serialization_value_error_data is now a classmethod instead of a classmethod.

Tests for MIN and MAX number values of NumberDatatypes have been made more abstract.

TEST_DATA_* has been removed from variable names. Sometimes it can get a little too rediculous with these var-names, don't you think?
2015-04-16 09:02:54 +02:00
..
networking More datatype abstraction: 2015-04-16 09:02:54 +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 Things look slightly more legit... 2015-04-06 15:27:42 +02:00
exceptions.py Added exceptions for serialization and deserialization. These will come in handy later 2015-04-14 19:45:15 +02:00