utility for scaffolding nbdev projects
Project description
nbdirs
Developer Guide
Setup
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n nbdirs --file env.yml
Install
pip install -e .
# install from pypi
pip install nbdirs
nbdev
# activate conda environment
$ conda activate nbdirs
# make sure the nbdirs package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the nbdirs 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/nbdirs.git
or from conda
$ conda install -c dsm-72 nbdirs
or from pypi
$ pip install nbdirs
Documentation
Documentation can be found hosted on GitHub repository pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.
NBDirs.makedirs(verbose=True)
DATA:
- path = /Users/solst/Projects/nbdirs/data
- desc = The default directory for data files.
EXPL:
- path = /Users/solst/Projects/nbdirs/examples
- desc = The directory containing all example notebooks.
FIGS:
- path = /Users/solst/Projects/nbdirs/figures
- desc = The default directory for figures.
NBKS:
- path = /Users/solst/Projects/nbdirs/nbs
- desc = The directory containing all nbdev notebooks.
root:
- path = /Users/solst/Projects/nbdirs/nbs
- desc = The root directory
RSLT:
- path = /Users/solst/Projects/nbdirs/results
- desc = The default directory for results.
{'DATA_DIR': NBDir(/Users/solst/Projects/nbdirs/data),
'EXPL_DIR': NBDir(/Users/solst/Projects/nbdirs/examples),
'FIGS_DIR': NBDir(/Users/solst/Projects/nbdirs/figures),
'NBKS_DIR': NBDir(/Users/solst/Projects/nbdirs/nbs),
'ROOT_DIR': NBDir(/Users/solst/Projects/nbdirs/nbs),
'RSLT_DIR': NBDir(/Users/solst/Projects/nbdirs/results)}
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
nbdirs-0.0.8.tar.gz
(13.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nbdirs-0.0.8-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file nbdirs-0.0.8.tar.gz.
File metadata
- Download URL: nbdirs-0.0.8.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27d51c1f937d98cda3205b9407fe27b7264f899e04d7aa4cff04cb84cbf5b615
|
|
| MD5 |
76b37518b5932563f3ffb9ef3ce5bbc0
|
|
| BLAKE2b-256 |
64f392364c168b622862b578bbf45abcbaf09aa938b653abdcf0029c11a1b00c
|
File details
Details for the file nbdirs-0.0.8-py3-none-any.whl.
File metadata
- Download URL: nbdirs-0.0.8-py3-none-any.whl
- Upload date:
- Size: 15.5 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 |
9b88d8f10ba2aa965a8d018a06f58b7caf24f451fbf7b2206d0090111761b573
|
|
| MD5 |
681bfe92a9887c7d71424752061a1dbd
|
|
| BLAKE2b-256 |
c30093668bc5b4789179357f0565c9949677a723ccbfe7efa8dfc3068d151b9f
|