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);
- Registered by Erik van Velzen
- 0.2.0 released 6 years ago
- Erikvv/eve-sde-parser-d
- proprietary
- Copyright © 2018, Erik van Velzen
- Authors:
- Dependencies:
- dyaml, requests
- Versions:
-
0.2.0 2018-Jul-31 ~master 2018-Aug-11 - 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