Metadata-Version: 2.4
Name: binson-python
Version: 0.0.1
Summary: A python imlementation of Binson
Home-page: https://github.com/assaabloy-ppi/binson-python
Author: Simon Johansson
Author-email: simon.johansson@assaabloy.com
License: MIT
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

[![codecov](https://codecov.io/gh/assaabloy-ppi/binson-python/branch/master/graph/badge.svg)](https://codecov.io/gh/assaabloy-ppi/binson-python)
# Binson python implementation
This is a python implementation of [Binson](http://binson.org). 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](https://tox.readthedocs.io/en/latest/) 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
