New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flexsea

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexsea

  • 12.0.4
  • PyPI
  • Socket score

Maintainers
2

FlexSEA

flexsea is a Python package for interacting with Dephy's wearable robotic devices. It can be used for gathering data from a device or for writing your own controller.

Installation

Please see the installation documentation here for detailed installation instructions.

Usage

Demos

A good reference for what flexsea is capable of is the collection of demo scripts that live in the demos/ directory. The demos are numbered and should be viewed in order, as each successive demo builds off of the information presented in the previous one. Each demo has verbose comments explaining each step.

You can also find a quickstart guide here

Testing

You really only need to do this if you're developing on flexsea. There are two types of tests: unit tests and integration tests. Currently, the integration tests are, essentially, the same as the demos, but set up in such a way as to be more configurable from the command line.

The easiest way to run them is:

cd tests/integration_tests/
python3 ./test_open_control.py --help

The above command will show the required arguments for the test you've chosen to run. You'll then run the script with the necessary arguments. For the open control test referenced above, there are no required arguments, but all key parameters can be controlled via command-line options.

python3 ./test_open_control.py

API Overview

Please see the api documentation here.

Contributing

If you find a bug or have a feature request, please fork the repository, make your changes, and then issue a pull request (PR). We'd love to hear from you!

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