Metadata-Version: 2.1
Name: oatlib
Version: 0.0.6rc3
Summary: Observation Analysis Tool: library to handle time series
Home-page: https://gitlab.com/ist-supsi/OAT
Author: Massimiliano Cannata
Author-email: massimiliano.cannata@gmail.com
License: UNKNOWN
Description: # OAT (Observation Analysis Tool)
        
        A Python library (oatlib) to manage sensor data in Python.
        It provides objects and methods to manipulate 
        obeservation time series. It support data loading, export and saving
        on different format (CSV, sqlite, istSOS).
        
        - lib documentation: https://ist-supsi.gitlab.io/OAT
        
        
        # Create pipy package
        ---------------------
        python setup.py sdist bdist_wheel
        twine upload dist/*
        
        # update library documentation
        -------------------------------
        pdoc3 --force --html -o html_doc  oatlib
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Requires-Python: >=2.8
Description-Content-Type: text/x-rst
