Metadata-Version: 2.1
Name: bibtexparser
Version: 1.3.0
Summary: Bibtex parser for python 3
Home-page: https://github.com/sciunto-org/python-bibtexparser
Author: Francois Boulogne and other contributors
Author-email: devel@sciunto.org
License: LGPLv3 or BSD
Platform: UNKNOWN
Description-Content-Type: text/x-rst
License-File: COPYING

python-bibtexparser
===================

Python library to parse `bibtex <https://en.wikipedia.org/wiki/BibTeX>`_ files.


.. contents::


Bibtexparser relies on `pyparsing <https://pypi.python.org/pypi/pyparsing>`_ and is compatible with Python 3.3 or newer.

Documentation
-------------

Our documentation includes the installation procedure, a tutorial, the API and advices to report a bug.
References, related projects and softwares based on bibtexparser are also listed. If you would like to appear on this list, feel free to open a ticket or send an email.

`Documentation on readthedocs.io <https://bibtexparser.readthedocs.io/>`_

Upgrading
---------

Please, read the changelog before upgrading regarding API modifications.
Prior version 1.0, we do not hesitate to modify the API to get the best API from your feedbacks.

License
-------

Dual license (at your choice):

* LGPLv3.
* BSD

See COPYING for details.

History and evolutions
----------------------

The original source code was part of bibserver from `OKFN <http://github.com/okfn/bibserver>`_. This project is released under the AGPLv3. OKFN and the original authors kindly provided the permission to use a subpart of their project (ie the bibtex parser) under LGPLv3. Many thanks to them!

The parser evolved to a new core based on pyparsing.

News (July 7h, 2022): This library has a new maintainer (`@MiWeiss <https://github.com/MiWeiss>`_). No large changes are planned for the immediate future; the immediate goal is to reduce the backlog of open issues and PRs. 


