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

whitebox-plugin-gps-display

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whitebox-plugin-gps-display

A plugin for whitebox to display GPS data using leaflet

  • 0.1.4
  • PyPI
  • Socket score

Maintainers
3

Whitebox Plugin - GPS Display

This is a plugin for whitebox that displays the GPS data using leaflet.js.

Installation

Simply install the plugin to whitebox:

poetry add whitebox-plugin-gps-display

Adding Plugin to Whitebox Locally (For Development)

  1. Set up whitebox locally.
  2. Clone this repository.
  3. Add plugin to whitebox (editable mode): poetry add -e path/to/plugin.
  4. Run the whitebox server.

Running Plugin Tests Locally

  1. Ensure you have the plugin installed in whitebox like mentioned above.
  2. Install playwright to whitebox: poetry add playwright.
  3. Run: poetry run playwright install.
  4. Run: poetry run playwright install-deps (optional, for Linux only).
  5. Run the tests: make test.

This would load the plugin in whitebox, discover its tests and run them.

Contribution Guidelines

  1. Write tests for each new feature.
  2. Ensure coverage is 90% or more.
  3. Google style docstrings should be used for all functions and classes.

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