Metadata-Version: 2.3
Name: seabirdfilehandler
Version: 0.5.1
Summary: Library of parsers to interact with SeaBird CTD files.
Keywords: CTD,parser,seabird,data
Author: Emil Michels
Author-email: <emil.michels@io-warnemuende.de>
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 3 - Alpha
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
Requires-Dist: pandas (>=2.2.1)
Requires-Dist: xmltodict (>=0.13.0)
Project-URL: Homepage, https://git.io-warnemuende.de/CTD-Software/SeabirdFileHandler
Project-URL: Repository, https://git.io-warnemuende.de/CTD-Software/SeabirdFileHandler
Description-Content-Type: text/markdown

This is a library for handling the different SeaBird file types. Each file is
meant to be represented by one object that stores all of its information in a
structured way. Through the grouping of different data types, more complex
calculations, visualisations and output forms will be possible inside of those
objects.

