mnt
Packages that use mnt
Developer Guide
Setup
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n mnt --file env.yml
Install
pip install -e .
# install from pypi
pip install mnt
nbdev
# activate conda environment
$ conda activate mnt
# make sure the mnt package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the mnt 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/mnt.git
or from conda
$ conda install -c dsm-72 mnt
or from pypi
$ pip install mnt
Documentation
Documentation can be found hosted on GitHub repository pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.
A = Alias
C = ClassVar
Q = Optional
E = (Over)-Engineered
Z = Custom
R = Rich
P = Plot
D = Data
B = Bio
M = Machine Learning
Release files for mnt 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mnt-0.0.1.tar.gz | 15.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mnt-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.8 kB
Release files / mnt-0.0.1.tar.gz
| Download URL | mnt-0.0.1.tar.gz |
|---|---|
| Size | 15.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bf56fe0ad9a64ac0d4b4adcf8f26bf930bddc0bd81ebfea290d99b274ab5b38a
|
|
BLAKE2b-256 checksum How to use checksums |
aa3c537b995987acf578fcb0fbc0d8fc04a729f1f06381d92cf025d73af3ba8d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / mnt-0.0.1-py3-none-any.whl
| Download URL | mnt-0.0.1-py3-none-any.whl |
|---|---|
| Size | 13.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0bbd951b2214dddf105874c25436d8723bd02fae4324720b62ad5305e51fd80c
|
|
BLAKE2b-256 checksum How to use checksums |
29e2151dfe32a6167c4986c6a16a302e12fff320ec5a0667a577846e020a16c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|