phn
Project description
phn
Developer Guide
Setup
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n phn --file env.yml
Install
pip install -e .
# install from pypi
pip install phn
nbdev
# activate conda environment
$ conda activate phn
# make sure the phn package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the phn 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/phn.git
or from conda
$ conda install -c dsm-72 phn
or from pypi
$ pip install phn
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
phn-0.0.5.tar.gz
(17.0 kB
view details)
Built Distribution
phn-0.0.5-py3-none-any.whl
(19.7 kB
view details)
File details
Details for the file phn-0.0.5.tar.gz
.
File metadata
- Download URL: phn-0.0.5.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f43e209633831c8d65023ad3961968c8e8b89fd2e28996b15b4c023fe7e4b40 |
|
MD5 | 64309bfaac1eb06484d7d6d4e9aa29eb |
|
BLAKE2b-256 | b93fda563d45268937c67dd13f04f20519c28c1b871bfd331e0c26e5f427278c |
File details
Details for the file phn-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: phn-0.0.5-py3-none-any.whl
- Upload date:
- Size: 19.7 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 | e17b65452b9125f931b0aa6c92cfefa5a995ab05992c0751748cbf5b4fdfda20 |
|
MD5 | 05348297d2ed9bb1f48e8c4146d2c0ae |
|
BLAKE2b-256 | 224c817f9fdaa022c1c42f02cbccaaa60f89eef3bad28f1397c9715ed9aec4c1 |