Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Static Data Export: Difference between revisions

From EVE University Wiki
added more SDE info
mNo edit summary
Line 12: Line 12:


=== Step 0: Preface ===
=== Step 0: Preface ===
This is not a guide to Python or programming, if you don't know how to program, there are tons of resources to learn to code, there are a few of my favorites in the External Links section down below, if your having issues, contact me at [[User:Asgore Astroficus|Asgore Astroficus]] ([[User talk:Asgore Astroficus|talk]]).
This is not a guide to Python or programming, if you don't know how to program, there are tons of resources to learn to code, there are a few of my favorites in the External Links section down below.


=== Step 1: Opening the file ===
=== Step 1: Opening the file ===
Line 19: Line 19:
=== Step 2: Reading the file ===
=== Step 2: Reading the file ===
==== Step 2.1: Installing PyYAML ====
==== Step 2.1: Installing PyYAML ====
Assuming you're using pip, this should be as simple as ''pip install pyyaml''. If you having issues, contact me at [[User:Asgore Astroficus|Asgore Astroficus]] ([[User talk:Asgore Astroficus|talk]]) or have a look at [https://stackabuse.com/reading-and-writing-yaml-to-a-file-in-python/ this article].
Assuming you're using pip, this should be as simple as ''pip install pyyaml''. If you having issues have a look at [https://stackabuse.com/reading-and-writing-yaml-to-a-file-in-python/ this article].


==== Step 2.2: Interpreting the file ====
==== Step 2.2: Interpreting the file ====
Line 25: Line 25:


=== Step 3: Postface ===
=== Step 3: Postface ===
I hope this short guide helped you somewhat get into the SDE, I might write one for the Fuzzwork conversions soon. If you have any issues, pop me a message here [[User:Asgore Astroficus|Asgore Astroficus]] ([[User talk:Asgore Astroficus|talk]]).
I hope this short guide helped you somewhat get into the SDE.


== Content of each table (version 2025-07-07) ==
== Content of each table (version 2025-07-07) ==