Metadata-Version: 1.1
Name: pyasdf
Version: 0.2.0
Summary: Python module for the Adaptable Seismic Data Format (ASDF).
Home-page: https://github.com/SeismicData/pyasdf
Author: Lion Krischer
Author-email: krischer@geophysik.uni-muenchen.de
License: BSD
Description: Python module for the Adaptable Seismic Data Format (ASDF).
        
        For further information and contact information please see these two web sites:
        
        * Landing page of the ASDF data format: http://seismic-data.org
        * Github repository of pyasdf: http://www.github.com/SeismicData/pyasdf
        
        
        Changelog
        ---------
        
        ::
            Version 0.2.0 (April 7, 2017)
            ---------------------------
            * New script to convert a folder of SAC files to ASDF.
        
            Version 0.1.4 (March 9, 2017)
            ---------------------------
            * More visible warnings on Python 2 if necessary.
        
            Version 0.1.3 (March 8, 2017)
            ---------------------------
            * Now also works with Python 3 under windows.
        
            Version 0.1.2 (March 7, 2017)
            ---------------------------
            * Also shipping license file.
        
            Version 0.1.1 (March 7, 2017)
            ---------------------------
            * Stable, tagged version.
        
        
        Licensing Information
        ---------------------
        
        :copyright:
            Lion Krischer (krischer@geophysik.uni-muenchen.de), 2017
        :license:
            BSD 3-Clause ("BSD New" or "BSD Simplified")
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
