Skip to main content

Scalable and easy WARC records storage on S3.

Project description

PyPi CI Code coverage Python Issues Commit activity Downloads License

💾 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

warc-s3-0.1.1.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

warc_s3-0.1.1-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

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