A BibTex parser and converter
Project description
bib2x
Introduction
bib2x is a tool for parsing and processing BibTeX files.
bib2x is currently under development. The latest version is 0.4.0.
The current use cases are:
- Convert BibTeX-files to JSON
Examples
bib2x -i turing.bib -o turing.json -f json
Converts the BibTeX-file "turing.bib" into the JSON-file "turing.json" with the BibTeX entries.
bib2x -i turing.bib -o turing.html -f html
Converts the BibTeX-file "turing.bib" into a file named "turing.html" that contains a HTML list with the BibTeX entries.
Background
Being a somehow busy scientific coworker and a software guy, I wanted to render my publications for my web site.
For this purpose, I wrote BibPres, a commercial tool that uses JSON to store a publications list and JavaScript to render and interact with it.
bib2x is a rework of BibPres released as open source. Currently, only the parser is being ported as I want to change it so that it renders plain HTML, not a JSON file.
If you have any comments, ideas, or critics, please let me know.
License
bib2x is licensed under the BSD license.
Documentation
Running on the Command Line
bib2x is implemented in Python. It is started on the command line.
bib2x reads the BibTeX file defined using the --input <BIBTEX_FILE> option. It converts it to the format defined using the option --format <FORMAT> and saves it under the name defined using the option --output <FILE>. Currently, only "json" is available as destination format.
Examples
bib2x -i turing.bib -o turing.json
Converts the BibTeX-file "turing.bib" into the JSON-file "turing.json".
Command line arguments
The script can be started on the command line with the following options:
- --input <BIBTEX_FILE> / -i <BIBTEX_FILE>: The BibTeX file to load
- --output <FILE> / -o <FILE>: The file to write
- --format <FORMAT> / -f <FORMAT>: The type of file to write ['json']
- --help: Show a help message
- --version: Show the version information
Further Links
- A complete documentation is located at:
- Discussions are open at https://github.com/dkrajzew/bib2x/discussions
- The github repository is located at: https://github.com/dkrajzew/bib2x
- The issue tracker is located at: https://github.com/dkrajzew/bib2x/issues
- The PyPI page is located at: https://pypi.org/project/bib2x/
ChangeLog for bib2x
bib2x-0.4.0 (27.03.2023)
- Work on the documentation
- Added HTML output
- Further tests
bib2x-0.2.0 (08.03.2023)
- Initial version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bib2x-0.4.2.tar.gz
.
File metadata
- Download URL: bib2x-0.4.2.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 581516c632db8d5a6a01d08f800aa9933d3d4efd4502ea827eb4032587392380 |
|
MD5 | 407ab6bbed5eb8674640c08ac59d6635 |
|
BLAKE2b-256 | a6cd5bd4b137dff14d32dc28bb1fd24e5a3939ca4476e46cfeea2b6e1ee352ee |
File details
Details for the file bib2x-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: bib2x-0.4.2-py3-none-any.whl
- Upload date:
- Size: 26.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94ef1b3decfe2586f6390acf51b46ff37689320ee4a3f497ea144bc7d1e80229 |
|
MD5 | 9591728c85e8865c5b3500a81a78a650 |
|
BLAKE2b-256 | 4a4d909314fe0ddcf2af1dace4f9c1b4e714b3b29b219319a541b9c198f2a63f |