Eve Smarterbombing
An application analyzing Eve Online combat logs and presenting data in a Web interface.
β‘ Quick Start
π¦ From PyPI
pip install smarterbombing
python -m smarterbombing
π From Source
poetry install
poetry run python -m smarterbombing
Open with your preferred browser:
- Open Web UI
- Open Web UI (Dark Mode)
π Command line options
Flag | Valid Values | Default | Description |
---|---|---|---|
--mode |
webui |
webui |
Which UI mode to run |
--port |
Any valid port | 42069 |
Which port to host webui |
π§ Development
When developing it's most convenient to use the poetry
shell
which will provides a virtual
environment with all the dependencies and tools required. Install dependencies and activate the
virtual environment using the following commands:
poetry install
poetry shell
π’ Running
python -m smarterbombing
π Unit Tests
pytest tests/ --cov=smarterbombing --cov-branch
ποΈββοΈ Performance Benchmarks
# Damage Graph Aggregator
python benchmark/damage_graph_aggregator.py
# Combat Log Parser
python benchmark/parse_combat_log_line.py