Skip to main content

Neuron geometry library for swc format

Project description

SWCGEOM

Run tests Release to GitHub Release to PyPI

A neuron geometry library for swc format.

Usage

See examples for details.

Development

# clone repo
git clone git@github.com: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"]
}

LICENSE

This work is licensed under a Apache-2.0.

Copyright (c) 2022-present, Zexin Yuan

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

swcgeom-0.17.1.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

swcgeom-0.17.1-py3-none-any.whl (112.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page