SDE Patched
A patched EVE Online SDE to work better with EVEShipFit's dogma-engine.
The main goal is to produce a small data-file, with everything included for dogma-engine to calculate fit statistics.
Prerequisite
- Go 1.27 or later
- flatc
Usage
go run ./cmd/sde-patched download # fetch the latest SDE into sde/
go run ./cmd/sde-patched build # write dist/sde.dat and dist/names.dat
go run ./cmd/sde-patched compare old/ # tell whether dist/ differs from old/, ignoring the SDE build
go run ./cmd/sde-patched patches # list all patches
go run ./cmd/sde-patched ids # give an ID to anything added without one
go run ./cmd/sde-patched explain alignTime
go run ./cmd/sde-patched explain --type "Rifter"
go run ./cmd/sde-patched serve # edit the patches in a browser
build downloads the SDE when there is none yet, and uses the one on disk otherwise.
Use --build <number> to pin a version.
Editing
The patches are best edited via the web-editor (via serve).
It allows for full customization of all existing and new attributes.
This editor is fully vibe-coded, and it is very likely no human actually understands how it works. It is also not meant as "production-ready" software, but much more as "an easier way to digest patches".
Output
build writes two flatbuffers, described in specs/:
dist/sde.datholds the types, dogma, groups, categories, buffs and mutaplasmids, with English names only. It is all a dogma-engine needs.dist/names.datmaps a name in any of the eight languages EVE supports back to a type ID. Only an EFT-fit importer needs it, and only ever to search.
npm
npm install @eveshipfit/sde
@eveshipfit/sde ships both files and the schemas, under dist/ and specs/.
Python
pip install eveshipfit-sde
eveshipfit-sde ships both files and the schemas, and the paths to them.
from eveshipfit_sde import build_number, names_path, sde_path, specs_path
dogma.load_sde_from_file(sde_path())
build_number() reads the SDE build straight off the version.
Releasing
Every day at 12:00 UTC, main is built against the latest SDE.
When the result differs from the latest release, the SDE build number aside, a new release is made and published on npm and PyPI.
A change to the patches is released this way too.
Patches
The SDE describes what the EVE client needs, not what a fitting tool needs. Align time, for example, is not an attribute; the client works it out. Patches add the missing attributes and effects, so a dogma-engine can work them out instead.
License
All EVE Online data belongs to CCP, and is subject to their license agreement. Everything EVEShip.fit-specific is MIT.
Release files for eveshipfit-sde 5.3503375.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eveshipfit_sde-5.3503375.2.tar.gz | 5.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eveshipfit_sde-5.3503375.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.4 MB
Release files / eveshipfit_sde-5.3503375.2.tar.gz
| Download URL | eveshipfit_sde-5.3503375.2.tar.gz |
|---|---|
| Size | 5.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e377fe65725a5947e50fd103cb308391f70581c9a4e1f1e20731ffaf361c880
|
|
BLAKE2b-256 checksum How to use checksums |
c1eca1e1fefa34373a3f8cc82e11f8aa9ee76180e40563fe66aea4ffb74f7df5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.
Transparency logRelease files / eveshipfit_sde-5.3503375.2-py3-none-any.whl
| Download URL | eveshipfit_sde-5.3503375.2-py3-none-any.whl |
|---|---|
| Size | 5.7 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f27e24e239e0ee4ee5d516fed8bd135564c3316c878f565869b5bb709e572a72
|
|
BLAKE2b-256 checksum How to use checksums |
e8cd05191fa75c57f0f6e31dfdec2122c82f97dc5cd39540072a4fd1d5a7760c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.
Transparency log