Skip to main content

Automatically match Bibliographies against bnf.gallica.fr

Project description

pygallica-autobib

Automatically match Bibliographies against bnf.gallica.fr!

Test Dependabot Enabled Coverage Package version Python Versions

Standalone Usage

gallica-autobib my-bibliography.bib pdfs # match my-bibliography and put files in ./pdfs
gallica-autobib --help

As a library

from pathlib import Path
from gallica_resource.pipeline import BibtexParser

parser = BibtexParser(Path("outdir"))

with Path("articles.bib").open() as f:
    parser.read(f)

parser.run()
for result in parser.results:
    print(result)

Gallica-Autobib is capable of much more than this. For more information, see the homepage.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gallica-autobib-0.1.6.tar.gz (30.6 kB view hashes)

Uploaded Source

Built Distribution

gallica_autobib-0.1.6-py3-none-any.whl (38.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page