# acall
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
## Developer Guide
### Setup
``` sh
# create conda environment
$ mamba env create -f env.yml
# update conda environment
$ mamba env update -n acall --file env.yml
```
### Install
``` sh
pip install -e .
# install from pypi
pip install acall
```
### nbdev
``` sh
# 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
``` sh
# 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](https://github.com/dsm-72/acall):
``` sh
$ pip install git+https://github.com/dsm-72/acall.git
```
or from [conda](https://anaconda.org/dsm-72/acall)
``` sh
$ conda install -c dsm-72 acall
```
or from [pypi](https://pypi.org/project/acall/)
``` sh
$ pip install acall
```
## Documentation
Documentation can be found hosted on GitHub
[repository](https://github.com/dsm-72/acall)
[pages](https://dsm-72.github.io/acall/). Additionally you can find
package manager specific guidelines on
[conda](https://anaconda.org/dsm-72/acall) and
[pypi](https://pypi.org/project/acall/) respectively.
Raw data
{
"_id": null,
"home_page": "https://github.com/dsm-72/acall",
"name": "acall",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "acall",
"author": "dsm-72",
"author_email": "sumner.magruder@yale.edu",
"download_url": "https://files.pythonhosted.org/packages/23/53/ed8a01a49d163276e77485d5d850aea3eccd75ef8afce1270036fe490bd8/acall-0.0.2.tar.gz",
"platform": null,
"description": "# acall\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## Developer Guide\n\n### Setup\n\n``` sh\n# create conda environment\n$ mamba env create -f env.yml\n\n# update conda environment\n$ mamba env update -n acall --file env.yml\n```\n\n### Install\n\n``` sh\npip install -e .\n\n# install from pypi\npip install acall\n```\n\n### nbdev\n\n``` sh\n# activate conda environment\n$ conda activate acall\n\n# make sure the acall package is installed in development mode\n$ pip install -e .\n\n# make changes under nbs/ directory\n# ...\n\n# compile to have changes apply to the acall package\n$ nbdev_prepare\n```\n\n### Publishing\n\n``` sh\n# publish to pypi\n$ nbdev_pypi\n\n# publish to conda\n$ nbdev_conda --build_args '-c conda-forge'\n$ nbdev_conda --mambabuild --build_args '-c conda-forge -c dsm-72'\n```\n\n# Usage\n\n## Installation\n\nInstall latest from the GitHub\n[repository](https://github.com/dsm-72/acall):\n\n``` sh\n$ pip install git+https://github.com/dsm-72/acall.git\n```\n\nor from [conda](https://anaconda.org/dsm-72/acall)\n\n``` sh\n$ conda install -c dsm-72 acall\n```\n\nor from [pypi](https://pypi.org/project/acall/)\n\n``` sh\n$ pip install acall\n```\n\n## Documentation\n\nDocumentation can be found hosted on GitHub\n[repository](https://github.com/dsm-72/acall)\n[pages](https://dsm-72.github.io/acall/). Additionally you can find\npackage manager specific guidelines on\n[conda](https://anaconda.org/dsm-72/acall) and\n[pypi](https://pypi.org/project/acall/) respectively.\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "acall",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/dsm-72/acall"
},
"split_keywords": [
"acall"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e4b0b060b4260540b34fdea8dbaec143e42c606d7e3aa026488747453177c2bd",
"md5": "80ce32bf6ffb3b6e5f8e98257ce66ade",
"sha256": "d41c28ab5ec7a775202a5fd6e7158b33f19e75ebdcb8aee3de9b2b635a733d68"
},
"downloads": -1,
"filename": "acall-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "80ce32bf6ffb3b6e5f8e98257ce66ade",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 9797,
"upload_time": "2023-11-07T15:47:45",
"upload_time_iso_8601": "2023-11-07T15:47:45.995456Z",
"url": "https://files.pythonhosted.org/packages/e4/b0/b060b4260540b34fdea8dbaec143e42c606d7e3aa026488747453177c2bd/acall-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2353ed8a01a49d163276e77485d5d850aea3eccd75ef8afce1270036fe490bd8",
"md5": "4f2a53553271da1fda8d35a1963a9d20",
"sha256": "7db18d07f069953feb86649783712c98898c9d82035ffca3618751091da52fdb"
},
"downloads": -1,
"filename": "acall-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "4f2a53553271da1fda8d35a1963a9d20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 10260,
"upload_time": "2023-11-07T15:47:47",
"upload_time_iso_8601": "2023-11-07T15:47:47.134307Z",
"url": "https://files.pythonhosted.org/packages/23/53/ed8a01a49d163276e77485d5d850aea3eccd75ef8afce1270036fe490bd8/acall-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-07 15:47:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dsm-72",
"github_project": "acall",
"github_not_found": true,
"lcname": "acall"
}