Skip to content

Releases: meeron/pybinn

Support for datetime

24 Jul 18:46
Compare
Choose a tag to compare
Pre-release
  • Support for values of datetime.datetime class
  • Removed support for time.struct_time objects

Dictionaries with keys as int

26 May 18:49
Compare
Choose a tag to compare
Pre-release
  • Support dictionaries with int as key

Encode/decode to/from stream

24 May 19:23
Compare
Choose a tag to compare
Pre-release
  • Introduce dump and load methods to support streams

Python2 compatibility

15 May 19:22
Compare
Choose a tag to compare
Python2 compatibility Pre-release
Pre-release
  • Decoding strings in Python2 manner

Serialize/deserialize objects

14 May 10:19
Compare
Choose a tag to compare
Pre-release

Supported types:

  • int, float, str, bool
  • dict, list
  • time.struct_time
  • bytes