Metadata-Version: 2.4
Name: ctd-processing
Version: 1.12.1
Summary: Custom CTD processing tools and a runner to use these interchangeable with the standard seabird modules.
License-File: LICENSE
Keywords: CTD,processing,seabird,data,Oceanography
Author: Emil Michels
Author-email: <emil.michels@iow.de>
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Oceanography
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: all
Provides-Extra: ctdpro
Provides-Extra: docs
Provides-Extra: gui
Provides-Extra: test
Provides-Extra: vis
Requires-Dist: beautifulsoup4 ; extra == "all"
Requires-Dist: beautifulsoup4 ; extra == "vis"
Requires-Dist: bokeh ; extra == "all"
Requires-Dist: bokeh ; extra == "vis"
Requires-Dist: ctkmessagebox ; extra == "all"
Requires-Dist: ctkmessagebox ; extra == "gui"
Requires-Dist: customtkinter ; extra == "all"
Requires-Dist: customtkinter ; extra == "gui"
Requires-Dist: docstring-parser (>=0.17.0)
Requires-Dist: furo (>=2024.8.6) ; extra == "docs"
Requires-Dist: myst-parser (>=4.0.1) ; extra == "docs"
Requires-Dist: platformdirs ; extra == "all"
Requires-Dist: platformdirs ; extra == "ctdpro"
Requires-Dist: pre-commit (>=3.7.1) ; extra == "test"
Requires-Dist: pyment (>=0.3.3) ; extra == "docs"
Requires-Dist: pytest (>=7.4.2) ; extra == "test"
Requires-Dist: pytest-cov (>=6.0.0) ; extra == "test"
Requires-Dist: pytest-xdist (>=3.6.1) ; extra == "test"
Requires-Dist: seabirdfilehandler (>=0.12.2)
Requires-Dist: sphinx (>=8.1.3) ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=2.5.0) ; extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.5.2) ; extra == "docs"
Requires-Dist: tomlkit (>=0.12.3)
Requires-Dist: typer ; extra == "all"
Requires-Dist: typer ; extra == "ctdpro"
Project-URL: Documentation, https://ctd-software.pages.iow.de/processing
Project-URL: Homepage, https://git.iow.de/CTD-Software/processing
Project-URL: Repository, https://git.iow.de/CTD-Software/processing
Description-Content-Type: text/markdown

# Migration notice

**This library has been consolidated with others to form the new package
"ctdam", whose development can be tracked [here](https://github.com/DAM-CTD-Software/ctdam).**

## Legacy description

This is a custom software suite to process Sea-Bird CTD data. It fully supports running Sea-Birds original processing modules, but also custom ones, written in python or independent executables, that adhere to the command line interface of the original Sea-Bird modules. They can interchangeably be used as part of 'processing procedures', workflows of multiple processing steps in sequence on one or more data file. These procedures are defined by .toml configuration files.

