# ipos
<!-- 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 ipos --file env.yml
```
### Install
``` sh
pip install -e .
# install from pypi
pip install ipos
```
### nbdev
``` sh
# activate conda environment
$ conda activate ipos
# make sure the ipos package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the ipos package
$ nbdev_prepare
```
### Publishing
``` sh
# publish to pypi
$ nbdev_pypi
# publish to conda
$ nbdev_conda --build_args '-c conda-forge'
```
# Usage
## Installation
Install latest from the GitHub
[repository](https://github.com/dsm-72/ipos):
``` sh
$ pip install git+https://github.com/dsm-72/ipos.git
```
or from [conda](https://anaconda.org/dsm-72/ipos)
``` sh
$ conda install -c dsm-72 ipos
```
or from [pypi](https://pypi.org/project/ipos/)
``` sh
$ pip install ipos
```
## Documentation
Documentation can be found hosted on GitHub
[repository](https://github.com/dsm-72/ipos)
[pages](https://dsm-72.github.io/ipos/). Additionally you can find
package manager specific guidelines on
[conda](https://anaconda.org/dsm-72/ipos) and
[pypi](https://pypi.org/project/ipos/) respectively.
Raw data
{
"_id": null,
"home_page": "https://github.com/dsm-72/ipos",
"name": "ipos",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "nbdev jupyter notebook python devilish ipos ipos imp import package",
"author": "dsm-72",
"author_email": "sumner.magruder@yale.edu",
"download_url": "https://files.pythonhosted.org/packages/48/1e/b6f68f8dcdc5625b38876e4089d5f6ce8c8050761150fb60149dd9fa51c3/ipos-0.0.16.tar.gz",
"platform": null,
"description": "# ipos\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 ipos --file env.yml\n```\n\n### Install\n\n``` sh\npip install -e .\n\n# install from pypi\npip install ipos\n```\n\n### nbdev\n\n``` sh\n# activate conda environment\n$ conda activate ipos\n\n# make sure the ipos 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 ipos 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```\n\n# Usage\n\n## Installation\n\nInstall latest from the GitHub\n[repository](https://github.com/dsm-72/ipos):\n\n``` sh\n$ pip install git+https://github.com/dsm-72/ipos.git\n```\n\nor from [conda](https://anaconda.org/dsm-72/ipos)\n\n``` sh\n$ conda install -c dsm-72 ipos\n```\n\nor from [pypi](https://pypi.org/project/ipos/)\n\n``` sh\n$ pip install ipos\n```\n\n## Documentation\n\nDocumentation can be found hosted on GitHub\n[repository](https://github.com/dsm-72/ipos)\n[pages](https://dsm-72.github.io/ipos/). Additionally you can find\npackage manager specific guidelines on\n[conda](https://anaconda.org/dsm-72/ipos) and\n[pypi](https://pypi.org/project/ipos/) respectively.\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "a devilish import package",
"version": "0.0.16",
"project_urls": {
"Homepage": "https://github.com/dsm-72/ipos"
},
"split_keywords": [
"nbdev",
"jupyter",
"notebook",
"python",
"devilish",
"ipos",
"ipos",
"imp",
"import",
"package"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8280e5a7a8be56d372531b721484570050e6066b1b29e572d4be49626057cdf0",
"md5": "f7e403b48584e75d81d6266f89164882",
"sha256": "c3a88b6e825589776bc8ba97348a20a7eb0ef229046680f00d83884149dc63f6"
},
"downloads": -1,
"filename": "ipos-0.0.16-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f7e403b48584e75d81d6266f89164882",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 14012,
"upload_time": "2023-06-29T19:02:59",
"upload_time_iso_8601": "2023-06-29T19:02:59.308946Z",
"url": "https://files.pythonhosted.org/packages/82/80/e5a7a8be56d372531b721484570050e6066b1b29e572d4be49626057cdf0/ipos-0.0.16-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "481eb6f68f8dcdc5625b38876e4089d5f6ce8c8050761150fb60149dd9fa51c3",
"md5": "c3032a754db998f051809f23a887abf7",
"sha256": "4b7853457808717fc5de61a1d1b09883c364e05e99e552ad3a6243ed18822ccf"
},
"downloads": -1,
"filename": "ipos-0.0.16.tar.gz",
"has_sig": false,
"md5_digest": "c3032a754db998f051809f23a887abf7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 14436,
"upload_time": "2023-06-29T19:03:00",
"upload_time_iso_8601": "2023-06-29T19:03:00.871654Z",
"url": "https://files.pythonhosted.org/packages/48/1e/b6f68f8dcdc5625b38876e4089d5f6ce8c8050761150fb60149dd9fa51c3/ipos-0.0.16.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-29 19:03:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dsm-72",
"github_project": "ipos",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ipos"
}