On Sun, Jun 8, 2014 at 11:12 PM, ahi <[email protected]> wrote: > I am currently working on the tag/value parser. I am using PLY > https://pypi.python.org/pypi/ply/3.1 > to implement the lexer and parser. The lexer is pretty much complete > at this point, I am still testing it. > Hopefully I will be testing the parser by this time tomorrow.
This is looking like a great start! BTW, you might want to have a requirements.txt file for your external dependencies rather than a readme and later a simple setup.py too: at some point of time, you will want to get that puppy on Pypi ... Also, a tiny bit of PEP8 would help code readability ;) > I could really benefit from some sample SPDX files. I am currently > using the ones > from https://github.com/goneall/SPDX-Tools/tree/master/Examples > and https://github.com/triplecheck/reporter/tree/master/run/reports You can also get extra samples from our friends at WindRiver here: http://spdx.windriver.com/spdxwr/ -- Cordially Philippe Ombredanne _______________________________________________ Spdx-tech mailing list [email protected] https://lists.spdx.org/mailman/listinfo/spdx-tech
