eve-sde-parser 0.2.0

Parser of the Eve Static Data Export written in D


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Eve SDE parser

Parser of the Eve Online Static Data Export for the D programming language (dlang)

Not all types are implemented but they can be added easily.

Installation

dub.json:

{
	"dependencies": {
		"eve-sde-parser-d": "~>0.2.0"
	}
}

dub.sdl:

dependency "eve-sde-parser-d"

Usage

import sde.fetchzip;
import sde.zipreader;
import sde.itemtype;

auto zip = fetchZip();
auto rootNode = extractItemTypes(zip);
auto itemTypes = ItemType.fromRootYaml(rootNode);
Authors:
  • Erik van Velzen
Dependencies:
dyaml, requests
Versions:
0.2.0 2018-Jul-31
~master 2018-Aug-11
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 9 downloads total

Score:
0.5
Short URL:
eve-sde-parser.dub.pm