Skip to main content

Incremental Processing Architecture for Artificial Conversational Agents, implemented in Rust

Project description

ipaacar - Incremental Processing Architecture for Artificial Conversational Agents, implemented in Rust

pipeline PyPI - Version PyPI - License PyPI - Python Version

Implementation of IPAACA in Rust. For a theoretical background, see ipaaca wiki entry. IPAACA is developed by the Social Cognitive Systems Group at Bielefeld University. Many thanks to David Schwab for his contribution to the initial rust implementation.

IPAACA is a framework for incremental processing via "incremental units" (IUs) processed by buffers (in and out). It uses a MQTT broker for message passing. Therefore, a MQTT broker must be installed and running to use ipaaca(r) (mosquitto, nanomq). Simple messaging is possible via "messages". IUs can be updated, linked, committed, and retracted, allowing incremental processing, e.g. for conversational agents.

Installation

Python

Installing from PyPI

You can grab a precompiled versions from PyPI and install it via pip:

pip install ipaacar-python

Currtently, the precompiled versions support manylinux_x_y (e.g., Ubuntu >= 21.04, etc.), Windows 64bit x86 and ARM, aswell as MacOS 64bit x86 and ARM with Python versions from 3.8 to 3.13.

Building from source

If the precompiled versions do not suit your needs, build ipaacar-python from source.

  • Install Rust and Cargo using rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

  • Install Python (3.13 recommended), create and use a virtual environment

  • Install Maturin: pip install maturin

  • Build the wheel package inside the ipaacar-python folder: maturin build --release

  • Install the wheel: pip install ../target/wheels/FILENAME.whl

Rust

Usage over ssh (recommended)

You can use the library by linking it over git ssh. You will always use the newest version like this.

[dependencies]
ipaacar-core = { git = "ssh://git@gitlab.ub.uni-bielefeld.de:scs/ipaacar.git"}

If the project is still hosted on the uni gitlab, setup ssh authentication and create .cargo/config.toml with this content:

[net]
git-fetch-with-cli = true

Downloading source files

Download the ipaaca-core folder and place it into your project directory. You can use the library by linking it in your Cargo.toml like this:

[dependencies]
ipaacar-core = { path = "/ipaacar-core" }

Depending on your folder structure you might need to adjust the path.

Documentation

Documentation is available for:

Python

Documentation of the Python API. Build with pdoc.

Rust

Documentation of the Rust library. Build with standard rust docs.

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

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

ipaacar_python-0.2.1-cp313-cp313-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.13Windows ARM64

ipaacar_python-0.2.1-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

ipaacar_python-0.2.1-cp313-cp313-manylinux_2_34_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

ipaacar_python-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ipaacar_python-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

ipaacar_python-0.2.1-cp312-cp312-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.12Windows ARM64

ipaacar_python-0.2.1-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

ipaacar_python-0.2.1-cp312-cp312-manylinux_2_34_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

ipaacar_python-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ipaacar_python-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

ipaacar_python-0.2.1-cp311-cp311-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.11Windows ARM64

ipaacar_python-0.2.1-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

ipaacar_python-0.2.1-cp311-cp311-manylinux_2_34_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

ipaacar_python-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ipaacar_python-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

ipaacar_python-0.2.1-cp310-cp310-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.10Windows ARM64

ipaacar_python-0.2.1-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86-64

ipaacar_python-0.2.1-cp310-cp310-manylinux_2_34_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

ipaacar_python-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ipaacar_python-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

ipaacar_python-0.2.1-cp39-cp39-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9Windows ARM64

ipaacar_python-0.2.1-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9Windows x86-64

ipaacar_python-0.2.1-cp39-cp39-manylinux_2_34_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.34+ x86-64

ipaacar_python-0.2.1-cp39-cp39-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ipaacar_python-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

ipaacar_python-0.2.1-cp38-cp38-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.8Windows ARM64

ipaacar_python-0.2.1-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8Windows x86-64

ipaacar_python-0.2.1-cp38-cp38-manylinux_2_34_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.34+ x86-64

ipaacar_python-0.2.1-cp38-cp38-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

ipaacar_python-0.2.1-cp38-cp38-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file ipaacar_python-0.2.1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3344ed393ca965a18740082c1faf410605939dd05fda54fb45e5cdd4cf552051
MD5 5c1687a6ce6d0ed0dd19512d42332a7b
BLAKE2b-256 3613c4bd6021eb957ced79a663c6faf3ae77636857542dde9072ddf1f383112d

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 27a57d2f4e79d003d420dffa1fe754387dc5ae6cc43ea52dc4b9b7116d25f473
MD5 0c59d5defb24d958e772e77952a491dc
BLAKE2b-256 54d6ad6f66b9244190935558283e98aa5af60bb7ebafb8b9b0338c104ca601fb

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 df3cbb99bf3191b255bd3be7aecad66fd9fec23676dee4aa9c6a637a30f35f15
MD5 1e9e3fbd6c3d336cddda9e1e7fd5e41b
BLAKE2b-256 4c6104fc30b04599887a0418f5d6553b760959e8ab35afc30d4f18a653479a35

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d9918ee7a31d365163c1423dc367581b1be6199950398a246b1fffdaa2b737b
MD5 52ba95f893879831f4d11025d17ff84b
BLAKE2b-256 4a87b18bbd32814ee4e0073ddb2f0416b9410d47072fb059d19da010af10a277

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0a44471672bd183066e0e9c4fd75ae82b636f1a7b74a551f6e5b434982cc48d1
MD5 6246b7741810abc2ec4412acdb998154
BLAKE2b-256 30d96c868d4c294cbd7553082e2daa66062a576da9bc6f5fe04cb32d739dd3f8

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0db5daf3a8287156212d8e6b34822a025386ffd62ec4d44389b6b92ff9dae172
MD5 0ec4964016e923aea897d1830b07d8d8
BLAKE2b-256 790845077eff20d26c4a85c1ff0214c8ff3ae9f088f4cf004d22523a132c99a0

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 94bd04eaf6770144b365bcab2399521b549603f26fff9b52a16442f5c9626f71
MD5 55f41ec68c9ec172f5e2f15e4a4e86ad
BLAKE2b-256 b7e928655abc203a5e29c24e1b8c1d84d37c42f9347bff2f84445fd5d81cc94a

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b9ddcb5ac49abc427019660a7e220b52ba26d7af2a1f284e97cecbedb2abd8a2
MD5 a5e33cce8483d3fa47f7d2516e6aed6c
BLAKE2b-256 7fc41b2f83c2667cecd0a6f178db538def214490e134b3e549f90d0a6b114590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e366faa651398cc32b6d2e9ce123f9af90a1ff9893c92ea2cbbc6d7fa78789d
MD5 6c844d35a19d5248d135a8d0faaa6ac8
BLAKE2b-256 5d7161090c47d930729ee8c3f65a3dda2476cb123b17e9e8aad53a933bbdb472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b7e784f39fa76a9e23beb924301f0c7053452fc285c37b3f5372018b8bbd9a0d
MD5 656ba566ad1a4e0ece89c14eb97b9624
BLAKE2b-256 a148ee59e6f4e7c770c3abcef71e4d1c21b921e72ec4e95e9375f47d071151c2

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0b4633d8bc5d10197963f5305126514d13ea104f06b2ab9edd6ed61bdf4923bf
MD5 003ca2f9847623cb1c0d10c16cfe3929
BLAKE2b-256 be806b70fb2d88289681c2d6b7e6a338bdedf64a6651b5c776da5be6e5d1f5d1

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2f33ea6a26abb10e949a45d06aca73adf7d0fd7cca412ebc3b8af8c6ab1ceaa1
MD5 e186c4e760a2a5f6ecaf66d2fc3ab4ef
BLAKE2b-256 e255f1b46000fee323eae5bb7a367199ef8c924246aada8b53768b816c23605d

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7be2bda56493f98ed025b58698a512c36d483d58909ebd8714fb2ad98a69d291
MD5 91d16a7af7e7417d83a7f119cd41a4d0
BLAKE2b-256 0a678acb7ad64a17513e1a38c7d75879509f39d5dcced60a0efba6e5eaca492b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a34899681fde98e0ca49c7a5f438ad15748c062056abba6f93e891512add10e
MD5 c46e3a04ebee908b2933a2a3f67ac2e0
BLAKE2b-256 f5962c7d60c6894507c79e2acacbdac0ca2be33b959af81276607bf6e80261ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4a448c7b77c7796117d69ddfa69aab70aeb370338a6560a2d8dec430e94ca192
MD5 e8011b84ac6017985856241ece77198d
BLAKE2b-256 1d15bc3708d339b12a45a748cf13d0583a4313fb0ae2d24e955e916ac0ca1e38

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7029410282cf6b2f1572446ac5c6ea684fc8dbcc19dd819fb310f57979c7e128
MD5 e9bfa3987eefb5ebd7ec6d7eed398619
BLAKE2b-256 aec49d3afb557d5f21669dc33719e1dfaf6677ca3dba56c60318bb9b20bbf766

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3e837921374101c426494a7fe6fa8871704d7784676b2dbc528d5fb04b353631
MD5 f4122d5a298e959e473784e10823a53b
BLAKE2b-256 76b9c2e75ed831ef2d382e2a77ffec92ec4e31dd99b3c781f55492cf82c650c3

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4a6edbc721e66895486c2620789a055d5c48589812f68b22181abf3b6e18f5ac
MD5 3c84c0b58c2a2298ebe1abadec0931a6
BLAKE2b-256 4710ba49e80465f6e7f7a1d7d0c0f806834343ee5163abc7e53af57fee44e7bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd82550dbce54c5cae3ef1c1c127ce88ea471610daf922d9371be4f7644d6770
MD5 ba1a8c173b3e1d8938e2a6c4c80d77a0
BLAKE2b-256 6d9c2254902b72879935fad38f01f6b63011e4da0218c4e1104ecbb209af3c44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 209b9e281606a6d261ca99ebad9dd3f8cc76539d7dfe7931cc59ca97e24d5d86
MD5 9dba1a6bfbaff55310f1d2ca1b40dee7
BLAKE2b-256 b2e95d4a91a88088e2f45cb924cd61bfb689d0579d225bc2dd53e3797873d188

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 5a7843c3d60b81b0caf1eaeefacaab8913370d0fc7eb8ec4aaaf09421bbce27d
MD5 603aed7489987406215ae3d0538fe5aa
BLAKE2b-256 ab48aa0f3b359bd4a5ab5c0e2e91956b5dc2e0f0d2eafa1e3d367c8e92061f78

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7029e8bc9bd0556e690c4f0671ba579c484710627ee3c79c5a4f4559c79d972d
MD5 9fc4a8a850b5ec9a28d95712b1ed9388
BLAKE2b-256 710e1d185df847b864997bbc8b20f6c65a7121a5598876b41a62c331d0be2274

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp39-cp39-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp39-cp39-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ca1ab4b47548563490cf2482ecb97215deaae06dbe1b78137137fa5d10dc9274
MD5 50a838e44e4d3ecc19b9ea9a5a08a51d
BLAKE2b-256 5b029221d3b9643db93bcc5ab44ef32c9afbcdf124eb59ed149591b739964438

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2bf384cbe5d4fcd1d658b60530f07f2ea3927bbcf698f6ba47e288753bae5e5
MD5 c4b9d7fc73b0f49366b77914094a4123
BLAKE2b-256 5d3dcc6d5f8de34570590fdfe52445e0ace07ad5b065f7a61533c1bfa2e7cf7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f7458346477420be243f18cce36d812eead3d6c5ca61cbee320ad36951ddbff2
MD5 3144d11f2519c4f7a41af61491e086bf
BLAKE2b-256 ee6e240ccbf0874e35671b8b8154441107d44661736253b878dec6c22cd15488

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp38-cp38-win_arm64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp38-cp38-win_arm64.whl
Algorithm Hash digest
SHA256 ce4e4104382bce86ba641f93375a362ca3652ca8cadfa945e8206cf5e61e9d30
MD5 c182ded847b4fe5dc4cdc6f41d2c38e9
BLAKE2b-256 89cc82040cb93412a431a609765c9d914816c05d9ffb9fd35adc11f6fb567198

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d0c4b2014d6bc4498ae36309740a374bebac78b36d05cb1f492adf8eb0b2a091
MD5 baa190bae4369a0e7829e0daab8a1914
BLAKE2b-256 26895bc7c799c6eb131cf7d6878780f7479adba99c100085cdbb563366205d3a

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp38-cp38-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp38-cp38-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 cb242ec571f21edc4717e0d186708a50ee18adf9baf776d87303c9c2a58355de
MD5 68b48953717107720c80cfa8ed31ad34
BLAKE2b-256 21115d49fea612c7023dc541de871440aee9e8feed638608df0da3fb16b5add7

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83c7d4f5162c872674ad7290936707ba214c7abe5cc020de149d2b508ed9de8c
MD5 26cf82e6f0a1b5651da0385f1632dfac
BLAKE2b-256 54d3e91cb145a9414505395d288ac732836fb94cd8d02ec678aab299c4859bfc

See more details on using hashes here.

File details

Details for the file ipaacar_python-0.2.1-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ipaacar_python-0.2.1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8e8b7f2806c5111e3bb15166ea6c2c05a538094f00c1f903ec0b35149891071f
MD5 e7300769f49ce28764ff73c6cc3f8d13
BLAKE2b-256 4f5dd9cfa027cfdec379d5e8d9fa5d52d502c7ae20cc06f12cafcb9317e6987f

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