Cliente para obtener y procesar datos de Scopus
Project description
BibForgery v1.10
A command-line tool for retrieving publications from Scopus, storing them locally, and exporting them to multiple formats.
Installation
pip install bibforgery
Usage
bibforgery <command> [options]
Commands
fetch
Retrieve publications from a Scopus author profile and store them locally.
bibforgery fetch SCOPUS_ID [options]
Arguments
SCOPUS_ID Scopus Author ID
Options
-f, --full Include citing publications
-c, --crossref Normalize titles using Crossref
-n, --name NAME Name of the local record
Examples
bibforgery fetch 56000743500
bibforgery fetch 56000743500 \
--crossref \
--name theochem
bibforgery fetch 56000743500 \
--full
export
Export a previously stored record to a supported format.
bibforgery export NAME -f FORMAT -o OUTPUT [options]
Supported Formats
text
json
bib
pdf
docx
word
Options
-f, --format FORMAT Output format
-o, --output FILE Output file path
--style {acs,aps} Citation style
--full Include citing publications
Examples
bibforgery export theochem \
-f json \
-o papers.json
bibforgery export theochem \
-f pdf \
-o report.pdf
bibforgery export theochem \
-f docx \
-o report.docx \
--style aps
db
Database and cache management commands.
bibforgery db <action> [options]
Available Actions
List stored records
bibforgery db list
Display cache information
bibforgery db cacheinfo
Repair cache entries
bibforgery db cachefix [options]
Options:
-l, --limit N Maximum number of entries to process
--dry-run Simulate changes without saving
Examples:
bibforgery db cachefix
bibforgery db cachefix \
--limit 100
bibforgery db cachefix \
--dry-run
Rebuild cached data
bibforgery db recache -n NAME [options]
Options:
-n, --name NAME Source record name
--full Include citing publications
Examples:
bibforgery db recache \
--name theochem
bibforgery db recache \
--name theochem \
--full
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bibforgery-1.10.2.tar.gz.
File metadata
- Download URL: bibforgery-1.10.2.tar.gz
- Upload date:
- Size: 147.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93aa5138301b9d8ee959db83e48b9e3c8b758bdc9975baae7c258f34d32ff2e0
|
|
| MD5 |
0627e1fede0d7bf032d84cc8556faecf
|
|
| BLAKE2b-256 |
f5365511f93f41b00729f02e4fc1367cbe5737868a5112057f14743c0a3aa61d
|
File details
Details for the file bibforgery-1.10.2-py3-none-any.whl.
File metadata
- Download URL: bibforgery-1.10.2-py3-none-any.whl
- Upload date:
- Size: 148.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76cf2902594d789b0fe8d87b12450d4f2a657bd883fae3b1cd9067be927419c7
|
|
| MD5 |
38ec3c0f2e40f2d9ee39f1df3bf981be
|
|
| BLAKE2b-256 |
4e2cd7d520b22b0a1e315cd804e8aabf45377f8321542e3650bbcd12a4e51e02
|