Metadata-Version: 2.1
Name: netneurotools
Version: 0.2.2
Summary: Commonly used tools in the Network Neuroscience Lab
Home-page: https://github.com/netneurolab/netneurotools
Author: netneurolab
Author-email: rossmarkello@gmail.com
Maintainer: Network Neuroscience Lab
Maintainer-email: rossmarkello@gmail.com
License: BSD-3
Download-URL: https://github.com/netneurolab/netneurotools/archive/0.2.2.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Requires-Dist: bctpy
Requires-Dist: matplotlib
Requires-Dist: nibabel
Requires-Dist: nilearn
Requires-Dist: numpy (>=1.16)
Requires-Dist: scikit-learn
Requires-Dist: scipy
Provides-Extra: all
Requires-Dist: numba ; extra == 'all'
Requires-Dist: mayavi ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pytest (>=3.6) ; extra == 'all'
Requires-Dist: sphinx-gallery ; extra == 'all'
Requires-Dist: sphinx (>=1.2) ; extra == 'all'
Requires-Dist: pysurfer ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Provides-Extra: doc
Requires-Dist: sphinx (>=1.2) ; extra == 'doc'
Requires-Dist: sphinx-gallery ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: numba
Requires-Dist: numba ; extra == 'numba'
Provides-Extra: plotting
Requires-Dist: mayavi ; extra == 'plotting'
Requires-Dist: pysurfer ; extra == 'plotting'
Provides-Extra: tests
Requires-Dist: pytest (>=3.6) ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'

netneurotools: Tools for network neuroscience
=============================================

This toolbox is a collection of functions written in Python (and some Matlab!)
that get frequent usage in the `Network Neuroscience Lab <www.misiclab.com>`_,
housed in the `Brain Imaging Centre <https://www.mcgill.ca/bic/home>`_ at
`McGill University <https://www.mcgill.ca/>`_.

.. image:: https://travis-ci.org/netneurolab/netneurotools.svg?branch=master
   :target: https://travis-ci.org/netneurolab/netneurotools
.. image:: https://codecov.io/gh/netneurolab/netneurotools/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/netneurolab/netneurotools
.. image:: https://readthedocs.org/projects/netneurotools/badge/?version=latest
   :target: https://netneurotools.readthedocs.io/en/latest
.. image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
   :target: https://opensource.org/licenses/BSD-3-Clause

.. _usage:

Usage
-----

Check out our `documentation <https://netneurotools.readthedocs.io/en/latest>`_
for information on how to install and use ``netneurotools``!

.. _development:

Development
-----------

This package has been developed by members of the Network Neuroscience Lab in
pursuit of their research. While we've made every effort to ensure these tools
work and have some documentation, there is always room for improvement! If
you've found a bug, are experiencing a problem, or have a question, create a
new `issue <https://github.com/netneurolab/netneurotools/issues>`_ with some
information about it and one of our team members will do our best to help you.

.. _licensing:

License Information
-------------------

This codebase is licensed under the 3-clause BSD license. The full license can
be found in the `LICENSE <https://github.com/netneurolab/netneurotools/blob/
master/LICENSE>`_ file in the ``netneurotools`` distribution.

All trademarks referenced herein are property of their respective holders.

.. |sparkles| replace:: ✨


