A corporation manager and dashboard for EVE Online
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
Ben Kurtovic fce7e1c4ee Flask basics, style. 7 yıl önce
calefaction Flask basics, style. 7 yıl önce
static Flask basics, style. 7 yıl önce
templates Flask basics, style. 7 yıl önce
.gitignore Flask basics, style. 7 yıl önce
LICENSE Flask basics, style. 7 yıl önce
README.md Flask basics, style. 7 yıl önce
app.py Flask basics, style. 7 yıl önce
requirements.txt Flask basics, style. 7 yıl önce

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

...