Metadata-Version: 2.1
Name: ffats
Version: 1.3.11
Summary: Library with compilation of features for time series
Home-page: https://github.com/vBazilevich/FFATS
Download-URL: https://github.com/vBazilevich/FFATS
Author: Vladimir Bazilevich
Author-email: bazilevichvl@gmail.com
License: MIT licence
Keywords: times series features,light curves
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
License-File: LICENSE
Requires-Dist: matplotlib==3.8.0
Requires-Dist: pandas==2.2.1
Requires-Dist: statsmodels==0.14.1

FFATS: Fast FATS
==============================
This is a fork of https://github.com/isadoranun/FATS focused on a high performance and low computation time.

-----------------------------------------------------

Installation: Clone this repository and do `python setup.py install`. Don't forget to install GCC of version 12.1.0 or
higher.

Or `pip install FFATS` for the latest stable version.

---------------------------------------------------------

An extended explanation of the original package is available at http://isadoranun.github.io/tsfeat/FeaturesDocumentation.html
