Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 885 Bytes

File metadata and controls

18 lines (12 loc) · 885 Bytes

This is a suite of python scripts for bibliographic management using Freeplane mindmapper. busy.py is a command-line Web scraper that extracts (bibliographic) information from Web pages and stores it in varied formats, such as a mindmap, blog, log file, and Mastodon. It has general heuristics, modular site-specific heuristics, and can use DOI and ISBN Web services. map2bib.py is used to create bibtex/biblatex bibliographies from such mindmaps.

See the online documentation for more.

Installation

Install using uv:

uv venv # Create a virtual environment
uv pip install -e . # Install in editable mode

This will install the package in development mode, allowing you to modify the code and see changes immediately.