sigr
Project description
sigr
Developer Guide
Setup
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n sigr --file env.yml
Install
pip install -e .
# install from pypi
pip install sigr
nbdev
# activate conda environment
$ conda activate sigr
# make sure the sigr package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the sigr 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/sigr.git
or from conda
$ conda install -c dsm-72 sigr
or from pypi
$ pip install sigr
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
sigr-0.0.4.tar.gz
(26.4 kB
view details)
Built Distribution
sigr-0.0.4-py3-none-any.whl
(29.3 kB
view details)
File details
Details for the file sigr-0.0.4.tar.gz
.
File metadata
- Download URL: sigr-0.0.4.tar.gz
- Upload date:
- Size: 26.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 | 67de520086d79720b09b760bc6de6815c5a1400bd178ae8af3b3efe544963bc1 |
|
MD5 | 31cee30d44b3962509212eae0ebe5d0f |
|
BLAKE2b-256 | 55a6f495235018d71ae31d5b46af24be89f1f7413cca91951ea4e2037eb8c925 |
Provenance
File details
Details for the file sigr-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: sigr-0.0.4-py3-none-any.whl
- Upload date:
- Size: 29.3 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 | be22863ab0c53edb8506cb593982fa46017dd977e67626364d8925ab672cb8fb |
|
MD5 | bf6fb340716aef593479681e3065f4be |
|
BLAKE2b-256 | 9741457ea9d31b2db8f63875e62f97a661584ec69a924cad0452f71d49ecc5bb |