Scalable and easy WARC records storage on S3.
Project description
💾 warc-s3
Scalable and easy WARC records storage on S3.
Installation
Install the package from PyPI:
pip install warc-s3
Usage
TODO
Development
To build this package and contribute to its development you need to install the build
, and setuptools
and wheel
packages:
pip install build setuptools wheel
(On most systems, these packages are already pre-installed.)
Installation
Install package and test dependencies:
pip install -e .[tests]
Testing
Verify your changes against the test suite to verify.
flake8 warc_s3 # Code format
mypy warc_s3 # Static typing
pylint warc_s3 # LINT errors
bandit -c pyproject.toml -r warc_s3 # Security
pytest warc_s3 # Unit tests
Please also add tests for your newly developed code.
Build wheels
Wheels for this package can be built with:
python -m build
Support
If you hit any problems using this package, please file an issue. We're happy to help!
License
This repository is released under the MIT license.
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
File details
Details for the file warc-s3-0.1.0.tar.gz
.
File metadata
- Download URL: warc-s3-0.1.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3eee8fc4d666981560fef888c89dbd1eb7ed2a393e613013f10e5fc7def45da |
|
MD5 | 98d6d367ba625272a8cf89fe37079251 |
|
BLAKE2b-256 | 23f5fe033f35bc1652b5c41427eed24faeae504297134065abafd01f020968bc |
File details
Details for the file warc_s3-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: warc_s3-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 906ceca3ff2c48651daccd8d2b9b110e66827e49534f48ddc4ea7d465151b967 |
|
MD5 | 52b44774d59cec2bbe798213538bfdbc |
|
BLAKE2b-256 | 533d387d2e2025c3a882b97d0bcefd56061e710f3a0db9364b4b2e98f49612e7 |