Metadata-Version: 2.1
Name: morphapi
Version: 0.1.2.1
Summary: A lightweight python package to download neuronal morphologies
Home-page: https://github.com/brainglobe/morphapi
Author: Federico Claudi
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: vedo (>=2020.3.3)
Requires-Dist: vtk
Requires-Dist: rich
Requires-Dist: pyyaml (>=5.3)
Requires-Dist: neurom
Requires-Dist: bg-atlasapi
Provides-Extra: dev
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: coveralls ; extra == 'dev'
Requires-Dist: coverage (<=4.5.4) ; extra == 'dev'
Requires-Dist: pytest-sugar ; extra == 'dev'
Requires-Dist: allensdk ; extra == 'dev'
Provides-Extra: nb
Requires-Dist: jupyter ; extra == 'nb'
Requires-Dist: k3d ; extra == 'nb'

# morphapi

## Overview
Morphapi is a lightweight python package for downloading neurons
morphological reconstructions from publicly available datasets. 

Check out the [official documentation](https://docs.brainglobe.info/morphapi/morphapi)


