Skip to main content

A Python API for working with BYOND projects.

Project description

Avulto

Avulto is a Python library for working in the BYOND environment. Its goal is to provide a straightforward Python API which leverages the SpacemanDMM and other community libraries.

Its primary use cases are to easily

  • read and modify map (.dmm) files
  • read, modify, and create icon (.dmi) files
  • inspect and walk BYOND reflection data and ASTs

Usage

Avulto is available as a release on PyPI. See the Development section below for directions on using the library locally.

A Quickstart and the API reference are available at the library's documentation site and in the docs/ directory of the repository. Its API is documented in full in its stub file.

Development

Avulto is written in Rust and implemented using PyO3, and uses maturin for development. To build and install locally:

$ python -m maturin build; python -m pip install .
$ python -m pytest

Planned Development

  • DMI file modification.
  • Better errors and consistent API surface area.
  • More improvement of AST walking and code reflection API.
  • Pre-defined AST walker superclass with useful behaviors.
  • Ability to create new tile definitions in DMM files.
  • Passing compiler defines to parser.

License

Avulto is licensed under the GPL. See LICENSE for more information.

Acknowledgements

Portions of Avulto are originally based on SpacemanDMM, copyright Tad Hardesty and licensed under the GPL.

Portions of Avulto are originally based on StrongDMM, copyright SpaiR and licensed under the GPL.

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

avulto-0.2.6.tar.gz (76.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

avulto-0.2.6-cp314-cp314t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

avulto-0.2.6-cp314-cp314t-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

avulto-0.2.6-cp314-cp314t-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

avulto-0.2.6-cp314-cp314t-manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

avulto-0.2.6-cp314-cp314-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.14Windows x86-64

avulto-0.2.6-cp314-cp314-win32.whl (2.4 MB view details)

Uploaded CPython 3.14Windows x86

avulto-0.2.6-cp314-cp314-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

avulto-0.2.6-cp314-cp314-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

avulto-0.2.6-cp314-cp314-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

avulto-0.2.6-cp314-cp314-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

avulto-0.2.6-cp314-cp314-manylinux_2_28_i686.whl (3.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686

avulto-0.2.6-cp314-cp314-manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

avulto-0.2.6-cp314-cp314-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

avulto-0.2.6-cp313-cp313t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

avulto-0.2.6-cp313-cp313t-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

avulto-0.2.6-cp313-cp313t-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

avulto-0.2.6-cp313-cp313t-manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

avulto-0.2.6-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

avulto-0.2.6-cp313-cp313-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

avulto-0.2.6-cp313-cp313-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

avulto-0.2.6-cp313-cp313-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

avulto-0.2.6-cp313-cp313-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

avulto-0.2.6-cp313-cp313-manylinux_2_28_i686.whl (3.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686

avulto-0.2.6-cp313-cp313-manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

avulto-0.2.6-cp313-cp313-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

avulto-0.2.6-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

avulto-0.2.6-cp312-cp312-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

avulto-0.2.6-cp312-cp312-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

avulto-0.2.6-cp312-cp312-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

avulto-0.2.6-cp312-cp312-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

avulto-0.2.6-cp312-cp312-manylinux_2_28_i686.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686

avulto-0.2.6-cp312-cp312-manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

avulto-0.2.6-cp312-cp312-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

File details

Details for the file avulto-0.2.6.tar.gz.

File metadata

  • Download URL: avulto-0.2.6.tar.gz
  • Upload date:
  • Size: 76.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for avulto-0.2.6.tar.gz
Algorithm Hash digest
SHA256 e0bb534547f7dae9b29e2204ad7824aaaa9a1ecf14c8e6cba6bf4b4ee2c1bea5
MD5 bf2ed6e3c5409c4b4b3b4f101b75393c
BLAKE2b-256 b44be0e41598f4e76cc6c9935c957e5779584125c35146dc1592fdda339e00f6

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5cdb5ca4499627d9295b94ea05ceac59e1616f64015c6dc58654c3e0c8ea83c6
MD5 2021c05604813942a596c813d1dc38b6
BLAKE2b-256 8c661443dfe4eca4e39cd7263b6bb9472c5f9f5588d892420d6f7a2aa423b615

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d339eaf08486f4f76704b887992fa1b0a4e268a51a4acc0d3f9ac97ec97a5a6e
MD5 f645a36191b562b15f2fc70e1579e06d
BLAKE2b-256 74057d2160e0ca83f7a7951ed10b80411954c46fb11264351635915c9a2397a2

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c60435f5d3c79879a47a91f2c4d658c643c474383daf8e31f85ba070e22f4855
MD5 d49abae3df2f5dbc27041db3475c08f4
BLAKE2b-256 0af9e36821c5dd093de0818a5625e6a534e63fcb737e58ab858c7e8c82caa989

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7b8145168c27047b9a92688734d52b2edb8a122364aad6a47b1f8c6e6ff5a32
MD5 82bcbdbaa8f62bc1ea6e139d31cf4833
BLAKE2b-256 c764de501db69b592ac52e31978d2499702fb8ad5725c8ab036c9fc1d96158a4

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: avulto-0.2.6-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for avulto-0.2.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 701bc04837d8e82cad36b9ab97a599a07132d7092de1bba4d326dd1ab6e7fb8c
MD5 7c603241f91e27712bc04ec6839ce763
BLAKE2b-256 24ad8cc2a1be4e5283a3308f7527505a5082489514ca39336b3392cffb554195

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314-win32.whl.

File metadata

  • Download URL: avulto-0.2.6-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for avulto-0.2.6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 8984cf4fb08b4171b22dc4202f0c3b79d8a51284ff5dca0ea509e8be69a4c22e
MD5 ccc1969d2f36b3de98d8ce3f37be2955
BLAKE2b-256 704a48da2545524f4c427f10d49ba3f9d0983c16c30030a8ed91dc8567ee6b15

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f00c8a4951e88bd86ace82d533a8dd3b97734b49fe29b1d1bcd0510ff0110d3
MD5 db26448934087ae82cfd89d8b154e311
BLAKE2b-256 f441b9ddffcd5ee729f509c1ffd08b57ce5ea27063cae60afaef7cb1bd062d2f

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 474e311c3d16f9204f4aa58bc417cfb8966fbb94314758f09ca4a81ded287141
MD5 d6ede84a2edb94157ee4d75d29a01575
BLAKE2b-256 952e8bdcd5aa5ace6e85ceca6109e80367d1c925e630215db1be1d2827530f08

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d3332c8c265c3fa6ad25b62d71c60bab2e4083a2e63637cb0e7eae2973bc906
MD5 0045944192652647193150f9ceea0645
BLAKE2b-256 f08b456c1e23caa202b328c63a70a55f921e6f7dfc96f08dbf8ebe89d4e3f627

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52b8d18a1cb81de46216ec490728948ec5ca99947f6ca14825b389f0bf00556c
MD5 33f7fcca7e14212915896a2655251011
BLAKE2b-256 8dd65ad0b8ae4972edeb69c0d612f1b5060d500dbf9d10bae65cfcd216e21796

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 d3271e66574385871ed36247fe9e0295a19f43520d8ab411da62d35d190af55d
MD5 02d7f3a4f814ed2ede819617a01ccb56
BLAKE2b-256 28ca4b7b7fbfdae159408200cc25effc2cfa0a61ba232a7c82a84b2ab2d74f70

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a82fab6f7c83a190a2831c0aa0b61dd8b065a9d4a326955dca820d6cfad65542
MD5 b9c8c764f2083255219b34e83ce9f4b3
BLAKE2b-256 03c3f8bccc6b7f60fccd9a48ef7532e5dad8bab3fe6abc248f7f9ff5ea82d8f5

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71d6fdb0c8805f3ea5a2644a7b90bae721dca41f56d9337588c741ce26a54a93
MD5 1ee916d2f97807435c057ff5bb056755
BLAKE2b-256 b8c39b4b1f5974c81db475c1d02079c3bb45588db658a8a09bf80f354c263213

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7cb5d7d0b92f103fac720ec114bac77f13943873f74a53a2501138a5566f9934
MD5 7bdd8caa5ba8091ce8636ea5e2d25e59
BLAKE2b-256 d970456a0888bb619ce62c79627be4e8dca1641d611aa242dc0a2c38e9a1c459

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f7702f17c7826433a425324f29d38317f499462dfa42f74d0bae4db7f081c92d
MD5 ef31e13b0e1d1d0e2a6c982a537f6e1f
BLAKE2b-256 97afc4d13ab2ea0755c28410c56d4cc72d997105773c477004da2dfc9371fd65

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcd4d923a8ca65d3fe282bc5da135382e5d4996aca49d2bdcf1884d6e8536b29
MD5 8efcfc99f90e3c04abe3bf7d28ecf728
BLAKE2b-256 987af91714d5fec6127ad8595e0424efa92ee043d4ca0058a078792eb412daeb

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a3f5057532c4f6879b138b06c67dc5dfad6f307d122f57dba3ad010c70fe8ff
MD5 0d6c78d25d549586921922c51c77a592
BLAKE2b-256 25db167de170079ebe98d4d45795d54357146241f49819f9254ae685d5ddf3a8

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: avulto-0.2.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for avulto-0.2.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1bd86c5db137840610e38d4280ec5cb5a551f91f53b63e24cc9df518b77f1023
MD5 1dedf2d5f6dac6558656a0cbcdb1c5b0
BLAKE2b-256 9f1066aede9dba55931c8677b9d590d2ef7095d6ee97e85b072d0d0f3e228062

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c92355044aad7198141f30744265fb76cbb178bfda5e1ccbcad62481f2addc2
MD5 998e1656ed0d1cbe1b449843e407676e
BLAKE2b-256 65107571eabdd9c5ee6c45679d1aca20d697f879172c8736ff5d9ac8c347fa19

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4307fe64622c9960efed4f19153d281ecba38acc4dce7438d7e6c5f1dc1ac320
MD5 704788babab6644df2884d8ec19ef95a
BLAKE2b-256 bcd00507222c78d7ac64c12a5fe57e95f3a43d707a6353cb9ed9ce9e074fc157

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 918f47b98d4729ae9f21a000090e77b3cf907b855be6f7c9ff8892264847c47d
MD5 9654bfd27478585da1b0886c82f46bd3
BLAKE2b-256 d26975cdfad443b09033ab3df8e9489cc11fa7900976106a7d6e2ad10a99b41e

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05c332d7a836f4ca4c930a08ea1504b932cddae7443f1e2036f991de2bdd327c
MD5 eca22c5316f29917b38c6285b6759cf6
BLAKE2b-256 ca1fe541b4a650a3f7ed76770214dd03adc6aa2c714c852bae1088ad500e8fa2

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 b0c53defd8ec013e033f817c528b10485ade91852220de64b5121419a84e500a
MD5 f237a59124a1280ccf1413b25ded6af6
BLAKE2b-256 4118bdc184224ca08d51fec6ceeb292c8fbb01928e13cb2d231885ff0344ec20

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45fb2bcf7a021691d0369fcab73e9d31d43d87237c00d12a25fa90a8956a8e8a
MD5 8532e5f8cc019e51bc94880d3f7f66c7
BLAKE2b-256 9c1f8cf42f9dc839e8d24287a2343ae2cedd2fbda03fc04f3e3814cf65821175

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e19332f1d76caf5497c1c0c5899d5a2c7d86774d885793715bf82fda3cfa15dd
MD5 aee7c12d351a4c8d3b27bfd7e23c8bc8
BLAKE2b-256 f492666cf1d7d85e13f10667e8432d6bfdaf11c7eeeb377f8fa9666193ae1283

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: avulto-0.2.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for avulto-0.2.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7fa7e4007d060ee35dcfffc356f5f8f98779b630da504fee64ccf644af0d033d
MD5 48ab778a0adf341e3bf05f513bbb44a8
BLAKE2b-256 009c14ea95f807ea14811d62fc63f7570b583a78367418d21236a1311830f2f3

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33c950fc24e364fea417510d068f4d873a1f27660e49200bbc375c91720acce1
MD5 8dd77bb17f17099f638ad0cf452f3c35
BLAKE2b-256 7d48247720bb18439122dff7c0b09d8e4b153638ad6d834316dc91ce1f1ca206

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aba2bccfeb02db3a68d49742bd91ea290b0267495f07820ce2f2860e7a10f5f2
MD5 188533d79c453103cacdbbed9f7238ea
BLAKE2b-256 95ed218187e00024bfb61288f55b77731f463bfa4cb822977964207cb5fae44d

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59e77d5e5966b94e1b7e3cbb860ef5bc80e346a4fab93466411a6f063c7c2c7c
MD5 4b4c3e7c8d176da5ad62be09e7c6f062
BLAKE2b-256 743d7d8a8a2adb4d9669f6f5cb338fa483b8fa860ea16b464b6f9409d7be4a6e

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9055929553e463097a91e0dc029de2403ac929838257064a5d070a4401963d48
MD5 cc92c1fbfc0df680639de844588bbbee
BLAKE2b-256 9f933d4b354b54c81704d3b952e20f01db8cddd847f42ff80081033f78aee26e

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp312-cp312-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp312-cp312-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 804ab51a4bbc25dc455a336f2130a4959c6656223bf16d2a94998385fae63bbb
MD5 7a8b86b7079f4c7bf04aa9216be69965
BLAKE2b-256 eb14119b834fcf13801addb76c2390e9a703c2af0ba75ee014ed26c223d67858

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b847c1e6d0d3f7e102802f09262c92c8f3e39aece0509aacb193203b98240b72
MD5 e14a689ec519751bdc0f04ee5cc88c13
BLAKE2b-256 fe86eb96591e3668f12eece178fa37247816e29adc3bee550af67591d96d8269

See more details on using hashes here.

File details

Details for the file avulto-0.2.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for avulto-0.2.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 926a97c299d1e8021a44ee9a033372e4adf67a502285869e474ce2a7d3ed6783
MD5 a83bf67da17f3394dcf352eacf8f735d
BLAKE2b-256 b0cc8bd430589d74aa2508fb18e97cabb1afc4a3d5c45440e7064184966315bf

See more details on using hashes here.

Supported by

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