Metadata-Version: 2.1
Name: pyRSKTools
Version: 0.1.9
Summary: A simple Python toolbox to open RSK SQLite files generated by RBR instruments.
Home-page: https://bitbucket.org/rbr/pyrsktools
Author: Samuel Coleman
Author-email: samuel.coleman@rbr-global.com
License: APLv2
Keywords: oceanography rbr rsk oce
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Dist: unidecode
Requires-Dist: pyflakes
Provides-Extra: numpy
Requires-Dist: numpy ; extra == 'numpy'

.. This document is written
   using Semantic Linefeeds.
   See http://rhodesmill.org/brandon/2012/one-sentence-per-line/
   for an explanation
   of why linebreaks are
   the way they are.)

==========
pyRSKTools
==========

pyRSKTools is a simple Python toolbox
to open RSK SQLite files
generated by RBR instruments.
Its functionality
is read-only.
It is a partial port
of the MATLAB-based RSKTools_
and is in initial stages of development.

.. _RSKTools: https://bitbucket.org/rbr/rsktools/

pyRSKTools targets Python 3.

What does version 0.y.z version mean?
=====================================

pyRSKTools is in initial development.
Per SemVer_,
the API is liable to change
drastically and suddenly.
Additionally,
data returned may be inaccurate,
incomplete,
or just plain incorrect.
Think we're doing the wrong thing?
Think we could do something better?
Tell us:
now is the best time to fix it.

.. _SemVer: http://semver.org/

Documentation
=============

For help using the library, please see our documentation_.

.. _documentation: http://pyrsktools.readthedocs.io/en/latest/


