# HuBMAP Template Helper Package
This is a package with helper functions for using data from the [HuBMAP Data Portal](https://portal.hubmapconsortium.org).
It is used in various [templates](https://github.com/hubmapconsortium/user-templates-api).
Please refer to the [tutorial](https://github.com/thomcsmits/hubmap_template_helper/blob/main/tutorial.ipynb) to see the usage.
## Installs
Local install
```sh
python -m pip install -e .
```
Pip install
```sh
pip install hubmap-template-helper
```
Build
```sh
python3 -m build
```
Upload
```sh
twine upload dist/*
```
Lint
```sh
flake src/hubmap_template_helper/uuids.py
```
Raw data
{
"_id": null,
"home_page": null,
"name": "hubmap-template-helper",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.0",
"maintainer_email": null,
"keywords": "HuBMAP",
"author": null,
"author_email": "\"Thomas C. Smits\" <tsmits@hms.harvard.edu>",
"download_url": "https://files.pythonhosted.org/packages/fd/f7/59bd99e501e12e7760e11aff3c5f0609fe3e61f8cfd5119619305b043d1e/hubmap_template_helper-0.0.2.tar.gz",
"platform": null,
"description": "# HuBMAP Template Helper Package\n\nThis is a package with helper functions for using data from the [HuBMAP Data Portal](https://portal.hubmapconsortium.org).\n\nIt is used in various [templates](https://github.com/hubmapconsortium/user-templates-api).\n\nPlease refer to the [tutorial](https://github.com/thomcsmits/hubmap_template_helper/blob/main/tutorial.ipynb) to see the usage.\n\n\n## Installs\nLocal install\n```sh\npython -m pip install -e .\n```\n\nPip install\n```sh\npip install hubmap-template-helper\n```\n\nBuild\n```sh\npython3 -m build\n```\n\nUpload\n```sh\ntwine upload dist/*\n```\n\nLint\n```sh\nflake src/hubmap_template_helper/uuids.py\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Helper functions for templates within HuBMAP Data Portal",
"version": "0.0.2",
"project_urls": {
"Bug Tracker": "https://github.com/thomcsmits/hubmap_template_helper/issues",
"Homepage": "https://github.com/thomcsmits/hubmap_template_helper"
},
"split_keywords": [
"hubmap"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "94e6a1cb0e45ee9788786a2f8347dcca8cbc4ffa3ec8a0e5d15931e2c34b6eb1",
"md5": "f4e2e0575470e04c5978b5517e31d6e9",
"sha256": "763436f6b3309642a00ce5a3368515d88c70dacf59a69dd4a26f04c2279305e6"
},
"downloads": -1,
"filename": "hubmap_template_helper-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f4e2e0575470e04c5978b5517e31d6e9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.0",
"size": 4838,
"upload_time": "2024-09-20T10:38:10",
"upload_time_iso_8601": "2024-09-20T10:38:10.503425Z",
"url": "https://files.pythonhosted.org/packages/94/e6/a1cb0e45ee9788786a2f8347dcca8cbc4ffa3ec8a0e5d15931e2c34b6eb1/hubmap_template_helper-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fdf759bd99e501e12e7760e11aff3c5f0609fe3e61f8cfd5119619305b043d1e",
"md5": "21bedd1a415a631e85c851f5bef5335e",
"sha256": "64ca705ca96f0797132e9210878fb3701169b2aef30a134744ed127e6966059d"
},
"downloads": -1,
"filename": "hubmap_template_helper-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "21bedd1a415a631e85c851f5bef5335e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.0",
"size": 4088,
"upload_time": "2024-09-20T10:38:12",
"upload_time_iso_8601": "2024-09-20T10:38:12.299251Z",
"url": "https://files.pythonhosted.org/packages/fd/f7/59bd99e501e12e7760e11aff3c5f0609fe3e61f8cfd5119619305b043d1e/hubmap_template_helper-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-20 10:38:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "thomcsmits",
"github_project": "hubmap_template_helper",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "certifi",
"specs": [
[
"==",
"2023.7.22"
]
]
},
{
"name": "charset-normalizer",
"specs": [
[
"==",
"3.3.2"
]
]
},
{
"name": "flake8",
"specs": [
[
"==",
"6.1.0"
]
]
},
{
"name": "idna",
"specs": [
[
"==",
"3.4"
]
]
},
{
"name": "mccabe",
"specs": [
[
"==",
"0.7.0"
]
]
},
{
"name": "numpy",
"specs": [
[
"==",
"1.26.2"
]
]
},
{
"name": "pandas",
"specs": [
[
"==",
"2.1.3"
]
]
},
{
"name": "pycodestyle",
"specs": [
[
"==",
"2.11.1"
]
]
},
{
"name": "pyflakes",
"specs": [
[
"==",
"3.1.0"
]
]
},
{
"name": "python-dateutil",
"specs": [
[
"==",
"2.8.2"
]
]
},
{
"name": "pytz",
"specs": [
[
"==",
"2023.3.post1"
]
]
},
{
"name": "requests",
"specs": [
[
"==",
"2.31.0"
]
]
},
{
"name": "six",
"specs": [
[
"==",
"1.16.0"
]
]
},
{
"name": "tzdata",
"specs": [
[
"==",
"2023.3"
]
]
},
{
"name": "urllib3",
"specs": [
[
"==",
"2.1.0"
]
]
}
],
"lcname": "hubmap-template-helper"
}