Metadata-Version: 2.1
Name: radicl
Version: 0.11.0
Summary: Command line interface for the Lyte probe, a digital penetrometer for studying snow
License: 
        
        BSD License
        
        Copyright (c) 2019, Micah Johnson
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification,
        are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this
          list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above copyright notice, this
          list of conditions and the following disclaimer in the documentation and/or
          other materials provided with the distribution.
        
        * Neither the name of the copyright holder nor the names of its
          contributors may be used to endorse or promote products derived from this
          software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
        IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
        INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
        BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
        DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
        OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
        OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
        OF THE POSSIBILITY OF SUCH DAMAGE.
        
        
Project-URL: Homepage, https://adventuredata.com/
Project-URL: Documentation, https://radicl.readthedocs.io
Project-URL: Repository, https://github.com/AdventureData/radicl
Project-URL: Issues, https://github.com/AdventureData/radicl/issues
Keywords: snow penetrometer,smart probe,digital penetrometer,lyte probe,avalanches
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: study_lyte>=0.9.0
Requires-Dist: pyserial<4.0.0,>=3.4
Requires-Dist: colorama<0.5.0,>=0.4.3
Requires-Dist: termcolor<2.0.0,>=1.1.0
Requires-Dist: argparse<2.0.0,>=1.4.0
Requires-Dist: coloredlogs<15.0,>=14.0
Requires-Dist: matplotlib<4.0.0,>=3.6.0
Requires-Dist: progressbar2<4.0.0,>=3.53.1
Requires-Dist: pynmeagps==1.0.32
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: jupyterlab; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: docs
Requires-Dist: nbsphinx>=0.8.12; extra == "docs"
Requires-Dist: sphinx-gallery>=0.9.0; extra == "docs"
Requires-Dist: Sphinx<6.0.0,>=5.0.0; extra == "docs"
Requires-Dist: pandoc>=1.0.2; extra == "docs"
Requires-Dist: sphinxcontrib-apidoc>=0.3.0; extra == "docs"
Requires-Dist: ipython>=7.23.1; extra == "docs"
Provides-Extra: all
Requires-Dist: radicl[dev,docs]; extra == "all"

=================
Welcome to radicl
=================


.. image:: https://img.shields.io/pypi/v/radicl.svg
        :target: https://pypi.python.org/pypi/radicl

.. image:: https://github.com/AdventureData/radicl/actions/workflows/build.yml/badge.svg
        :target: https://github.com/AdventureData/radicl/actions/workflows/build.yml


.. image:: https://readthedocs.org/projects/radicl/badge/?version=latest
        :target: https://radicl.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Command line interface to the Realtime Adventure Data's Lyte probe designed to
measure snow!

* Free software: BSD license
* Documentation: https://radicl.readthedocs.io.
* Source code: https://github.com/AdventureData/radicl
* Website: https://adventuredata.com/


Features
--------

* Command line interface to the Lyte probe (radicl)
* Take Measurements (lyte_hi_res)
* Change Probe Settings (radicl)
* Update the Probe Firmware
* Python API for interacting with the Lyte probe
* Commandline script for plotting profiles taken through the app (lyteplot, plot_hi_res)

