radicl


Nameradicl JSON
Version 0.9.1 PyPI version JSON
download
home_pagehttps://github.com/adventuredata/radicl
SummaryCommand line interface to the Realtime Adventure Data Lyte probe for measuring avalanche conditions
upload_time2023-12-18 05:17:53
maintainer
docs_urlNone
authorMicah Johnson
requires_python
licenseBSD license
keywords radicl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =================
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)



=======
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

0.3.0 (2020-01-22)
------------------

* Improvements to the firmware updating process
* General API fixes
* Starting unittests


0.4.0 (2020-02-29)
------------------
* Fix for issue 6_
* Added in a high resolution daq script.
* Added linting with autopep8 and isort
* Resilience improvements to grabbing data
* Added back in the listening function for measurements via buttons

.. _6: https://github.com/AdventureData/radicl/issues/6

0.5.0 (2021-11-30)
------------------
* Fixes for issues 4_, 8_, 9_, 15_, 16_, 18_, 19_
* Migrated towards Github Actions
* Added broader build tests
* Improved data downloading/logging and integrity checks
* Improved tools for high resolution measurements
* Improved documentation on setup, install, and usage

.. _4: https://github.com/AdventureData/radicl/issues/4
.. _8: https://github.com/AdventureData/radicl/issues/8
.. _9: https://github.com/AdventureData/radicl/issues/9
.. _15: https://github.com/AdventureData/radicl/issues/15
.. _16: https://github.com/AdventureData/radicl/issues/16
.. _18: https://github.com/AdventureData/radicl/issues/18
.. _19: https://github.com/AdventureData/radicl/issues/19

0.6.0 (2022-04-25)
------------------
* Fixes for issue 26_
* Working toward most of 25_
* Loosen requirements for packages
* Incorporating Study Lyte package
* Improved plotting interface for hi res measurement
* Fixed major bug in interpolation scheme in high res
* Added tests mocking high res ops

.. _25: https://github.com/AdventureData/radicl/issues/25
.. _26: https://github.com/AdventureData/radicl/issues/26


0.7.0 (2023-01-28)
------------------
* Fixes for issue 31_
* Added auto closing of plots 25_
* Added more tests and python 3.11
* Rearranged project structure to be more editor friendly
* Added plot time and repeat measurements to hi res script
* Updated installation docs

.. _25: https://github.com/AdventureData/radicl/issues/25
.. _31: https://github.com/AdventureData/radicl/issues/31

0.8.0 (2023-05-30)
------------------
* Migrated to using Study Lyte profile for plotting.
* Added in windows daw script

0.9.0 (2023-12-07)
------------------
* Migrated to study_lyte profile class usage
* Added in features to manage past profiles with fewer sensors

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/adventuredata/radicl",
    "name": "radicl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "radicl",
    "author": "Micah Johnson",
    "author_email": "info@adventuredata.com",
    "download_url": "https://files.pythonhosted.org/packages/4a/eb/9fdaac46c2a0ece5f7b08835029cc549f40c207a287922afc07735bcd7e5/radicl-0.9.1.tar.gz",
    "platform": null,
    "description": "=================\nWelcome to radicl\n=================\n\n\n.. image:: https://img.shields.io/pypi/v/radicl.svg\n        :target: https://pypi.python.org/pypi/radicl\n\n.. image:: https://github.com/AdventureData/radicl/actions/workflows/build.yml/badge.svg\n        :target: https://github.com/AdventureData/radicl/actions/workflows/build.yml\n\n\n.. image:: https://readthedocs.org/projects/radicl/badge/?version=latest\n        :target: https://radicl.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n\nCommand line interface to the Realtime Adventure Data's Lyte probe designed to\nmeasure snow!\n\n* Free software: BSD license\n* Documentation: https://radicl.readthedocs.io.\n* Source code: https://github.com/AdventureData/radicl\n* Website: https://adventuredata.com/\n\n\nFeatures\n--------\n\n* Command line interface to the Lyte probe (radicl)\n* Take Measurements (lyte_hi_res)\n* Change Probe Settings (radicl)\n* Update the Probe Firmware\n* Python API for interacting with the Lyte probe\n* Commandline script for plotting profiles taken through the app (lyteplot, plot_hi_res)\n\n\n\n=======\nHistory\n=======\n\nInitial Development (2016-12-14)\n--------------------------------\n\n* Parse incoming strings from the command prompt including data\n* Only plotted data\n\nOverhaul (2017-10-17)\n---------------------\n\n* Made into a package\n* Made into a nice CLI\n* Expanded data acquisition\n* Plots and saves data\n\n0.1.0 (2019-01-18)\n------------------\n\n* First release on PyPI.\n* Opensourced!\n\n0.2.0 (2019-01-19)\n------------------\n\n* Full daq system\n* Complete API\n* Documentation\n* Complete access to the Lyte probe\n\n0.3.0 (2020-01-22)\n------------------\n\n* Improvements to the firmware updating process\n* General API fixes\n* Starting unittests\n\n\n0.4.0 (2020-02-29)\n------------------\n* Fix for issue 6_\n* Added in a high resolution daq script.\n* Added linting with autopep8 and isort\n* Resilience improvements to grabbing data\n* Added back in the listening function for measurements via buttons\n\n.. _6: https://github.com/AdventureData/radicl/issues/6\n\n0.5.0 (2021-11-30)\n------------------\n* Fixes for issues 4_, 8_, 9_, 15_, 16_, 18_, 19_\n* Migrated towards Github Actions\n* Added broader build tests\n* Improved data downloading/logging and integrity checks\n* Improved tools for high resolution measurements\n* Improved documentation on setup, install, and usage\n\n.. _4: https://github.com/AdventureData/radicl/issues/4\n.. _8: https://github.com/AdventureData/radicl/issues/8\n.. _9: https://github.com/AdventureData/radicl/issues/9\n.. _15: https://github.com/AdventureData/radicl/issues/15\n.. _16: https://github.com/AdventureData/radicl/issues/16\n.. _18: https://github.com/AdventureData/radicl/issues/18\n.. _19: https://github.com/AdventureData/radicl/issues/19\n\n0.6.0 (2022-04-25)\n------------------\n* Fixes for issue 26_\n* Working toward most of 25_\n* Loosen requirements for packages\n* Incorporating Study Lyte package\n* Improved plotting interface for hi res measurement\n* Fixed major bug in interpolation scheme in high res\n* Added tests mocking high res ops\n\n.. _25: https://github.com/AdventureData/radicl/issues/25\n.. _26: https://github.com/AdventureData/radicl/issues/26\n\n\n0.7.0 (2023-01-28)\n------------------\n* Fixes for issue 31_\n* Added auto closing of plots 25_\n* Added more tests and python 3.11\n* Rearranged project structure to be more editor friendly\n* Added plot time and repeat measurements to hi res script\n* Updated installation docs\n\n.. _25: https://github.com/AdventureData/radicl/issues/25\n.. _31: https://github.com/AdventureData/radicl/issues/31\n\n0.8.0 (2023-05-30)\n------------------\n* Migrated to using Study Lyte profile for plotting.\n* Added in windows daw script\n\n0.9.0 (2023-12-07)\n------------------\n* Migrated to study_lyte profile class usage\n* Added in features to manage past profiles with fewer sensors\n",
    "bugtrack_url": null,
    "license": "BSD license",
    "summary": "Command line interface to the Realtime Adventure Data Lyte probe for measuring avalanche conditions",
    "version": "0.9.1",
    "project_urls": {
        "Homepage": "https://github.com/adventuredata/radicl"
    },
    "split_keywords": [
        "radicl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "687d15e3ca4222e15c16ede3de6fc1c5b6f09588483188ce25e60002352afa1a",
                "md5": "e2fcb84fa1869f527f39533af6ac9db4",
                "sha256": "18677c260855c4df4bb99865d54af4d9cb85a8f47bb44bd9a50ccd6467ad3a48"
            },
            "downloads": -1,
            "filename": "radicl-0.9.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e2fcb84fa1869f527f39533af6ac9db4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 40772,
            "upload_time": "2023-12-18T05:17:46",
            "upload_time_iso_8601": "2023-12-18T05:17:46.118799Z",
            "url": "https://files.pythonhosted.org/packages/68/7d/15e3ca4222e15c16ede3de6fc1c5b6f09588483188ce25e60002352afa1a/radicl-0.9.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4aeb9fdaac46c2a0ece5f7b08835029cc549f40c207a287922afc07735bcd7e5",
                "md5": "03c3c2e6d8c8d8d0d133b175af9970ea",
                "sha256": "2917734647e4e36c4e436aa76fe6a07b4a20e19f4bf172314e1cd5e78fa0ab53"
            },
            "downloads": -1,
            "filename": "radicl-0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "03c3c2e6d8c8d8d0d133b175af9970ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11045322,
            "upload_time": "2023-12-18T05:17:53",
            "upload_time_iso_8601": "2023-12-18T05:17:53.122295Z",
            "url": "https://files.pythonhosted.org/packages/4a/eb/9fdaac46c2a0ece5f7b08835029cc549f40c207a287922afc07735bcd7e5/radicl-0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-18 05:17:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "adventuredata",
    "github_project": "radicl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "radicl"
}
        
Elapsed time: 0.15067s