From: Zoltan K. <zo...@gm...> - 2011-08-16 09:35:39
|
On Mon, Aug 8, 2011 at 8:24 PM, Rory Solomon <ro...@ha...> wrote: > (2) Alternatively, if I were to start using it, I could possibly be able to > do some maintenance on the project. It would be nice! :-) At the moment pyblio-1.2 is in a bug-fixing maintenance mode, on 1.3 we haven't any updates recently. > (3) In the short term, I am just trying to evaluate if this does what I > need, which is reading and writing BibTex from my application, and saving > this data into the application's database schema. I am starting to look > through the code now, but wondering if there is any documentation about this > functionality specifically, or, if anyone has any tips about which source > code files to start looking at for this. If you check pyblio-1.2 source, it might be useful to check the python scripts in the scripts directory. You can also check the python-bibtex source code. pyblio-core-devel-1.3 has a rewritten bibtex module (as I remember), it might be also useful. cheers, Zoltan |