binr
Project description
binr
Developer Guide
Setup
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n binr --file env.yml
Install
pip install -e .
# install from pypi
pip install binr
nbdev
# activate conda environment
$ conda activate binr
# make sure the binr package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the binr 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/binr.git
or from conda
$ conda install -c dsm-72 binr
or from pypi
$ pip install binr
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
binr-0.0.2.tar.gz
(10.5 kB
view details)
Built Distribution
binr-0.0.2-py3-none-any.whl
(9.9 kB
view details)
File details
Details for the file binr-0.0.2.tar.gz
.
File metadata
- Download URL: binr-0.0.2.tar.gz
- Upload date:
- Size: 10.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 | be36d0c8a00a877f7c35f83dccb608442df969bdddeecf26d65a7bf8a03a98b9 |
|
MD5 | fccef5e128e982cccd803ed9f153da9c |
|
BLAKE2b-256 | 349c755e7a16a8c2ae18cb651bbb195bc137cd5c02e15a8120a8ad811a5dfd44 |
File details
Details for the file binr-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: binr-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.9 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 | fd2a1953b4b9769cf61809ef982bd8619db67536cb9e2b9b3463f12599833619 |
|
MD5 | 1e4f1f039888a63b792de11a1ec159eb |
|
BLAKE2b-256 | 4c68c07c37e91d9abd5e5c7ecdf13dc23ddfb4aff38f521719ba324e9b7227e8 |