Metadata-Version: 2.1
Name: fafbseg
Version: 1.13.0
Summary: Tools to work with auto-segmented FAFB data
Home-page: https://fafbseg-py.readthedocs.io
Author: Philipp Schlegel
Author-email: pms70@cam.ac.uk
License: GNU GPL V3
Project-URL: Documentation, https://fafbseg-py.readthedocs.io
Project-URL: Source, https://github.com/navis-org/fafbseg-py
Project-URL: Changelog, https://github.com/navis-org/fafbseg-py/releases
Keywords: FAFB neuron segmentation FlyWire Google synapses
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: caveclient
Requires-Dist: cloud-volume (>=3.1)
Requires-Dist: diskcache
Requires-Dist: fastremap
Requires-Dist: inquirer (>=2.6)
Requires-Dist: ipython
Requires-Dist: navis (>=0.6.1)
Requires-Dist: numpy
Requires-Dist: pandas (>=1.1.0)
Requires-Dist: pyarrow (>=3.0.0)
Requires-Dist: pyperclip
Requires-Dist: python-catmaid (>=2.0.2)
Requires-Dist: requests
Requires-Dist: requests-futures
Requires-Dist: skeletor (>=1.0.0)
Requires-Dist: trimesh
Requires-Dist: tqdm

[![Documentation Status](https://readthedocs.org/projects/fafbseg-py/badge/?version=latest)](https://fafbseg-py.readthedocs.io/en/latest/?badge=latest) [![DOI](https://zenodo.org/badge/197735091.svg)](https://zenodo.org/badge/latestdoi/197735091)

# FAFBseg
Tools to work with manually generated and auto-segmented data in FAFB.

## Documentation
FAFBseg is on [readthedocs](https://fafbseg-py.readthedocs.io/en/latest/).

## Quickstart
Latest stable version

```bash
pip3 install fafbseg
```

Install from Github
```bash
pip3 install git+https://github.com/flyconnectome/fafbseg-py.git
```
