calr
Project description
calr
Developer Guide
Setup
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n calr --file env.yml
Install
pip install -e .
# install from pypi
pip install calr
nbdev
# activate conda environment
$ conda activate calr
# make sure the calr package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the calr package
$ nbdev_prepare
Publishing
# publish to pypi
$ nbdev_pypi
# publish to conda
$ nbdev_conda --build_args '-c conda-forge'
$ nbdev_conda --mambabuild --build_args '-c conda-forge -c dsm-72'
Usage
Installation
Install latest from the GitHub repository:
$ pip install git+https://github.com/dsm-72/calr.git
or from conda
$ conda install -c dsm-72 calr
or from pypi
$ pip install calr
Documentation
Documentation can be found hosted on GitHub repository pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.
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
calr-0.0.11.tar.gz
(8.4 kB
view details)
Built Distribution
calr-0.0.11-py3-none-any.whl
(7.9 kB
view details)
File details
Details for the file calr-0.0.11.tar.gz
.
File metadata
- Download URL: calr-0.0.11.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a54ff35e932b61d707621599aa86e2254930e8838cd777a16ee18e705bd7685 |
|
MD5 | a783b1ac8130fac52cd19c065ad49279 |
|
BLAKE2b-256 | 95c3c2dfb6a62fe1e50c06afcdaaa0e902b8b4338a1838bc4818ef25bcf85501 |
File details
Details for the file calr-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: calr-0.0.11-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e5a7da20feb8acfec6070a791ae7081ee883c1b7aad8174d09b2f6bc157f552 |
|
MD5 | 4edf03b980386377b8e4514bf10150d1 |
|
BLAKE2b-256 | 94de63f00df126534769073ecc3d32e185be33bb11b034d91b14ee8452d80e5d |