some helpers for working with pandas data frames in a conda environment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Holger Frey 0c6fe58338 added module for calibration data 2 years ago
docs import of project template 2 years ago
src/conda_helpers added module for calibration data 2 years ago
tests added module for calibration data 2 years ago
.gitignore import of project template 2 years ago
.pre-commit-config.yaml import of project template 2 years ago
CHANGES.md import of project template 2 years ago
CONTRIBUTING.md import of project template 2 years ago
LICENSE import of project template 2 years ago
Makefile import of project template 2 years ago
README.md import of project template 2 years ago
mkdocs.yml import of project template 2 years ago
noxfile.py import of project template 2 years ago
pyproject.toml now relying on sensospot_tools for functionality 2 years ago

README.md

conda helpers

Helpers for working with data frames in a conda environment

Example:


    import conda_helpers

    conda_helpers.run()

Development

To install the development version of conda helpers:

git clone https://git.cpi.imtek.uni-freiburg.de/holgi/conda_helpers.git

# create a virtual environment and install all required dev dependencies
cd conda_helpers
make devenv

To run the tests, use make tests or make coverage for a complete report.

To generate the documentation pages use make docs or make serve-docs for starting a webserver with the generated documentation