/binson-python

Python implementation of binson

Primary LanguagePythonMIT LicenseMIT

Build Status

Binson python implementation

This is a python implementation of Binson. This goal of this implementation is to provide a tool when testing projects using Binson. The code is not review and is therefore not production stable.

Development

tox is used for testing multiple python versions. unittests is used as test framework.

$ pip install tox
$ tox

Todo

  • Update documentation
  • Write examples
  • Review
  • Continue define user API for Binson and BinsonArray class