Skip to content

FObersteiner/pyFuppes

Repository files navigation

License: LGPL v3 Build Status

pyfuppes

A collection of tools in Python.

License

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

Installation

  • from wheel file:

    • check /dist directory of the repo for a *.whl file that can be installed e.g. via pip
  • editable via pip:

    • (fork and) clone the repo, then run pip install -e . in the repo's directory
  • from github, via pip:

    • master branch, latest commit:

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

      pip install git+https://github.com/FObersteiner/pyFuppes.git@v0.3.4
  • via poetry:

    • (fork and) clone the repo, then run poetry install in the repo's directory

Requirements

  • Python 3.9, 3.10 or 3.11. 3.12 not supported yet due to the dependency on numba.
  • see pyproject.toml

Content / Docs

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