Skip to main content

Utilities for working with Little Leonardo datalogger data in Python

Project description

Documentation Status

A collection of python utilities for working with data from Little Leonardo accelerometers

Quickstart

pylleo is currently only available for Python 3 and has not been extensively tested with different versions. For more detail, please refer to the documentation.

Install

pip3 install pylleo

Load data

import pylleo

path_dir = './'
meta = pylleo.lleoio.read_meta(path_dir, 'W190PD3GT', 34840)
data = pylleo.lleoio.read_data(meta, path_dir)

Calibration app

o .. code:

pylleo-cal

Documentation

The latest documentation for pylleo can be found here

License

This project is licensed under the terms of the GPLv3 license. Please see the license file in this repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylleo-0.3.tar.gz (22.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page