Name | dsa-helpers JSON |
Version |
1.0.1
JSON |
| download |
home_page | None |
Summary | Utility functions for working with the DSA girder client. |
upload_time | 2024-12-10 19:08:46 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
dsa
girder
girder_client
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Digital Slide Archive (DSA) Helpers
Digital Slide Archive Python utility library.
This library is available for installation through [Python Package Index (PyPI)](https://pypi.org/).
This library was tested using Python version 3.11.8 and uses the dependencies described in requirements.txt.
This Python PyPI package is found [here](https://pypi.org/project/dsa-helpers/).
## Extra dependencies
If you are getting a large image error, then install large image using the instructions provided in their [GitHub page](https://github.com/girder/large_image#:~:text=pip%20install%20large%2Dimage%5Ball%5D%20%2D%2Dfind%2Dlinks%20https%3A//girder.github.io/large_image_wheels).
## Instructions for Development
1. Install requirements for building and distributing package:
```
$ python3 -m pip install --upgrade build # for building package
$ python3 -m pip install --upgrade twine # for uploading to PyPI
```
2. When ready to build:
- Modify "pyproject.toml" file, change the "version" key to a different value than a version already pushed.
- Run ```$ python3 -m build```. This will create a dist directory and put your new wheel and tar distribution files there.
3. To install locally for development: ```$ pip3 install dist/dsa_helpers-*.whl```, choosing the wheel version you want to test.
4. Upload to PyPI using twine: ```python3 -m twine upload --repository pypi dist/*```
* You can specify specific files to upload, the line above pushes everything in dist directory.
Raw data
{
"_id": null,
"home_page": null,
"name": "dsa-helpers",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "\"Juan C. Vizcarra\" <jvizcar@emory.edu>",
"keywords": "dsa, girder, girder_client",
"author": null,
"author_email": "\"Juan C. Vizcarra\" <jvizcar@emory.edu>",
"download_url": "https://files.pythonhosted.org/packages/aa/08/5c2a326a537d2b48ac929131671f6fdd403a11d53e84fdb064191059fe53/dsa_helpers-1.0.1.tar.gz",
"platform": null,
"description": "# Digital Slide Archive (DSA) Helpers\nDigital Slide Archive Python utility library.\n\nThis library is available for installation through [Python Package Index (PyPI)](https://pypi.org/).\n\nThis library was tested using Python version 3.11.8 and uses the dependencies described in requirements.txt.\n\nThis Python PyPI package is found [here](https://pypi.org/project/dsa-helpers/).\n\n## Extra dependencies\nIf you are getting a large image error, then install large image using the instructions provided in their [GitHub page](https://github.com/girder/large_image#:~:text=pip%20install%20large%2Dimage%5Ball%5D%20%2D%2Dfind%2Dlinks%20https%3A//girder.github.io/large_image_wheels).\n\n## Instructions for Development\n1. Install requirements for building and distributing package:\n```\n$ python3 -m pip install --upgrade build # for building package\n$ python3 -m pip install --upgrade twine # for uploading to PyPI\n```\n2. When ready to build:\n - Modify \"pyproject.toml\" file, change the \"version\" key to a different value than a version already pushed.\n - Run ```$ python3 -m build```. This will create a dist directory and put your new wheel and tar distribution files there.\n3. To install locally for development: ```$ pip3 install dist/dsa_helpers-*.whl```, choosing the wheel version you want to test.\n4. Upload to PyPI using twine: ```python3 -m twine upload --repository pypi dist/*```\n * You can specify specific files to upload, the line above pushes everything in dist directory.\n",
"bugtrack_url": null,
"license": null,
"summary": "Utility functions for working with the DSA girder client.",
"version": "1.0.1",
"project_urls": {
"Repository": "https://github.com/Gutman-Lab/dsa-python-utils"
},
"split_keywords": [
"dsa",
" girder",
" girder_client"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e48af98ee4e574ddd0d6621e7d1569ab89d1c976a097dc1bbcc167cfb3f0b2ac",
"md5": "600d08179e5b33c508f19d83834b88e1",
"sha256": "63ccb6dc551fee3d4bfa6166e8fcdbc4ff4895137fe732185ceaca7f780939ad"
},
"downloads": -1,
"filename": "dsa_helpers-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "600d08179e5b33c508f19d83834b88e1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 35082,
"upload_time": "2024-12-10T19:08:44",
"upload_time_iso_8601": "2024-12-10T19:08:44.018741Z",
"url": "https://files.pythonhosted.org/packages/e4/8a/f98ee4e574ddd0d6621e7d1569ab89d1c976a097dc1bbcc167cfb3f0b2ac/dsa_helpers-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aa085c2a326a537d2b48ac929131671f6fdd403a11d53e84fdb064191059fe53",
"md5": "8936ea07d5d34ee6ebe0fabc49be1d76",
"sha256": "65f6398040fd6deabfe1071c1b0da0dc5d594c0ec61560c914646c46a56fd8fd"
},
"downloads": -1,
"filename": "dsa_helpers-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "8936ea07d5d34ee6ebe0fabc49be1d76",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 31815,
"upload_time": "2024-12-10T19:08:46",
"upload_time_iso_8601": "2024-12-10T19:08:46.259325Z",
"url": "https://files.pythonhosted.org/packages/aa/08/5c2a326a537d2b48ac929131671f6fdd403a11d53e84fdb064191059fe53/dsa_helpers-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 19:08:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Gutman-Lab",
"github_project": "dsa-python-utils",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "dsa-helpers"
}