-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83b9478
commit e0f3d52
Showing
8 changed files
with
324 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4405,6 +4405,9 @@ | |
"0.0.1b3", | ||
"0.0.1b2" | ||
], | ||
"psf-analysis-CFIM": [ | ||
"1.0.0" | ||
], | ||
"psfmodels": [ | ||
"0.3.3", | ||
"0.3.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
{ | ||
"name": "napari_psf_analysis_CFIM", | ||
"display_name": "napari_psf_analysis_CFIM", | ||
"visibility": "public", | ||
"icon": "", | ||
"categories": [], | ||
"schema_version": "0.1.0", | ||
"on_activate": null, | ||
"on_deactivate": null, | ||
"contributions": { | ||
"commands": [ | ||
{ | ||
"id": "napari_psf_analysis_CFIM.set_config", | ||
"title": "Create set_config", | ||
"python_name": "napari_psf_analysis_CFIM._dock_widget:set_config", | ||
"short_title": null, | ||
"category": null, | ||
"icon": null, | ||
"enablement": null | ||
}, | ||
{ | ||
"id": "napari_psf_analysis_CFIM.PsfAnalysis", | ||
"title": "Create Psf Analysis", | ||
"python_name": "napari_psf_analysis_CFIM._dock_widget:PsfAnalysis", | ||
"short_title": null, | ||
"category": null, | ||
"icon": null, | ||
"enablement": null | ||
}, | ||
{ | ||
"id": "napari_psf_analysis_CFIM.read_czi", | ||
"title": "Read CZI File", | ||
"python_name": "napari_psf_analysis_CFIM.czi_reader_CFIM:read_czi", | ||
"short_title": null, | ||
"category": null, | ||
"icon": null, | ||
"enablement": null | ||
} | ||
], | ||
"readers": [ | ||
{ | ||
"command": "napari_psf_analysis_CFIM.read_czi", | ||
"filename_patterns": [ | ||
"*.czi" | ||
], | ||
"accepts_directories": false | ||
} | ||
], | ||
"writers": null, | ||
"widgets": [ | ||
{ | ||
"command": "napari_psf_analysis_CFIM.set_config", | ||
"display_name": "Set Config", | ||
"autogenerate": false | ||
}, | ||
{ | ||
"command": "napari_psf_analysis_CFIM.PsfAnalysis", | ||
"display_name": "PSF Analysis - CFIM", | ||
"autogenerate": false | ||
} | ||
], | ||
"sample_data": null, | ||
"themes": null, | ||
"menus": {}, | ||
"submenus": null, | ||
"keybindings": null, | ||
"configuration": [] | ||
}, | ||
"package_metadata": { | ||
"metadata_version": "2.2", | ||
"name": "psf-analysis-CFIM", | ||
"version": "1.0.0", | ||
"dynamic": null, | ||
"platform": null, | ||
"supported_platform": null, | ||
"summary": "A continuation of napari_psf_analyses, developed for CFIM - KU", | ||
"description": "install with : pip install git+https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition\n or pip install psf-analysis-CFIM\n", | ||
"description_content_type": "text/markdown", | ||
"keywords": null, | ||
"home_page": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition", | ||
"download_url": null, | ||
"author": "Markus L. Bille", | ||
"author_email": "[email protected]", | ||
"maintainer": null, | ||
"maintainer_email": null, | ||
"license": "MIT", | ||
"classifier": [ | ||
"Development Status :: 3 - Alpha", | ||
"Framework :: napari", | ||
"Intended Audience :: Developers", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Topic :: Software Development :: Testing" | ||
], | ||
"requires_dist": [ | ||
"aicsimageio", | ||
"aicspylibczi", | ||
"bfio", | ||
"magicgui", | ||
"matplotlib<3.9", | ||
"matplotlib-inline", | ||
"matplotlib-scalebar", | ||
"napari[all]", | ||
"numpy<2.0,>=1.26", | ||
"pandas", | ||
"pydantic", | ||
"PyYAML", | ||
"QtPy", | ||
"scipy", | ||
"napari; extra == \"testing\"", | ||
"pyqt5; extra == \"testing\"", | ||
"pytest; extra == \"testing\"", | ||
"pytest-cov; extra == \"testing\"", | ||
"pytest-qt; extra == \"testing\"", | ||
"tox; extra == \"testing\"" | ||
], | ||
"requires_python": ">=3.9", | ||
"requires_external": null, | ||
"project_url": [ | ||
"Documentation, https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition#README.md", | ||
"Source Code, https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition" | ||
], | ||
"provides_extra": [ | ||
"testing" | ||
], | ||
"provides_dist": null, | ||
"obsoletes_dist": null | ||
}, | ||
"npe1_shim": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
{ | ||
"info": { | ||
"author": "Markus L. Bille", | ||
"author_email": "[email protected]", | ||
"bugtrack_url": null, | ||
"classifiers": [ | ||
"Development Status :: 3 - Alpha", | ||
"Framework :: napari", | ||
"Intended Audience :: Developers", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Topic :: Software Development :: Testing" | ||
], | ||
"description": "install with : pip install git+https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition\r\n or pip install psf-analysis-CFIM\r\n", | ||
"description_content_type": "text/markdown", | ||
"docs_url": null, | ||
"download_url": null, | ||
"downloads": { | ||
"last_day": -1, | ||
"last_month": -1, | ||
"last_week": -1 | ||
}, | ||
"dynamic": null, | ||
"home_page": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition", | ||
"keywords": null, | ||
"license": "MIT", | ||
"license_expression": null, | ||
"license_files": null, | ||
"maintainer": null, | ||
"maintainer_email": null, | ||
"name": "psf-analysis-CFIM", | ||
"package_url": "https://pypi.org/project/psf-analysis-CFIM/", | ||
"platform": null, | ||
"project_url": "https://pypi.org/project/psf-analysis-CFIM/", | ||
"project_urls": { | ||
"Documentation": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition#README.md", | ||
"Homepage": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition", | ||
"Source Code": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition" | ||
}, | ||
"provides_extra": [ | ||
"testing" | ||
], | ||
"release_url": "https://pypi.org/project/psf-analysis-CFIM/1.0.0/", | ||
"requires_dist": [ | ||
"aicsimageio", | ||
"aicspylibczi", | ||
"bfio", | ||
"magicgui", | ||
"matplotlib<3.9", | ||
"matplotlib-inline", | ||
"matplotlib-scalebar", | ||
"napari[all]", | ||
"numpy<2.0,>=1.26", | ||
"pandas", | ||
"pydantic", | ||
"PyYAML", | ||
"QtPy", | ||
"scipy", | ||
"napari; extra == \"testing\"", | ||
"pyqt5; extra == \"testing\"", | ||
"pytest; extra == \"testing\"", | ||
"pytest-cov; extra == \"testing\"", | ||
"pytest-qt; extra == \"testing\"", | ||
"tox; extra == \"testing\"" | ||
], | ||
"requires_python": ">=3.9", | ||
"summary": "A continuation of napari_psf_analyses, developed for CFIM - KU", | ||
"version": "1.0.0", | ||
"yanked": false, | ||
"yanked_reason": null | ||
}, | ||
"last_serial": 27400079, | ||
"releases": { | ||
"1.0.0": [ | ||
{ | ||
"comment_text": null, | ||
"digests": { | ||
"blake2b_256": "95ebc32a96428c14b0366b0cfcc4e9be91331bdd2eb54e434967b27627d943a7", | ||
"md5": "32af59e93972b009884d5681cc8a79cf", | ||
"sha256": "240383054deb8d4c62e893d6221a0b4b6f5cf4733702c808b0cdf49cc0c07369" | ||
}, | ||
"downloads": -1, | ||
"filename": "psf_analysis_CFIM-1.0.0-py3-none-any.whl", | ||
"has_sig": false, | ||
"md5_digest": "32af59e93972b009884d5681cc8a79cf", | ||
"packagetype": "bdist_wheel", | ||
"python_version": "py3", | ||
"requires_python": ">=3.9", | ||
"size": 36313, | ||
"upload_time": "2025-02-11T15:24:28", | ||
"upload_time_iso_8601": "2025-02-11T15:24:28.724326Z", | ||
"url": "https://files.pythonhosted.org/packages/95/eb/c32a96428c14b0366b0cfcc4e9be91331bdd2eb54e434967b27627d943a7/psf_analysis_CFIM-1.0.0-py3-none-any.whl", | ||
"yanked": false, | ||
"yanked_reason": null | ||
}, | ||
{ | ||
"comment_text": null, | ||
"digests": { | ||
"blake2b_256": "65057f8cc75000157fcb90e8b8b0a89fe1f86cded2df697dce6037ee8d92911d", | ||
"md5": "b3e907e08eeef722aef7c5fa94171cb5", | ||
"sha256": "a861be8aa584afdc06aced29711d6f1c8a83070837935f18d14f0988821332af" | ||
}, | ||
"downloads": -1, | ||
"filename": "psf_analysis_cfim-1.0.0.tar.gz", | ||
"has_sig": false, | ||
"md5_digest": "b3e907e08eeef722aef7c5fa94171cb5", | ||
"packagetype": "sdist", | ||
"python_version": "source", | ||
"requires_python": ">=3.9", | ||
"size": 26441, | ||
"upload_time": "2025-02-11T15:24:30", | ||
"upload_time_iso_8601": "2025-02-11T15:24:30.789771Z", | ||
"url": "https://files.pythonhosted.org/packages/65/05/7f8cc75000157fcb90e8b8b0a89fe1f86cded2df697dce6037ee8d92911d/psf_analysis_cfim-1.0.0.tar.gz", | ||
"yanked": false, | ||
"yanked_reason": null | ||
} | ||
] | ||
}, | ||
"urls": [ | ||
{ | ||
"comment_text": null, | ||
"digests": { | ||
"blake2b_256": "95ebc32a96428c14b0366b0cfcc4e9be91331bdd2eb54e434967b27627d943a7", | ||
"md5": "32af59e93972b009884d5681cc8a79cf", | ||
"sha256": "240383054deb8d4c62e893d6221a0b4b6f5cf4733702c808b0cdf49cc0c07369" | ||
}, | ||
"downloads": -1, | ||
"filename": "psf_analysis_CFIM-1.0.0-py3-none-any.whl", | ||
"has_sig": false, | ||
"md5_digest": "32af59e93972b009884d5681cc8a79cf", | ||
"packagetype": "bdist_wheel", | ||
"python_version": "py3", | ||
"requires_python": ">=3.9", | ||
"size": 36313, | ||
"upload_time": "2025-02-11T15:24:28", | ||
"upload_time_iso_8601": "2025-02-11T15:24:28.724326Z", | ||
"url": "https://files.pythonhosted.org/packages/95/eb/c32a96428c14b0366b0cfcc4e9be91331bdd2eb54e434967b27627d943a7/psf_analysis_CFIM-1.0.0-py3-none-any.whl", | ||
"yanked": false, | ||
"yanked_reason": null | ||
}, | ||
{ | ||
"comment_text": null, | ||
"digests": { | ||
"blake2b_256": "65057f8cc75000157fcb90e8b8b0a89fe1f86cded2df697dce6037ee8d92911d", | ||
"md5": "b3e907e08eeef722aef7c5fa94171cb5", | ||
"sha256": "a861be8aa584afdc06aced29711d6f1c8a83070837935f18d14f0988821332af" | ||
}, | ||
"downloads": -1, | ||
"filename": "psf_analysis_cfim-1.0.0.tar.gz", | ||
"has_sig": false, | ||
"md5_digest": "b3e907e08eeef722aef7c5fa94171cb5", | ||
"packagetype": "sdist", | ||
"python_version": "source", | ||
"requires_python": ">=3.9", | ||
"size": 26441, | ||
"upload_time": "2025-02-11T15:24:30", | ||
"upload_time_iso_8601": "2025-02-11T15:24:30.789771Z", | ||
"url": "https://files.pythonhosted.org/packages/65/05/7f8cc75000157fcb90e8b8b0a89fe1f86cded2df697dce6037ee8d92911d/psf_analysis_cfim-1.0.0.tar.gz", | ||
"yanked": false, | ||
"yanked_reason": null | ||
} | ||
], | ||
"vulnerabilities": [] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters