Automatically match Bibliographies against bnf.gallica.fr
Project description
pygallica-autobib
Automatically match Bibliographies against bnf.gallica.fr!
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
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
gallica-autobib-0.1.6.tar.gz
(30.6 kB
view details)
Built Distribution
File details
Details for the file gallica-autobib-0.1.6.tar.gz
.
File metadata
- Download URL: gallica-autobib-0.1.6.tar.gz
- Upload date:
- Size: 30.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.4.0-1047-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04bf9b0e7e160641ccb468cef73093f4ade61cf029e6625bae0c6f5c7e42a4f5 |
|
MD5 | 77f4204b0f14e054b63dd04d70d17f61 |
|
BLAKE2b-256 | 3e8a23418a7e6b516579c268ade022f530f28202e6e7474f8397cddf4e52e225 |
File details
Details for the file gallica_autobib-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: gallica_autobib-0.1.6-py3-none-any.whl
- Upload date:
- Size: 38.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.4.0-1047-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e994b6f254ec6f7cd11a39899a762c011e955d624460b3bfaf2eafc3151bab44 |
|
MD5 | ba1dac62aa461854539a549683b5e82e |
|
BLAKE2b-256 | d73ee75dc0cd29ba6ea870daf96bcfd7bb40280c613c5976ea4639a85d01b807 |