Metadata-Version: 2.1
Name: radicl
Version: 0.2.2
Summary: Command line interface to the Realtime Adventure Data Lyte probe for measuring avalanche conditions
Home-page: https://github.com/adventuredata/radicl
Author: Micah Johnson
Author-email: micah@adventuredata.com
License: BSD license
Keywords: radicl
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pip (==18.1)
Requires-Dist: bumpversion (==0.5.3)
Requires-Dist: wheel (==0.32.1)
Requires-Dist: watchdog (==0.9.0)
Requires-Dist: flake8 (==3.5.0)
Requires-Dist: tox (==3.5.2)
Requires-Dist: coverage (==4.5.1)
Requires-Dist: Sphinx (==1.8.1)
Requires-Dist: twine (==1.12.1)
Requires-Dist: pytest (==3.8.2)
Requires-Dist: pytest-runner (==4.2)
Requires-Dist: pyserial (==3.4)
Requires-Dist: pandas (==0.23.4)
Requires-Dist: colorama (==0.4.1)
Requires-Dist: termcolor (==1.1.0)
Requires-Dist: matplotlib (==3.0.2)
Requires-Dist: argparse (==1.4.0)

======
radicl
======


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

.. image:: https://img.shields.io/travis/AdventureData/radicl.svg
        :target: https://travis-ci.org/AdventureData/radicl


.. 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 for measuring avalanche conditions


* 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)
* Python API for interacting with the Lyte probe
* Commandline script for plotting profiles taken through the app (lyteplot)
* Open data processing!

Keep up to date
---------------
 Keep up to date with our `researchers email list`_ where we email you when there
 are new tools and updates available.

 .. _researchers email list: http://eepurl.com/geC1wD

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

Initial Development (2016-12-14)
--------------------------------

* Parse incoming strings from the command prompt including data
* Only plotted data

Overhaul (2017-10-17)
---------------------

* Made into a package
* Made into a nice CLI
* Expanded data acquisition
* Plots and saves data

0.1.0 (2019-01-18)
------------------

* First release on PyPI.
* Opensourced!

0.2.0 (2019-01-19)
------------------

* Full daq system
* Complete API
* Documentation
* Complete access to the Lyte probe


