pysde2json

A python tool for converting the EVE static data export to json files.


Keywords
eve, online, eveonline, json, python3, sde, sqlite3, staticdataexport
License
GPL-2.0
Install
pip install pysde2json==0.0.4

Documentation

pysde2json

A python tool for converting the EVE static data export to json files.

Requirements

This application has very few requirements as it relies on python's built-in sqlite3 library for all database related operations.

  • Python 3.10
  • requests

Installation and Usage

To install pysde2json, simply run pip install pysde2json.

Usage

Once installed you can run the application via the commandline by running pysde.

Credit

Inspired by cvweiss/sde2json.
Relies on Fuzzy Steve's Fuzzwork SDE exports.