Metadata-Version: 2.1
Name: tsipy
Version: 1.0.3
Summary: Python package for processing TSI signals.
Home-page: https://github.com/roksikonja/tsipy
Author: Rok Šikonja
Author-email: sikonjarok@gmail.com
License: MIT
Project-URL: Source, https://github.com/roksikonja/tsipy
Project-URL: Documentation, https://tsipy.readthedocs.io/en/latest/
Keywords: degradation correction,data fusion,scientific computing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7, <3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: tensorflow
Requires-Dist: gpflow
Requires-Dist: qpsolvers
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: tables
Requires-Dist: scikit-learn
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: jupyter ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-spelling ; extra == 'docs'
Requires-Dist: ipython ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: nbsphinx-link ; extra == 'docs'
Requires-Dist: pandoc ; extra == 'docs'

<a href='https://tsipy.readthedocs.io/en/latest/?badge=latest'>
    <img src='https://readthedocs.org/projects/tsipy/badge/?version=latest' alt='Documentation Status' />
</a>
<a href='https://github.com/roksikonja/tsipy/actions/workflows/ci.yml'>
    <img src='https://github.com/roksikonja/tsipy/actions/workflows/ci.yml/badge.svg' alt='CI status' />
</a>

# TSIPY

Python package for processing TSI signals.

Full documentation is available [online](https://tsipy.readthedocs.io/).

## Installation

    pip install tsipy


## Installation for Developers

    # Clone repository
    git clone https://github.com/roksikonja/tsipy.git

    # Setup venv
    python -m venv venv
    source venv/bin/activate

    pip install --upgrade pip
    pip install wheel

    # For development
    pip install -e .[dev]

    # For documentation
    pip install -e .[docs]


## Usage

Demos can be found in ```./scripts```.

    python ./scripts/exp_virgo.py
    python ./scripts/exp_fusion.py

## References

References can be found in ```./references```.


