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.
|
5 years ago | |
---|---|---|
include | 5 years ago | |
.gitignore | 7 years ago | |
README.md | 7 years ago | |
eveMap.py | 7 years ago | |
mapTest.py | 7 years ago | |
requirements.txt | 7 years ago | |
setup.py | 7 years ago | |
updateDB.py | 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