Skip to content

FObersteiner/pyFuppes

Repository files navigation

License: LGPL v3 Build Status

pyFuppes

A collection of tools in Python, mostly revolving around time series data analysis.

Installation

  • from the pypi: pip install pyfuppes

  • (fork and) clone the repo, then run pip install . in the repo's directory (add -e for editable mode)

  • from github, via pip (requires git, which you might have to install explicitly if using a virtual Python environment):

    • specific tag:

      pip install git+https://github.com/FObersteiner/[email protected]
    • master branch, latest commit (not recommended; might include unstable changes):

      pip install git+https://github.com/FObersteiner/pyFuppes.git@master # alternatively @latest

Requirements

  • currently (v0.5.0+) developed with Python 3.12. Python 3.10 and 3.11 should work, as covered by github CI.
  • see pyproject.toml

Content / Docs

See https://pyfuppes.readthedocs.io/en/latest/ or go to the API reference directly.

License

LGPLv3 - see LICENSE file in the root directory of the repository.