Skip to main content

A tool which reads combat logs from Eve Online and displays statistics.

Project description

Eve Smarterbombing

GitHub Workflow Status PyPI PyPI - Python Version codecov


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:

📃 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smarterbombing-0.5.1.tar.gz (12.9 kB view hashes)

Uploaded Source

Built Distribution

smarterbombing-0.5.1-py3-none-any.whl (17.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page