nlit
Developer Guide
Setup
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n nlit --file env.yml
Install
pip install -e .
# install from pypi
pip install nlit
nbdev
# activate conda environment
$ conda activate nlit
# make sure the nlit package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the nlit 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/nlit.git
or from conda
$ conda install -c dsm-72 nlit
or from pypi
$ pip install nlit
Documentation
Documentation can be found hosted on GitHub repository pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.
Release files for xnbs 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| xnbs-0.0.2.tar.gz | 8.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| xnbs-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.3 kB
Release files / xnbs-0.0.2.tar.gz
| Download URL | xnbs-0.0.2.tar.gz |
|---|---|
| Size | 8.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c15c35429c724bef91596dbcdfe53591384969ac9700323491db019c1dcf046f
|
|
BLAKE2b-256 checksum How to use checksums |
b826c87f14a1eb139ac5ce6401da1b49be54e0a736d1ec8c6f20798eda84da59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / xnbs-0.0.2-py3-none-any.whl
| Download URL | xnbs-0.0.2-py3-none-any.whl |
|---|---|
| Size | 7.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
148a703482ff9e9af286872b59fc4c92ffe4607287398bbb859d054cc05b3d69
|
|
BLAKE2b-256 checksum How to use checksums |
dc76d50fe80c98350b494cd6f27a85d18f18f48ff8c0accf7c4232c00ba915ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|