Metadata-Version: 2.1
Name: synapse_counting
Version: 0.0.1
Summary: A custom package for counting synapses
Author: Cydric Geyskens
Author-email: cydric.geyskens@gmail.com
License: MIT
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scikit-image
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: czifile
Requires-Dist: scipy
Requires-Dist: pillow
Requires-Dist: seaborn
Requires-Dist: lxml

### A custom python package used in the synapse-counting pipeline

All custom functions inside this package are wrapper functions based on scikitimage functions,
but tailored towards a custom implementation of counting synapses.
