Skip to main content

WebUI for co2mpas

Project description

# Co2mpas Web UI

A flask UI for running co2mpas.

## Development instructions <!–move them to CONTRIBUTING.md –>

  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…

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

    pip install .[dev]

  2. enable [pre-commit hooks][1] for [black-formatting][2] python code with:

    pre-commit install

## Launch WebUI

`shell co2wui ` or `shell python co2wui/app.py `

[1]: https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/ [2]: https://black.readthedocs.io/

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.9.tar.gz (5.5 MB view hashes)

Uploaded Source

Built Distribution

co2wui-0.0.9-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