Metadata-Version: 2.1
Name: fafbseg
Version: 1.2.0
Summary: Tools to work with auto-segmented FAFB data
Home-page: https://github.com/flyconnectome/fafbseg-py
Author: Philipp Schlegel
Author-email: pms70@cam.ac.uk
License: GNU GPL V3
Keywords: FAFB neuron segmentation flywire Google synapses
Platform: UNKNOWN
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.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: cloud-volume (~=3.1)
Requires-Dist: diskcache
Requires-Dist: inquirer (~=2.6)
Requires-Dist: ipython
Requires-Dist: navis (>=0.5.1)
Requires-Dist: numpy
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: pyarrow (>=3.0.0)
Requires-Dist: PyMCubes
Requires-Dist: pyperclip
Requires-Dist: requests
Requires-Dist: requests-futures
Requires-Dist: skeletor
Requires-Dist: trimesh
Requires-Dist: tqdm
Requires-Dist: python-catmaid (>=2.0.2)

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

# 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+git://github.com/flyconnectome/fafbseg-py.git
```


