A Scrapy plugin to compress feeds with Zstandard (zstd).
Project description
scrapy-zstd
A Scrapy plugin to compress feeds with Zstandard (zstd).
Installation
pip install scrapy-zstd
Usage
Add scrapy_zstd.postprocessing.ZstdPlugin
to the postprocessing
list in the FEEDS
configurations.
FEEDS = {
"/path/to/file.csv.zst": {
"format": "csv",
"postprocessing": ["scrapy_zstd.postprocessing.ZstdPlugin"],
}
}
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
scrapy_zstd-0.1.1.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file scrapy_zstd-0.1.1.tar.gz
.
File metadata
- Download URL: scrapy_zstd-0.1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22bd033be40e7973188c176fd2a71000feb791b7a42a76df5205b7e65a46f2e5 |
|
MD5 | 25ae63cd24d42ba5dec3028177e50356 |
|
BLAKE2b-256 | 97db0a512875149a49bce3b610bbc10451645134da26d955a7eb1ca9b0b661de |
File details
Details for the file scrapy_zstd-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: scrapy_zstd-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f6cf1fe968cb0423775d917b855c736e6f9cc8e9e403c8e23913154dee81553 |
|
MD5 | af362f3be676dc8bbdc4333b14f5003a |
|
BLAKE2b-256 | 1cc0441769548369a54ad4d06c6129267f41d1483c968e289fb5577b0c8f0595 |