Metadata-Version: 1.1
Name: dtscalibration
Version: 0.1.2
Summary: A Python package to load raw DTS files, perform a calibration, and plot the result
Home-page: https://github.com/bdestombe/python-dts-calibration
Author: Bas des Tombe
Author-email: bdestombe@gmail.com
License: BSD 3-Clause License
Description: ========
        Overview
        ========
        
        
        
        A Python package to load raw DTS files, perform a calibration, and plot the result
        
        * Free software: BSD 3-Clause License
        
        Installation
        ============
        
        ::
        
            pip install dtscalibration
        
        Documentation
        =============
        
        https://python-dts-calibration.readthedocs.io/
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        Note, to combine the coverage data from all the tox environments run:
        
        .. list-table::
            :widths: 10 90
            :stub-columns: 1
        
            - - Windows
              - ::
        
                    set PYTEST_ADDOPTS=--cov-append
                    tox
        
            - - Other
              - ::
        
                    PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        0.1.0 (2018-08-01)
        ------------------
        
        * First release on PyPI.
        
Keywords: DTS,Calibration
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
