Metadata-Version: 2.1
Name: pysde2json
Version: 0.0.4
Summary: A python tool for converting the EVE static data export to json files.
Home-page: http://github.com/colcrunch/pysde2json
Author: colcrunch
Author-email: colcrunch@fancypants.space
License: GPLv2
Project-URL: Bug Tracker, https://github.com/colcrunch/pysde2json/issues
Keywords: eve,eve online
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# 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](https://github.com/cvweiss/sde2json/). <br>
Relies on Fuzzy Steve's Fuzzwork SDE exports.

