A python tool for converting the Fuzzwork SQLite EVE static data export to json files.
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
To install pysde2json, simply run pip install pysde2json
.
Once installed you can run the application via the commandline by running pysde
.
Inspired by cvweiss/sde2json.
Thanks to Fuzzy Steve for maintaining the Fuzzwork SDE conversions.