{ "info": { "author": "BioImageSuite Web Team", "author_email": "xenophon.papademetris@yale.edu", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3.5" ], "description": "![Logo](https://bioimagesuiteweb.github.io/bisweb-manual/bisweb_newlogo_small.png)\n\n---\n## BioImage Suite Web -- Python Package\n\nThis is package exports much of functionality in BioImage Suite Web as a\npython package. This requires Python v3.5 or later.\n\nYou can invoke all modules from the commandline using the globally installed\nexecutable `biswebpy`. For example to run the image smoothing algorithm type\n\n biswebpy smoothImage -h\n\n\nThe modules are also available for inclusion in your own code under the\nnamespace `biswebpython`. The same smoothing filter, for example, can be\nimported as:\n\n from biswebpython.core.bis_objects import *\n from biswebpython.modules.smoothImage import *\n\n # Create and load an image\n input=bisImage();\n input.load(_SOME_INPUT_FILENAME_);\n print('Input=',input.getDescription());\n\n # Create and execute the smoothing module\n smooth=smoothImage();\n smooth.execute( { 'input' : input }, { 'sigma' : 4.0, 'debug' : True });\n\n # Get and save the output\n output=smooth.getOutputObject('output');\n print('Output=',output.getDescription());\n out.save(_SOME_OUTPUT_FILENAME_);\n\n---\n\nFor more information on bisweb see:\n\n* The source repository --\n [https://github.com/bioimagesuiteweb/bisweb](https://github.com/bioimagesuiteweb/bisweb)\n* The actual web application --\n [https://bioimagesuiteweb.github.io/webapp/](https://bioimagesuiteweb.github.io/webapp/)\n\nYou may also take a look at the examples repository\n[https://github.com/bioimagesuiteweb/examples](https://github.com/bioimagesuiteweb/examples).\n\nBioImage Suite Web (bisweb) is a web-based medical image analysis suite\nprimarily geared towards Neuroimaging Analysis. We gratefully acknowledge\nsupport from the NIH Brain Initiative under grant R24 MH114805 (Papademetris\nX. and Scheinost D. PIs).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bioimagesuiteweb/bisweb", "keywords": "", "license": "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "maintainer": "", "maintainer_email": "", "name": "biswebpython", "package_url": "https://pypi.org/project/biswebpython/", "platform": "", "project_url": "https://pypi.org/project/biswebpython/", "project_urls": { "Homepage": "https://github.com/bioimagesuiteweb/bisweb" }, "release_url": "https://pypi.org/project/biswebpython/1.1.0b7/", "requires_dist": [ "nibabel", "numpy", "pillow", "scikit-image", "scikit-learn", "scipy", "setuptools", "wheel (>=0.31)", "wget" ], "requires_python": ">=3.5", "summary": "A Medical Image Analysis Package", "version": "1.1.0b7" }, "last_serial": 5850557, "releases": { "1.1.0b5": [ { "comment_text": "", "digests": { "md5": "53c2ffe4c463ce64b1530260a19383bf", "sha256": "0e1aa4a225455758a30f5f15b24664bc206b53622bed46e2e653c700946e498a" }, "downloads": -1, "filename": "biswebpython-1.1.0b5-py3-none-any.whl", "has_sig": false, "md5_digest": "53c2ffe4c463ce64b1530260a19383bf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1900022, "upload_time": "2019-09-13T19:11:31", "url": "https://files.pythonhosted.org/packages/81/a1/3ddd6e8f232e5df5a0a4f09c16d4b187ff333a8a0605cdd07d5f65bfc0b8/biswebpython-1.1.0b5-py3-none-any.whl" } ], "1.1.0b7": [ { "comment_text": "", "digests": { "md5": "5436e5f895890efbb1c590c4415a468e", "sha256": "6a9b14c8fc201cbce53239dc3fe461946cb4e271c0db72416a07e62e36a8682d" }, "downloads": -1, "filename": "biswebpython-1.1.0b7-py3-none-any.whl", "has_sig": false, "md5_digest": "5436e5f895890efbb1c590c4415a468e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 771418, "upload_time": "2019-09-18T14:19:58", "url": "https://files.pythonhosted.org/packages/c1/6b/412e164ddb3774f53a3b99ed5163dd009e3ce4abd556ab7f496e796fa4f3/biswebpython-1.1.0b7-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5436e5f895890efbb1c590c4415a468e", "sha256": "6a9b14c8fc201cbce53239dc3fe461946cb4e271c0db72416a07e62e36a8682d" }, "downloads": -1, "filename": "biswebpython-1.1.0b7-py3-none-any.whl", "has_sig": false, "md5_digest": "5436e5f895890efbb1c590c4415a468e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 771418, "upload_time": "2019-09-18T14:19:58", "url": "https://files.pythonhosted.org/packages/c1/6b/412e164ddb3774f53a3b99ed5163dd009e3ce4abd556ab7f496e796fa4f3/biswebpython-1.1.0b7-py3-none-any.whl" } ] }