A corporation manager and dashboard for EVE Online
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
Ben Kurtovic fce7e1c4ee Flask basics, style. 7 年前
calefaction Flask basics, style. 7 年前
static Flask basics, style. 7 年前
templates Flask basics, style. 7 年前
.gitignore Flask basics, style. 7 年前
LICENSE Flask basics, style. 7 年前
README.md Flask basics, style. 7 年前
app.py Flask basics, style. 7 年前
requirements.txt Flask basics, style. 7 年前

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

...