About this project - FlyingWolFox/Netscape-Bookmarks-File-Parser GitHub Wiki
The parser idea came from my another project, Bookmark To Dir script. When thinking planning the script, I noticed I needed to parse the bookmarks files. Tried first with BeautifulSoup with lxml and googled about it. Found an parser on Pypi and on github, but not documented. So I decide to make the parser and document everything.
The wiki of this project also serves as reference to the Netscape Bookmarks file format, a format with little documentation and no standard.
This is my first "big" project with Python, that I'm learning with Java, with a history of C, coming from university