Metadata-Version: 2.4
Name: cect
Version: 0.3.3
Summary: C. elegans Connectome Toolbox
Home-page: https://github.com/openworm/ConnectomeToolbox
Author: OpenWorm contributors
Author-email: p.gleeson@gmail.com
Maintainer: Padraig Gleeson
Maintainer-email: p.gleeson@gmail.com
License: MIT
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2.4
Requires-Dist: xlrd
Requires-Dist: openpyxl
Requires-Dist: wormneuroatlas
Requires-Dist: networkx
Requires-Dist: hiveplotlib<=0.25.1
Requires-Dist: webcolors
Requires-Dist: pyneuroml
Requires-Dist: plotly<6.0.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-benchmark; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: typing_extensions; python_version < "3.8" and extra == "test"
Provides-Extra: docs
Requires-Dist: pandas; extra == "docs"
Requires-Dist: tabulate; extra == "docs"
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocs-plotly-plugin; extra == "docs"
Requires-Dist: mkdocs-charts-plugin; extra == "docs"
Requires-Dist: mkdocs-autoapi[python]>=0.3.1; extra == "docs"
Requires-Dist: mkdocs-jupyter; extra == "docs"
Requires-Dist: kaleido<0.4; extra == "docs"
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: cect[test]; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: tabulate; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Provides-Extra: all
Requires-Dist: cect[test]; extra == "all"
Requires-Dist: cect[docs]; extra == "all"
Requires-Dist: cect[dev]; extra == "all"
Dynamic: license-file

# _C. elegans_ Connectome Toolbox

[![PyPI](https://img.shields.io/pypi/v/cect)](https://pypi.org/project/cect/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Python versions](https://img.shields.io/pypi/pyversions/cect)](https://pypi.org/project/cect/)
[![Non-OMV-tests](https://github.com/openworm/ConnectomeToolbox/actions/workflows/non_omv.yml/badge.svg)](https://github.com/openworm/ConnectomeToolbox/actions/workflows/non_omv.yml)
[![ci-pages](https://github.com/openworm/ConnectomeToolbox/actions/workflows/ci-pages.yml/badge.svg)](https://github.com/openworm/ConnectomeToolbox/actions/workflows/ci-pages.yml)

The **_C. elegans_ Connectome Toolbox** (`cect`) is a Python package for reading, analyzing, and visualizing published connectomics data for the nematode *C. elegans*. It provides a unified interface to multiple connectome datasets from different research groups and publications. 

For more information, see the live site at https://openworm.org/ConnectomeToolbox.




