Metadata-Version: 2.1
Name: neuropull
Version: 0.1.1
Summary: A lightweight tool for pulling connectome networks and metadata.
Home-page: https://github.com/neurodata/neuropull
License: MIT
Author: Benjamin D. Pedigo
Author-email: bpedigo@jhu.edu
Requires-Python: >=3.8.0,<3.10
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: data
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: beartype (>=0.11.0,<0.12.0)
Requires-Dist: black (>=22.3.0,<23.0.0) ; extra == "test"
Requires-Dist: bump2version (>=1.0.1,<2.0.0) ; extra == "dev"
Requires-Dist: flake8 (>=3.9.2,<4.0.0) ; extra == "test"
Requires-Dist: flake8-docstrings (>=1.6.0,<2.0.0) ; extra == "test"
Requires-Dist: graspologic (>=2.0.0,<3.0.0) ; extra == "data"
Requires-Dist: ipykernel (>=6.15.3,<7.0.0) ; extra == "data"
Requires-Dist: isort (>=5.8.0,<6.0.0) ; extra == "test"
Requires-Dist: mkdocs (>=1.4.2,<2.0.0) ; extra == "doc"
Requires-Dist: mkdocs-autorefs (>=0.4.1,<0.5.0) ; extra == "doc"
Requires-Dist: mkdocs-include-markdown-plugin (>=4.0.0,<5.0.0) ; extra == "doc"
Requires-Dist: mkdocs-material (>=8.5.11,<9.0.0) ; extra == "doc"
Requires-Dist: mkdocs-material-extensions (>=1.1.1,<2.0.0)
Requires-Dist: mkdocstrings[python] (>=0.19.0,<0.20.0) ; extra == "doc"
Requires-Dist: mypy (>=0.900,<0.901) ; extra == "test"
Requires-Dist: networkx (>=2.8.6,<3.0.0)
Requires-Dist: numpy (>=1.23.3,<2.0.0)
Requires-Dist: pandas (>=1.5.2,<2.0.0)
Requires-Dist: pre-commit (>=2.12.0,<3.0.0) ; extra == "dev"
Requires-Dist: pytest (>=6.2.4,<7.0.0) ; extra == "test"
Requires-Dist: pytest-cov (>=2.12.0,<3.0.0) ; extra == "test"
Requires-Dist: python-catmaid (>=2.1.1,<3.0.0) ; extra == "data"
Requires-Dist: scipy (>=1.9.2,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0) ; extra == "dev"
Requires-Dist: tox (>=3.20.1,<4.0.0) ; extra == "dev"
Requires-Dist: twine (>=3.3.0,<4.0.0) ; extra == "dev"
Requires-Dist: virtualenv (>=20.2.2,<21.0.0) ; extra == "dev"
Description-Content-Type: text/markdown

# neuropull


[![pypi](https://img.shields.io/pypi/v/neuropull.svg)](https://pypi.org/project/neuropull/)
[![python](https://img.shields.io/pypi/pyversions/neuropull.svg)](https://pypi.org/project/neuropull/)
[![Build Status](https://github.com/neurodata/neuropull/actions/workflows/dev.yml/badge.svg)](https://github.com/neurodata/neuropull/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/neurodata/neuropull/branch/main/graphs/badge.svg)](https://codecov.io/github/neurodata/neuropull)



A lightweight tool for pulling connectome networks and metadata


* Documentation: <https://neurodata.github.io/neuropull>
* GitHub: <https://github.com/neurodata/neuropull>
* PyPI: <https://pypi.org/project/neuropull/>
* Free software: MIT


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.

