FastWARC


NameFastWARC JSON
Version 0.15.1 PyPI version JSON
download
home_pageNone
SummaryA high-performance WARC parsing library for Python written in C++/Cython.
upload_time2024-12-05 17:06:34
maintainerNone
docs_urlNone
authorJanek Bevendorff
requires_python>=3.8
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # FastWARC

FastWARC is a high-performance WARC parsing library for Python written in C++/Cython. The API is inspired in large parts by [WARCIO](https://github.com/webrecorder/warcio), but does not aim at being a drop-in replacement.  FastWARC supports compressed and uncompressed WARC/1.0 and WARC/1.1 streams. Supported compression algorithms are GZip and LZ4.

FastWARC belongs to the [ChatNoir Resiliparse toolkit](https://github.com/chatnoir-eu/chatnoir-resiliparse/) for fast and robust web data processing.

## Installing FastWARC
Pre-built FastWARC binaries for most Linux platforms can be installed from PyPi:
```bash
pip install fastwarc
```
**However:** the Linux binaries are provided *solely for your convenience*. Since they are built on the very old `manylinux` base system for better compatibility, their performance isn't optimal (though still better than WARCIO). For best performance, see the next section on how to build FastWARC yourself.

## Building FastWARC From Source
You can compile FastWARC either from the PyPi source package or directly from this repository, though in any case, you need to install all required build-time dependencies first. On Ubuntu, this is done as follows:
```bash
sudo apt install build-essential python3-dev zlib1g-dev liblz4-dev
```
To build and install FastWARC from PyPi, run
```bash
pip install --no-binary fastwarc fastwarc
```
That's it. If you prefer to build and install directly from this repository instead, run:
```bash
pip install -e fastwarc
```
To build the wheels without installing them, run:
```bash
pip wheel -e fastwarc

# Or:
pip install build && python -m build --wheel fastwarc
```

## Usage Instructions
For detailed usage instructions, please consult the [FastWARC User Manual](https://resiliparse.chatnoir.eu/en/latest/man/fastwarc.html).

## Cite Us
If you use FastWARC, please consider citing our [OSSYM 2021 abstract paper](https://arxiv.org/abs/2112.03103):
```bibtex
@InProceedings{bevendorff:2021,
  author =                {Janek Bevendorff and Martin Potthast and Benno Stein},
  booktitle =             {3rd International Symposium on Open Search Technology (OSSYM 2021)},
  editor =                {Andreas Wagner and Christian Guetl and Michael Granitzer and Stefan Voigt},
  month =                 oct,
  publisher =             {International Open Search Symposium},
  site =                  {CERN, Geneva, Switzerland},
  title =                 {{FastWARC: Optimizing Large-Scale Web Archive Analytics}},
  year =                  2021
}
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "FastWARC",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Janek Bevendorff",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8f/d1/a0ae1ab7bc90ed438b60c5195e070543a8f6f5b541e48b805f7997b0a40e/fastwarc-0.15.1.tar.gz",
    "platform": null,
    "description": "# FastWARC\n\nFastWARC is a high-performance WARC parsing library for Python written in C++/Cython. The API is inspired in large parts by [WARCIO](https://github.com/webrecorder/warcio), but does not aim at being a drop-in replacement.  FastWARC supports compressed and uncompressed WARC/1.0 and WARC/1.1 streams. Supported compression algorithms are GZip and LZ4.\n\nFastWARC belongs to the [ChatNoir Resiliparse toolkit](https://github.com/chatnoir-eu/chatnoir-resiliparse/) for fast and robust web data processing.\n\n## Installing FastWARC\nPre-built FastWARC binaries for most Linux platforms can be installed from PyPi:\n```bash\npip install fastwarc\n```\n**However:** the Linux binaries are provided *solely for your convenience*. Since they are built on the very old `manylinux` base system for better compatibility, their performance isn't optimal (though still better than WARCIO). For best performance, see the next section on how to build FastWARC yourself.\n\n## Building FastWARC From Source\nYou can compile FastWARC either from the PyPi source package or directly from this repository, though in any case, you need to install all required build-time dependencies first. On Ubuntu, this is done as follows:\n```bash\nsudo apt install build-essential python3-dev zlib1g-dev liblz4-dev\n```\nTo build and install FastWARC from PyPi, run\n```bash\npip install --no-binary fastwarc fastwarc\n```\nThat's it. If you prefer to build and install directly from this repository instead, run:\n```bash\npip install -e fastwarc\n```\nTo build the wheels without installing them, run:\n```bash\npip wheel -e fastwarc\n\n# Or:\npip install build && python -m build --wheel fastwarc\n```\n\n## Usage Instructions\nFor detailed usage instructions, please consult the [FastWARC User Manual](https://resiliparse.chatnoir.eu/en/latest/man/fastwarc.html).\n\n## Cite Us\nIf you use FastWARC, please consider citing our [OSSYM 2021 abstract paper](https://arxiv.org/abs/2112.03103):\n```bibtex\n@InProceedings{bevendorff:2021,\n  author =                {Janek Bevendorff and Martin Potthast and Benno Stein},\n  booktitle =             {3rd International Symposium on Open Search Technology (OSSYM 2021)},\n  editor =                {Andreas Wagner and Christian Guetl and Michael Granitzer and Stefan Voigt},\n  month =                 oct,\n  publisher =             {International Open Search Symposium},\n  site =                  {CERN, Geneva, Switzerland},\n  title =                 {{FastWARC: Optimizing Large-Scale Web Archive Analytics}},\n  year =                  2021\n}\n```\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A high-performance WARC parsing library for Python written in C++/Cython.",
    "version": "0.15.1",
    "project_urls": {
        "documentation": "https://resiliparse.chatnoir.eu",
        "homepage": "https://resiliparse.chatnoir.eu",
        "repository": "https://github.com/chatnoir-eu/chatnoir-resiliparse"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c341d2b502e7af2e57e2da83c86b1e2c1fdee3abbcacbd6ed496715076929164",
                "md5": "f540c9fcaca618739c2ab4a3af03f6af",
                "sha256": "459b6d8604ee4dcb17f42b8872ea2cd29a99e01c9c2955dc82e9fdcb58516c31"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp310-cp310-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f540c9fcaca618739c2ab4a3af03f6af",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 438938,
            "upload_time": "2024-12-05T17:05:45",
            "upload_time_iso_8601": "2024-12-05T17:05:45.693233Z",
            "url": "https://files.pythonhosted.org/packages/c3/41/d2b502e7af2e57e2da83c86b1e2c1fdee3abbcacbd6ed496715076929164/FastWARC-0.15.1-cp310-cp310-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db5a38429462ccdfb53ca18117bdb754ad6a8b79d4421103dcb80ac3e8f6b7b9",
                "md5": "635f8bf7c8339835336fb7e12837e2d2",
                "sha256": "bac86146a9dd04e33913794db194c98e9398c2ea344daf52f3d12a84ecca4c3f"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp310-cp310-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "635f8bf7c8339835336fb7e12837e2d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 489659,
            "upload_time": "2024-12-05T17:05:48",
            "upload_time_iso_8601": "2024-12-05T17:05:48.664437Z",
            "url": "https://files.pythonhosted.org/packages/db/5a/38429462ccdfb53ca18117bdb754ad6a8b79d4421103dcb80ac3e8f6b7b9/FastWARC-0.15.1-cp310-cp310-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "555c48f9c74d840eb3f02b9321ccf1c84daf6218c5c48d8195d0026e1e938df3",
                "md5": "8d3b3c87c3ca513d85f5eb0448a8c914",
                "sha256": "fc44dc18387da8ae2baf1c5d427c17c4e3297d5a023174f7960fea79b9b61c2b"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp310-cp310-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8d3b3c87c3ca513d85f5eb0448a8c914",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2199251,
            "upload_time": "2024-12-05T17:05:50",
            "upload_time_iso_8601": "2024-12-05T17:05:50.426094Z",
            "url": "https://files.pythonhosted.org/packages/55/5c/48f9c74d840eb3f02b9321ccf1c84daf6218c5c48d8195d0026e1e938df3/FastWARC-0.15.1-cp310-cp310-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d25149c54b6712ab89435f842b0cded6c2c8ee9c302c69cd1ce1c7b795c09fe",
                "md5": "ee61371f75e72e2f7873c19bc876a8fa",
                "sha256": "24ff9d893ed288a9660c4fa02bf5445bea1f923f5e4422759b8352239eefba2f"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ee61371f75e72e2f7873c19bc876a8fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2251494,
            "upload_time": "2024-12-05T17:05:52",
            "upload_time_iso_8601": "2024-12-05T17:05:52.391395Z",
            "url": "https://files.pythonhosted.org/packages/4d/25/149c54b6712ab89435f842b0cded6c2c8ee9c302c69cd1ce1c7b795c09fe/FastWARC-0.15.1-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e6c9042f504a251bc6f51074aba82880d1d7e5232fd2420b3d71c225d7560c1",
                "md5": "c9dc44a85dfc970285fc1e7bfe2e8466",
                "sha256": "a91398467b501047b7a288fe1c4ac0481c270b54d876a7906c124f8ac6082871"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c9dc44a85dfc970285fc1e7bfe2e8466",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 595844,
            "upload_time": "2024-12-05T17:05:53",
            "upload_time_iso_8601": "2024-12-05T17:05:53.549620Z",
            "url": "https://files.pythonhosted.org/packages/9e/6c/9042f504a251bc6f51074aba82880d1d7e5232fd2420b3d71c225d7560c1/FastWARC-0.15.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1362ea531dfcc758c804540e78e4fec38fb2a0ccc48e8d4027079a4f1e81014",
                "md5": "14f46e9e292df85872b3bd7c93508807",
                "sha256": "d3804830cf8e43df946a43ce213ed78f69136dcb8431c3af6fba034e3d8a6169"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp311-cp311-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "14f46e9e292df85872b3bd7c93508807",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 440750,
            "upload_time": "2024-12-05T17:05:54",
            "upload_time_iso_8601": "2024-12-05T17:05:54.795746Z",
            "url": "https://files.pythonhosted.org/packages/c1/36/2ea531dfcc758c804540e78e4fec38fb2a0ccc48e8d4027079a4f1e81014/FastWARC-0.15.1-cp311-cp311-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cfa627187783d595b0676f4a33ad3ea133e37cb29acf3ddb3b489fa9025feea",
                "md5": "8e2456d790e1592c666ead768689a2e5",
                "sha256": "62b7a8fbbd432588a2d5dc31923aba9a8654ee1d3a52041ff377a6d09c601963"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp311-cp311-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8e2456d790e1592c666ead768689a2e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 492558,
            "upload_time": "2024-12-05T17:05:56",
            "upload_time_iso_8601": "2024-12-05T17:05:56.595545Z",
            "url": "https://files.pythonhosted.org/packages/9c/fa/627187783d595b0676f4a33ad3ea133e37cb29acf3ddb3b489fa9025feea/FastWARC-0.15.1-cp311-cp311-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92939f82cbf99b734f503fcd4ee7256cfd0b56affc84059c207915db82867123",
                "md5": "3afd4792f44ac5a7c466b424107ae537",
                "sha256": "d1bf00cc6123c28f03e57e4587c7d75b734d5fad97ddd82da8b4917db231fea6"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp311-cp311-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3afd4792f44ac5a7c466b424107ae537",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2329762,
            "upload_time": "2024-12-05T17:05:58",
            "upload_time_iso_8601": "2024-12-05T17:05:58.834416Z",
            "url": "https://files.pythonhosted.org/packages/92/93/9f82cbf99b734f503fcd4ee7256cfd0b56affc84059c207915db82867123/FastWARC-0.15.1-cp311-cp311-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ed80fdc7bfefb479e328e6b1f77fa32aa6d93ae1c9e3efa1ffc90fcd69bc706",
                "md5": "0604ed0c4163f91228c1f0e67e718c1d",
                "sha256": "0762dfae8f89762636b89813603a905798622a5b53e3c14a8994e56a1bbf10b4"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0604ed0c4163f91228c1f0e67e718c1d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2381137,
            "upload_time": "2024-12-05T17:06:00",
            "upload_time_iso_8601": "2024-12-05T17:06:00.757268Z",
            "url": "https://files.pythonhosted.org/packages/6e/d8/0fdc7bfefb479e328e6b1f77fa32aa6d93ae1c9e3efa1ffc90fcd69bc706/FastWARC-0.15.1-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1a11158a9fd6e9d6c43d83d09aec1211eb9f9672b02145f152dad0eb93cbc88",
                "md5": "31f7cb518088dabbf7d5cf1b095152c8",
                "sha256": "b721ce9954050470a7e85866c9800314beac8574b692dca9db6521f58a51678f"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "31f7cb518088dabbf7d5cf1b095152c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 598434,
            "upload_time": "2024-12-05T17:06:02",
            "upload_time_iso_8601": "2024-12-05T17:06:02.774760Z",
            "url": "https://files.pythonhosted.org/packages/d1/a1/1158a9fd6e9d6c43d83d09aec1211eb9f9672b02145f152dad0eb93cbc88/FastWARC-0.15.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7388c7dd53d00ef4e61d230860a74c6036526bdae9effed2a7d42df740f2ea7",
                "md5": "ceee41a7f5d1b74ea52d5cc49d6551dd",
                "sha256": "f172e5447cb09125c59467223e42e8fe76beaf0bf1be65b7bff910d4091726b1"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp312-cp312-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ceee41a7f5d1b74ea52d5cc49d6551dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 438673,
            "upload_time": "2024-12-05T17:06:04",
            "upload_time_iso_8601": "2024-12-05T17:06:04.953372Z",
            "url": "https://files.pythonhosted.org/packages/b7/38/8c7dd53d00ef4e61d230860a74c6036526bdae9effed2a7d42df740f2ea7/FastWARC-0.15.1-cp312-cp312-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d18e43b40ffcde66c2408d20235b58943de7cc12f829900c61bf62189209c97d",
                "md5": "d87b62710bf332516fceb259a2e0c9fe",
                "sha256": "37392e5a14ab2e70dc7f93dc5c0cb64fe714110e9ad68c8aba5318a06ceae542"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp312-cp312-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d87b62710bf332516fceb259a2e0c9fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 489279,
            "upload_time": "2024-12-05T17:06:06",
            "upload_time_iso_8601": "2024-12-05T17:06:06.114695Z",
            "url": "https://files.pythonhosted.org/packages/d1/8e/43b40ffcde66c2408d20235b58943de7cc12f829900c61bf62189209c97d/FastWARC-0.15.1-cp312-cp312-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79a4f81660df252fdac73e96368b2e1f6b69742802b416eef6f33e82a5a75778",
                "md5": "d4e3e9cb079d9796a05cd700c5d125e6",
                "sha256": "e0d423bcbc1e60e7f76806cb6124b77386fbf0ff6c5f753a414ccf1a216ae77f"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp312-cp312-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d4e3e9cb079d9796a05cd700c5d125e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2255986,
            "upload_time": "2024-12-05T17:06:07",
            "upload_time_iso_8601": "2024-12-05T17:06:07.970852Z",
            "url": "https://files.pythonhosted.org/packages/79/a4/f81660df252fdac73e96368b2e1f6b69742802b416eef6f33e82a5a75778/FastWARC-0.15.1-cp312-cp312-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "559030ea54ccc32f61c6ef7c1d54f93a3a2b9c9a1a302f7553431d1d9214c7ba",
                "md5": "8da1f2ab0594bb6d0a9568ee7fc896d3",
                "sha256": "0b6736b2dd445c5f02bd4e6487bb542d719de71bc94d0fb78c307b018aa86dde"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8da1f2ab0594bb6d0a9568ee7fc896d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2320465,
            "upload_time": "2024-12-05T17:06:09",
            "upload_time_iso_8601": "2024-12-05T17:06:09.650785Z",
            "url": "https://files.pythonhosted.org/packages/55/90/30ea54ccc32f61c6ef7c1d54f93a3a2b9c9a1a302f7553431d1d9214c7ba/FastWARC-0.15.1-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "900e6d991217d57ef37455f68e05cf762f30e66485f1af99bf966a2cedfcbc9a",
                "md5": "f7ba28018e4deecb56a7d053e36d34e9",
                "sha256": "40803303790aae515b26a9cbb1ac339126477dccb98c1169c8363ace68df2809"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f7ba28018e4deecb56a7d053e36d34e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 592385,
            "upload_time": "2024-12-05T17:06:10",
            "upload_time_iso_8601": "2024-12-05T17:06:10.976255Z",
            "url": "https://files.pythonhosted.org/packages/90/0e/6d991217d57ef37455f68e05cf762f30e66485f1af99bf966a2cedfcbc9a/FastWARC-0.15.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "990452bf0b7b4c38695f64d9304991b27b81e12d6ef783043539a7f9eb248481",
                "md5": "6de7cf39dd6aa786180fa4ed9c29f318",
                "sha256": "8c5c442fc8c9f9a18c97425342139df056f0a47cd337a97b5f0c39fd26c45cde"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp313-cp313-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6de7cf39dd6aa786180fa4ed9c29f318",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 434688,
            "upload_time": "2024-12-05T17:06:12",
            "upload_time_iso_8601": "2024-12-05T17:06:12.847384Z",
            "url": "https://files.pythonhosted.org/packages/99/04/52bf0b7b4c38695f64d9304991b27b81e12d6ef783043539a7f9eb248481/FastWARC-0.15.1-cp313-cp313-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d46b41623fbd27538a62d042a10ad268013f117255891f5744198f02287f4c9",
                "md5": "eb47431fdb46ec207fe3156459e1048b",
                "sha256": "2803b6991a4d8cbb32970ea82b964f0ad26f39cb64978e5aa5e3f0a06249aeb1"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp313-cp313-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eb47431fdb46ec207fe3156459e1048b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 483841,
            "upload_time": "2024-12-05T17:06:14",
            "upload_time_iso_8601": "2024-12-05T17:06:14.002609Z",
            "url": "https://files.pythonhosted.org/packages/5d/46/b41623fbd27538a62d042a10ad268013f117255891f5744198f02287f4c9/FastWARC-0.15.1-cp313-cp313-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b002420abb6bf20d6ee5acd82a50e8736f95f3553b3d5837dc31ea69218bca19",
                "md5": "88b2d3fad3517f65eff9ae7b227fd593",
                "sha256": "5a9752b064445604eb2029d7b9a255a7dd6bc234a0e1e30a6e2c11651f818fc2"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp313-cp313-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "88b2d3fad3517f65eff9ae7b227fd593",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2242187,
            "upload_time": "2024-12-05T17:06:15",
            "upload_time_iso_8601": "2024-12-05T17:06:15.245397Z",
            "url": "https://files.pythonhosted.org/packages/b0/02/420abb6bf20d6ee5acd82a50e8736f95f3553b3d5837dc31ea69218bca19/FastWARC-0.15.1-cp313-cp313-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a43dece858251aa744067400d261f6f3681138557e12083ce63159430ef332e",
                "md5": "f9d4f819f7ee7500681303eb6697dddf",
                "sha256": "4c1338f353f3932e0b730c2c6ce51b8caeedc34bbbcc13aefee46c249f885ff2"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp313-cp313-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f9d4f819f7ee7500681303eb6697dddf",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2309629,
            "upload_time": "2024-12-05T17:06:16",
            "upload_time_iso_8601": "2024-12-05T17:06:16.647585Z",
            "url": "https://files.pythonhosted.org/packages/7a/43/dece858251aa744067400d261f6f3681138557e12083ce63159430ef332e/FastWARC-0.15.1-cp313-cp313-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24c1e011b4532de18bf79805282a10616a8c41b8b8e71ea4f018725cdc168bd6",
                "md5": "ce56b10f0813149084236f10ca49cd03",
                "sha256": "72c35d3d20d573c1d70479b7bfb13d0011e017d59acbdd2dc1acfe894991358a"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ce56b10f0813149084236f10ca49cd03",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 591021,
            "upload_time": "2024-12-05T17:06:17",
            "upload_time_iso_8601": "2024-12-05T17:06:17.895077Z",
            "url": "https://files.pythonhosted.org/packages/24/c1/e011b4532de18bf79805282a10616a8c41b8b8e71ea4f018725cdc168bd6/FastWARC-0.15.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d74f8739d8cdfcd0ef7672395d8965c9e89bc3985a49d88e51f3545776342739",
                "md5": "4bbba3eb332be2ec114888afb4d42f36",
                "sha256": "e9e7c76f46f2b62829ab28f4ef5fab0df79a3d6998cb36ccf142812d54141376"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp38-cp38-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4bbba3eb332be2ec114888afb4d42f36",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 440183,
            "upload_time": "2024-12-05T17:06:19",
            "upload_time_iso_8601": "2024-12-05T17:06:19.106414Z",
            "url": "https://files.pythonhosted.org/packages/d7/4f/8739d8cdfcd0ef7672395d8965c9e89bc3985a49d88e51f3545776342739/FastWARC-0.15.1-cp38-cp38-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fed6392dc7eab3452c5dad64a03788e2c0cb2ff402df3a892838a5482f945b26",
                "md5": "20a8fd64dcd0568f726cc6cf614119c9",
                "sha256": "17a0462e6f9c1b0318c385ff5911f4106862b06284f30541ca786e1b9773837d"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp38-cp38-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "20a8fd64dcd0568f726cc6cf614119c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 490083,
            "upload_time": "2024-12-05T17:06:20",
            "upload_time_iso_8601": "2024-12-05T17:06:20.363916Z",
            "url": "https://files.pythonhosted.org/packages/fe/d6/392dc7eab3452c5dad64a03788e2c0cb2ff402df3a892838a5482f945b26/FastWARC-0.15.1-cp38-cp38-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "900ddf513847a3bc668cb7f3ef5d38710f0007fdf4e1ac58496c972dc12ca1e6",
                "md5": "79aefd5ce8d4cca13212892d6d27e37c",
                "sha256": "85c4febf07ab52cba30fecc7e2ed9d28a273970f773020a00d0e745a0a58b332"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79aefd5ce8d4cca13212892d6d27e37c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2311616,
            "upload_time": "2024-12-05T17:06:22",
            "upload_time_iso_8601": "2024-12-05T17:06:22.360534Z",
            "url": "https://files.pythonhosted.org/packages/90/0d/df513847a3bc668cb7f3ef5d38710f0007fdf4e1ac58496c972dc12ca1e6/FastWARC-0.15.1-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e01587ee0b55df24aca971547beedcca983b47c3fc48b41d0d4ab1e22d763ff0",
                "md5": "769a3198d7bf1e17b385ea14e1ad1c98",
                "sha256": "a05caa8355086aa9c82e843d215f884ecdd12c3ce02fa8aa9f796210711d9e85"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "769a3198d7bf1e17b385ea14e1ad1c98",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 607659,
            "upload_time": "2024-12-05T17:06:23",
            "upload_time_iso_8601": "2024-12-05T17:06:23.728401Z",
            "url": "https://files.pythonhosted.org/packages/e0/15/87ee0b55df24aca971547beedcca983b47c3fc48b41d0d4ab1e22d763ff0/FastWARC-0.15.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7f19c49a11182ffc0bc2a5c9a0a645cf091dd236b1d93eca7ff6f08d2aa4556",
                "md5": "e706a12d61f1b2a290353222a9acbafc",
                "sha256": "9bbebd5c70da3c925122dc1ee36a4eec9bf173b022bc096e4020fe936b3113cf"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp39-cp39-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e706a12d61f1b2a290353222a9acbafc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 440282,
            "upload_time": "2024-12-05T17:06:26",
            "upload_time_iso_8601": "2024-12-05T17:06:26.238161Z",
            "url": "https://files.pythonhosted.org/packages/a7/f1/9c49a11182ffc0bc2a5c9a0a645cf091dd236b1d93eca7ff6f08d2aa4556/FastWARC-0.15.1-cp39-cp39-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72aa54b84626d92a34660477faa5463ad55e5ba7f6afb7c2d1ecd70c26d46e16",
                "md5": "b96116e970a8dcf805e8796bb59342b5",
                "sha256": "5ed83022aaf131bd73613771e84208a9e5661c31d2b7a2612504467cdee8f668"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp39-cp39-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b96116e970a8dcf805e8796bb59342b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 490906,
            "upload_time": "2024-12-05T17:06:28",
            "upload_time_iso_8601": "2024-12-05T17:06:28.026710Z",
            "url": "https://files.pythonhosted.org/packages/72/aa/54b84626d92a34660477faa5463ad55e5ba7f6afb7c2d1ecd70c26d46e16/FastWARC-0.15.1-cp39-cp39-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81c93f54b665f8b641edd468945dbd15ea9c97d5cafaaafb24ae688ef70a2ec1",
                "md5": "d5a6578bc77e1a930636011d76429db0",
                "sha256": "93b2527d0b59cf9cdea019f1a09cfaae057efb68fd3f85cbd95283925c05d18a"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5a6578bc77e1a930636011d76429db0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2257210,
            "upload_time": "2024-12-05T17:06:29",
            "upload_time_iso_8601": "2024-12-05T17:06:29.883750Z",
            "url": "https://files.pythonhosted.org/packages/81/c9/3f54b665f8b641edd468945dbd15ea9c97d5cafaaafb24ae688ef70a2ec1/FastWARC-0.15.1-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2001329827b024bc353ef11ee0e5c49a9e5266301cf792e6d6afc38bb801cf6",
                "md5": "f2d228d5986c22f6408e330c55975ade",
                "sha256": "6535b9cd8265296b8f173352ad44e513472fec90985b2c4ae5e2b91a5c2c19ba"
            },
            "downloads": -1,
            "filename": "FastWARC-0.15.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f2d228d5986c22f6408e330c55975ade",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 597523,
            "upload_time": "2024-12-05T17:06:32",
            "upload_time_iso_8601": "2024-12-05T17:06:32.321071Z",
            "url": "https://files.pythonhosted.org/packages/e2/00/1329827b024bc353ef11ee0e5c49a9e5266301cf792e6d6afc38bb801cf6/FastWARC-0.15.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fd1a0ae1ab7bc90ed438b60c5195e070543a8f6f5b541e48b805f7997b0a40e",
                "md5": "c01c27589e9bbac440948b30b31b8f6f",
                "sha256": "1910da19301bd5f3ce7a5e98badb7408f69469ed707844b376790f20d8b89c73"
            },
            "downloads": -1,
            "filename": "fastwarc-0.15.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c01c27589e9bbac440948b30b31b8f6f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 44622,
            "upload_time": "2024-12-05T17:06:34",
            "upload_time_iso_8601": "2024-12-05T17:06:34.818716Z",
            "url": "https://files.pythonhosted.org/packages/8f/d1/a0ae1ab7bc90ed438b60c5195e070543a8f6f5b541e48b805f7997b0a40e/fastwarc-0.15.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 17:06:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chatnoir-eu",
    "github_project": "chatnoir-resiliparse",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "fastwarc"
}
        
Elapsed time: 1.13901s