A client library for the Saldor API.
Project description
Saldor
Saldor is a Python client library for interacting with the Saldor.com API. It allows developers to easily integrate Saldor's services into their Python applications.
Installation
pip install saldor
Writing a basic app that uses the client:
import os
import saldor
client = saldor.SaldorClient(api_key=os.getenv("SALDOR_API_KEY"))
result = client.crawl(
url="URL",
params={},
max_pages=3,
)
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
saldor-0.0.11.tar.gz
(2.5 kB
view details)
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 saldor-0.0.11.tar.gz.
File metadata
- Download URL: saldor-0.0.11.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
988d4ceac60518e49d364629adde9580dd87e8c4b3a30f602ef04bd086cc3e4b
|
|
| MD5 |
27462cc9b1e66361b08fbfb9111be114
|
|
| BLAKE2b-256 |
193cb688af81239ca3b4a46d4455055bcb520569930b3c77879b41148704d64f
|
File details
Details for the file saldor-0.0.11-py3-none-any.whl.
File metadata
- Download URL: saldor-0.0.11-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5188e7a789d328c6b0b904a14abd6bce6a48ae6684e311fb15733368c08dd77
|
|
| MD5 |
57faeff40f82ae8838e9518dd43f7b38
|
|
| BLAKE2b-256 |
52632829001e42743edf361e81b9106d036f5fa499d27814454525c51bb1e41c
|