# asto
<!-- 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 asto --file env.yml
```
### Install
``` sh
pip install -e .
# install from pypi
pip install asto
```
### nbdev
``` sh
# activate conda environment
$ conda activate asto
# make sure the asto package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the asto 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/asto):
``` sh
$ pip install git+https://github.com/dsm-72/asto.git
```
or from [conda](https://anaconda.org/dsm-72/asto)
``` sh
$ conda install -c dsm-72 asto
```
or from [pypi](https://pypi.org/project/asto/)
``` sh
$ pip install asto
```
## Documentation
Documentation can be found hosted on GitHub
[repository](https://github.com/dsm-72/asto)
[pages](https://dsm-72.github.io/asto/). Additionally you can find
package manager specific guidelines on
[conda](https://anaconda.org/dsm-72/asto) and
[pypi](https://pypi.org/project/asto/) respectively.
Raw data
{
"_id": null,
"home_page": "https://github.com/dsm-72/xarr",
"name": "xarr",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "as to convert from one type another",
"author": "dsm-72",
"author_email": "sumner.magruder@yale.edu",
"download_url": "https://files.pythonhosted.org/packages/16/11/23d66ed3b324f98e27dcada1d0bfd6256ba4dd7b031203e322bcc0c430da/xarr-0.0.1.tar.gz",
"platform": null,
"description": "# asto\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 asto --file env.yml\n```\n\n### Install\n\n``` sh\npip install -e .\n\n# install from pypi\npip install asto\n```\n\n### nbdev\n\n``` sh\n# activate conda environment\n$ conda activate asto\n\n# make sure the asto 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 asto 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/asto):\n\n``` sh\n$ pip install git+https://github.com/dsm-72/asto.git\n```\n\nor from [conda](https://anaconda.org/dsm-72/asto)\n\n``` sh\n$ conda install -c dsm-72 asto\n```\n\nor from [pypi](https://pypi.org/project/asto/)\n\n``` sh\n$ pip install asto\n```\n\n## Documentation\n\nDocumentation can be found hosted on GitHub\n[repository](https://github.com/dsm-72/asto)\n[pages](https://dsm-72.github.io/asto/). Additionally you can find\npackage manager specific guidelines on\n[conda](https://anaconda.org/dsm-72/asto) and\n[pypi](https://pypi.org/project/asto/) respectively.\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "xarr",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/dsm-72/xarr"
},
"split_keywords": [
"as",
"to",
"convert",
"from",
"one",
"type",
"another"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3bfe0b4482ff7d6aaa227385dadfe57b24eb1af1bd40b89aa24711e78fa2702a",
"md5": "0f0c694fe83211d56f4f095f4b97e8cf",
"sha256": "1c575762779a09dc75ba78a260755b1467b8bf35d75b0451e84d7cdb874f2ae5"
},
"downloads": -1,
"filename": "xarr-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0f0c694fe83211d56f4f095f4b97e8cf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 8299,
"upload_time": "2023-11-07T15:42:29",
"upload_time_iso_8601": "2023-11-07T15:42:29.834653Z",
"url": "https://files.pythonhosted.org/packages/3b/fe/0b4482ff7d6aaa227385dadfe57b24eb1af1bd40b89aa24711e78fa2702a/xarr-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "161123d66ed3b324f98e27dcada1d0bfd6256ba4dd7b031203e322bcc0c430da",
"md5": "bddf9ea0f97d1bcf229757d8412fb1ab",
"sha256": "42b5ef91efb2c3b57cf60150ec0471bbe6bcb82454eeaf35cd803587498eca5b"
},
"downloads": -1,
"filename": "xarr-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "bddf9ea0f97d1bcf229757d8412fb1ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 8805,
"upload_time": "2023-11-07T15:42:31",
"upload_time_iso_8601": "2023-11-07T15:42:31.299455Z",
"url": "https://files.pythonhosted.org/packages/16/11/23d66ed3b324f98e27dcada1d0bfd6256ba4dd7b031203e322bcc0c430da/xarr-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-07 15:42:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dsm-72",
"github_project": "xarr",
"github_not_found": true,
"lcname": "xarr"
}