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
ebf2864e61
|
1 year ago | |
---|---|---|
docs | 1 year ago | |
src/conda_helpers | 1 year ago | |
tests | 1 year ago | |
.gitignore | 1 year ago | |
.pre-commit-config.yaml | 1 year ago | |
CHANGES.md | 1 year ago | |
CONTRIBUTING.md | 1 year ago | |
LICENSE | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
mkdocs.yml | 1 year ago | |
noxfile.py | 1 year ago | |
pyproject.toml | 1 year 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