Skip to main content

WebUI for co2mpas

Project description

Co2mpas Web UI

A flask UI for running co2mpas.

Development instructions

  1. create a virtual env, eg. in this folder called .venv with:

    pythonX.Y -m venv .venv
    

    and activate it afterwards,

  2. clone the following repositories:

  3. Install the above packages in development mode:

    pip install -e <some-folder>
    

    for each of the packages

  4. (optional) Install all pinned versions in requirements.txt with::

    pip install -r ./requirements.txt
    

    assuming you want to reproduce the exact environment, OR just...

  5. install this project in develop mode along with all its development-dependencies with:

    pip install .[dev]
    
  6. enable pre-commit hooks for black-formatting python code with::

    pre-commit install
    

Launch WebUI

co2wui

or

python co2wui/app.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

co2wui-0.0.13.tar.gz (5.5 MB view hashes)

Uploaded Source

Built Distribution

co2wui-0.0.13-py2.py3-none-any.whl (6.7 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page