Python CLI utility to perform various tasks related to EVE KSpace navigation/path optimization
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kyle Hargrove 69947b1983 Added URL constructor 5 years ago
include Added URL constructor 5 years ago
.gitignore Updated gitignore for setuptools 7 years ago
README.md Updated README, fixed typo 7 years ago
eveMap.py Fixed shebang 7 years ago
mapTest.py Refactored tests, fixed shebang 7 years ago
requirements.txt Added requests to requirements 7 years ago
setup.py First setuptool script draft 7 years ago
updateDB.py Wrong :logic: 7 years ago

README.md

eve-pymap

A python CLI tool to perform various navigation/path optimization tasks

Features

  • Get the shortest path from system to system
  • Get the shortest path from system to region

Usage

  • clone the repo
  • make a virtualenv in the folder where you cloned the repo (python3 -m venv .)
  • activate the venv (source bin/activate)
  • install script and dependencies by running pip3 install --editable .
  • launch updateDB.py to acquire the SQLite static data dump (it'll take a while)
  • check built-in usage

Requirements

  • python3