christofsteel / pySpellbook

A PDF spellbook creation utility for d20 like games in python
https://christofsteel.github.io/pySpellbook
Apache License 2.0
4 stars 0 forks source link

Include PSRD-Parser #10

Closed christofsteel closed 9 years ago

christofsteel commented 9 years ago

I recently stumbeled upon: @devonjones PSRD-Parser project. Maybe include improvements in my code or improve his parser

christofsteel commented 9 years ago

Gah.. found out, that it is GPL, so no including in PySpellbook.

devonjones commented 9 years ago

PSRD-Parser outputs json files and or sqlite databases. Those are not covered by the gpl. You maty find value in using the parser for it's output.

devonjones commented 9 years ago

The data files themselves are only covered by the OGL. There's no reason to have to actually like the PSRD-Parser code into anything

christofsteel commented 9 years ago

Yes, but I initially thought of improving my parser. I still want to generate my own data, since I do not only use data from the PRD (And I already wrote it before stumbeling across your PSRD-Parser). And I want to ship my parser with my program. So no including your code ;) But maybe I check out your data format, so I can create a level of compatibility.

devonjones commented 9 years ago

https://github.com/devonjones/PSRD-Data