Metadata-Version: 2.3
Name: ctd-processing
Version: 1.2.6
Summary: Custom CTD processing tools and a runner to use these interchangeable with the standard seabird modules.
Keywords: CTD,processing,seabird,data,Oceanography
Author: Emil Michels
Author-email: <emil.michels@io-warnemuende.de>
Requires-Python: >=3.12,<3.13
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
Requires-Dist: ctkmessagebox (>=2.7)
Requires-Dist: customtkinter (>=5.2.2)
Requires-Dist: gsw (>=3.6.19)
Requires-Dist: numpy (<2.0.0)
Requires-Dist: seabirdfilehandler (>=0.3.8)
Requires-Dist: seabirdscientific (>=1.0.8)
Requires-Dist: toml (>=0.10.2)
Requires-Dist: tomlkit (>=0.12.3)
Requires-Dist: xarray (>=2024.7.0)
Project-URL: Documentation, https://ctd-software.pages.io-warnemuende.de/processing
Project-URL: Homepage, https://git.io-warnemuende.de/CTD-Software/processing
Project-URL: Repository, https://git.io-warnemuende.de/CTD-Software/processing
Description-Content-Type: text/markdown

# Welcome to the CTD Processing python package!

This is currently developing rapidly into a custom tool box to help with CTD data processing. It fully supports running Sea-Birds original processing modules, but also custom python ones. 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.

## Current development goals
### Developing new custom processing modules
### A gui to easily build procedure configuration files
### The replacement of Sea-Birds executables by their python packages


