Metadata-Version: 2.1
Name: pyRSKtools
Version: 1.3.0
Summary: A simple Python toolbox to open RSK SQLite files generated by RBR instruments.
Author: RBR
Author-email: support@rbr-global.com
License: APLv2
Project-URL: Bug Reports, https://rbr-global.com/support/
Project-URL: Wiki, https://docs.rbr-global.com/pyrsktools
Project-URL: Source, https://bitbucket.org/rbr/pyrsktools
Keywords: oceanography rbr rsk ocean
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8.0
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: gsw
Requires-Dist: cmocean
Requires-Dist: numpy<2,>=1.21.0; python_version < "3.10"
Requires-Dist: scipy; python_version < "3.10"
Requires-Dist: matplotlib; python_version < "3.10"
Requires-Dist: numpy>=2; python_version >= "3.10"
Requires-Dist: scipy>=1.13; python_version >= "3.10"
Requires-Dist: matplotlib>=3.9; python_version >= "3.10"
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: furo; extra == "dev"
Requires-Dist: sphinx-toolbox; extra == "dev"
Requires-Dist: sphinx-paramlinks; extra == "dev"

###########
pyRSKtools
###########

pyRSKtools is RBR's open source Python toolbox for reading, post-processing, visualising, and exporting RBR logger data. 
Users may plot data as a time series or as depth profiles using tailored plotting utilities. Time-depth heat maps can be
plotted easily to visualise transects or moored profiler data. A full suite of data post-processing functionality, such as
methods to match sensor time constants and bin average, are available to enhance data quality.

For more information, please see our pyRSKtools `documentation <https://docs.rbr-global.com/pyrsktools/>`_.
