verbs


Nameverbs JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryEthereum ABM Library
upload_time2024-04-10 13:26:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords ethereum agent-based modelling simulation defi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VERBS

Python ABM library built around Rust backend.

Full documentation can be found [here](https://simtopia.github.io/verbs/).

## Getting Started

### Installation

VERBS can be installed via pip using

```
pip install verbs
```

### Building from Source

Building VERBS requires [maturin to be installed](https://www.maturin.rs/installation).

> :warning: On OSX ``patchelf`` should be manually installed using
  [homebrew](https://brew.sh)

The Python package can be built using [hatch](https://hatch.pypa.io/latest/)
by running

```
hatch run dev:build
```

### Jupyter Notebook

A jupyter notebook with VERBS installed as a dependency can be
run using [hatch](https://hatch.pypa.io/latest/)

```
hatch run notebook:jupyter
```

### Git Dependency

VERBS can be added as a direct dependency to your projects `pyproject.toml`
but requires maturin to be added as a build requirement, for example

```
[build-system]
requires = ["setuptools >= 61.0", "maturin>=1.2,<2.0"]
build-backend = "setuptools.build_meta"
```

## Examples

Examples of models implemented using VERBS can be
found in `/examples`. Larger examples can also be found in this
[repo](https://github.com/simtopia/verbs-examples).

## Developers & Contributing

VERBS is under active development, if you notice a problem
or have a suggestion please [open an issue](https://github.com/simtopia/verbs/issues).

We welcome contributions to this project, see [here](https://github.com/simtopia/verbs/blob/main/.github/docs/developers.md)
for developer notes.

## Rust Package

The core rust simulation engine can be used to write simulation
purely in Rust, with a significant gain in performance over
Python in most cases. See [here](https://docs.rs/verbs-rs/latest/verbs_rs/)
for the Rust package API documentation and
[here](https://github.com/simtopia/verbs/blob/main/.github/docs/rust.md)
for usage notes.

## Acknowledgements

VERBS simulation environments make extensive use of [revm](https://github.com/bluealloy/revm) a
Rust implementation of the Ethereum virtual machine, and [alloy](https://github.com/alloy-rs/)
Rust Ethereum libraries.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "verbs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Jordan <jordan@simtopia.ai>, Marc <marc@simtopia.ai>",
    "keywords": "ethereum, agent-based modelling, simulation, defi",
    "author": null,
    "author_email": "Jordan <jordan@simtopia.ai>, Marc <marc@simtopia.ai>",
    "download_url": "https://files.pythonhosted.org/packages/b7/51/1c820405125bbc033f598fc4c6a263279ec8d40f7eb988654b3df983d207/verbs-0.4.1.tar.gz",
    "platform": null,
    "description": "# VERBS\n\nPython ABM library built around Rust backend.\n\nFull documentation can be found [here](https://simtopia.github.io/verbs/).\n\n## Getting Started\n\n### Installation\n\nVERBS can be installed via pip using\n\n```\npip install verbs\n```\n\n### Building from Source\n\nBuilding VERBS requires [maturin to be installed](https://www.maturin.rs/installation).\n\n> :warning: On OSX ``patchelf`` should be manually installed using\n  [homebrew](https://brew.sh)\n\nThe Python package can be built using [hatch](https://hatch.pypa.io/latest/)\nby running\n\n```\nhatch run dev:build\n```\n\n### Jupyter Notebook\n\nA jupyter notebook with VERBS installed as a dependency can be\nrun using [hatch](https://hatch.pypa.io/latest/)\n\n```\nhatch run notebook:jupyter\n```\n\n### Git Dependency\n\nVERBS can be added as a direct dependency to your projects `pyproject.toml`\nbut requires maturin to be added as a build requirement, for example\n\n```\n[build-system]\nrequires = [\"setuptools >= 61.0\", \"maturin>=1.2,<2.0\"]\nbuild-backend = \"setuptools.build_meta\"\n```\n\n## Examples\n\nExamples of models implemented using VERBS can be\nfound in `/examples`. Larger examples can also be found in this\n[repo](https://github.com/simtopia/verbs-examples).\n\n## Developers & Contributing\n\nVERBS is under active development, if you notice a problem\nor have a suggestion please [open an issue](https://github.com/simtopia/verbs/issues).\n\nWe welcome contributions to this project, see [here](https://github.com/simtopia/verbs/blob/main/.github/docs/developers.md)\nfor developer notes.\n\n## Rust Package\n\nThe core rust simulation engine can be used to write simulation\npurely in Rust, with a significant gain in performance over\nPython in most cases. See [here](https://docs.rs/verbs-rs/latest/verbs_rs/)\nfor the Rust package API documentation and\n[here](https://github.com/simtopia/verbs/blob/main/.github/docs/rust.md)\nfor usage notes.\n\n## Acknowledgements\n\nVERBS simulation environments make extensive use of [revm](https://github.com/bluealloy/revm) a\nRust implementation of the Ethereum virtual machine, and [alloy](https://github.com/alloy-rs/)\nRust Ethereum libraries.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Ethereum ABM Library",
    "version": "0.4.1",
    "project_urls": {
        "docs": "https://simtopia.github.io/verbs/",
        "documentation": "https://simtopia.github.io/verbs/",
        "source": "https://github.com/simtopia/verbs"
    },
    "split_keywords": [
        "ethereum",
        " agent-based modelling",
        " simulation",
        " defi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e10495f03d743266cb8e81f8139a1e322560baca7ebd3f1cb1aef3a5f0c3980",
                "md5": "72d0e3a1b080c2c6bff4ef36354fe56f",
                "sha256": "b9acc43c4c7818ad6e3db7529d93ec8436f18506cf9731d9b92f04d17f4aaca5"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "72d0e3a1b080c2c6bff4ef36354fe56f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3540682,
            "upload_time": "2024-04-10T13:25:10",
            "upload_time_iso_8601": "2024-04-10T13:25:10.343230Z",
            "url": "https://files.pythonhosted.org/packages/2e/10/495f03d743266cb8e81f8139a1e322560baca7ebd3f1cb1aef3a5f0c3980/verbs-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78dd02de96a91f5fea673035c28a0a6ddc100d1f8f4e31769f792325ca864bca",
                "md5": "d6fd7e66c520e8e99fd45ef77eaac29f",
                "sha256": "5c86dd2464daec5a707afccf58e199ebfd5618105c72bbc2b8e0603fed57a79f"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d6fd7e66c520e8e99fd45ef77eaac29f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3415433,
            "upload_time": "2024-04-10T13:25:12",
            "upload_time_iso_8601": "2024-04-10T13:25:12.345883Z",
            "url": "https://files.pythonhosted.org/packages/78/dd/02de96a91f5fea673035c28a0a6ddc100d1f8f4e31769f792325ca864bca/verbs-0.4.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4096dbbb342eb1ea808208604e8590ada90e256810b8bca6fd8bff01980410d4",
                "md5": "e07a1458a8393838e02c7d81c747c12d",
                "sha256": "f7de89cd34ff0daf0aefea8c00e39197c999451367a18fb0ac33b23fcb0bd803"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "e07a1458a8393838e02c7d81c747c12d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5684783,
            "upload_time": "2024-04-10T13:25:14",
            "upload_time_iso_8601": "2024-04-10T13:25:14.107400Z",
            "url": "https://files.pythonhosted.org/packages/40/96/dbbb342eb1ea808208604e8590ada90e256810b8bca6fd8bff01980410d4/verbs-0.4.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb30b435267610311bbf36bc148f6e9f01412ceb0a66071d214b4828c2a2250b",
                "md5": "eb659b7f8df19b7736f25409ed26074d",
                "sha256": "2e95aebfb2e4b715f370b90773aa92877520aa8868675cc8aaba66e1d367b34b"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "eb659b7f8df19b7736f25409ed26074d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4991965,
            "upload_time": "2024-04-10T13:25:16",
            "upload_time_iso_8601": "2024-04-10T13:25:16.230423Z",
            "url": "https://files.pythonhosted.org/packages/eb/30/b435267610311bbf36bc148f6e9f01412ceb0a66071d214b4828c2a2250b/verbs-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfbd94a78f271691d1d1a945ad001f9302fc40fc1e1e5cac97d9c7dd6918cc1d",
                "md5": "063cb57c9268d9ee318613423583e370",
                "sha256": "f9edf21dfcd8ddeedc72d6234f268f7b40c218d123b69bcebbf645a1dff67561"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "063cb57c9268d9ee318613423583e370",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5406305,
            "upload_time": "2024-04-10T13:25:18",
            "upload_time_iso_8601": "2024-04-10T13:25:18.598182Z",
            "url": "https://files.pythonhosted.org/packages/cf/bd/94a78f271691d1d1a945ad001f9302fc40fc1e1e5cac97d9c7dd6918cc1d/verbs-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34c8086d5e91d7eeaa3ab7ce9f3a7c3e9d142da2d64b2410a040ca41052f00ce",
                "md5": "cfc8ad84633eb246b1f74df1a3f48181",
                "sha256": "ce53da327d3cf12f528e373443e892fc9a1fbbb8a8dd223cd975b44c52dd3bd2"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "cfc8ad84633eb246b1f74df1a3f48181",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2791838,
            "upload_time": "2024-04-10T13:25:20",
            "upload_time_iso_8601": "2024-04-10T13:25:20.396693Z",
            "url": "https://files.pythonhosted.org/packages/34/c8/086d5e91d7eeaa3ab7ce9f3a7c3e9d142da2d64b2410a040ca41052f00ce/verbs-0.4.1-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1a27e3839c33c353df79ac5eee506baae4257d91075e89f81cb4485f3f80d26",
                "md5": "ad9137fc481c47713408a588153c1b6e",
                "sha256": "459a633b6d7586820de75ba77093566debb98106708fc613f799014ca8b670ca"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ad9137fc481c47713408a588153c1b6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3074821,
            "upload_time": "2024-04-10T13:25:22",
            "upload_time_iso_8601": "2024-04-10T13:25:22.379062Z",
            "url": "https://files.pythonhosted.org/packages/b1/a2/7e3839c33c353df79ac5eee506baae4257d91075e89f81cb4485f3f80d26/verbs-0.4.1-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8834f4b9f09ba6f46effe9342141d9999ca702a9d8c2af346c5d8356c2f455e8",
                "md5": "eac539c69b42cb43e53bdca30a789988",
                "sha256": "d7a07ef5fb81b267ac87623f6878c41b25add0dfda187b6719e313494ee012f7"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eac539c69b42cb43e53bdca30a789988",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3540687,
            "upload_time": "2024-04-10T13:25:24",
            "upload_time_iso_8601": "2024-04-10T13:25:24.529438Z",
            "url": "https://files.pythonhosted.org/packages/88/34/f4b9f09ba6f46effe9342141d9999ca702a9d8c2af346c5d8356c2f455e8/verbs-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a808d9659edddc1281f5a5258330c352a48e0330c7a6301cfea6ecf9c05da4e1",
                "md5": "23ef91a4263fb076d49b656f3cf9e4b1",
                "sha256": "b1cd03721b7751545708285c475087f0800ff1e6be6d9f9ccc05cb05aa5030b5"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "23ef91a4263fb076d49b656f3cf9e4b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3415453,
            "upload_time": "2024-04-10T13:25:27",
            "upload_time_iso_8601": "2024-04-10T13:25:27.184310Z",
            "url": "https://files.pythonhosted.org/packages/a8/08/d9659edddc1281f5a5258330c352a48e0330c7a6301cfea6ecf9c05da4e1/verbs-0.4.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90fc974be8eeb5268427e42cbbccb49d208ad918f56fdf2e4f2a958fcdd02ea8",
                "md5": "4afc42b775f4ada8c4ee79e38aefc027",
                "sha256": "af857f462a3c10480c51e8831cc2cc8a8ec2c781321fc1bd9f3092aab31a523e"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "4afc42b775f4ada8c4ee79e38aefc027",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5685031,
            "upload_time": "2024-04-10T13:25:29",
            "upload_time_iso_8601": "2024-04-10T13:25:29.031487Z",
            "url": "https://files.pythonhosted.org/packages/90/fc/974be8eeb5268427e42cbbccb49d208ad918f56fdf2e4f2a958fcdd02ea8/verbs-0.4.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad8706eaddce247e52943d5a384cd362734e98624d9649b4160dd544f4fde768",
                "md5": "03cb2d6d9e30eafadd34cd9cb84ca0b1",
                "sha256": "fa86de33cae13a00cce2ffc433ee69c4884b1849842821bf5162969122ffdcac"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "03cb2d6d9e30eafadd34cd9cb84ca0b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4992015,
            "upload_time": "2024-04-10T13:25:31",
            "upload_time_iso_8601": "2024-04-10T13:25:31.017267Z",
            "url": "https://files.pythonhosted.org/packages/ad/87/06eaddce247e52943d5a384cd362734e98624d9649b4160dd544f4fde768/verbs-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcf291e114b4f32e77bba2cf078790bc9811d5d15b5c60ff654f5b9ff138aa93",
                "md5": "c4d9ab9a684b35950a53db7f3bcb3310",
                "sha256": "cbe37141d5ddf235f67d26fba3c39695a0e18179b1ead913565ba23c645e68c3"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c4d9ab9a684b35950a53db7f3bcb3310",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5406570,
            "upload_time": "2024-04-10T13:25:32",
            "upload_time_iso_8601": "2024-04-10T13:25:32.780665Z",
            "url": "https://files.pythonhosted.org/packages/fc/f2/91e114b4f32e77bba2cf078790bc9811d5d15b5c60ff654f5b9ff138aa93/verbs-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bcbc57d2988dafb2a7632ca781f83cc90009b3b33209e2c90a196b28b71250e",
                "md5": "65d773b375d5d50f356579f52be8a6d7",
                "sha256": "91798c1433dab2601e5b6373e352804eca65934c7b3a38af6aa7b7a15cdd06df"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "65d773b375d5d50f356579f52be8a6d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2791828,
            "upload_time": "2024-04-10T13:25:34",
            "upload_time_iso_8601": "2024-04-10T13:25:34.524803Z",
            "url": "https://files.pythonhosted.org/packages/3b/cb/c57d2988dafb2a7632ca781f83cc90009b3b33209e2c90a196b28b71250e/verbs-0.4.1-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8032a7d52a658a5dfb79c8073a17a5de8201e1a720e83a001043c774d6b5f0bf",
                "md5": "360dc2c03dd73eed00121a4104db7d5a",
                "sha256": "8f2ed9d727d2122afec3bf02e36530bd6a433d269870ebccb063b2ad4665bbae"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "360dc2c03dd73eed00121a4104db7d5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3074775,
            "upload_time": "2024-04-10T13:25:36",
            "upload_time_iso_8601": "2024-04-10T13:25:36.978204Z",
            "url": "https://files.pythonhosted.org/packages/80/32/a7d52a658a5dfb79c8073a17a5de8201e1a720e83a001043c774d6b5f0bf/verbs-0.4.1-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e93e1ee279162635525215519029e35784eefa6bbf30ec502200ee0fdf9b155",
                "md5": "3e6c15934fc241d2f307aeb8d5bd93b2",
                "sha256": "4992d522c7ba1f0a24932a65e60b045cdfdc58005becee1b64b842e6521ca262"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e6c15934fc241d2f307aeb8d5bd93b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3538919,
            "upload_time": "2024-04-10T13:25:39",
            "upload_time_iso_8601": "2024-04-10T13:25:39.571065Z",
            "url": "https://files.pythonhosted.org/packages/1e/93/e1ee279162635525215519029e35784eefa6bbf30ec502200ee0fdf9b155/verbs-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d93a25a26537652d8e6917e3008e27485379dc4c07fc52edd3774652e016641c",
                "md5": "1e9aec902ac0cdff60e5e5c3d9f05b69",
                "sha256": "d08b6e4324965208b4e7803ec33e9f56d6c0ccc9d7cc7e8b24f1b854c833476e"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1e9aec902ac0cdff60e5e5c3d9f05b69",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3416219,
            "upload_time": "2024-04-10T13:25:41",
            "upload_time_iso_8601": "2024-04-10T13:25:41.545479Z",
            "url": "https://files.pythonhosted.org/packages/d9/3a/25a26537652d8e6917e3008e27485379dc4c07fc52edd3774652e016641c/verbs-0.4.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d185eb2e9271c7b0ffc141dc1dba95e47379ddf71f16a77f6a194716c3e9ab75",
                "md5": "1af0ef6df64754532200596c07c32b1f",
                "sha256": "9fc83e20c88038b5d9bb9d5dd489b7ae5f6d899f7af6c49587e591a47bac775b"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "1af0ef6df64754532200596c07c32b1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5685058,
            "upload_time": "2024-04-10T13:25:43",
            "upload_time_iso_8601": "2024-04-10T13:25:43.246521Z",
            "url": "https://files.pythonhosted.org/packages/d1/85/eb2e9271c7b0ffc141dc1dba95e47379ddf71f16a77f6a194716c3e9ab75/verbs-0.4.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e03ddc1c5d2e02aff3f890e1ce22bc0a6abf5f1bcfdbbce16951038cb862fc21",
                "md5": "f90e2b3cc46aadc53701da7aa55efe8e",
                "sha256": "21ac2c12037bdfeef7b9a6f060b37ea3f25d7e5c6f5e570a76972ffed890ed1e"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f90e2b3cc46aadc53701da7aa55efe8e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 4995111,
            "upload_time": "2024-04-10T13:25:45",
            "upload_time_iso_8601": "2024-04-10T13:25:45.681374Z",
            "url": "https://files.pythonhosted.org/packages/e0/3d/dc1c5d2e02aff3f890e1ce22bc0a6abf5f1bcfdbbce16951038cb862fc21/verbs-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1b96dbc01bacf2eb39d34b8e4deeb3db57c91481ac04996e214ea27cf71ae57",
                "md5": "d80d0b22212bf26c86b060b2985d0a19",
                "sha256": "1cc4bef923d3bf6c1e235c08632df58a0eeba5baf5a840d173cb17644923203c"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d80d0b22212bf26c86b060b2985d0a19",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5407687,
            "upload_time": "2024-04-10T13:25:47",
            "upload_time_iso_8601": "2024-04-10T13:25:47.714509Z",
            "url": "https://files.pythonhosted.org/packages/d1/b9/6dbc01bacf2eb39d34b8e4deeb3db57c91481ac04996e214ea27cf71ae57/verbs-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ac5b2f9d4752c7367a3c999f3cab392c8aca136b465b13da8872eb14fdb6dd0",
                "md5": "85785ad122898c7e6d1ef047ec6f80c3",
                "sha256": "363ad71bc5e4d8f4b09c76616e1256a23a5272543889ad8294ded2bae6f58e02"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "85785ad122898c7e6d1ef047ec6f80c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2792483,
            "upload_time": "2024-04-10T13:25:49",
            "upload_time_iso_8601": "2024-04-10T13:25:49.363462Z",
            "url": "https://files.pythonhosted.org/packages/3a/c5/b2f9d4752c7367a3c999f3cab392c8aca136b465b13da8872eb14fdb6dd0/verbs-0.4.1-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af3344150283b67de9ffec2b32b73bd47a8cb313f95744b47b0884d41c4c8ef6",
                "md5": "8cb58dc0075ea7867bcdf4e62aa82e78",
                "sha256": "fc5455b6185ce8dd9ce27cac935e0ff841150f69f8cd72bc1d45595b8d0f106c"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8cb58dc0075ea7867bcdf4e62aa82e78",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3076063,
            "upload_time": "2024-04-10T13:25:51",
            "upload_time_iso_8601": "2024-04-10T13:25:51.843199Z",
            "url": "https://files.pythonhosted.org/packages/af/33/44150283b67de9ffec2b32b73bd47a8cb313f95744b47b0884d41c4c8ef6/verbs-0.4.1-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23679880534d32e4fffe13c2da20c60558f9082457f189702207ea612c66cf9e",
                "md5": "deffb95928902217e857b51ddf095622",
                "sha256": "654723e013369d8a4cad6807b4296c5a84ac9ed84cbd31d4362847a6455e5817"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp38-cp38-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "deffb95928902217e857b51ddf095622",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3541187,
            "upload_time": "2024-04-10T13:25:53",
            "upload_time_iso_8601": "2024-04-10T13:25:53.688224Z",
            "url": "https://files.pythonhosted.org/packages/23/67/9880534d32e4fffe13c2da20c60558f9082457f189702207ea612c66cf9e/verbs-0.4.1-cp38-cp38-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac81b4b11c7b523263dee896c32eebfc096b5acff911f0b000ab9c1c230b40be",
                "md5": "bc75716e50ffd76df34079fe5fc7f105",
                "sha256": "047c5f3842aa1ade3828e5edf62a2b972c77b03d58e05b688180f0b999f15d07"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bc75716e50ffd76df34079fe5fc7f105",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3416062,
            "upload_time": "2024-04-10T13:25:55",
            "upload_time_iso_8601": "2024-04-10T13:25:55.356626Z",
            "url": "https://files.pythonhosted.org/packages/ac/81/b4b11c7b523263dee896c32eebfc096b5acff911f0b000ab9c1c230b40be/verbs-0.4.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f6d43a3cb51be82c462b033bdf8fc8ab290db5f7db8a45095742d787dae8f9e",
                "md5": "572a284fb60716065ebd5685d170652c",
                "sha256": "d00f3561723c92e3326a64f9c9f1ea955354411bbdd294b99c352220b0ed62cf"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "572a284fb60716065ebd5685d170652c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5685006,
            "upload_time": "2024-04-10T13:25:57",
            "upload_time_iso_8601": "2024-04-10T13:25:57.353309Z",
            "url": "https://files.pythonhosted.org/packages/6f/6d/43a3cb51be82c462b033bdf8fc8ab290db5f7db8a45095742d787dae8f9e/verbs-0.4.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99a2a49a0cb50e2fc3bf92b3a3ca01efa84fa4736f8374d2b42d2a5289114f50",
                "md5": "6719aa742ff39c93c5d8d7292738eb6c",
                "sha256": "298c237d3e366bc421ed31c7770488b03f0dcabe092c8b85f56198630be04f5c"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6719aa742ff39c93c5d8d7292738eb6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4990940,
            "upload_time": "2024-04-10T13:25:59",
            "upload_time_iso_8601": "2024-04-10T13:25:59.147196Z",
            "url": "https://files.pythonhosted.org/packages/99/a2/a49a0cb50e2fc3bf92b3a3ca01efa84fa4736f8374d2b42d2a5289114f50/verbs-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7214be5cf0b3e743ac4ab03ee8516ef35a5549e1d68db6878625e81d8c954c22",
                "md5": "e4049d001a425b7c73c00d280f56126a",
                "sha256": "f29721efebf7ecdf6638a78f8865386725feb2f3d980279a34a27e83c399ccc7"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4049d001a425b7c73c00d280f56126a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5406748,
            "upload_time": "2024-04-10T13:26:01",
            "upload_time_iso_8601": "2024-04-10T13:26:01.683464Z",
            "url": "https://files.pythonhosted.org/packages/72/14/be5cf0b3e743ac4ab03ee8516ef35a5549e1d68db6878625e81d8c954c22/verbs-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22b38144231dba0cb4ab481c599a7d75740e1eb64a19ca2d901dee15fd1996a1",
                "md5": "827d23afa8c844b1ccd43a09afec04eb",
                "sha256": "7c9ded7eca26b739f5e3194c7445ed6dd78d3c249d6cc0f43a720bceff2d62f2"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "827d23afa8c844b1ccd43a09afec04eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2793272,
            "upload_time": "2024-04-10T13:26:03",
            "upload_time_iso_8601": "2024-04-10T13:26:03.613458Z",
            "url": "https://files.pythonhosted.org/packages/22/b3/8144231dba0cb4ab481c599a7d75740e1eb64a19ca2d901dee15fd1996a1/verbs-0.4.1-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83fb9c13cd5a2b91f06651adc076ac2a1f73a02f49f139de09fc0864ed7d17e8",
                "md5": "031503c0efb1c1ee70309cb5a95f3879",
                "sha256": "9c2b601095e9175806f93013e5d3539f5c8af1bf4408e9d4bff0e550bbd78793"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "031503c0efb1c1ee70309cb5a95f3879",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3074726,
            "upload_time": "2024-04-10T13:26:05",
            "upload_time_iso_8601": "2024-04-10T13:26:05.411173Z",
            "url": "https://files.pythonhosted.org/packages/83/fb/9c13cd5a2b91f06651adc076ac2a1f73a02f49f139de09fc0864ed7d17e8/verbs-0.4.1-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06ca87223b9d67e9494cb6c17b34c7ffdfbf2fcbcc66102b53c5b609bd0e69b9",
                "md5": "9340d8ab26929ed94ee3812280801616",
                "sha256": "544e02af135471c1442876dc91a644b7c12c71e3f8b1e2cfc5fb1252136ddd9d"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9340d8ab26929ed94ee3812280801616",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3540366,
            "upload_time": "2024-04-10T13:26:08",
            "upload_time_iso_8601": "2024-04-10T13:26:08.416554Z",
            "url": "https://files.pythonhosted.org/packages/06/ca/87223b9d67e9494cb6c17b34c7ffdfbf2fcbcc66102b53c5b609bd0e69b9/verbs-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8f1c5eb9085ed4709de0d9b717167d5274c0184de23f9c90f4ce51ef930fa5f",
                "md5": "d0894e825d1d97a5634c7309d818aaac",
                "sha256": "5d94192cc0914d1dff8920ae775fad0b2685d114bc16ea854443badf49464a2f"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d0894e825d1d97a5634c7309d818aaac",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3415230,
            "upload_time": "2024-04-10T13:26:10",
            "upload_time_iso_8601": "2024-04-10T13:26:10.401466Z",
            "url": "https://files.pythonhosted.org/packages/c8/f1/c5eb9085ed4709de0d9b717167d5274c0184de23f9c90f4ce51ef930fa5f/verbs-0.4.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7029a3f0cb18ebac158acfc82a7986e12f1a764a8d6023e8ed606ea853c5b7d8",
                "md5": "6696663935b1768a9112e34a9f878329",
                "sha256": "a78ad5c1f576c94a072283846e7e40b2510aa55a628b764cf4311b624af3ba77"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "6696663935b1768a9112e34a9f878329",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5685634,
            "upload_time": "2024-04-10T13:26:12",
            "upload_time_iso_8601": "2024-04-10T13:26:12.119806Z",
            "url": "https://files.pythonhosted.org/packages/70/29/a3f0cb18ebac158acfc82a7986e12f1a764a8d6023e8ed606ea853c5b7d8/verbs-0.4.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8736a176b44b030effb310ac346efefd8335d102575d1023a5dd8fd7966575a6",
                "md5": "624b90bdc420762cb2ab07f5482c9d30",
                "sha256": "bc3b1e4e3e9644ee9fa1e2be89a14f80da349711aa1d7db913e2bac4a30c926d"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "624b90bdc420762cb2ab07f5482c9d30",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4991694,
            "upload_time": "2024-04-10T13:26:14",
            "upload_time_iso_8601": "2024-04-10T13:26:14.004409Z",
            "url": "https://files.pythonhosted.org/packages/87/36/a176b44b030effb310ac346efefd8335d102575d1023a5dd8fd7966575a6/verbs-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ff6e79dd1833d63de0e3fb54c42b4c8414a6ef57525e46ce1ca83b971667d31",
                "md5": "669653c05f7f40966dffad4803fb3526",
                "sha256": "2cdb5736d6c9e255b804e4985f0f1762adbaac40a6d3f0eae65178f819b80715"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "669653c05f7f40966dffad4803fb3526",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5405575,
            "upload_time": "2024-04-10T13:26:15",
            "upload_time_iso_8601": "2024-04-10T13:26:15.779486Z",
            "url": "https://files.pythonhosted.org/packages/6f/f6/e79dd1833d63de0e3fb54c42b4c8414a6ef57525e46ce1ca83b971667d31/verbs-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db5488c1e71b0ca85fd77499ac5903f107e5a95f0e92c8f51fe12411e2b69b73",
                "md5": "3768dc32491e843617e61e547c00de83",
                "sha256": "84831925ba0b269efd9d29e9853693505379c199d388ae63b34ae92e090e4db9"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "3768dc32491e843617e61e547c00de83",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2792020,
            "upload_time": "2024-04-10T13:26:18",
            "upload_time_iso_8601": "2024-04-10T13:26:18.057766Z",
            "url": "https://files.pythonhosted.org/packages/db/54/88c1e71b0ca85fd77499ac5903f107e5a95f0e92c8f51fe12411e2b69b73/verbs-0.4.1-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "928e86d026895ecfd6ddd146344649ca39b72def74b9f4663f9f0ec84f04207b",
                "md5": "cac5ffb415379b9ef5dcdaa255d8b51d",
                "sha256": "642de358a739d75335ea850a528ceab4401e032be6caa029f399382237c116d0"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cac5ffb415379b9ef5dcdaa255d8b51d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3074884,
            "upload_time": "2024-04-10T13:26:20",
            "upload_time_iso_8601": "2024-04-10T13:26:20.453365Z",
            "url": "https://files.pythonhosted.org/packages/92/8e/86d026895ecfd6ddd146344649ca39b72def74b9f4663f9f0ec84f04207b/verbs-0.4.1-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd3b224802069079d86a30dae900a0e2cb502dc282edd6e4119ab9633cef22c8",
                "md5": "87329ae23ff66fc002fb720ecb092881",
                "sha256": "d8f19dfacc5a19c5a0f4ebf99deb362f55b6ddee1b01d6b71e0f50c61bdabda7"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "87329ae23ff66fc002fb720ecb092881",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 5687412,
            "upload_time": "2024-04-10T13:26:23",
            "upload_time_iso_8601": "2024-04-10T13:26:23.215499Z",
            "url": "https://files.pythonhosted.org/packages/dd/3b/224802069079d86a30dae900a0e2cb502dc282edd6e4119ab9633cef22c8/verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51c5daefe93eb863f5df2ddaf5a15cf5e8523425e62f84f2549d47c70da97d44",
                "md5": "62a26d75c2d4c862cacf0a0201709474",
                "sha256": "1ff3ae6d902c30c6e188328ada047682f7ce8d8b531db4082ab6715b6795b060"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "62a26d75c2d4c862cacf0a0201709474",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 4998510,
            "upload_time": "2024-04-10T13:26:25",
            "upload_time_iso_8601": "2024-04-10T13:26:25.044560Z",
            "url": "https://files.pythonhosted.org/packages/51/c5/daefe93eb863f5df2ddaf5a15cf5e8523425e62f84f2549d47c70da97d44/verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0368f0338edfa8687b67296b878faaa23b65468894500932a1863981d172b3e0",
                "md5": "7c7479886f17fc54da3dc1c87cb61411",
                "sha256": "98f66c7221aba17a74bd8cdf2e3b7ff7039d7717cf807d6b310f457ecbce2323"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c7479886f17fc54da3dc1c87cb61411",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 5408431,
            "upload_time": "2024-04-10T13:26:26",
            "upload_time_iso_8601": "2024-04-10T13:26:26.785118Z",
            "url": "https://files.pythonhosted.org/packages/03/68/f0338edfa8687b67296b878faaa23b65468894500932a1863981d172b3e0/verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bdadd043b798979f0d31e7f5410e649ef80ec4b4afc6df1058e4ab97a7e76f2",
                "md5": "6a49d21927c3b985f55d069f401f1db5",
                "sha256": "6e267247fd0d454949bb172b915737a5dd87472034d1a79a1e0105767728c661"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "6a49d21927c3b985f55d069f401f1db5",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 5686271,
            "upload_time": "2024-04-10T13:26:29",
            "upload_time_iso_8601": "2024-04-10T13:26:29.326754Z",
            "url": "https://files.pythonhosted.org/packages/9b/da/dd043b798979f0d31e7f5410e649ef80ec4b4afc6df1058e4ab97a7e76f2/verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d637b0a11edc77e886bacd1617345073cef73d1d85d7048fa5583e1104cab30",
                "md5": "72558480de0f6155872a5c358802f6ce",
                "sha256": "038721d18251dcbab6a94856bbb8c46408f0226b5a1f265011a6e7fab27a5a9d"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "72558480de0f6155872a5c358802f6ce",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 4998574,
            "upload_time": "2024-04-10T13:26:31",
            "upload_time_iso_8601": "2024-04-10T13:26:31.162590Z",
            "url": "https://files.pythonhosted.org/packages/7d/63/7b0a11edc77e886bacd1617345073cef73d1d85d7048fa5583e1104cab30/verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f62de18ce5cb8eb6f1dcf4162cf2e4b246976e7fb7c4f098d656e23a158b653e",
                "md5": "dcc2c637396873e65ae80fa76d71c36e",
                "sha256": "d52f9291ba7112badcdaaae827abafc2a792328bd29f01bb204e148ddefee3f6"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dcc2c637396873e65ae80fa76d71c36e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 5407987,
            "upload_time": "2024-04-10T13:26:33",
            "upload_time_iso_8601": "2024-04-10T13:26:33.058771Z",
            "url": "https://files.pythonhosted.org/packages/f6/2d/e18ce5cb8eb6f1dcf4162cf2e4b246976e7fb7c4f098d656e23a158b653e/verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd9ceddb2da8831d019c6ddc9e877da28e87166d65a6ef1facaf2420f4489d0d",
                "md5": "319b20b502932e8f5bb1c503a209ec02",
                "sha256": "aca69ebd55debaaae2ccb460fcb33053095d5dc7581495f5423d0c19a98871b5"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "319b20b502932e8f5bb1c503a209ec02",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 5687663,
            "upload_time": "2024-04-10T13:26:35",
            "upload_time_iso_8601": "2024-04-10T13:26:35.446789Z",
            "url": "https://files.pythonhosted.org/packages/bd/9c/eddb2da8831d019c6ddc9e877da28e87166d65a6ef1facaf2420f4489d0d/verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "858157465108de55856879fc5fe746ee98b4816379a7b4b1216de5fbf589e192",
                "md5": "8cb4a1d93815f21793406eb8f434b72c",
                "sha256": "e912cefb6b6b983ce6dd257280036a3afad5b4b4cdc3bc8a616b1bccc9a2e684"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8cb4a1d93815f21793406eb8f434b72c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 4998536,
            "upload_time": "2024-04-10T13:26:37",
            "upload_time_iso_8601": "2024-04-10T13:26:37.291356Z",
            "url": "https://files.pythonhosted.org/packages/85/81/57465108de55856879fc5fe746ee98b4816379a7b4b1216de5fbf589e192/verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f7e99648ad44b6410f4cf1312011bc406b9bc5a69ddc81f2bace264ff79064f",
                "md5": "61b50d7fb9b072342dbe48994a7d6f93",
                "sha256": "927a683c87cc99b559323f07acaf634151b511da1947c9a8dcbbc43d665a808b"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "61b50d7fb9b072342dbe48994a7d6f93",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 5408405,
            "upload_time": "2024-04-10T13:26:39",
            "upload_time_iso_8601": "2024-04-10T13:26:39.910176Z",
            "url": "https://files.pythonhosted.org/packages/0f/7e/99648ad44b6410f4cf1312011bc406b9bc5a69ddc81f2bace264ff79064f/verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7511c820405125bbc033f598fc4c6a263279ec8d40f7eb988654b3df983d207",
                "md5": "8ae336419c819e5487e222c0398c10dc",
                "sha256": "5785dbca1332e468c067dde4a1712c44a6c30175dbf8eae8bcfe69336a102ba5"
            },
            "downloads": -1,
            "filename": "verbs-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8ae336419c819e5487e222c0398c10dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 73801,
            "upload_time": "2024-04-10T13:26:41",
            "upload_time_iso_8601": "2024-04-10T13:26:41.848264Z",
            "url": "https://files.pythonhosted.org/packages/b7/51/1c820405125bbc033f598fc4c6a263279ec8d40f7eb988654b3df983d207/verbs-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 13:26:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "simtopia",
    "github_project": "verbs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "verbs"
}
        
Elapsed time: 0.24210s