Metadata-Version: 2.0
Name: pynets
Version: 0.2.9
Summary: A Python-Powered Workflow for Network Analysis of rsfMRI and dMRI
Home-page: https://github.com/dpisner453/pynets
Author: Derek Pisner
Author-email: dpisner@utexas.edu
License: GNU General Public License v3
Description-Content-Type: UNKNOWN
Keywords: pynets
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: scipy (>=0.19.0)
Requires-Dist: nipype (>=0.14.0)
Requires-Dist: numpy (>=1.12.1)
Requires-Dist: nilearn (>=0.2.6)
Requires-Dist: seaborn (>=0.7.1)
Requires-Dist: matplotlib (>=2.0.0)
Requires-Dist: pandas (>=0.19.2)
Requires-Dist: networkx (>=2.0)
Requires-Dist: nibabel (>=2.1.0)
Requires-Dist: scikit-learn (>=0.18.2)
Requires-Dist: pathlib (>=1.0.1)
Requires-Dist: setuptools (>=36.2.7)
Requires-Dist: configparser (>=3.5.0)

======
PyNets
======


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

.. image:: https://img.shields.io/travis/dpisner453/pynets.svg
        :target: https://travis-ci.org/dpisner453/pynets

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

.. image:: https://pyup.io/repos/github/dpisner453/pynets/shield.svg
     :target: https://pyup.io/repos/github/dpisner453/pynets/
     :alt: Updates


A Python-Powered Workflow for Network Analysis of rsfMRI and dMRI


* Free software: GNU General Public License v3
* Documentation: https://pynets.readthedocs.io.


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



=======
History
=======

0.1.0 (2017-08-23)
------------------

* First release on PyPI.


