Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fobersteiner/pyfuppes
A collection of Python tools
https://github.com/fobersteiner/pyfuppes
data-processing numpy pandas python python-polars
Last synced: 2 months ago
JSON representation
A collection of Python tools
- Host: GitHub
- URL: https://github.com/fobersteiner/pyfuppes
- Owner: FObersteiner
- License: lgpl-3.0
- Created: 2020-05-26T18:17:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T07:48:41.000Z (7 months ago)
- Last Synced: 2024-05-30T01:47:44.579Z (7 months ago)
- Topics: data-processing, numpy, pandas, python, python-polars
- Language: Python
- Homepage:
- Size: 9.16 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
[![Build Status](https://github.com/FObersteiner/pyFuppes/actions/workflows/pyfuppes-tests.yml/badge.svg)](https://github.com/FObersteiner/pyFuppes/actions/workflows/pyfuppes-tests.yml)# pyfuppes
A collection of tools in Python. Most of it side-effect-free.
## Installation
- 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:
```sh
pip install git+https://github.com/FObersteiner/pyFuppes.git@master # alternatively @latest
```- specific tag:
```sh
pip install git+https://github.com/FObersteiner/[email protected]
```- via [poetry](https://python-poetry.org/):
- (fork and) clone the repo, then run `poetry install` in the repo's directory
## Requirements
- currently (v0.5.0+) developed with Python 3.12. Python 3.10 and 3.11 should work (covered by github CI).
- see [pyproject.toml](https://github.com/FObersteiner/pyFuppes/blob/master/pyproject.toml)## Content / Docs
See or go to the [API reference](https://pyfuppes.readthedocs.io/en/latest/autoapi/index.html) directly.
## License
`LGPLv3` - see LICENSE file in the root directory of the repository.