Skip to main content

Ethereum ABM Library

Project description

VERBS

Python ABM library built around Rust backend.

Full documentation can be found here.

Getting Started

Installation

VERBS can be installed via pip using

pip install verbs

Building from Source

Building VERBS requires maturin to be installed.

:warning: On OSX patchelf should be manually installed using homebrew

The Python package can be built using hatch by running

hatch run dev:build

Jupyter Notebook

A jupyter notebook with VERBS installed as a dependency can be run using hatch

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.

Developers & Contributing

VERBS is under active development, if you notice a problem or have a suggestion please open an issue.

We welcome contributions to this project, see here 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 for the Rust package API documentation and here for usage notes.

Acknowledgements

VERBS simulation environments make extensive use of revm a Rust implementation of the Ethereum virtual machine, and alloy Rust Ethereum libraries.

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

verbs-0.4.1.tar.gz (73.8 kB view details)

Uploaded Source

Built Distributions

verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (5.7 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (5.7 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (5.7 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

verbs-0.4.1-cp312-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

verbs-0.4.1-cp312-none-win32.whl (2.8 MB view details)

Uploaded CPython 3.12 Windows x86

verbs-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

verbs-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

verbs-0.4.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (5.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.12+ i686

verbs-0.4.1-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

verbs-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

verbs-0.4.1-cp311-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

verbs-0.4.1-cp311-none-win32.whl (2.8 MB view details)

Uploaded CPython 3.11 Windows x86

verbs-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

verbs-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

verbs-0.4.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (5.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.12+ i686

verbs-0.4.1-cp311-cp311-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

verbs-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

verbs-0.4.1-cp310-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

verbs-0.4.1-cp310-none-win32.whl (2.8 MB view details)

Uploaded CPython 3.10 Windows x86

verbs-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

verbs-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

verbs-0.4.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (5.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

verbs-0.4.1-cp310-cp310-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

verbs-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

verbs-0.4.1-cp39-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

verbs-0.4.1-cp39-none-win32.whl (2.8 MB view details)

Uploaded CPython 3.9 Windows x86

verbs-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

verbs-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

verbs-0.4.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (5.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

verbs-0.4.1-cp39-cp39-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

verbs-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

verbs-0.4.1-cp38-none-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

verbs-0.4.1-cp38-none-win32.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86

verbs-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

verbs-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

verbs-0.4.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (5.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

verbs-0.4.1-cp38-cp38-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

verbs-0.4.1-cp38-cp38-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

File details

Details for the file verbs-0.4.1.tar.gz.

File metadata

  • Download URL: verbs-0.4.1.tar.gz
  • Upload date:
  • Size: 73.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1.tar.gz
Algorithm Hash digest
SHA256 5785dbca1332e468c067dde4a1712c44a6c30175dbf8eae8bcfe69336a102ba5
MD5 8ae336419c819e5487e222c0398c10dc
BLAKE2b-256 b7511c820405125bbc033f598fc4c6a263279ec8d40f7eb988654b3df983d207

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98f66c7221aba17a74bd8cdf2e3b7ff7039d7717cf807d6b310f457ecbce2323
MD5 7c7479886f17fc54da3dc1c87cb61411
BLAKE2b-256 0368f0338edfa8687b67296b878faaa23b65468894500932a1863981d172b3e0

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1ff3ae6d902c30c6e188328ada047682f7ce8d8b531db4082ab6715b6795b060
MD5 62a26d75c2d4c862cacf0a0201709474
BLAKE2b-256 51c5daefe93eb863f5df2ddaf5a15cf5e8523425e62f84f2549d47c70da97d44

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d8f19dfacc5a19c5a0f4ebf99deb362f55b6ddee1b01d6b71e0f50c61bdabda7
MD5 87329ae23ff66fc002fb720ecb092881
BLAKE2b-256 dd3b224802069079d86a30dae900a0e2cb502dc282edd6e4119ab9633cef22c8

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 927a683c87cc99b559323f07acaf634151b511da1947c9a8dcbbc43d665a808b
MD5 61b50d7fb9b072342dbe48994a7d6f93
BLAKE2b-256 0f7e99648ad44b6410f4cf1312011bc406b9bc5a69ddc81f2bace264ff79064f

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e912cefb6b6b983ce6dd257280036a3afad5b4b4cdc3bc8a616b1bccc9a2e684
MD5 8cb4a1d93815f21793406eb8f434b72c
BLAKE2b-256 858157465108de55856879fc5fe746ee98b4816379a7b4b1216de5fbf589e192

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 aca69ebd55debaaae2ccb460fcb33053095d5dc7581495f5423d0c19a98871b5
MD5 319b20b502932e8f5bb1c503a209ec02
BLAKE2b-256 bd9ceddb2da8831d019c6ddc9e877da28e87166d65a6ef1facaf2420f4489d0d

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d52f9291ba7112badcdaaae827abafc2a792328bd29f01bb204e148ddefee3f6
MD5 dcc2c637396873e65ae80fa76d71c36e
BLAKE2b-256 f62de18ce5cb8eb6f1dcf4162cf2e4b246976e7fb7c4f098d656e23a158b653e

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 038721d18251dcbab6a94856bbb8c46408f0226b5a1f265011a6e7fab27a5a9d
MD5 72558480de0f6155872a5c358802f6ce
BLAKE2b-256 7d637b0a11edc77e886bacd1617345073cef73d1d85d7048fa5583e1104cab30

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6e267247fd0d454949bb172b915737a5dd87472034d1a79a1e0105767728c661
MD5 6a49d21927c3b985f55d069f401f1db5
BLAKE2b-256 9bdadd043b798979f0d31e7f5410e649ef80ec4b4afc6df1058e4ab97a7e76f2

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp312-none-win_amd64.whl.

File metadata

  • Download URL: verbs-0.4.1-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 fc5455b6185ce8dd9ce27cac935e0ff841150f69f8cd72bc1d45595b8d0f106c
MD5 8cb58dc0075ea7867bcdf4e62aa82e78
BLAKE2b-256 af3344150283b67de9ffec2b32b73bd47a8cb313f95744b47b0884d41c4c8ef6

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp312-none-win32.whl.

File metadata

  • Download URL: verbs-0.4.1-cp312-none-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 363ad71bc5e4d8f4b09c76616e1256a23a5272543889ad8294ded2bae6f58e02
MD5 85785ad122898c7e6d1ef047ec6f80c3
BLAKE2b-256 3ac5b2f9d4752c7367a3c999f3cab392c8aca136b465b13da8872eb14fdb6dd0

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1cc4bef923d3bf6c1e235c08632df58a0eeba5baf5a840d173cb17644923203c
MD5 d80d0b22212bf26c86b060b2985d0a19
BLAKE2b-256 d1b96dbc01bacf2eb39d34b8e4deeb3db57c91481ac04996e214ea27cf71ae57

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 21ac2c12037bdfeef7b9a6f060b37ea3f25d7e5c6f5e570a76972ffed890ed1e
MD5 f90e2b3cc46aadc53701da7aa55efe8e
BLAKE2b-256 e03ddc1c5d2e02aff3f890e1ce22bc0a6abf5f1bcfdbbce16951038cb862fc21

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9fc83e20c88038b5d9bb9d5dd489b7ae5f6d899f7af6c49587e591a47bac775b
MD5 1af0ef6df64754532200596c07c32b1f
BLAKE2b-256 d185eb2e9271c7b0ffc141dc1dba95e47379ddf71f16a77f6a194716c3e9ab75

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d08b6e4324965208b4e7803ec33e9f56d6c0ccc9d7cc7e8b24f1b854c833476e
MD5 1e9aec902ac0cdff60e5e5c3d9f05b69
BLAKE2b-256 d93a25a26537652d8e6917e3008e27485379dc4c07fc52edd3774652e016641c

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4992d522c7ba1f0a24932a65e60b045cdfdc58005becee1b64b842e6521ca262
MD5 3e6c15934fc241d2f307aeb8d5bd93b2
BLAKE2b-256 1e93e1ee279162635525215519029e35784eefa6bbf30ec502200ee0fdf9b155

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp311-none-win_amd64.whl.

File metadata

  • Download URL: verbs-0.4.1-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 8f2ed9d727d2122afec3bf02e36530bd6a433d269870ebccb063b2ad4665bbae
MD5 360dc2c03dd73eed00121a4104db7d5a
BLAKE2b-256 8032a7d52a658a5dfb79c8073a17a5de8201e1a720e83a001043c774d6b5f0bf

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp311-none-win32.whl.

File metadata

  • Download URL: verbs-0.4.1-cp311-none-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 91798c1433dab2601e5b6373e352804eca65934c7b3a38af6aa7b7a15cdd06df
MD5 65d773b375d5d50f356579f52be8a6d7
BLAKE2b-256 3bcbc57d2988dafb2a7632ca781f83cc90009b3b33209e2c90a196b28b71250e

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbe37141d5ddf235f67d26fba3c39695a0e18179b1ead913565ba23c645e68c3
MD5 c4d9ab9a684b35950a53db7f3bcb3310
BLAKE2b-256 fcf291e114b4f32e77bba2cf078790bc9811d5d15b5c60ff654f5b9ff138aa93

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fa86de33cae13a00cce2ffc433ee69c4884b1849842821bf5162969122ffdcac
MD5 03cb2d6d9e30eafadd34cd9cb84ca0b1
BLAKE2b-256 ad8706eaddce247e52943d5a384cd362734e98624d9649b4160dd544f4fde768

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 af857f462a3c10480c51e8831cc2cc8a8ec2c781321fc1bd9f3092aab31a523e
MD5 4afc42b775f4ada8c4ee79e38aefc027
BLAKE2b-256 90fc974be8eeb5268427e42cbbccb49d208ad918f56fdf2e4f2a958fcdd02ea8

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1cd03721b7751545708285c475087f0800ff1e6be6d9f9ccc05cb05aa5030b5
MD5 23ef91a4263fb076d49b656f3cf9e4b1
BLAKE2b-256 a808d9659edddc1281f5a5258330c352a48e0330c7a6301cfea6ecf9c05da4e1

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d7a07ef5fb81b267ac87623f6878c41b25add0dfda187b6719e313494ee012f7
MD5 eac539c69b42cb43e53bdca30a789988
BLAKE2b-256 8834f4b9f09ba6f46effe9342141d9999ca702a9d8c2af346c5d8356c2f455e8

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp310-none-win_amd64.whl.

File metadata

  • Download URL: verbs-0.4.1-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 459a633b6d7586820de75ba77093566debb98106708fc613f799014ca8b670ca
MD5 ad9137fc481c47713408a588153c1b6e
BLAKE2b-256 b1a27e3839c33c353df79ac5eee506baae4257d91075e89f81cb4485f3f80d26

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp310-none-win32.whl.

File metadata

  • Download URL: verbs-0.4.1-cp310-none-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 ce53da327d3cf12f528e373443e892fc9a1fbbb8a8dd223cd975b44c52dd3bd2
MD5 cfc8ad84633eb246b1f74df1a3f48181
BLAKE2b-256 34c8086d5e91d7eeaa3ab7ce9f3a7c3e9d142da2d64b2410a040ca41052f00ce

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9edf21dfcd8ddeedc72d6234f268f7b40c218d123b69bcebbf645a1dff67561
MD5 063cb57c9268d9ee318613423583e370
BLAKE2b-256 cfbd94a78f271691d1d1a945ad001f9302fc40fc1e1e5cac97d9c7dd6918cc1d

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2e95aebfb2e4b715f370b90773aa92877520aa8868675cc8aaba66e1d367b34b
MD5 eb659b7f8df19b7736f25409ed26074d
BLAKE2b-256 eb30b435267610311bbf36bc148f6e9f01412ceb0a66071d214b4828c2a2250b

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f7de89cd34ff0daf0aefea8c00e39197c999451367a18fb0ac33b23fcb0bd803
MD5 e07a1458a8393838e02c7d81c747c12d
BLAKE2b-256 4096dbbb342eb1ea808208604e8590ada90e256810b8bca6fd8bff01980410d4

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c86dd2464daec5a707afccf58e199ebfd5618105c72bbc2b8e0603fed57a79f
MD5 d6fd7e66c520e8e99fd45ef77eaac29f
BLAKE2b-256 78dd02de96a91f5fea673035c28a0a6ddc100d1f8f4e31769f792325ca864bca

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b9acc43c4c7818ad6e3db7529d93ec8436f18506cf9731d9b92f04d17f4aaca5
MD5 72d0e3a1b080c2c6bff4ef36354fe56f
BLAKE2b-256 2e10495f03d743266cb8e81f8139a1e322560baca7ebd3f1cb1aef3a5f0c3980

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp39-none-win_amd64.whl.

File metadata

  • Download URL: verbs-0.4.1-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 642de358a739d75335ea850a528ceab4401e032be6caa029f399382237c116d0
MD5 cac5ffb415379b9ef5dcdaa255d8b51d
BLAKE2b-256 928e86d026895ecfd6ddd146344649ca39b72def74b9f4663f9f0ec84f04207b

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp39-none-win32.whl.

File metadata

  • Download URL: verbs-0.4.1-cp39-none-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 84831925ba0b269efd9d29e9853693505379c199d388ae63b34ae92e090e4db9
MD5 3768dc32491e843617e61e547c00de83
BLAKE2b-256 db5488c1e71b0ca85fd77499ac5903f107e5a95f0e92c8f51fe12411e2b69b73

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cdb5736d6c9e255b804e4985f0f1762adbaac40a6d3f0eae65178f819b80715
MD5 669653c05f7f40966dffad4803fb3526
BLAKE2b-256 6ff6e79dd1833d63de0e3fb54c42b4c8414a6ef57525e46ce1ca83b971667d31

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bc3b1e4e3e9644ee9fa1e2be89a14f80da349711aa1d7db913e2bac4a30c926d
MD5 624b90bdc420762cb2ab07f5482c9d30
BLAKE2b-256 8736a176b44b030effb310ac346efefd8335d102575d1023a5dd8fd7966575a6

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a78ad5c1f576c94a072283846e7e40b2510aa55a628b764cf4311b624af3ba77
MD5 6696663935b1768a9112e34a9f878329
BLAKE2b-256 7029a3f0cb18ebac158acfc82a7986e12f1a764a8d6023e8ed606ea853c5b7d8

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d94192cc0914d1dff8920ae775fad0b2685d114bc16ea854443badf49464a2f
MD5 d0894e825d1d97a5634c7309d818aaac
BLAKE2b-256 c8f1c5eb9085ed4709de0d9b717167d5274c0184de23f9c90f4ce51ef930fa5f

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 544e02af135471c1442876dc91a644b7c12c71e3f8b1e2cfc5fb1252136ddd9d
MD5 9340d8ab26929ed94ee3812280801616
BLAKE2b-256 06ca87223b9d67e9494cb6c17b34c7ffdfbf2fcbcc66102b53c5b609bd0e69b9

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp38-none-win_amd64.whl.

File metadata

  • Download URL: verbs-0.4.1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 9c2b601095e9175806f93013e5d3539f5c8af1bf4408e9d4bff0e550bbd78793
MD5 031503c0efb1c1ee70309cb5a95f3879
BLAKE2b-256 83fb9c13cd5a2b91f06651adc076ac2a1f73a02f49f139de09fc0864ed7d17e8

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp38-none-win32.whl.

File metadata

  • Download URL: verbs-0.4.1-cp38-none-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for verbs-0.4.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 7c9ded7eca26b739f5e3194c7445ed6dd78d3c249d6cc0f43a720bceff2d62f2
MD5 827d23afa8c844b1ccd43a09afec04eb
BLAKE2b-256 22b38144231dba0cb4ab481c599a7d75740e1eb64a19ca2d901dee15fd1996a1

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f29721efebf7ecdf6638a78f8865386725feb2f3d980279a34a27e83c399ccc7
MD5 e4049d001a425b7c73c00d280f56126a
BLAKE2b-256 7214be5cf0b3e743ac4ab03ee8516ef35a5549e1d68db6878625e81d8c954c22

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 298c237d3e366bc421ed31c7770488b03f0dcabe092c8b85f56198630be04f5c
MD5 6719aa742ff39c93c5d8d7292738eb6c
BLAKE2b-256 99a2a49a0cb50e2fc3bf92b3a3ca01efa84fa4736f8374d2b42d2a5289114f50

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d00f3561723c92e3326a64f9c9f1ea955354411bbdd294b99c352220b0ed62cf
MD5 572a284fb60716065ebd5685d170652c
BLAKE2b-256 6f6d43a3cb51be82c462b033bdf8fc8ab290db5f7db8a45095742d787dae8f9e

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 047c5f3842aa1ade3828e5edf62a2b972c77b03d58e05b688180f0b999f15d07
MD5 bc75716e50ffd76df34079fe5fc7f105
BLAKE2b-256 ac81b4b11c7b523263dee896c32eebfc096b5acff911f0b000ab9c1c230b40be

See more details on using hashes here.

File details

Details for the file verbs-0.4.1-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for verbs-0.4.1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 654723e013369d8a4cad6807b4296c5a84ac9ed84cbd31d4362847a6455e5817
MD5 deffb95928902217e857b51ddf095622
BLAKE2b-256 23679880534d32e4fffe13c2da20c60558f9082457f189702207ea612c66cf9e

See more details on using hashes here.

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