55- Copyright: (C) Qianqian Fang (2020-2022) <q.fang at neu.edu>
66- Copyright: (C) Iotic Labs Ltd. (2016-2019) <vilnis.termanis at iotic-labs.com>
77- License: Apache License, Version 2.0
8- - Version: 0.3.4
8+ - Version: 0.4.0
99- URL: https://pypi.org/project/bjdata/
1010- Github: https://github.com/NeuroJSON/pybj
1111- BJData Spec Version: [ V1 Draft 2] ( https://neurojson.org/bjdata/draft2 )
1212- Acknowledgement: This project is supported by US National Institute of Health (NIH) grant U24-NS124027
1313
1414[ ![ Build Status] ( https://travis-ci.com/NeuroJSON/pybj.svg?branch=master )] ( https://travis-ci.com/NeuroJSON/pybj )
1515
16- This is a Python v3.2+ (and 2.7+) [ Binary JData] ( http ://neurojson.org) based on
17- the [ Draft-2] ( Binary_JData_Specification.md ) specification.
16+ This is a Python v3.2+ (and 2.7+) [ Binary JData] ( https ://neurojson.org) encoder
17+ and decoder based on the [ Draft-2] ( Binary_JData_Specification.md ) specification.
1818
1919## Installing / packaging
2020``` shell
@@ -32,7 +32,7 @@ pip3 install bjdata --user
3232# # To get from PyPI via python
3333python3 -mpip install bjdata
3434
35- # # To only build extension modules inline (e.g. in repository)
35+ # # To only build extension modules in-place (e.g. in repository)
3636python3 setup.py build_ext -i
3737
3838# # To build & install globally
@@ -127,6 +127,7 @@ pip install -e .[dev]
127127- Strongly-typed containers are only supported by the decoder (apart from for
128128 ** bytes** /** bytearray** ) and not for No-Op.
129129- Encoder/decoder extensions are not supported at this time.
130+ - Encoder/decoder only support numpy NDarrays and scalars, other numpy types are not supported.
130131
131132
132133## Acknowledgement
0 commit comments