https://github.com/colcrunch/pysde2json
A python tool for converting the eve online SDE to json files.
https://github.com/colcrunch/pysde2json
eve eveonline json python3 sde sqlite3 staticdataexport
Last synced: 5 months ago
JSON representation
A python tool for converting the eve online SDE to json files.
- Host: GitHub
- URL: https://github.com/colcrunch/pysde2json
- Owner: colcrunch
- Created: 2022-04-13T22:09:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T20:33:03.000Z (about 4 years ago)
- Last Synced: 2025-11-29T18:24:48.219Z (7 months ago)
- Topics: eve, eveonline, json, python3, sde, sqlite3, staticdataexport
- Language: Python
- Homepage: https://sde.eve-o.tech
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pysde2json
A python tool for converting the Fuzzwork SQLite 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](https://github.com/cvweiss/sde2json/).
Thanks to Fuzzy Steve for maintaining the Fuzzwork SDE conversions.