/plaas

Plots as a Service 🐍📈 (XKCD style)

Primary LanguagePython

Plaas

Build Status codecov

Plots as a service (XKCD style)

How it works

Plaas is composed of a very simple API and an even simpler web page.

The backend is build with Falcon, a minimalist an wicked fast framework for Python. Plots are generated by the fantastic MatPlotLib library with XKCD style.

The frontend is a simple HTML plus some bits of JS, all styled thanks to Bulma.

Testing

pipenv run pytest tests

Or using Docker:

docker build -t plaas-testing -f Dockerfile.testing .
docker run plaas-testing

How to run

pipenv run gunircorn plaas.app

Or using Docker:

docker build -t plaas .
docker run plaas