Skip to content

bookmarks-tools/bookmarks-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookmarks-parser

Build Status codecov image image image

Parsing Netscape bookmark (Google Chrome, Firefox, ... export files) .

Installation

$ pip install bookmarks-parser

Usage

import pprint
import bookmarks_parser

bookmarks = bookmarks_parser.parse("bookmarks.html")
pprint.pprint(bookmarks)

output example

Development

Install Poetry

$ poetry install

run tests

$ poetry run pytest --cov=bookmarks_parser

License

MIT

Releases

No releases published

Packages

No packages published