Skip to main content

query data exports from the SLUB catalog

Project description

With slubfind you can query data exports from the SLUB catalog in Python.

This package is based on txpyfind, which enables access to data exports from TYPO3-find.

Installation

… via PyPI

pip install slubfind

… or from GitHub source

pip install git+https://github.com/slub/slubfind.git

Command-Line Usage

After installation, the slubfind command is available (also via python -m slubfind). The base URL defaults to https://katalog.slub-dresden.de.

Query

Execute a search query:

slubfind query "manfred bonitz"

With a facet filter and pagination:

slubfind query "python" --facet "format_de14=Book, E-Book" --page 1 --count 10

Document

Fetch a single document by ID:

slubfind document "0-1132486122"

Scroll

Fetch all results for a query:

slubfind scroll "manfred bonitz" --batch 10

Stream results as JSONL (one JSON object per line), useful for piping:

slubfind scroll "manfred bonitz" --stream | jq .id

Settings

Show TYPO3-find settings:

slubfind settings

Solr Parameters

Show Solr parameters for a query:

slubfind solr-params "manfred bonitz"

Solr Request

Show Solr request URL for a query:

slubfind solr-request "manfred bonitz"

From URL

Use --from-url to query using a SLUB catalog URL instead of individual parameters. This works with query, scroll, solr-params, and solr-request:

slubfind query --from-url "https://katalog.slub-dresden.de/?tx_find_find%5Bq%5D%5Bdefault%5D=manfred+bonitz"
slubfind solr-params --from-url "https://katalog.slub-dresden.de/?tx_find_find%5Bq%5D%5Bdefault%5D=manfred+bonitz"

Show Request URL

Use --show-url to print the request URL instead of fetching the response. This works with all subcommands:

slubfind --show-url query "python" --facet "format_de14=Book, E-Book"
slubfind --show-url document "0-1132486122"
slubfind --show-url scroll "python" --batch 10

Export Format

Use --export-format to select the output format. The default is app.

Available formats:

  • Query view (query): app, json-ld, json-all, raw-solr-response

  • Detail view (document): app, json-ld, json-holding-status

The scroll subcommand always uses raw-solr-response internally. The formats json-solr-params and json-solr-request are used internally by the solr-params and solr-request subcommands.

Fetch a document in JSON-LD format:

slubfind document "0-1132486122" --export-format json-ld

Search in JSON-LD format:

slubfind query "manfred bonitz" --export-format json-ld

Fetch holding status for a document:

slubfind document "0-1132486122" --export-format json-holding-status

Query with raw Solr response:

slubfind query "manfred bonitz" --export-format raw-solr-response

Environment Variable

Set SLUBFIND_URL to override the default base URL:

export SLUBFIND_URL=https://katalog.slub-dresden.de
slubfind query "manfred bonitz"

Python Usage Example

from slubfind.client import SlubFind
# create SlubFind instance
slub_find = SlubFind()
# retrieve JSON data (query view, app format)
slub_q = slub_find.app_search("manfred bonitz")
# retrieve JSON data (detail view, app format)
slub_doc = slub_find.app_document("0-1132486122")
# retrieve JSON-LD data (detail view)
slub_jsonld = slub_find.jsonld_document("0-1132486122")
# retrieve JSON-LD data (query view)
slub_jsonld_q = slub_find.jsonld_search("manfred bonitz")
# retrieve holding status (detail view)
slub_hs = slub_find.holding_status_document("0-1132486122")

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

slubfind-1.13.0.tar.gz (34.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

slubfind-1.13.0-py3-none-any.whl (23.7 kB view details)

Uploaded Python 3

File details

Details for the file slubfind-1.13.0.tar.gz.

File metadata

  • Download URL: slubfind-1.13.0.tar.gz
  • Upload date:
  • Size: 34.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for slubfind-1.13.0.tar.gz
Algorithm Hash digest
SHA256 5edba3a74d629f8a1c87c9dc5cb8c2f65091b2df7db9a77fb5e178a68f3d1d4c
MD5 385d0186cd7b1ba331058bce92bce546
BLAKE2b-256 cd60764fb50bebee2d79ddbd4d52c03e8490f214fe8759aee462b45e49230b62

See more details on using hashes here.

File details

Details for the file slubfind-1.13.0-py3-none-any.whl.

File metadata

  • Download URL: slubfind-1.13.0-py3-none-any.whl
  • Upload date:
  • Size: 23.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for slubfind-1.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2e684f40ba06095669e299f1d2562cb010065de43ebc9838d165ac8ecf5ca861
MD5 9d0096cef042f114f11a4826089b7f83
BLAKE2b-256 c9ef4cee1cc3c458535334821c3fe7fee061ce3ae675af0185974f764cf00794

See more details on using hashes here.

Supported by

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