A corporation manager and dashboard for EVE Online
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
Ben Kurtovic fce7e1c4ee Flask basics, style. 7 år sedan
calefaction Flask basics, style. 7 år sedan
static Flask basics, style. 7 år sedan
templates Flask basics, style. 7 år sedan
.gitignore Flask basics, style. 7 år sedan
LICENSE Flask basics, style. 7 år sedan
README.md Flask basics, style. 7 år sedan
app.py Flask basics, style. 7 år sedan
requirements.txt Flask basics, style. 7 år sedan

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

...