Skip to main content

A python module to parse Android.bp files

Project description

android-bp

A python module to parse Android.bp files (wrapper for android_bp rust module)

Goals

This module will quickly parse Android.bp files and provide a python interface to access the data.

Non-Goals

This module is only intended to parse Android.bp files, not to generate or rewrite them.

Usage

    from android_bp import Blueprint

    # bp is a rust object, but behave mostly like a read only python object
    bp = Blueprint.from_file("Android.bp")

    # for debug, you can print any of internal objects
    # they will be printed as rust would in debug fmt
    print(bp)

    # internal variables are accessible as a python dict
    print(bp.variables)

    # modules are accessible as a python list
    for m in bp.modules:
        if m.__type__ == "rust_binary":
            # module properties can be accessed directly as python attributes
            print(m.name)

    # or iter them by type
    for m in bp.modules_by_type("rust_host_test"):
        # or via __dict__
        print(m.__dict__["name"])

        # for convenience, unknown properties return None (not an AttributeError)
        print(m.unknown_attribute) # prints None

        # map properties are accessible as python dicts
        print(m.test_options['unit_test'])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

android_bp-0.2.1-cp312-none-win_amd64.whl (170.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

android_bp-0.2.1-cp312-none-win32.whl (167.2 kB view details)

Uploaded CPython 3.12 Windows x86

android_bp-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

android_bp-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

android_bp-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

android_bp-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

android_bp-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

android_bp-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

android_bp-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (279.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

android_bp-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl (282.2 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

android_bp-0.2.1-cp311-none-win_amd64.whl (171.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

android_bp-0.2.1-cp311-none-win32.whl (168.6 kB view details)

Uploaded CPython 3.11 Windows x86

android_bp-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

android_bp-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

android_bp-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

android_bp-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

android_bp-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

android_bp-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

android_bp-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (281.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

android_bp-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl (283.5 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

android_bp-0.2.1-cp310-none-win_amd64.whl (171.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

android_bp-0.2.1-cp310-none-win32.whl (168.3 kB view details)

Uploaded CPython 3.10 Windows x86

android_bp-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

android_bp-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

android_bp-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

android_bp-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

android_bp-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

android_bp-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

android_bp-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (281.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

android_bp-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl (283.4 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

android_bp-0.2.1-cp39-none-win_amd64.whl (171.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

android_bp-0.2.1-cp39-none-win32.whl (168.5 kB view details)

Uploaded CPython 3.9 Windows x86

android_bp-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

android_bp-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

android_bp-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

android_bp-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

android_bp-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

android_bp-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

android_bp-0.2.1-cp39-cp39-macosx_11_0_arm64.whl (281.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

android_bp-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl (283.6 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

android_bp-0.2.1-cp38-none-win_amd64.whl (171.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

android_bp-0.2.1-cp38-none-win32.whl (168.3 kB view details)

Uploaded CPython 3.8 Windows x86

android_bp-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

android_bp-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

android_bp-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

android_bp-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

android_bp-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

android_bp-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

Details for the file android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 643ce9d75c7be99567feebd3996e43a8205960c7f243eaa11d3f4d879ed14b4e
MD5 235eaefe08f1499b839f352abe3c326f
BLAKE2b-256 a95929707fb97cffdbb9dd2abf2ea4b62f3ae2e0b2aee89daeb91cfa0baa9688

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d3f00cf84bc0ab897e06e309ad704d3676ba611ca8078baa87a7094527f58f51
MD5 37332d0698c6991690c54bd6e4580ffd
BLAKE2b-256 17d92859aa3300ac67a92aba1e19a40524a7aad9c29a2ce2f0df15d33d359102

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 493b8391984f00239d5b38fab627c52f51a19faf66e1a492e065f56de58a2730
MD5 71873a17aa8d336b7fe2692395e5e4d6
BLAKE2b-256 5e0612f8f5cb9b6ee8d8295214178cc0a0862ec5d59266d80556680c2d5440b8

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 12c6c2eec3fa3415b06d328360da9bab530759495b70d5c2e65e9dafad410061
MD5 eeacbcba528e2b2ebd731752b1ac32b9
BLAKE2b-256 5342ef35cc41127f4f52b142665ed68f12168eb7555a7bbdea7f7e081cbed8cc

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66627521fd081bb8239b05ca6caadd3c418dab3fdbc224d27e50c734c154231d
MD5 5d98e419ecd7133afca8037f65894749
BLAKE2b-256 9dbc8c119ea18c1ee042b8ace8671f52cd6aac3f813d47bf4b3dfad216a1efad

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 efebeb2db57731e40333303ae1fc2571f6fb0fd5cfd6a4e6596ac93fec9767c1
MD5 a2f66addb13a2003f08aee97e18b2794
BLAKE2b-256 7ba12943b906df770b7339327b12eedd73cf2fb6572e70b764623b0143f5ce3b

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3e91e6707ff9bb1a0b0f4f738e48584dc2a193afb04d7d69d18dfa847df05f7
MD5 a671962f27c7b153df5311cbf53797e4
BLAKE2b-256 70b4a65b00170ffd96eac89a6f9c6bdad1f42681475ed9243e86d251d1730854

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ea7ece27299394c0632df077ea880e3f6d9841ca38d64984fe1199305e812327
MD5 b1a70281b3872fd3880dcf9462cd633b
BLAKE2b-256 0979a018fb95707382c7dff25e8d2aaae1b667e5e0a0d54d7689aae2a2cfd0d2

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8c8651616e006c005eef292452fef7dae50f10716d828a6c368fd193a6c02394
MD5 720e15d2ffc813911745b8a3741f4726
BLAKE2b-256 2f149c13dc9be553cb3544ca834c429666de6e3edf25cc6fe8e12e2c106f2311

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ea99043863cacf78659113a9079127d412a2ee6ac72c9cdef9e0e25d81b6f257
MD5 cb8a74ab638b2410c6fac4caee665f9f
BLAKE2b-256 5fd376426e457d7b7fe1139cb8826922e8ec1ff1c1755a64e9309920d8bbf7b8

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5bd65a4dfde0025acc7117d741958e1bf61790522ed92cec20188c2190e6ac8
MD5 bea896785088d35ececeb3545bbe5536
BLAKE2b-256 6dec3b8f00f12417c3bc777e6837a63161b02037c9d1a882973f0e4af53db574

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 939a86a13e20a4e1b149eea5accd9537ba4e67d502b1a36997b305a803a5dd48
MD5 932e8f6a1965c42d86c7f5c5ab467914
BLAKE2b-256 ea04213ff739dd87381ed4e2f7933272ac5a3868149ce09a3b4e2c6490c42871

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc42c430277eded9724edb3398925efde776ed24c88dc94e7668b9dfbe339209
MD5 242a5624da12eff166102ff21315f4ee
BLAKE2b-256 637c6e1003ac89cbbe9155ee0edc2e84a7797c4455fb842d8ff25068f4601450

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 109b8dc15d9f3643ed399f389574d8d077bff015586fb9e1848c4aa8e43a5604
MD5 0036cc0c60a3840a23c48ae05d0775a6
BLAKE2b-256 036bfe6e13a03ffafda3e07da71a2d24e8825f78fee770a0413b5a459d1637ef

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 389c010d7e32cc50012a383bdf2874da177eaab2c447d5a56b27da0156712ac0
MD5 1a8c9bcbe9c84394020268f5b4ddb6a5
BLAKE2b-256 6e7e451ef78c6d6756d6eb2035664439af2c0a75909bf953a14a33f806728a96

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b6cf38098b96f4ce1da18d8998eca0aaca854de89e525f93a337e8776e5bd387
MD5 211cf7aecc91a386d911f86a38d2d3c4
BLAKE2b-256 3e94c590605434f272e15b0296b80894631ad5d6e79ce6d5cf204796ce504820

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed53da1b979da68522b5de451eee75de72fd40f7ddf0a93e4885cb15e1a95999
MD5 2c13cdd7d359c48b14fe5a01ab321109
BLAKE2b-256 d17ad1d1b2d71bc041c869a6e5088b62948d81ac11da64c0e667696f704f8e37

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 36aa50283408efef30e0d61ad90e7c2aa88ee24bc170c43469f3e47ee6b919a1
MD5 3e0fdb952d547600881bda98c05a0d1d
BLAKE2b-256 6eb30a8c67ffbaa10a273b791104c19ee82be5fbce4d6471b20ea2f133d6ca73

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 1ccc72462b057635af0fe62af4221488ca30e94b3982afc4f3fad54c013ddc89
MD5 cbff58c6630a764bdf9a8cfcbd0cf0eb
BLAKE2b-256 603eb45902885c6314b8c68acef204840fe068fd304056f2cb8cec4a37dcb31d

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp312-none-win32.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 1bf067a784df73de9c24454958a6689d85112fd885b66e00ae45d5f9cce74ab0
MD5 42354dd8ecae8331e0a5f6a599c23497
BLAKE2b-256 d3936826c74138443931b809feebe7cefdb7c51be7f8cfff1e930a6822583e37

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 953e79ca2aab00984e97984216f44306efc0d98211a2aee800b6a4a967a0513f
MD5 d3cf917ec407e0477e79980924dae099
BLAKE2b-256 9ed2b0e6f2653fa42bd2d65814208e0278298faa7d263dc57b394d27218aee3c

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f31724a779eaa47181b57082261eb53084a6d9a575b1374ff35efe3d8f12184b
MD5 27127556bec36426fb04c51932a3b13b
BLAKE2b-256 52acdf8f5feccde8cae412d45284466b64252434c28958fa4c82ee319b141204

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 af31a78395ed0041cd995a2409e28ef72d6d154dded1f49c956368d56d4810e9
MD5 f95f8400a897d78f52cd0730e657f276
BLAKE2b-256 d1fe76ffbe8725b6a468870ca329a2f7260bc10b55c209f5018d0f4bf81c460d

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5272deae24d093759538c9e7b8fec1bf9b47f14a37447fff147272b0a9f70785
MD5 a79cdbb5f93fdd2db8a9dc54b5e6de8c
BLAKE2b-256 4f9ce7b4251a106b4ed1d51fc3210240874bd1bfe267f1598d46581808137fb9

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 667659c97a020a5ea5e7dc24853fc9a5bbf917b256e973435497e67c2f9b6ae6
MD5 eb5e7eb0850115f74edd2d5b252a1fae
BLAKE2b-256 8230f067cfddd0d37d68395cf5fdc39157bd959fd7b1e837b98bd67f95a6485a

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5928651901f6f8b966d8c787817fda05a63bfec78b17f8698598ed4c9f397321
MD5 e49022c4b7c73770ba51179eda3e3d4d
BLAKE2b-256 3d6b549c59b8a6f44409d703b060d807c8371edc5face8582a135e5c1c6c6bd0

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f5689037426587ba5f63cc3060a25a39c1cd3fde86b3a98baf82b128f1af315c
MD5 6cb2631a9ed5a6c79a439bd9630031f3
BLAKE2b-256 685bdec44768f8644678c5760ec1d6a39e95146d8846c648391ea6e9a3f52c55

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ccb51decb3c54fc3b77c4ac14d2d8cf8488afb5b6e2b819a6499460733106c0f
MD5 e1b1e201c8ec563452380e14b7e8ad05
BLAKE2b-256 b552b028d9dbd2afcd5f06a6326cfacbc0e166e38136068c4b966d9bdd3c3c42

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 e5a816c8f3c3209459ff2c19ae6755f5a56bead7b46f604fa4e9a756b56b6308
MD5 6a4fd7d5629eac8e0665f090a34038a2
BLAKE2b-256 51551c621d91b7a9611d4382b94a04894da97d96844141ebdb36b9339b9a5864

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp311-none-win32.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 309903e1ebb4fdb7ae23b8fc3ce789ad6ff4ce93831c2f1189e90eb840b1dc4a
MD5 5d80997e28bf64ac542625a933157a01
BLAKE2b-256 5d650e2515d97b3aebf3162ba484d3a6502e5f20f7f34ed76dc93ddc8a1b7242

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a9d618ae332113c6f44831cdd17731ef0b81604163377a8d7fe85f0042b8b93
MD5 2679cc28680c827fd7db1fea2760ff22
BLAKE2b-256 bc80211d22f504d137e5a2ab599d8e72a9da5be3ad33afe49b09d100c2f4aadb

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c2c82f16bdebb37ab9297c52f07713876eca210c48d8ba77f9f53343a0c30510
MD5 30dcd09a57965e723a6b10ec82649914
BLAKE2b-256 0854f8804645939f74d40012066820d55365fdb59013e4764d5723aa470bfe60

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de4706aecb44da4fa98c624fbb36334895526097ce5344a549106f1ed4a5ae1f
MD5 da353e7fa87be1d6877b270f17a0bc8c
BLAKE2b-256 6e2e4c1ccd538e6a05f7cf384178fbd5dd84895a1743f375fb5de0571fc6d4c8

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 af4377f1ab9c2cc8ac36b264d564744cf39c13b46f698e19c1502308e9c2ad7d
MD5 53616254038a50cf6a80f742218d0fd7
BLAKE2b-256 001fb5f20fad6883e29b50ecffd22c7308ae9f524ae643a875a5f21f5f8bedaf

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20ad2a19c7f910c1e05483211fce5739d3439fa54904762a2c9ed1e7d20ae572
MD5 c5babe6457c2d804abb413359dd77235
BLAKE2b-256 1fe0246cff1513acf56f9ca6e9a76774c4991480f66f3de110e1642bc172ab49

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e92f4423905f4d0371b8af8e8965f9e645976127c62a5ddef7154da9eb0bf382
MD5 7698e3a4bab86d2d21889106e93c2cc0
BLAKE2b-256 b2e6d143a933775efa1041fb46ff6df97ff180fa1d076597de64491e6b419361

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf2252764acd515a17137da92710759410a2abc58a6eb83f7fa0084ac72acce8
MD5 705dbc9133b0e0af323b21d7be1e0513
BLAKE2b-256 b1eb087ff7976e6450198e1b9155812294ccb7fd63417ea42f1e4397284dc7d3

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b17d8f6d06d849672d033cc317b5c3ff6335a30f939d76906171a30eaecbb46b
MD5 f90c77dff9eccd54d77b25f3b84c1d57
BLAKE2b-256 20141956f54c76b70fb55ae39041b1254f0dd6ae3dd13e1d0e9b8fa6e7011acd

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 94d7a83fa3aef14d02aab0b2dbdc00bace67f96a80dda6ae7a54f6c836f7a7ff
MD5 5370eb35cd4633fa344b7aedc158e674
BLAKE2b-256 a3ca4fb725a9dbd51f24285a46ac26445861f92d0e1382f03984f2c510b7bc29

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp310-none-win32.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 fcd3408b2fa7869e877b62ea2106e2fe8c007bc72c4d36698d5189346b6ff630
MD5 40670fcfbc0e417e946da136bef260e1
BLAKE2b-256 11b4d5f8c8fbe29f0909d0758c8b16675f425744caa003c38453ae25c5fdce7a

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e06207b35251785c6540dc634e48adf06334a81f95c27722ca6ad3b45a06dbb
MD5 d91da26f14b59fec59b4c24a67975a6f
BLAKE2b-256 b7d3a5ddd785b28ec4e143cc2ee1a1e01b6cf61525383b89dace24a44623f5c6

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 53ad2619cc24fc92548685be492649388285868e9ba3c4940a48b0718f8da5c7
MD5 50d04c20d932cb809a5c46ca3c0d4be0
BLAKE2b-256 a919ba9288d10720707d35c96c1d50ff62fdd762c74710976bae64d9a71f65a6

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2cdf3aed8d179d37d7766581f945679f1fb46f135c356b4f0c7ec61e1cfc7d3c
MD5 40a7e3c4d66774417f4a38e93c193569
BLAKE2b-256 de586d1ee65b87c0ef79f375e9b451e1e0d91e1ff7665b5b96ddf65323580c48

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aeee5fe4c66e684deba61a28fccee65f71539be1e4cd25d3b06ff7e5da26258d
MD5 babb95201f5d47a5cc2ac1e349ad5e9a
BLAKE2b-256 df5cb2de5fcc9fdb96ae36e2d72ccf95c075b44cdcf07ff86e1606f88fc72ca0

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40b2c386a87bad86ca9774fee9fef38a7c205da225d6c39f93409ea1fffb5f1b
MD5 1d5b7bb3c0afff2a5b726594f2e1f9b8
BLAKE2b-256 1d7e1e3334948317eaa57aa4963cadfcc214edc9016fa6f1e01e15e467657485

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 398b4cd1ae7d626e22424dbdfd3b2c87a57b7d0d14c07876f9568c7ec0e5d15f
MD5 5ec23f1f65cb69216e0c95ccb5ba53dc
BLAKE2b-256 9918596385ac85ebea3415307fe03f1e4268ab412c9dda06365df19afa14f562

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb41c5c100418326db5c19791440865716b6330fa1487470664a4c33e968ed91
MD5 bf7dd1e61e0e279ed4aba645f420e49e
BLAKE2b-256 c2995851c32300c142cdee7f7971625fe61815e1abc68908810d31b3fd03c152

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2e12651dd6f7cd0540e4ea93601d56cb3b196d23e1fbd83c946c7b7759a66638
MD5 9479aa8fd413871ccf5eb032cd7e9989
BLAKE2b-256 b15a81fdede8449a44e02cd0891f4a7e7a1e80bbec968b12db2c5d3465e9857c

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 b4ed884294592dad28df3b00aea0f40b068a387baef6958dfcd158907435f024
MD5 76cb945b19f898109b702d31ff2678d8
BLAKE2b-256 fe417efbd8c8c84a087baeaf9a708cb5f5c273f90387969b3e1c8e96afc8d982

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp39-none-win32.whl.

File metadata

  • Download URL: android_bp-0.2.1-cp39-none-win32.whl
  • Upload date:
  • Size: 168.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for android_bp-0.2.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 369ed2e2f92ba09d4dd6d0fb99986d1dfc5bb7161f6cd32cbb59cdb742f8ea8c
MD5 45941f835034ac452a89e31f1efbe59c
BLAKE2b-256 261b83495f7f236346346e8211ee8a393007f51f74340033b772fddb98132037

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d8aa250e5e77687fb333267ed59aa936b5993db9baf88f161a6221e70717fdb
MD5 8f67f169af86441d0a74208f0516e3b3
BLAKE2b-256 2aebffc8e1f5d68f8f12f79a7845e71e7b289d5c921c4276bbde6b98ec510d91

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b11087e827d63971d6b6fef227c25182c4065276a737ca2c980664c02cb11e04
MD5 091de58d04859ac010f924df056fa4a4
BLAKE2b-256 57ebee90b1be3de2880000d01b111a2aee162789c597bff220aa909c08de8d5e

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7f74e044f31ea7ad55c99a16b6ea0797b5c00edb05105ac045e234692253d911
MD5 a64681bc104e53719d0ea49956347e77
BLAKE2b-256 00048789c3d7ed1fb74a44abeb33b8d170f55c37e9f04e912e6fcd7f083d939b

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f42e172aa51ec02af18d454a5ddb2ae61622f32524ed9ee4b4e73feaca580df
MD5 29d6c00691e47bdc8000a1e15330c5d6
BLAKE2b-256 f471b7cd8927df4e4639dce406d203553fbf423c6242eb5ce28ceb68fe733f79

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3ac588706af5d900f916afa16bd2946b6d3109704c64760bb3eeafb50b2dc2d
MD5 b113ec901e8b45539613d14a59d8e14b
BLAKE2b-256 d6e2ab7a5cc5ab5dfcfd1e91d3403a89102bef486baeedc39137eb0bb86919b9

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 60e7a403cc4f409bf711e2ded1c7da1ee223407971733b8d83f6b2ae7b90c1c9
MD5 7d5a9207687c02ede9ebc7bbca880ced
BLAKE2b-256 6aac49f605149ce29fd3550d6ed1500baade9362fa614291c017fabbbe0e57c5

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 929effb6fb52850e7eedbdfc86cc0d5d8626b1c59ac156fd51248e8a7d0a4a62
MD5 253dedad7114eb7187379a1b5e9d9783
BLAKE2b-256 2380b290bf8b9a3ec73fb10067de179f2086fe7b2cd6f95ef845923aed16d24e

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2c600546549e3254e46357feda5e85794f18ac689deaa1893ecc182695a3f20f
MD5 dfd62f1d13eef611a12edc6fcb77d4d9
BLAKE2b-256 6af79b5ceb53fa1b3e290087ff72cc2be3495d62600002eabf2a4393d8a9c85d

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 395ba3eb75ec4c58bf0bd03eb29397eb9a39bd209329bee477244f30a9d827ce
MD5 8002e4d51a196ddb27bd497c302b041d
BLAKE2b-256 c8bf4cd2b49954f3dd0f1a7bf2e502473b25352fc0243cccf1103a87100c20d5

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp38-none-win32.whl.

File metadata

  • Download URL: android_bp-0.2.1-cp38-none-win32.whl
  • Upload date:
  • Size: 168.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.6.0

File hashes

Hashes for android_bp-0.2.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 a76780d69914db37c20dacf479cc9febaff449fee2188799fa1582e250c4f859
MD5 5d7514e07f9186ca3fd8a1a6c89be439
BLAKE2b-256 14f2654adb306a974708918e1311817aac8e206e310719bdb120e0206f207aca

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10dbf13cd4e2cf123b099b5bd2eff1d1753d4832f594fe7bacd613cd35b7b74b
MD5 abb48d759bdd368f6b2e235904246617
BLAKE2b-256 b808e6bc81ec413b7fc5772674de40bdf103bd049f68ad2ed682f66aad8b4359

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bfb919ad6f7bbd7c7a5b6c5c14aaff0af88d75a6d78de0bee313e252561160f1
MD5 03a982c96218789d3e18711361569fb2
BLAKE2b-256 f6ddbbe772e4314d3503863505c4dc94927c915ae6c299d8609dc1b81cbac248

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2883dd71d509b9196f45e411e9f8029550730b0f0e922e4115747eb557ff7f5e
MD5 28b3f785d51bd2037c043dd9cb227d73
BLAKE2b-256 7b4d844315910111f08afce272e6cf9acfaa5f1a5805160024ee85a68e4dca05

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3d0f010e313c9c322ac4f04b9c0a035c8d70655811dd61484907e2eed71f9a02
MD5 12c3723e6778706de8b7e28e2a10d935
BLAKE2b-256 479cb783a6fc8dab63228f924e8eeaeb553e37539bdabe91943b6081b095bdbe

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c779311896a0bd238811134562455e65500001f3e95ca1750ae594a10b56ff30
MD5 50727243140b16a3140f26948365db2f
BLAKE2b-256 dd1730f69cf230dabf5f4d1199e7df0970edf691b19fe0806b59e245aebfa6c7

See more details on using hashes here.

File details

Details for the file android_bp-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for android_bp-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 76713ffb46e00930b8ebce93b0916f9b393149a6ee5e71c01e5acde36ef363dc
MD5 2442c8eb72397ae01b65bb9ebb4a7103
BLAKE2b-256 48456c3eda2c30b9a00ec0ef0b4fb02ace254118ef992a5a417bb684a6818aec

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