ensc
Project description
ensc
Developer Guide
Setup
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n ensc --file env.yml
Install
pip install -e .
# install from pypi
pip install ensc
nbdev
# activate conda environment
$ conda activate ensc
# make sure the ensc package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the ensc 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/ensc.git
or from conda
$ conda install -c dsm-72 ensc
or from pypi
$ pip install ensc
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ensc-0.0.4.tar.gz
(10.4 kB
view details)
Built Distribution
ensc-0.0.4-py3-none-any.whl
(10.8 kB
view details)
File details
Details for the file ensc-0.0.4.tar.gz
.
File metadata
- Download URL: ensc-0.0.4.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90b5a0e8f9ad6980778298e1df32eb652d76b8f09197e3e84c6c8915cdf7356a |
|
MD5 | db38953d45e8e047e64045e350fc9209 |
|
BLAKE2b-256 | 8073a9b36e39f8c451aa512dec87914b90559f89b706f2ef0d08c1faa9345226 |
File details
Details for the file ensc-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: ensc-0.0.4-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd5fbcff038e522ec93242da2ee921564608c74a6387546dd6dd257140f6bb43 |
|
MD5 | 1fc81f14e06de33ae00eaa9049e9b8f1 |
|
BLAKE2b-256 | 4d05e22ef20c1f52c52cdf27863973bfb57cc98a12ab745a3fe13d11d3c9f327 |