Metadata-Version: 2.1
Name: morph-utils
Version: 1.3.2
Summary: Functions for common and not so common morphology operations
Home-page: https://github.com/MatthewMallory/morph_utils
Author: Matthew Mallory
Author-email: matt.mallory@alleninstitute.org
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: argschema
Requires-Dist: matplotlib
Requires-Dist: neuron-morphology
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pytest
Requires-Dist: scikit-learn
Requires-Dist: scipy

# morph-utils
This is a lightweight package for common neuron morphology operations inlcuding: graph traversal/measurments, visualization, modifications, node sorting, and various other processes 
that have proven to be useful. 

Installation instructions
=========================
pip install morph_utils


