Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

equinor/webviz-upcars

Repository files navigation

webviz-upcars

Introduction

This repository contains some custom dashboards/containers, which are used as plugins in webviz-config.

Installation

The easiest way of installing this local package is to run

pip install .

If you want to install test and linting dependencies, you can in addition run

pip install .[tests]

Linting

You can do automatic linting of your code changes by running

black --check webviz_upcars # Check code style
pylint webviz_upcars # Check code quality
bandit -r webviz_upcars  # Check Python security best practice

Usage and documentation

For general usage, see the documentation on webviz-config.

About

Webviz plugins for UpCaRs project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages