Metadata-Version: 2.1
Name: tsaopy
Version: 0.0.3a1
Summary: Time Series by Anharmonic Oscillators is a Python library designed to analize oscillating time series by modelling them as anharmonic oscillators.
Home-page: https://tsaopy.github.io/
Author: Sofia A. Scozziero
Author-email: sgscozziero@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE

We are working on a Github page with more info at: https://tsaopy.github.io/.

We just set up a Zenodo DOI for referencing the repository

[![DOI](https://zenodo.org/badge/427913804.svg)](https://zenodo.org/badge/latestdoi/427913804)

# Branches

### main

This will be the current working version which includes `tsaopy` and additional testing files such as the solutions of the notebooks in the github page.

### main/core/backend - patch/update

In progress versions with modifications of the backend. 

### build

Version with the bare minimum from main plus additional installation scripts with the purpose of building the `pip install tsaopy` files.
