File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- # python -bioimage-io core
1+ # core -bioimage-io-python
22
33Python specific core utilities for working with the BioimageIO model zoo.
44
@@ -57,7 +57,7 @@ Run prediction:
5757bioimageio predict -m <MODEL> -i <INPUT> -o <OUTPUT>
5858```
5959
60- This is subject to change, see https://github.com/bioimage-io/python -bioimage-io/issues/87 .
60+ This is subject to change, see https://github.com/bioimage-io/core -bioimage-io-python /issues/87 .
6161
6262
6363## Running network predictions:
Original file line number Diff line number Diff line change 11{% set setup_py_data = load_setup_py_data() %}
22
33package :
4- name : python -bioimage-io
4+ name : core -bioimage-io
55 version : {{ setup_py_data['version'] }}
66
77source :
@@ -48,11 +48,11 @@ test:
4848
4949
5050about :
51- home : https://github.com/bioimage-io/python -bioimage-io
51+ home : https://github.com/bioimage-io/core -bioimage-io-python
5252 license : MIT
5353 license_family : MIT
5454 license_file : LICENSE
5555 summary : ' Tools for running BioimageIO compliant neural networks in Python.'
5656
57- doc_url : https://github.com/bioimage-io/python -bioimage-io
58- dev_url : https://github.com/bioimage-io/python -bioimage-io
57+ doc_url : https://github.com/bioimage-io/core -bioimage-io-python
58+ dev_url : https://github.com/bioimage-io/core -bioimage-io-python
Original file line number Diff line number Diff line change 1616 description = "Python functionality for the bioimage model zoo" ,
1717 long_description = long_description ,
1818 long_description_content_type = "text/markdown" ,
19- url = "https://github.com/bioimage-io/python -bioimage-io" ,
19+ url = "https://github.com/bioimage-io/core -bioimage-io-python " ,
2020 author = "Bioimage Team" ,
2121 classifiers = [ # Optional
2222 "Development Status :: 3 - Alpha" ,
3535 "onnx" : ["onnxruntime" ],
3636 },
3737 project_urls = { # Optional
38- "Bug Reports" : "https://github.com/bioimage-io/python -bioimage-io/issues" ,
39- "Source" : "https://github.com/bioimage-io/python -bioimage-io" ,
38+ "Bug Reports" : "https://github.com/bioimage-io/core -bioimage-io-python /issues" ,
39+ "Source" : "https://github.com/bioimage-io/core -bioimage-io-python " ,
4040 },
4141 entry_points = {"console_scripts" : ["bioimageio = bioimageio.core.__main__:app" ]},
4242)
You can’t perform that action at this time.
0 commit comments