Metadata-Version: 2.1
Name: brainways
Version: 0.1.8
Summary: Brainways
Home-page: https://github.com/bkntr/brainways
Author: Ben Kantor
Author-email: benkantor@mail.tau.ac.il
License: GPL-3.0
Project-URL: Bug Tracker, https://github.com/bkntr/brainways/issues
Project-URL: Documentation, https://github.com/bkntr/brainways#README.md
Project-URL: Source Code, https://github.com/bkntr/brainways
Project-URL: User Support, https://github.com/bkntr/brainways/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: aicsimageio[base-imageio]
Requires-Dist: aicspylibczi >=3.0.5
Requires-Dist: bfio
Requires-Dist: bg-atlasapi
Requires-Dist: bioformats-jar
Requires-Dist: click
Requires-Dist: dacite
Requires-Dist: fsspec >=2022.7.1
Requires-Dist: itk-elastix ==0.15.0
Requires-Dist: kornia ==0.6.7
Requires-Dist: natsort
Requires-Dist: numpy
Requires-Dist: opencv-contrib-python-headless
Requires-Dist: opencv-python-headless
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: paquo ==0.6.1
Requires-Dist: readlif >=0.6.4
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: scikit-posthocs ==0.7.0
Requires-Dist: statsmodels ==0.14.0
Requires-Dist: torch ==1.10.*
Requires-Dist: torchvision ==0.11.*
Requires-Dist: tqdm
Provides-Extra: all
Requires-Dist: brainways-reg-model ; extra == 'all'
Requires-Dist: napari[all] ; extra == 'all'
Requires-Dist: stardist ; extra == 'all'
Requires-Dist: tensorflow ; extra == 'all'
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: tox ; extra == 'testing'

=========
Brainways
=========


.. image:: https://img.shields.io/pypi/v/brainways.svg
        :target: https://pypi.python.org/pypi/brainways

.. image:: https://img.shields.io/travis/bkntr/brainways.svg
        :target: https://travis-ci.com/bkntr/brainways

.. image:: https://readthedocs.org/projects/brainways/badge/?version=latest
        :target: https://brainways.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Brainways Algorithm and Pipeline


* Free software: GNU General Public License v3
* Documentation: https://brainways.readthedocs.io.
* Biorxiv preprint: https://www.biorxiv.org/content/10.1101/2023.05.25.542252v1


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
