# ensc
<!-- 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 ensc --file env.yml
```
### Install
``` sh
pip install -e .
# install from pypi
pip install ensc
```
### nbdev
``` sh
# activate conda environment
$ conda activate ensc
# make sure the ensc package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the ensc 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/ensc):
``` sh
$ pip install git+https://github.com/dsm-72/ensc.git
```
or from [conda](https://anaconda.org/dsm-72/ensc)
``` sh
$ conda install -c dsm-72 ensc
```
or from [pypi](https://pypi.org/project/ensc/)
``` sh
$ pip install ensc
```
## Documentation
Documentation can be found hosted on GitHub
[repository](https://github.com/dsm-72/ensc)
[pages](https://dsm-72.github.io/ensc/). Additionally you can find
package manager specific guidelines on
[conda](https://anaconda.org/dsm-72/ensc) and
[pypi](https://pypi.org/project/ensc/) respectively.
Raw data
{
"_id": null,
"home_page": "https://github.com/dsm-72/ensc",
"name": "ensc",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "ensc phenotype cell biology ensembl client ens ensg",
"author": "dsm-72",
"author_email": "sumner.magruder@yale.edu",
"download_url": "https://files.pythonhosted.org/packages/80/73/a9b36e39f8c451aa512dec87914b90559f89b706f2ef0d08c1faa9345226/ensc-0.0.4.tar.gz",
"platform": null,
"description": "# ensc\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 ensc --file env.yml\n```\n\n### Install\n\n``` sh\npip install -e .\n\n# install from pypi\npip install ensc\n```\n\n### nbdev\n\n``` sh\n# activate conda environment\n$ conda activate ensc\n\n# make sure the ensc 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 ensc 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/ensc):\n\n``` sh\n$ pip install git+https://github.com/dsm-72/ensc.git\n```\n\nor from [conda](https://anaconda.org/dsm-72/ensc)\n\n``` sh\n$ conda install -c dsm-72 ensc\n```\n\nor from [pypi](https://pypi.org/project/ensc/)\n\n``` sh\n$ pip install ensc\n```\n\n## Documentation\n\nDocumentation can be found hosted on GitHub\n[repository](https://github.com/dsm-72/ensc)\n[pages](https://dsm-72.github.io/ensc/). Additionally you can find\npackage manager specific guidelines on\n[conda](https://anaconda.org/dsm-72/ensc) and\n[pypi](https://pypi.org/project/ensc/) respectively.\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "ensc",
"version": "0.0.4",
"project_urls": {
"Homepage": "https://github.com/dsm-72/ensc"
},
"split_keywords": [
"ensc",
"phenotype",
"cell",
"biology",
"ensembl",
"client",
"ens",
"ensg"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4d05e22ef20c1f52c52cdf27863973bfb57cc98a12ab745a3fe13d11d3c9f327",
"md5": "1fc81f14e06de33ae00eaa9049e9b8f1",
"sha256": "fd5fbcff038e522ec93242da2ee921564608c74a6387546dd6dd257140f6bb43"
},
"downloads": -1,
"filename": "ensc-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1fc81f14e06de33ae00eaa9049e9b8f1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 10844,
"upload_time": "2023-11-29T14:50:01",
"upload_time_iso_8601": "2023-11-29T14:50:01.486693Z",
"url": "https://files.pythonhosted.org/packages/4d/05/e22ef20c1f52c52cdf27863973bfb57cc98a12ab745a3fe13d11d3c9f327/ensc-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8073a9b36e39f8c451aa512dec87914b90559f89b706f2ef0d08c1faa9345226",
"md5": "db38953d45e8e047e64045e350fc9209",
"sha256": "90b5a0e8f9ad6980778298e1df32eb652d76b8f09197e3e84c6c8915cdf7356a"
},
"downloads": -1,
"filename": "ensc-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "db38953d45e8e047e64045e350fc9209",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 10389,
"upload_time": "2023-11-29T14:50:05",
"upload_time_iso_8601": "2023-11-29T14:50:05.725956Z",
"url": "https://files.pythonhosted.org/packages/80/73/a9b36e39f8c451aa512dec87914b90559f89b706f2ef0d08c1faa9345226/ensc-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-29 14:50:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dsm-72",
"github_project": "ensc",
"github_not_found": true,
"lcname": "ensc"
}