Generate textual reports from the BibTeX files
Generate report for the given bibtex file.
For use:
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install https://github.com/igordejanovic/textx-bibtex/archive/refs/heads/master.zip
pip install https://github.com/igordejanovic/textx-gen-bibtex-report/archive/refs/heads/main.zip
For development:
git clone [email protected]:igordejanovic/textx-gen-bibtex-report.git
cd textx-gen-bibtex-report
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install https://github.com/igordejanovic/textx-bibtex/archive/refs/heads/master.zip
pip install -e .[dev,test]
Note: for zsh escape []
-> pip install -e .[dev,test]
To generate a report from file my.bib
: