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.
Release files for gallica-autobib 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gallica-autobib-0.1.6.tar.gz | 30.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gallica_autobib-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:69.4 kB
Release files / gallica-autobib-0.1.6.tar.gz
| Download URL | gallica-autobib-0.1.6.tar.gz |
|---|---|
| Size | 30.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
04bf9b0e7e160641ccb468cef73093f4ade61cf029e6625bae0c6f5c7e42a4f5
|
|
BLAKE2b-256 checksum How to use checksums |
3e8a23418a7e6b516579c268ade022f530f28202e6e7474f8397cddf4e52e225
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.6 CPython/3.9.5 Linux/5.4.0-1047-azure
|
Release files / gallica_autobib-0.1.6-py3-none-any.whl
| Download URL | gallica_autobib-0.1.6-py3-none-any.whl |
|---|---|
| Size | 38.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e994b6f254ec6f7cd11a39899a762c011e955d624460b3bfaf2eafc3151bab44
|
|
BLAKE2b-256 checksum How to use checksums |
d73ee75dc0cd29ba6ea870daf96bcfd7bb40280c613c5976ea4639a85d01b807
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.6 CPython/3.9.5 Linux/5.4.0-1047-azure
|