Skip to main content

No project description provided

Project description

pyaoaddons

Powered by Albion Online Addons

API reference

subscribe

Args: Callable[dict]

Registers callback which is going to be called on each game event

initialize

Initialize logging and packet sniffing.

After invocation library starts to listen to game packets.

Note: logs are placed in aoaddons.log file

Returns InitializationResult

item_category_mapping

Dictionary containing human readable category names for coded items.

E.g

{
    "T6_POTION_HEAL": "potion"
}

localization_mapping

Dictionary containing human readable names for coded items.

E.g

{
    "T8_ARTEFACT_2H_CURSEDSTAFF_MORGANA": "Elder's Bloodforged Catalyst"
}

Available game events are visible here

Latest messages decoding recipe can be found here

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

pyaoaddons-0.2.8.tar.gz (103.0 kB view details)

Uploaded Source

Built Distributions

pyaoaddons-0.2.8-cp310-cp310-win_amd64.whl (614.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyaoaddons-0.2.8-cp310-cp310-win32.whl (588.4 kB view details)

Uploaded CPython 3.10 Windows x86

pyaoaddons-0.2.8-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

pyaoaddons-0.2.8-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (3.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

pyaoaddons-0.2.8-cp310-cp310-macosx_10_9_x86_64.whl (552.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyaoaddons-0.2.8-cp39-cp39-win_amd64.whl (614.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyaoaddons-0.2.8-cp39-cp39-win32.whl (588.4 kB view details)

Uploaded CPython 3.9 Windows x86

pyaoaddons-0.2.8-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyaoaddons-0.2.8-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (3.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyaoaddons-0.2.8-cp39-cp39-macosx_10_9_x86_64.whl (552.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyaoaddons-0.2.8-cp38-cp38-win_amd64.whl (614.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyaoaddons-0.2.8-cp38-cp38-win32.whl (588.4 kB view details)

Uploaded CPython 3.8 Windows x86

pyaoaddons-0.2.8-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyaoaddons-0.2.8-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (3.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyaoaddons-0.2.8-cp38-cp38-macosx_10_9_x86_64.whl (552.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyaoaddons-0.2.8-cp37-cp37m-win_amd64.whl (614.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyaoaddons-0.2.8-cp37-cp37m-win32.whl (588.4 kB view details)

Uploaded CPython 3.7m Windows x86

pyaoaddons-0.2.8-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

pyaoaddons-0.2.8-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (3.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyaoaddons-0.2.8-cp37-cp37m-macosx_10_9_x86_64.whl (552.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyaoaddons-0.2.8-cp36-cp36m-win_amd64.whl (614.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyaoaddons-0.2.8-cp36-cp36m-win32.whl (588.4 kB view details)

Uploaded CPython 3.6m Windows x86

pyaoaddons-0.2.8-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

pyaoaddons-0.2.8-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (3.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pyaoaddons-0.2.8-cp36-cp36m-macosx_10_9_x86_64.whl (552.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pyaoaddons-0.2.8.tar.gz.

File metadata

  • Download URL: pyaoaddons-0.2.8.tar.gz
  • Upload date:
  • Size: 103.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8.tar.gz
Algorithm Hash digest
SHA256 df02c012d063ab37df9c6ab816dc909b6462693df2dd1a82564249df4da76d26
MD5 c750aa46edb50af62f9ef8fb97557479
BLAKE2b-256 1beaf3b1dc6da03c3def214927b986f945126e20de13b6e0fec0859d06f651e6

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 614.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f4875d5ab65592de8a1f22813deaca67cc8f363a29d3e6b548afdddac13f40ec
MD5 5d5873d33893dc6ca677aded49e1b7a9
BLAKE2b-256 5fd0349697ff8d932c52994199f2d8249a77d7fd1df76744f4e9c5520d0a7f67

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 588.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 651c17214645076afa928feec27f62552c405eb7c62c3d45ffdc7f9269d647d3
MD5 883db7e3d775abc0cdb1eb72cf27e253
BLAKE2b-256 e011ad71aa79820f5cecf6219b1a72b0ebb853ae69640455db5d5bc65dcf89c1

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyaoaddons-0.2.8-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e9dfd88b6969b10ddf566ff8f2a475c556d5d0da3cf3a25bd5a6e59c967bced4
MD5 ded2dc7c88cc6f0f5a3129f13e5f9c74
BLAKE2b-256 e237b55fd6d1d0beac028a0b9f7a07a92b66ecbc154610b764e5fb03bd2c6df2

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyaoaddons-0.2.8-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6591d6f963d9b6d6340a35e6b93ba4ca8efc15df102230ff821bee6925f93a4c
MD5 3315b5b684a239820ca31b250816f6d0
BLAKE2b-256 c55da03ccba1278526fc42d9a8b24f3a5fcbb35259410bf3447afd4c6131d5ad

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 552.9 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 52da81a1f7f0f1d9bd377be614955bceab654757b9b911b3274e35dfae93776d
MD5 14377e9c1f187bfe92a75be7d0eeaceb
BLAKE2b-256 f9389d2c28be386fc81d2133562d7857de2e70523390e5a245ab3c956756d140

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 614.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bfa22fdbc8ee413261ca2ffae8f05c9965511f49c9c305298dffce741fda6864
MD5 793196ac6aa45b05fbe877b444375eb8
BLAKE2b-256 7644505ebf06c59d93720f5b7569aaabc54ac330f5926d96eb14dcf4e6f87396

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 588.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9ee414f5f130e9764e7685da401d5087fb24aade6ca2c9f84c81ae0b96ee7dac
MD5 9b5ed731275ddb38e65ed3b80713a9df
BLAKE2b-256 d71ee0fdb86869b6365515d0015d6cbe0084a965da70059bbb4400fb71b0011a

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyaoaddons-0.2.8-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 00a297fad1194320605217dd8735d282f6170ffc59ac99433ebf0d6d77142388
MD5 cf5af739cb436117221978e8eaca50cc
BLAKE2b-256 5856dbbbfb96381d38ad1786806d50c7734eb64272efb57c3c1de9bfa13d9173

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyaoaddons-0.2.8-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0c92186a8ab6f43b5fb240b5f38d1396cb58abc887b71a2dea81ac2b9cf2b214
MD5 b164ea7db63632fdb30c38ceb83b080a
BLAKE2b-256 89491a29ce68e7feba12a5c46632e24450fbc3a4e40d5ee50729fea77da9528b

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 552.9 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 040c64210f40c531a66b5809297413a41843767f0cc018e74a21b5f1df6e95cc
MD5 b76bed71ed5f33130e1028953efcaf6f
BLAKE2b-256 ac842bffa604517733d14488135a0d298cc2a6db69def562e15b0fb0ff7969be

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 614.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1a7e73a376aff32d066684b772299ce082323bb3db4f21f7ebfe0edac82ba665
MD5 7e2216b20d38856989bee806d1a8e1a7
BLAKE2b-256 7b36702d1d15aff9d5579889aa9ca010fe6b4d420914e1a217a0e4ffe5c59392

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp38-cp38-win32.whl
  • Upload date:
  • Size: 588.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d6b34c4f3e3e6ad4f7f7ccb6326f75018584666e5fcc418247644dfc8108b202
MD5 81950427fed83195b94ae15f39eebc5e
BLAKE2b-256 cab8747f91c0fcd6977846537c0365ae6df902a66aad5267d4f25f68600641e7

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyaoaddons-0.2.8-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3aae7f20e4f2ff77643c1a79f7643570bee3e859092727ed309cfc83ccfcf5b5
MD5 4962ceaf67f1b9d372fa27a8baa049cf
BLAKE2b-256 9e79e642373ad472150155138fdb14219ac562ead732a5c6f6f4cc188c3ee844

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyaoaddons-0.2.8-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9492a90c2764d52c20083c124640a7bf6aeb41acc27e12ee245001315989ba00
MD5 8d9c00c2da008a553ba148bebe54991a
BLAKE2b-256 06c64372685cb0243d790fbe942fc3ded76f45a314206bd57d398a538efaaefc

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 552.9 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ceba424b503229bbcd4bc9139ffd4e45ab3ead6dde5dbe5a2399a61f098db868
MD5 8d76afd9c7f413fd76a32c819b4b3342
BLAKE2b-256 21c8ae91a470b2ff37f0b40a0536a3b521f7667ecc4b623db8153e54cb4148ad

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 614.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 994e65bac0974ed8df9747f9e65e9529a4b927eb7cf0b1c8c6ca02df3b24b34a
MD5 082b860e2a8c59a29160fe2a8c8cca66
BLAKE2b-256 2368554b1237960d3d3a77a6a5f800fc422befa6d2dd62729aee40eebecb6148

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 588.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 08b1a82f46b52734a5c6bae596994eaad6fb178527b83978496e74a8a2051810
MD5 8fac5da874d67b44cab197fdcd3058a5
BLAKE2b-256 c86399dfd6d596f95757a0c33d1cf5f3ee89b6323525d887f5d3f22346b787a2

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyaoaddons-0.2.8-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a2a6d0864b7c701830caea521056ec207d9ebd267885950353b921b802a9e589
MD5 21aff767949ef6296282cb8a99fbca97
BLAKE2b-256 eae99d22ceae904e8780d2cea7e1e25946f541a88de820e837d4a20b817d6a24

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyaoaddons-0.2.8-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ffb03f484629343bfbec78b11018be7d999e7203b337ae5b1238ce0f2ae557d5
MD5 7481c7e6155b9c96c4d992251a24b934
BLAKE2b-256 b5931624e8f2630fd9ce0f7fe6622fab2e2dc01f10ff0f02f117802a8e1e2a65

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 552.9 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fe4f936f19d25570388449f8244f42ae50d3cce461ebc711cf3f5e8050472645
MD5 87e773ff195287d701487969035a5d53
BLAKE2b-256 0401d489cbb277ca1914c6c9f2f1a664e10672970e289220ff9818ffa4a08fad

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 614.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d8e2b08592472af238129410b42966aab178973cb18ea42f9c673b36c89ed0e1
MD5 456b54ddea3760a57f4f040c35deaca0
BLAKE2b-256 4230409f703d07b8fc5d528ba516aca1fc0a752a476e4c6d0103532b0b9f6eae

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 588.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 62a812f0cf156ab71b9c194e086cb6da3040778b0363d3ab5504fa6a51bc79f2
MD5 508a0e6d9f3443b13d2e3c8c2ff41a64
BLAKE2b-256 22e7ae67cff190aa7b1c05df0066c33d3fcd163c14d6fc366f43dd07788ed87f

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyaoaddons-0.2.8-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e2baf5216cfdcea76ce195268152138b32dc764b9de5b7365aaf2cfd5c54908d
MD5 e05cd2774552d55011a455a3f5e9fc65
BLAKE2b-256 4af5ff3996d2cb57e9a5ba72766fa48e5fca6b0b237201ed93c84a41914e7b54

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyaoaddons-0.2.8-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8fd347c34346cbd0e7e2ab00539293988e16388b6a772c2c8aee5ec9df2688a1
MD5 4f75413d67ff24f831ea4f1bcf6307bd
BLAKE2b-256 ee149a571006c0f2f047bd8bb4c92446466d4e440dd223f699a2abda08adc663

See more details on using hashes here.

File details

Details for the file pyaoaddons-0.2.8-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyaoaddons-0.2.8-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 552.9 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pyaoaddons-0.2.8-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 506e7c673c04e473ccbc7e2e1784358ffbbbff6318b3dd4810930315de6241b4
MD5 c17b2fe78933c45430b5a57ba84513e3
BLAKE2b-256 876c2426aa134963ab7ea53ec49c476a5a02d03ac5ff5ba0865a84aa5a8f971e

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