https://github.com/michaelmdresser/eve_item_parser
Parser for EVE Online item (list) text formats
https://github.com/michaelmdresser/eve_item_parser
eve-online parser
Last synced: 21 days ago
JSON representation
Parser for EVE Online item (list) text formats
- Host: GitHub
- URL: https://github.com/michaelmdresser/eve_item_parser
- Owner: michaelmdresser
- Created: 2023-10-01T05:09:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-12T05:16:30.000Z (12 months ago)
- Last Synced: 2025-07-12T07:10:43.959Z (12 months ago)
- Topics: eve-online, parser
- Language: Rust
- Homepage: https://michaelmdresser.com/eve-item-diff
- Size: 2.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eve_item_parser
Item (and item list) parsing for EVE Online. Check out the tests in `src/lib.rs`
for an idea of what this can parse. Items are assumed to be line-delimited. A
useful utility for diffing item lists is packaged separately at
[michaelmdresser/eve_item_diff](https://github.com/michaelmdresser/eve_item_diff). A practical application can be
found at the [EVE Item Diff](https://michaelmdresser.com/eve-item-diff.html) site.
SDE data has to be periodically downloaded to the `data` folder.
``` sh
cd data
rm invTypes.csv
wget https://www.fuzzwork.co.uk/dump/latest/invTypes.csv
```
## CLI testing
