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.0.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file scrapy_zstd-0.1.0.tar.gz
.
File metadata
- Download URL: scrapy_zstd-0.1.0.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 | 34375f80ad870b3484913e4504cce37a542527a15cd5a40625100c93ac681d9f |
|
MD5 | 2d595feb88fdc8f95f643e7da2bb2807 |
|
BLAKE2b-256 | 5cfcd4bc24e6cfab000ff4747c738f059b65440d20984533f25c06838bda14a1 |
File details
Details for the file scrapy_zstd-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: scrapy_zstd-0.1.0-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 | 035e81879a91c18049704baafdd4cf11577e9325d89ab226613809c093681bbb |
|
MD5 | 13a3812454bd9357c2753510c57345cf |
|
BLAKE2b-256 | e217d90ea6f5e925255c6e157354b857f171956551bd91f760537b62792abcbf |