A corporation manager and dashboard for EVE Online
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Ben Kurtovic c769bfd180 Style tweaks; login button. hace 7 años
calefaction Flask basics, style. hace 7 años
static Style tweaks; login button. hace 7 años
templates Style tweaks; login button. hace 7 años
.gitignore Flask basics, style. hace 7 años
LICENSE Flask basics, style. hace 7 años
README.md Flask basics, style. hace 7 años
app.py Flask basics, style. hace 7 años
requirements.txt Flask basics, style. hace 7 años

README.md

calefaction

calefaction is a corporation manager and dashboard for the video game EVE Online.

Guide

Install

git clone git@github.com:earwig/calefaction.git
cd calefaction
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Setup

...

Run

...