A neuron geometry library for swc format.
See examples for details.
# clone repo
git clone [email protected]:yzx9/swcgeom.git
cd swcgeom
# install dependencies
python -m pip install --upgrade pip
pip install build
# install editable version
pip install --editable .
Static analysis don't support import hook used in editable install for PEP660 since upgrade to setuptools v64+, detail infomation at setuptools#3518, a workaround for vscode with pylance:
{
"python.analysis.extraPaths": ["/path/to/this/project"]
}
This work is licensed under a Apache-2.0.
Copyright (c) 2022-present, Zexin Yuan