pymaid: a Python-CATMAID interface ================================== .. raw:: html
``pymaid`` (short for "Python-CATMAID") is a Python library for fetching, analyzing and visualizing data generated with `CATMAID `_. ``pymaid`` is built on top of `navis `_ and is fully compatible with its functions. For a brief introduction to the library, you can read the :ref:`tutorial `. Visit the :ref:`installation page ` page to see how to download the package. You can browse the :ref:`example gallery ` and :ref:`API reference ` to learn what you can do with pymaid. Pymaid is licensed under the GNU GPL v3+ license. The source code is hosted at `Github `_. Feedback, feature requests and bug reports are very welcome and best placed in `issues `_. If you have any questions, please don't hesitate: pms70@cam.ac.uk The package is stable but I recommend watching its `Github repository `_ for updates. Make sure that your ``pymaid.__version__`` is up-to-date and check out the :ref:`release notes `. .. raw:: html

Contents

.. toctree:: :maxdepth: 1 source/whats_new source/install source/intro.ipynb examples/examples_index source/troubleshooting source/api .. raw:: html

Features

* fetch data directly from CATMAID server * write data (e.g. annotations, tags, neurons) to the server * fully compatible with `navis `_ * high-level functions to analyze e.g. connectivity .. raw:: html