acall
Project description
acall
Developer Guide
Setup
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n acall --file env.yml
Install
pip install -e .
# install from pypi
pip install acall
nbdev
# activate conda environment
$ conda activate acall
# make sure the acall package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the acall 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/acall.git
or from conda
$ conda install -c dsm-72 acall
or from pypi
$ pip install acall
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
acall-0.0.2.tar.gz
(10.3 kB
view details)
Built Distribution
acall-0.0.2-py3-none-any.whl
(9.8 kB
view details)
File details
Details for the file acall-0.0.2.tar.gz
.
File metadata
- Download URL: acall-0.0.2.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7db18d07f069953feb86649783712c98898c9d82035ffca3618751091da52fdb |
|
MD5 | 4f2a53553271da1fda8d35a1963a9d20 |
|
BLAKE2b-256 | 2353ed8a01a49d163276e77485d5d850aea3eccd75ef8afce1270036fe490bd8 |
File details
Details for the file acall-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: acall-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.8 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 | d41c28ab5ec7a775202a5fd6e7158b33f19e75ebdcb8aee3de9b2b635a733d68 |
|
MD5 | 80ce32bf6ffb3b6e5f8e98257ce66ade |
|
BLAKE2b-256 | e4b0b060b4260540b34fdea8dbaec143e42c606d7e3aa026488747453177c2bd |