Metadata-Version: 1.2
Name: bsdf
Version: 2.2.0
Summary: Python implementation of the Binary Structured Data Format (BSDF).
Home-page: http://bsdf.io
Author: Almar Klein
Author-email: almar.klein@gmail.com
License: UNKNOWN
Description: Python implementation of the Binary Structured Data Format (BSDF).
        
        BSDF is a binary format for serializing structured (scientific) data.
        See http://bsdf.io for more information.
        
        This is the reference implementation, which is relatively relatively
        sophisticated, providing e.g. lazy loading of blobs and streamed
        reading/writing. A simpler Python implementation is available as
        ``bsdf_lite.py``.
        
        This module has no dependencies and works on Python 2.7 and 3.4+.
        
        Note: on Legacy Python (Python 2.7), non-Unicode strings are encoded as bytes.
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
