LensKit build support helpers.
Project description
LensKit build support code
This repository provides support code for use in LensKit builds and development. If you are trying to use LensKit, you don't need it; it is only used for working on developing LensKit (and related packages).
To set up a Conda environment that contains the utilities needed to bootstrap a LensKit development environment:
conda env create -n lkboot -f https://raw.githubusercontent.com/lenskit/lkbuild/main/boot-env.yml
Then you can run the lkbuild utilities:
conda activate lkboot
lkbuild --help
For example, you can create a lock file for developing LensKit:
lkbuild dev-lock -v 3.9 -b mkl
Or you can download some testing data:
lkbuild fetch-data -d ml-20m
You can also install into a Python environment with one of:
pip install lenskit-build-helpers
conda install -c lenskit lenskit-build-helpers
GitHub Actions
This repository also provides some GitHub actions to support our CI workflow.
actions/setup-env
— sets up an Anaconda environment based on locking the dependencies frompyproject.toml
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for lenskit-build-helpers-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c6e98fd1549138a961caae999edcf44d2b80eca516803f708cf67ec384e69df |
|
MD5 | 2de8dafa2250571d2ad26a783bac76fb |
|
BLAKE2b-256 | 23a4ef402500f1f2c3e3d6f9cc3224c9e107a879150a0527d104d82d1a2c2294 |
Close
Hashes for lenskit_build_helpers-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bd1698dfed7f21e5a4dbd7aa49052ab2c3743ff115cbf3668ea92e4ecaaf5ed |
|
MD5 | 4c259ab6a77e1aefaf8772ed93d4d198 |
|
BLAKE2b-256 | 6f186577aff61e841f104db7ddbfa1fb11db8903a7a30f4fa1f4426a7d61b8d4 |