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

kervi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kervi

A python framework for creating robotic and automation applications on Raspbery pi (and other platforms). UI is web based and generated on the fly based on configuration in python code.

  • 0.21.5
  • PyPI
  • Socket score

Maintainers
1

kervi

Easy Python framework for robotic and automation projects. The framework runs on all platforms that supports Python and have hardware support for Raspberry pi. Wire up sensors, controllers and other devices to your Raspberry PI and link them to web based dashboards and internal application logic.

Knowledge about web servers, html or web programming is not needed. UI configuration is done in python code and the framework creates the web ui.

Features of the framework are:

  • Python classes for handling sensors, displays, motors, gpio and other hardware.
  • Python classes for handling user interactions from controllers on dashboards.
  • Integrated camera handling (Raspberry PI camera at the moment)
  • Device driver library for common devices
  • Very easy dashboard setup.
  • Dashboard UI is responsive and scales from mobile phones to desktop.
  • Multi process oriented by spreading over more than one core.
  • Multi device oriented by connecting multiple Raspberry Pi's in one large application.
  • No web development knowledge is required as dashboard layout is handled in python.

Read the full documentation

Install Kervi via pip:

On Raspberry Pi

sudo pip3 install kervi[rpi]

On other systems like windows and linux:

pip3 install kervi

After Kervi is installed, a commandline tool called kervi is available. Via the commandline interface it is possible scaffold Kervi apps and setup image and video handling on Raspberry PI.

Create your first app in an empty folder by executing:

kervi create application myapp "My first app"

Start your new app by executing:

python myapp.py

The following output should be displayed: (example)

Starting kervi application, please wait
load sensors
load controllers
load cameras
init IPC
Your Kervi application is ready at http://192.168.0.120:8080

Goto the url specified

Keywords

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