🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

biblio-py

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biblio-py

Package to manage bibliography files

0.7.4
PyPI
Maintainers
1

Package to Manage bibliographies.

Description:

The package contains two subpackages.

  • yapbib: Methods to manage a bibliography
  • query_ads: Methods to Query ADS (Harvard Database)

Features:

  • It provides methods to import from bibtex and ADS (Harvard database) portable format.
  • Supports exporting to bibtex, latex, html and xml and two ad-hoc formats (short and full descriptions).
  • Include scripts to manipulate databases, get bibliography from ADS online database and extract citations from a LaTeX document.
  • Easy to use in your own scripts

Documentation

http://fiolj.gitlab.io/biblio-py/

Scripts:

There are three available ready-to-use scripts that serve as examples of use:

============= ================================================== Script Function ============= ================================================== bibmanage.py: Manage bibliography bibextract.py Extract citations from tex source get_papers.py Retrieve bibliography information from Harvard ADS ============= ==================================================

Last Changes

v. 0.7.3

  • Added option for import/export to sqlite database. Cleaned-up code. Fixed some bugs.

v. 0.7.1

  • Fixed bugs in bibmanage searching. Added option to bibtex output.

v. 0.7.0

  • Fixed bugs related to string and unicode objects

v. 0.6.7

  • Working python 3 version

v. 0.6.1

  • Added option to export to bibtex in different encodings
  • Parsing of tex files with two or more bibtex input files has been corrected in bibextract.py

v. 0.6.0

  • Fixed bugs to all scripts and added option for version information output
  • bibextract.py now determines the bibtex file from the source.

Keywords

bibliography

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts