Metadata-Version: 1.2
Name: python-sofa
Version: 0.2.0
Summary: Python SOFA API
Home-page: http://github.com/spatialaudio/python-sofa/
Author: Jannika Lossner
Author-email: jnlossner@gmail.com
License: MIT
Description: Spatially Oriented Format for Acoustics (SOFA) API for Python
        =============================================================
        A Python API for reading, writing and creating SOFA files as defined by the SOFA conventions (version 1.0) found at https://www.sofaconventions.org/.
        
        Documentation:
            https://python-sofa.readthedocs.io/
        
        Source code and issue tracker:
            https://github.com/spatialaudio/python-sofa/
        
        License:
            MIT -- see the file ``LICENSE`` for details.
        
        Quick start:
            * Install Python 3
            * ``python3 -m pip install python-sofa --user``
            * Check out the examples in the documentation
        
        
Keywords: audio,SOFA,acoustics
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.5
