Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cycling-cadence-display

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cycling-cadence-display

A terminal-user-interface to display a dashboard of information about a cycling cadence meter via Bluetooth

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

cycling-cadence-display

A terminal user interface for displaying information about a bike cadence sensor that connects via Bluetooth.

Installation

To install from pypi:

pip3 install --user cycling-cadence-display

Note: the package gnuplot must be installed separately on the host where this will run. For Debian, Ubuntu et al this will do it:

sudo apt install gnuplot

Running the app

> cycling_cadence_display --help
usage: A TUI to display a dashboard of information about a  cycling cadence meter including the RPM over time [-h] --device-address DEVICE_ADDRESS

optional arguments:
  -h, --help            show this help message and exit
    --device-address DEVICE_ADDRESS

Development

# create a virtualenv and start using it
python3 -m venv venv
. venv/bin/activate

# install the dependencies etc.
python3 setup.py develop


# run the test-suite
pytest

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc