# featherplot
<!-- 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 featherplot --file env.yml
# $ mamba env update -n featherplot --file env.mac.yml
```
### Install
``` sh
pip install -e .
# install from pypi
pip install featherplot
```
### nbdev
``` sh
# activate conda environment
$ conda activate featherplot
# make sure the featherplot package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to the featherplot package
$ nbdev_prepare
```
### Publishing
``` sh
# publish to pypi
$ nbdev_pypi
# publish to conda
$ nbdev_conda --build_args '-c conda-forge' --mambabuild
```
# Usage
## Installation
Install latest from the GitHub
[repository](https://github.com/dsm-72/featherplot-py):
``` sh
$ pip install git+https://github.com/dsm-72/featherplot-py.git
```
or from [conda](https://anaconda.org/dsm-72/featherplot)
``` sh
$ conda install -c dsm-72 featherplot
```
or from [pypi](https://pypi.org/project/featherplot/)
``` sh
$ pip install featherplot
```
Raw data
{
"_id": null,
"home_page": "https://github.com/dsm-72/featherplot-py",
"name": "featherplot",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "featherplot feather pyarrow arrow feather-format parquet parquet-format anndata single cell",
"author": "dsm-72",
"author_email": "sumner.magruder@yale.edu",
"download_url": "https://files.pythonhosted.org/packages/a9/a9/6a4a503460c2f676b05c55aeedfaeb8ee716b92b582ce1f211d28facf3e7/featherplot-0.0.6.tar.gz",
"platform": null,
"description": "# featherplot\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 featherplot --file env.yml\n# $ mamba env update -n featherplot --file env.mac.yml\n```\n\n### Install\n\n``` sh\npip install -e .\n\n# install from pypi\npip install featherplot\n```\n\n### nbdev\n\n``` sh\n# activate conda environment\n$ conda activate featherplot\n\n# make sure the featherplot 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 featherplot 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' --mambabuild\n```\n\n# Usage\n\n## Installation\n\nInstall latest from the GitHub\n[repository](https://github.com/dsm-72/featherplot-py):\n\n``` sh\n$ pip install git+https://github.com/dsm-72/featherplot-py.git\n```\n\nor from [conda](https://anaconda.org/dsm-72/featherplot)\n\n``` sh\n$ conda install -c dsm-72 featherplot\n```\n\nor from [pypi](https://pypi.org/project/featherplot/)\n\n``` sh\n$ pip install featherplot\n```\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "featherplot",
"version": "0.0.6",
"project_urls": {
"Homepage": "https://github.com/dsm-72/featherplot-py"
},
"split_keywords": [
"featherplot",
"feather",
"pyarrow",
"arrow",
"feather-format",
"parquet",
"parquet-format",
"anndata",
"single",
"cell"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "12b8ce0b3825e265ff35e15134318e657f72cf69d8f617d709d4ab3066e0dd45",
"md5": "365a1c640df016b4a0d83dac6cee17eb",
"sha256": "52e438bab0e26b6c78cceaff9a8401a99899e264e64f1f562864fe747d4149ee"
},
"downloads": -1,
"filename": "featherplot-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "365a1c640df016b4a0d83dac6cee17eb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 19646,
"upload_time": "2023-08-02T19:42:05",
"upload_time_iso_8601": "2023-08-02T19:42:05.975882Z",
"url": "https://files.pythonhosted.org/packages/12/b8/ce0b3825e265ff35e15134318e657f72cf69d8f617d709d4ab3066e0dd45/featherplot-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a9a96a4a503460c2f676b05c55aeedfaeb8ee716b92b582ce1f211d28facf3e7",
"md5": "c470d5dd21c1fc178f744a0d010f550b",
"sha256": "c838f66d16bc692d943b6ae823096e429d2166754c5d6e4288d2382b9484fd5a"
},
"downloads": -1,
"filename": "featherplot-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "c470d5dd21c1fc178f744a0d010f550b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 18318,
"upload_time": "2023-08-02T19:42:07",
"upload_time_iso_8601": "2023-08-02T19:42:07.101358Z",
"url": "https://files.pythonhosted.org/packages/a9/a9/6a4a503460c2f676b05c55aeedfaeb8ee716b92b582ce1f211d28facf3e7/featherplot-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-02 19:42:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dsm-72",
"github_project": "featherplot-py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "featherplot"
}