Skip to main content

User-friendly tools for applied topology in Python

Project description

Open Applied Topology

Open applied topology (OAT) is a library for fast, user-friendly algebra and topology. OAT has

This package contains the source code for oat_python.

Caution: breaking changes

OAT is in early stages of develpoment, and it's evolving quickly. Code that you write today may not work tomorrow, due to these changes. We will do our very best to make sure that if/when this happens, you will only need to make small changes to your code to fix the problem (e.g., updating the name of a function). However, please do bear this in mind as you write your code!

Install and explore

Python users Can install oat_python through PyPI using any package manager, for example pip install oat_python, conda_install oat_python, etc. Explore the Jupyter notebook tutorials on GitHub!

Developers Everyone is a developer, and everyone is invited to modify and extend the source code for this package! oat_python is a combination of Rust and Python code. We developed oat_python using PyO3 and maturin. To download and modify oat_python, then install and use the modified version, check out the instructions for Python Installation from source, below.

Documentation

Documentation for OAT-Python is currently under development.

Python users The best resources currently available are

Rust Developers If you are interested in modifying the Rust code in OAT-Python, see the API documenation for oat_python available at Crates.io. You may also find it helpful to explore the documenation for PyO3 and Maturin, which are the packages used to link Rust and Python.

Python Developers Documentation for the Python API is not available at this time (we are working to address this). In the meantime we have done our best to document the code with docstrings, and encourage you to check out the source code directly.

Contributing

For information on contributing, see CONTRIBUTING.md.

License

For inforamtion on copyright and licensing, see LICENSE.

Attributions

OAT is an extension of the ExHACT library. See ATTRIBUTIONS.md for details.

Python Installation from source

  1. Download and install the most recent version of Rust. Make sure your installation is up to date by running rustup update in a command shell.

  2. Create a virtual Python environment, e.g. using Anaconda, or open one that you already have. In this example, let's assume the environment name is myenv. Activate myenv, and run

    pip install maturin
    

    A number of warning messages may appear; this is normal.

    If you already have maturin installed, make sure it is up to date!

  3. Clone a copy of oat_python. Open a shell and CD into the oat_python folder. Activate myenv and run

    maturin develop --release
    
  4. oat_python should now be installed. Try running the Jupyter notebooks with myenv!

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

oat_python-0.1.1.tar.gz (74.5 kB view details)

Uploaded Source

Built Distributions

oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (887.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (914.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (957.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (881.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (834.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (739.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (728.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (825.9 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (886.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (914.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (957.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (881.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (835.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (739.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (727.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (826.1 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (887.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl (913.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (957.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (880.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (835.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (736.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (728.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl (889.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_i686.whl (915.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl (960.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl (883.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (942.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (836.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (739.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oat_python-0.1.1-cp312-none-win_amd64.whl (555.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

oat_python-0.1.1-cp312-none-win32.whl (522.1 kB view details)

Uploaded CPython 3.12 Windows x86

oat_python-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (885.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

oat_python-0.1.1-cp312-cp312-musllinux_1_2_i686.whl (912.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

oat_python-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl (952.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

oat_python-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (878.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

oat_python-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (769.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

oat_python-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (918.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

oat_python-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (835.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

oat_python-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (740.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

oat_python-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (728.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

oat_python-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (827.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

oat_python-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (660.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

oat_python-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (691.3 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

oat_python-0.1.1-cp311-none-win_amd64.whl (551.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

oat_python-0.1.1-cp311-none-win32.whl (518.3 kB view details)

Uploaded CPython 3.11 Windows x86

oat_python-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (885.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

oat_python-0.1.1-cp311-cp311-musllinux_1_2_i686.whl (912.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

oat_python-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl (957.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

oat_python-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl (879.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

oat_python-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (766.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

oat_python-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

oat_python-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (834.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

oat_python-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (738.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

oat_python-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (726.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

oat_python-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (823.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

oat_python-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (660.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

oat_python-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (690.9 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

oat_python-0.1.1-cp310-none-win_amd64.whl (551.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

oat_python-0.1.1-cp310-none-win32.whl (518.3 kB view details)

Uploaded CPython 3.10 Windows x86

oat_python-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (885.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

oat_python-0.1.1-cp310-cp310-musllinux_1_2_i686.whl (912.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

oat_python-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl (957.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

oat_python-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl (879.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

oat_python-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (766.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

oat_python-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

oat_python-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (834.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

oat_python-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (738.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

oat_python-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (726.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

oat_python-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (823.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

oat_python-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (660.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

oat_python-0.1.1-cp39-none-win_amd64.whl (552.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

oat_python-0.1.1-cp39-none-win32.whl (519.0 kB view details)

Uploaded CPython 3.9 Windows x86

oat_python-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (885.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

oat_python-0.1.1-cp39-cp39-musllinux_1_2_i686.whl (912.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

oat_python-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl (957.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

oat_python-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl (879.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

oat_python-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (766.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

oat_python-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

oat_python-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (835.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

oat_python-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (738.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

oat_python-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (727.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

oat_python-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (823.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

oat_python-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (660.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

oat_python-0.1.1-cp38-none-win_amd64.whl (551.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

oat_python-0.1.1-cp38-none-win32.whl (518.5 kB view details)

Uploaded CPython 3.8 Windows x86

oat_python-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl (887.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

oat_python-0.1.1-cp38-cp38-musllinux_1_2_i686.whl (911.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

oat_python-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl (958.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

oat_python-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl (880.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

oat_python-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

oat_python-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

oat_python-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (834.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

oat_python-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (736.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

oat_python-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (727.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

oat_python-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (824.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

oat_python-0.1.1-cp37-none-win_amd64.whl (551.8 kB view details)

Uploaded CPython 3.7 Windows x86-64

oat_python-0.1.1-cp37-none-win32.whl (518.7 kB view details)

Uploaded CPython 3.7 Windows x86

oat_python-0.1.1-cp37-cp37m-musllinux_1_2_x86_64.whl (887.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

oat_python-0.1.1-cp37-cp37m-musllinux_1_2_i686.whl (914.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

oat_python-0.1.1-cp37-cp37m-musllinux_1_2_armv7l.whl (958.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARMv7l

oat_python-0.1.1-cp37-cp37m-musllinux_1_2_aarch64.whl (881.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

oat_python-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767.7 kB view details)

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

oat_python-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

oat_python-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (835.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

oat_python-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (736.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

oat_python-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (728.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

oat_python-0.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (822.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

File details

Details for the file oat_python-0.1.1.tar.gz.

File metadata

  • Download URL: oat_python-0.1.1.tar.gz
  • Upload date:
  • Size: 74.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for oat_python-0.1.1.tar.gz
Algorithm Hash digest
SHA256 327c289ed9c07299b2d7f1a5527f778c13ae5e4b588fc18c8d5fda8b177c3959
MD5 e577c848c22dca43ad0c428034820a23
BLAKE2b-256 0aa16e7a7484deec07bc1a0e53a132c0abe05a91b9eb910875814ced2e13220d

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c022a8e0b4e2e63dedc7c8114f21d783ca054935cf8da15d082ab724f5f3bc4c
MD5 8b6962b7b8b8c5b9277d6b6b227d3017
BLAKE2b-256 3e5f1912810e1f61dd1359e7bb8fba9487ed1e20ef0e03349234281edd32114c

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2618fa0207978e34f418d7557e6b5dcebd4ca47a5ed9b9e03a8ca2f4fbace6f4
MD5 7e91b6a0dd0766ce40fb6081a61b0922
BLAKE2b-256 7ed51df097bcc96e7098911fd53fe2d3877cd35339aa628155ffc0c474a4e646

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 efbb0f1b88b00055de1e47f3232aab03919001d27e49bbf338c68f48f8652660
MD5 566bace3c23075350aa04b54a055d4df
BLAKE2b-256 3d1e47041cc8048e9d842f1aa16088dc115a128133bbcb477dbe8a925e00e500

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e919b657af2b8b23afabbc867fda727ea4a5e7696bfacbbe19366e00bacc25e5
MD5 b3f41d3201fdc013e02546eb3e3b071a
BLAKE2b-256 ff601142cc0259b4b76b4a632a94eb44d6f26bdba41b3595b6c89cdc22c7ec2b

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4db4cd94072f194b724e7b16ba815f42087ec93cb0ea5a8381652c3710b67275
MD5 8b073ab1c905ef5945803c6176f7ef1a
BLAKE2b-256 2cb4099f29299fbe8f5c17d4ea48f737d56326e79558ad041447f14e19a20663

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f034a422ad5f9fb27a938f87d82ff9d71d9e964a94f12aba8e14b909fab9b501
MD5 3a01bb5082987740d2a51503608da72a
BLAKE2b-256 bc73ac1d92b67f867e96f9046457dfd888ea96a762b2fb84a6f8f537476cd032

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f0c0030bb95fc350eb1362412002e9a099714310fe2e91c76d0a4c45023627f5
MD5 a01a0aa0f201623359e8054fbfcbb6e4
BLAKE2b-256 0a7cc0e6b75ce4cac153def977a4373010dc633a0f4f7738678572a9dbdb722b

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d1657d0659d46ce6a8cd1500add74ff6b7cd6e60bd2a360148be2069079f87af
MD5 c73edbc4c8b4be3038e640d0a9aec2b8
BLAKE2b-256 30e1e3a03ccfecab8830a4d3bf9d8b9367451f796a8c9223b547b3d9b835514e

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af5f2a7927dadd260a3db509819a517c922ca27975ee31d82e4a1efd5538fbcf
MD5 411fdf859e1a23c617c7584f3cf2a65a
BLAKE2b-256 4766d931f0577c1f056c534960a305b5326b7b3ae23e2907bedd6afac3a19f9f

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 82b9ac1b6e8a6c7ec2a97ca87c1193657e3729d516b2e54659150140dbe90462
MD5 ecd7c26fe0ad2c729790b4cdab612728
BLAKE2b-256 ec4da1218978131a6965a8a524b7c7cb01b3d3c48c63fd44cd1934d451083665

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88b641d19af1027becdd63e4272dbc93421908ae37259ee1b9e111f059df8d4e
MD5 551b1c4e20fd90ce923b4720439c46d7
BLAKE2b-256 4ff38bf09fa71cfd193cfb83b5b38c173e76d1a7fd1cf7d087ad1f614113f1c5

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9ef468fc484d77a9c8b8d4f7614685037e1e5d8c3988e599f977f173e168a87a
MD5 bd3656e722b9bb4691d982260087b4e1
BLAKE2b-256 8d8c23cd9a589393ec0debe67f69da3eb0cb7361242fc3960f6665020a05f6b0

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2623b87a01b3fd90483529375ecfada1dccd04b28db328451e2b936eecb5e752
MD5 c91ef97922b63466620900f6b494a0a1
BLAKE2b-256 964b23869636c1a84650d2d41c78b58e6b34f0cf4b9059ea894cb569acde6144

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c14e695debce09f490045f5d5d80018b9b3b03d86b77a7bc225ca9450356ec26
MD5 4d9ce45cad14229426dad0e2db44c1db
BLAKE2b-256 56510ac5771d5756c6b40748a786c11994718daa36e21c079b8d14993dace46b

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31005195d5525b5b7cf62da5b385914d643258dc0814ddb336344c63d8a6a862
MD5 9983e975b1042c42dbf5014855102f72
BLAKE2b-256 c303cfa47c44bf52de0284e178afabc879f7e1a1bc99e4a837f5a111ccff9a2d

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 31570d15742d2b83a8da1982a1b1228891f236528334bc4e69fd73518a4fac62
MD5 89dc50297509ebcaea0ee259997257da
BLAKE2b-256 14c98921981ad207fe9412a6444c2940ae77f341415561a49a23f6b62133d8bd

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cb4d5d6de491baaa1c4e4b324c1d27bcd792b60d19c2948015b05efdeaeb7835
MD5 33afa04a70e9431d78536dacb5f6e307
BLAKE2b-256 0043834205c6a51058a397261a354961720309617a50b525d697506666bb5225

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eca5a47b839593b88106d5eff453165cffa9d23ffb64409ddfef79f136361217
MD5 0cad2c213873320069f699b8260dc5bd
BLAKE2b-256 c53fae59182de1b05441473a4427ad5734cb7a2df5e4393c4724d5f80ff5d06d

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc86fd0afcf1ad03e276e953a06da51637051310e2179273afdb7dd298c9c4da
MD5 df7afe9b226b0167fd4fffcf7d9ef01d
BLAKE2b-256 2044d7ad5335ca10d1429af2bfddca81b35cd3483dc71c2e836e3969ed283e0a

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8cd1c8e227e5f1d8d6e6475a799d1bb7b6214a442681d397ce36254303804378
MD5 9b050b2aa42709e0390a7633039f226a
BLAKE2b-256 a638ab73c816697ba9f0e55d546b2c7620e31e9a886e2fd9196506aa2ab45d68

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5bd03e5337842e684be824f2366a50f3646bf3844dfe2bda730bd70ec525adc
MD5 34f34ad2dff96dd96105413e9efe90f5
BLAKE2b-256 0cccc37da5724d118fd79aeb2cffb7c9c6fc024d771d6a35847ce99a2e3ff74d

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 08195eba985c9908073f19c5d53b9a0ee278fc29c2f2f4a542026f0e6dd87464
MD5 be81ef4781011712ea6cf45643d2f130
BLAKE2b-256 a4a5fd04813ec33675e1e3eae421fbc10b5ceb3c772b0ccbaff8dfa7ce6c0df5

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e1b7b1307644c0df2511df45b66cc4d4cc73931923064e11113ebe7ff0fd8af3
MD5 3c465b736f93146c12ed6d767ffd6138
BLAKE2b-256 bd615de700ae69672b8c60b5a3535fb17d595d9a8a16a025079678c40f7fdbf4

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7de3da5223fa2110a16f5f87168887130a3692183cd7a6823228e7b8434c631e
MD5 f14d69092d601e0822b4f061f4112494
BLAKE2b-256 c8630f64fa4308d11f164187175cf8d15a1302c5644f947406336c1f7261cca5

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9dec1b40fc6a6bc64e2932939b31f9da5fa54f2540a54c4a87a996d7c4797c49
MD5 2279f6b63f095ae0c04a169bba107b3b
BLAKE2b-256 7f21c7fcc072fa7c32d6e0c3f464fab99f6ddf7d043df64a7bd3ce30cc4d1ae0

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2dc34c76e10c1513ae1694ea96997ab1cc6bd5daa5c060f7e7e6dbb091d86baf
MD5 c77ed747dbddd399f51bc88d0644d9a6
BLAKE2b-256 4c9113b2eb63674f23d6d78b4c9065a967c262e1b714c96882058dba6f3f4156

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c20fd7b15af3f54c973567762f756ac894aff2e33e8d936ff22c325c6acdd7b5
MD5 da784a8f50ee50195a58a841d8496477
BLAKE2b-256 931b02e8019e55270e062b6ac312074e5ec170b1ca0ae14d220911b625663b39

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7970948ebab19fbbd4ba88d9bf4ffcacea67fb09546b82b9f7ebf4b0f064e92
MD5 6de8f87b5c43679a93aeadc5d8ce04a6
BLAKE2b-256 c70a34b8083e919e0f3401644320917a05759fcc983a25d89abd9c9251bfc0fa

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b97a96eb85537b43629094da5677c04f7a6b1d43413c06bb7eb99b8518568220
MD5 305385131bf0994464f4f80ff3ccf359
BLAKE2b-256 c8fa6dc64c8ab34cc5bfb75752ca24162ad76c6e4d6bebddc015a2dc36d4668e

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 488818900289882acbcff7bcb2e01b1d2c6d44f33b5fd575d9db8baa3009b716
MD5 f24f7ef72c6cbeca7d06656570c6cbf8
BLAKE2b-256 251202c0ee7df22414d3f05e91a21c4e642d598273554eb76cd7afb620b7684d

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b7fda704798ee2de020f7c1b615f8722e2ece4b80ec9114681bb1dc52d4378b0
MD5 02b34de7cb42e1b13e9240da9a18c5a1
BLAKE2b-256 f80ee8e59df6c542b71c428d3647f05604778790206776dda44b3a5635237986

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 420a8e2ca9808bdc666e48b11145d65b6b4d87204e587137f150c08020e817b2
MD5 16db3118608b91781ef01fb085b2abb0
BLAKE2b-256 9a933ad739f3097c6c6675332fdff26672d67c9a0a2a95d3038db381269f7564

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 afff54cd6496e8ac65d8a04448f8808cde19fc8f0055eba4d8dfb224491b5dbe
MD5 00c4d2aa89b96994e07f77ef58fbbda3
BLAKE2b-256 bd72e4696993217aa1417fc7d23fe81db3cb215cae92b5cb5183cca575a2c654

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3fcc39e496b31339cd4475d2c4c841bfe066ecac1dccf37dc1f0c609ffd8122b
MD5 8d0fe80195b0b1cd561ffa5030cfa39a
BLAKE2b-256 a37c08975f6f455364071974e68019a169a8d2adb47eec6c7e099e3a84fd9ff4

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1157b33d5abacd095c18158c612c4f18b4eb12b3a16a7133e6367d1853ba0f54
MD5 5ae2762396c71b9cbf5a11e18ce9dfb9
BLAKE2b-256 cd568036c45da3b9aee198fe97234dec67db8bc07c3e73fcbc26c64097b7aa62

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e16b602d848329b676cce642252fd4f3606fdb1a3b1b5f43f00c5a9b1f43e5ea
MD5 c61714f10b77f54ecb623e96c8892395
BLAKE2b-256 fab029310f6688fec3c28a11152f9e5479a1f00b6d2715f6d4675a30cc4196c7

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 f49364b7c21528ae8ab7f11166c66a5922373f74c6e7f3e7213e29714e5c8c22
MD5 3ceedfab9482c87087990be544c5230e
BLAKE2b-256 00fca0019a3b474e35143dcd8a71e02085c274a6906bd3f113a140263babc900

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-none-win32.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 1ea6ed341a2f4cde74ccc2c67d4f65e56bd13cd39720cbee7df570a0a053814b
MD5 e69c271b65f06070e4599743a5c6ad8c
BLAKE2b-256 388761bdd76fc7b10b6d3bb5e16bf51aab3f071fba208433ef60a3d7aab8964a

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0697a0a7e543b1e37849d1b565fdf6310ea91c5b0590763c2467c98afd8a40cf
MD5 0b4ecd2fbdb2f65e748dd15ec8f2da14
BLAKE2b-256 e7f98641a8e098ac4db305322628eedd2fdba532a761e869d2dc7b29d5d5e576

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 108a85c6b1e016b40aa0803e15ac0642924cf48f821b82af77fa053e0e147643
MD5 38b88c49571f18747cf855b6707e331e
BLAKE2b-256 8cf913c73817dcc0a39677cca5094ffc9372aab8ef46d0b69fa0706e678242cc

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b66c68a5ed56961e7d599a16d8247cdcfccbfa147b42b055ed7783d739bd2655
MD5 9a51fb7079845860ee92a5bf4bc73e0a
BLAKE2b-256 f412f60685224986a9c896661ec17296f52b956798d78a59f8fc98c245233b3a

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fddb8a16c2be7b78ea21d528e8f051887bd3076894ab8795dcc1e240d0f85b19
MD5 a81eb82de8ec6fd25bd96535e2c36eae
BLAKE2b-256 f3298bbeebb2c07c44dadd0e11e3438fc7ab0fc1f6501a81b9438bdf5cc3ee4d

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d90ce2566e20d337bb555a759c8b4b54b0a9f78785143f63ba4a758dff452cf
MD5 690f063680410fed12adaa5973d23b74
BLAKE2b-256 e1bcce4613acb62d7ab39717644fb2f378d638bca49db07b03f0949c02f5172a

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 95d343fd9a3cfe678f8fe302bfa311f5373cce1743ae568c4cd08f8ac5cb3f00
MD5 a90b30113b7ac0132d6acd05e72f1702
BLAKE2b-256 476c03a1bf78570dd637feb7f6b75973d983992215cb27f5d55e6a1e55956881

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 287114b124bb9f548127e2c958e847aff6a0438fa5675ff2bc9fff1080f88e70
MD5 3451f1b7b3abd6feffa0430c15446931
BLAKE2b-256 432aac08d9a4d776fc3dd2dac5e87ca7771e01db0167ace19c2de9cb07cca084

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6f2b87c5e18b93afb2839c968f86cc9ba8f1a60cfab15b7ad7912eb6910a24a1
MD5 4f7d261880add486b590a10dd84d170e
BLAKE2b-256 e72404294c471a4f6fc6552c9c1ad47e78f1cc50cf037746572eb0d4f359912c

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 719cf0cdfca22bde809917b1e5899976f1d3439374fc695b77e96aa6e6350dd8
MD5 229bf229fc5de05fe63fe1bed3018971
BLAKE2b-256 f50637d03c955b7a28925d6a8cda7217695d3f8704317859518665cb313af67e

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 33198f61c5bcbaba37b8290512f124d9088962cb237eee0c5efbe5097201ad8a
MD5 aa64e6c25ed55ef19905ca28f41ab10b
BLAKE2b-256 989e9f8bae309327ac116fe7746ae3b778c379b84789d3eced11dc6176ad29ef

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f016501eeed92c4697b3d7c459091ef0c40f532840555443af2374d8fa4401a0
MD5 481ae1acef841d5d00edbd0b42109d59
BLAKE2b-256 141edc8be820b8c683101a0f0d75d79a9a38cf0c89e1e114eb098c493ec30be2

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e3cbbe07099b507718183368e84f964492dbac782c65701bbe7a6ba2cca3fa41
MD5 d004d2309055ebcf0aca2c8cb841c146
BLAKE2b-256 81a2b8024bdb4ddfe80ec27ba0284f704215c972e2c1297c3e8cfbb225869254

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 01b468cd06d2cd7b34918393b4fe3f865b287a45d5ecd56fbcfc7284937a1087
MD5 c3988a5e4fd27d1ef5cc04d8c58d6b33
BLAKE2b-256 87841b28f646dc4cb1334adc77b0ccbc9b503951e5dab83fb619b2fd8f02f3d8

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-none-win32.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 3c7e7aabd6f572c3eaa570c7e744033fef70f2f3a08c6a4d1c8c71c459e9aca6
MD5 12e8ac073f390591564d10815e4f2cec
BLAKE2b-256 f090cb542801540d34627e499f12a470bcf4e846c16b6b35bf466cb47736b9a3

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7aad9ad9a2cf30d6db3a269afd75b9a221edd51dc4fedbbadd075507ec4592d2
MD5 438c9a6e0f0bcec3bc363ba01b6be7af
BLAKE2b-256 56741aa500cd59b22beca691401b5077ffe7141d31c54f7e97097a00ed80cc4b

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f93265143d7db0cf96e2156ea950b1914eb1d5a32604679fd0ceb8fe2e6350e4
MD5 e708cad7873d0b755a94abdfd15551ad
BLAKE2b-256 e157af259d96188ca8145cf03426342d9652d224f090badffd4705e8c46b1dce

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a19fcd76607f86f759bbf4446108f846e176937153a0c9804626e4a3eb5ab16a
MD5 366fecb0416578a1fbd10ed49f3304d5
BLAKE2b-256 9bd881758535f41e528d4fcf97c29036a6b2e7b1fbd531dd50e89e374f503eaa

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d8cdd184e0f76731fb7bdc423a2f52f96cba284681e3f0b4841447485d88388
MD5 ccf3a18100aec33f83a2aa57d8a82d02
BLAKE2b-256 2c71171b94a7069adf55efc3b0268ac1dbd7da7e43f0dae3cc0e1397a40aae6a

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f99827a2aef931ed865d9de46c878c602fb2de1c178693fa5d47699d15934b0
MD5 be8601a7ed4321798a7c73535236234e
BLAKE2b-256 1d9ed7aae4bceba6eba7a3dbbdac788f9261f789401c0a681a80d0d46385d974

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2232f4658c242a0dae62c63f1bbba65a3d573fd402ee62248315bab9f512ead4
MD5 09ce28931c84030de2d211c9e28a4666
BLAKE2b-256 89769045956a91f31d929e98c35f2774652430f553150ec0abca9a85e3804c72

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 785647b809b29e7f4f20515382f45a779cf28ce499be6bd892f1f73275507dfa
MD5 6410816b0df06b92b8c6caf0be44d250
BLAKE2b-256 2f1da7f9f9c1f9118ca5eb4f8af578a0577f6f82456f2d9cd4f1f97cba98aadf

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 53fff6af9194e225b88befa89c161d51b690f229aa8b8f3646d55341ad38b9a6
MD5 c1abc48931e7b35725569c4b6d59d2e5
BLAKE2b-256 b116db30048c9d9ac08b6db110ed4b040e241ee6a1b586e50599a5923f812aef

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 938776ec3b1e893de27de293422d553230e68bedec5979120fc8e9dcc8420470
MD5 cd8464d5fcfd0159ed1552a6f73c037c
BLAKE2b-256 88621cef456c74358e3fcbea2a0b0cf0a1110a43bb07590e65c8dbe8a92d3b08

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d267fd1e616d32314079d73b72b5ab728341be067db745fba56ca1320afce133
MD5 467ae0bda48418066cc3966ce0c62445
BLAKE2b-256 4235d875c683371dc521611123e2d7269bd1893ca18b5679857f8e70f583ba43

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1526739760a90686c429e17d643eb00e42f12483de999c7c42a55e823d172e57
MD5 5d6a7e4de74b0e7fbc256abc0fcfaa4f
BLAKE2b-256 80b4726b69df180175e80f6eabd7fa877a37a94487bcbb30c63275d506cc3117

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d26f4755ac91709a7da9b6a924d19ced44f80d97185f681567ece8d31d6e415a
MD5 fdf485273a8dac758e63ae309ec0bb3c
BLAKE2b-256 00e33ef5898bfc9845e58e39bc24b2264cb0d744309a34e126106a044cc984b0

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 df740a27a336a9eabae5fea320a8495e96926b6795d65e899a19a220f1e55589
MD5 e951a8ca9228a854e91842df43a2541d
BLAKE2b-256 5082e14b0267db6ec10daa97a25f19c1cc82ef071d61639a600730af9fce35c6

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-none-win32.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 05fc5e82903b2ca226b55c0f7c714b9dfe4ade59bc974bf9f76dd20f2b389c0e
MD5 50f68b7356b1512e60868d89c51cad2d
BLAKE2b-256 91b944a2e54685ff7033d487b5edfdab69c7b02a33920a52dc9f3f6042db9430

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a403674d6cc40e785cbcf719ffe74552637cbfdb66510be50fd80bc1089cb32
MD5 3bce4a4f61e6ca475447c1fb3b5eefad
BLAKE2b-256 2f24840152eafa337553e9ff1f0041938d86b4fe9e9d3a3f3732c841739bc6b6

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2d0d5627d9226b64f33bf3e812693724c21e228098ae4f14d9ec7b0f7964e422
MD5 cbbe9aea5691a67522b92172d4ca36c1
BLAKE2b-256 c26980b5707807e6f90bf6fba03f3b876d14f069d1ea303c01b0afcf6ac97101

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 67bde8e9a3cc57857998e7ad01a76fa255d18b0d718c6c99b6223be3c599fd90
MD5 bf5a4b85d879565001ad5e3a3e22f577
BLAKE2b-256 d40562f4cf57dc493a50c6dc84c7c41a812944bca7305d9f17f1b9bf6d9dbd04

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6376d026bada1918e26ddb99dde01e9185422c3473e64fd5f1b94e1b1480eaa
MD5 565624e8f1ead150152900f17d905d25
BLAKE2b-256 6f8f607c458189cfd8f12e67202fd09c4a9c8f83094cdd2f7e876c4ef1805e14

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bcb594892a551c255f2945912dd304bcb59a41a333add77062e047a7e789123b
MD5 a8891486f4f803018806f103031881b7
BLAKE2b-256 0b566c7a80135892d402aa024c541f426e1348aa70bebd1098231a63d7bf878d

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 253f27e1713aa659eefeb3af25a3b3299c4c9aadebcee365a104d90ffa181149
MD5 4969dd0343c3f0dfb9c0016fd63a298d
BLAKE2b-256 6f0bad426ce5170a4afdb0cc4c4c8fdb85913da961753b7be4178c21bdcda77c

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0da90f560bc0d6261b2051589c7a7e7c35a74e01cd594aabd017178b4daa1661
MD5 8f7623df90c3a046c4147a80930d6a78
BLAKE2b-256 8c4b5058c46f9bcc56c907608332e47d867a2e54bd69fc8d3d87428e6e1efba3

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 179c79328a06ac834849d90b3b1a11de77bb6654f8d08b573a27289a6a1f7c6d
MD5 fa626a92c0a46576ded35b4f67ba57f4
BLAKE2b-256 0e7161cd451f79b0bda3312639f3518f747bb95f12ef2537ba0a35fc7ffcbe9c

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cd5a036c41807a3d50bd71d992d0fa56e40167db30f6d42ef25a0a051cee3a6
MD5 1e9a28501bf10addce6cb9e4e1a3c1ef
BLAKE2b-256 a0670ecab6eb04c37330428d6e12df4e17b50d88bad7faa7a36e630daaac691f

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 78bf14c8bb0ae292b3e431fc4879e077c0f7c82bfa121c84001ca4e1fde347e2
MD5 c112982b77ea8cbd2513dcae69ab6628
BLAKE2b-256 1a1cc8b1e6c99372b979c384ca9c7215753618d9cb78198961ad69b059e31ea9

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76ddc6102376ee00b96b9be6c21ffc078d27ab109893bed252498d6daf6a18df
MD5 b9155b1d840cfe6f745aed2ecdd23b35
BLAKE2b-256 afc3710eef83617fe220e20dc6b1ec304f60dbff6de2b5ca9df283bb0ed7896b

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 0f814d587a358e397b1950c5fca40777e5e83f55d1e3ccebc89c024c122f9b4b
MD5 34300a7a8cb55b485569fae6eb7e8d9f
BLAKE2b-256 bd3e0d32cbd3dc279ff224b8a70c78afaf2ec51653eb34649bdacf3426135b69

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-none-win32.whl.

File metadata

  • Download URL: oat_python-0.1.1-cp39-none-win32.whl
  • Upload date:
  • Size: 519.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for oat_python-0.1.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 fcafea1785918c876462003955a20e3c9dd06530338e427753f82ee4b109c967
MD5 a40670e1185a1c041af64f7215770d10
BLAKE2b-256 002eb496e1ab1e1ee25d7c3428fd78936f94fbc3e5bbe394bfded1800580f173

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eae87820bb0bdc6c16be4b0358411ae917eac1fb090bba5a8b6862e767c04a02
MD5 f2f4e614445a6f597e4649913ec9441b
BLAKE2b-256 137ca0d6ef53e67fe28828f70de1de04f3706ccb23eb5e33f955f9ab21aa2b3b

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 871c034629bcebeee188ca363e37f5552953629b8637256207d37f07bed325d0
MD5 299a5932aebd69751c44db5820f99459
BLAKE2b-256 b802bd9b40da7b33e1b75fd9c9068dedb512499e9b4136ead13aa324c8c1f739

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 32b4ee27a37df6c198a8291b1fcb198661e9f6c3b5b57d8f306552471ef7bb59
MD5 c5e6f7b0f946fe6f4798e3ac3fa4e76c
BLAKE2b-256 2be2699772b32eee91198ff5dd10d36a0fe9ed4961d72d4b6811709fad89cd1a

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0eda808bca37c350bed96535fd170a1ec621a69ebe62325b69714093c647d0ff
MD5 fa7502b0c9b3395cb7649d49c56b55f0
BLAKE2b-256 eac479583d7a3553ff31f4e82504410e59613c9e3f5f01829c536db01f1506ea

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a849f5ed1938266a93d749e153ca9c52bc148af7871f21151bbdff6705fe7fd0
MD5 3c117d4aee47402c46c28851a0d3eb7f
BLAKE2b-256 fdb1129074fcd793fb2dd1c54c532a77293d73bdb5685b2465a1bae06d699f60

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 91e7bd4c646259f9f8350ed15a787ab9c5a65cfae5407870125c1836ee4e3a55
MD5 7db089bd4fa9622032b79bb045dc27bb
BLAKE2b-256 473a71d5ea8585dd5f9e3dbd1f68f7002e84b9eb13843ca50a380942a1ee6f99

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6226ab5f09e16ffde896977cb011ee378685b6d233000800fa96e8653903127
MD5 c78468f9bfba08dbc0312123fe8e64e0
BLAKE2b-256 a9ca92ed787526457fd2fa407cd666fea79fea7f38d80257d1519b67bcb23e9b

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c40160e6d276ad61633f20eb1e62afa89019cf7b554312ed0af89dc5412f846d
MD5 f5e74caa7eb9401056a75ca24e3ce627
BLAKE2b-256 22c3fdc1f9c2233c9e8a9b833d3ebefc0f74fa403793d48769d2ba6b68ecaa83

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c328aa40c69e870a683a83974e8184a96a9ed7d968f8ceff52300c7f81bc613b
MD5 1a87d5cab6c0985a5eca559ea08a57ca
BLAKE2b-256 e65e0f062f9c41bca4e846ad47bc68ccb2a7cf2c751be4dc1c9477aa47ed7e9b

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6604bcbefb2d55f11fed7cb217c9d34a9789d5d2d3a4c78bbff73efc3502abed
MD5 3f5aedae9bc86fb855e44fcc7a646831
BLAKE2b-256 41168a2ceefba5c71e18fa0a8c0212e37060e7a1e25446f8e4f400afe66e455b

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f228dcf4f82a39883583f64d45b07134ba7e352772ef1b8452c0ffbbfee85b53
MD5 d805a8a80f82f3a53237a19a9ad44503
BLAKE2b-256 b878ad8b9a32b83176218247a35056e584a636d34d502b8f54b89cd9e296fb83

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 d944185ddc7d31ac3912e7853d4cb30c888a565c75c30958cba80e7b88077a7f
MD5 3839251722007fcd5627ccf198d31468
BLAKE2b-256 e108ff64a9c7a3d018403d11602fe697f9cf98262994cbc9d8169516e868c753

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-none-win32.whl.

File metadata

  • Download URL: oat_python-0.1.1-cp38-none-win32.whl
  • Upload date:
  • Size: 518.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for oat_python-0.1.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 15f5faa41bcc67f1eef0f59bc1ddc9ef505208302e43de06fe9a430a7f77e4b8
MD5 52af84a45dbfec7cba08e25b7695833b
BLAKE2b-256 41abef20ef082a82dbce4815f705c661999c769ad93ae46c5c4898411489d838

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb492bea8fa562d8175b2f24fd51727fa2023f682334299420cbeb668e6469b9
MD5 335a47e33354fdfbbb86c7e5877322bf
BLAKE2b-256 0c95325fdf35de169ce460aaa5ae85ad932554993b2bbe3512e5c028feacb086

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 be234e14eae6582108edd59f5fbf76ad11d10ab3321f0e69e29b39970f02e32b
MD5 8abaa46f36b1b7688a17e602255e17bf
BLAKE2b-256 1c7ae2895d8a4e055c9170ee81d0bc7b5bfbf897f7c5f82eb9d2bee47dabef2b

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4919d735d86639c244c18e1ec8d71775fd41ac248226b267d0f845d0adf07287
MD5 6908f13f5b79e0c849061a75f73d1e54
BLAKE2b-256 b415c847aafab4f1c095dfea7fb9e73b8b43b437520c4984d0008a644e043239

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fadbda46871b227483a3926f53a6dddeece415fd6331cf04410a4623f181fd40
MD5 8a9c12c03d6f47f09932662256486c00
BLAKE2b-256 327c02e50cf657213f7beae587c13575c181e2fc1fbf8c08b82df17707b746ad

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c309894ecebae8d5b0b8819d9f1c74ca8604823aef14d3e4f9954917a3e336ae
MD5 6e1a68cdca1721a836ea0556c7c7dd4f
BLAKE2b-256 c60df1dd4c175aa2362adc1a63449cc23a0513f1ecee2c9855bda453297d70a8

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0adbce17d34887672654c7411fc2f29bfd94b88c5c55e1bc9c142f596517bbf3
MD5 1ba997b25a3ef017e20cbb81f8ca5d25
BLAKE2b-256 c758f50355a87255046609ed5a8b8f7aac1a7dd2982cdc4fa80f5eaa74054ee3

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 67e360bdac6c7c25c1219086575dc3e4db9d8c59b2cfb8c718931ab3cb550a80
MD5 9963a03d65c19271b7d3e2352ee4372f
BLAKE2b-256 df762de8129cb486b7da8f696ba0cb8a60f614e382a29224f29fdc598453a27c

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a56735936a37b045affa30037001fb8dddb94d081e134261ec317528bbf86c99
MD5 b98397892317c5329386313dc9051055
BLAKE2b-256 03578ad188f7f42ffa28f6339db1228f37578c3f7d99cd49bedc70fad9edd3b0

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2fcc6014b180bb09f9ded52c8931b29d54307a06fe8f7db96e8f3aec62fcf19
MD5 5954f93cb6d8a7b1f98e74cadeaeba88
BLAKE2b-256 32c9f664eb4a7d07dd29a14ddd6729e5700899474311e4af6c966089a8a5fc72

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f4465080b553493758594c6f9c9f602bb105d161b6b62ca56a037d7abed47afe
MD5 c7d0b6224bbdeff55ee7b6660d7f570f
BLAKE2b-256 77e623ae4a80e819c6f980453e87cce912a93a27bcb7ebb906157f3bb4fa0329

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 a55dfef044cab4368d0d5f016f4208c947d9ffae8402f1e2a228c7c5d0e66c82
MD5 aba8be67f3260701f4585a59047bec08
BLAKE2b-256 a30af038f71604de86a2b64549c97a2f1d085ca13eaea278e72b9d56a8522b24

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-none-win32.whl.

File metadata

  • Download URL: oat_python-0.1.1-cp37-none-win32.whl
  • Upload date:
  • Size: 518.7 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for oat_python-0.1.1-cp37-none-win32.whl
Algorithm Hash digest
SHA256 5e8b74cd3a72d5b422b5b3ea67f59fc9b4d0288ff5e950918a865610b4de3215
MD5 8ba60fb158a4de07b52f2ddbcb582c25
BLAKE2b-256 c3bc02f1a17195754dc58e930c52bb1c112c562716ab802fb62309cf7aa2cdd4

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2b2edab9900a129289e342a2edab87508f52620b46dda8ef7c63669b14a3015
MD5 17449dc488d51bc56cc0d9df2a3e26d8
BLAKE2b-256 42160a84e3c7cb5f5fefe48cb59ea92b728efbee42270293af47b5456304ea50

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5a5b13312c8c5ede59a28754d94c25000821f69d2163df8da2fa95157dff98a4
MD5 3a763588882778bc0c0a6471d94ab844
BLAKE2b-256 07ac099eb8e8723d992e9a81af153c2d9fcb64b718c03c2fca6f2e42ba949447

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 199a82ae5c7160fdadc689631702f00f7707b5c5e5c690b862c92d622c9543c7
MD5 705e523384fdffcb02eff8012e37af5a
BLAKE2b-256 c271bbc441bbd930960d4a7ccb721a8d5be1c28b8c984aba6b4027ff1f934b6f

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0183c9813c65d072b46848e328c19e7e68d152ea1f7cf72d21c3629f497e4f7b
MD5 f4f8a10355028811acdb376d6de3d638
BLAKE2b-256 717ff20465aec0222b754d9d1500fc0347927cb88530569804386f8d72edb1c0

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80fc29ab62b944844b6b3c2af09697de11da46ea522b1518b95878c21771e1e6
MD5 2660b7f1e8c3666625f9834d46efdce2
BLAKE2b-256 45c78da0cae4668c2759eaf3febe8a09d89b657842b3bd2c6dd64b513a9f6ceb

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 549f2b57288d80ec1f44685558e4b591ed5770a136cd9aba3906d9be50d7e4fc
MD5 c36e09988fd34d8a1581da344db31da7
BLAKE2b-256 f810ab6c9876ad623fe2e02e4c1aa5300a5a7afac87ad9ca1e68bd356e94becf

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d66149767c4d44f4acf886ca7f27d139ecd2aaf774d837a76828ac1da895e0f4
MD5 3c410d1c4b8148d16dd9b8f2817823b0
BLAKE2b-256 00319e43e92df6754c0b480df655a114addc8c5a5e9b57f0a2553e0c5bf33091

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4f2e4a1a92bd04d42ded69964a6e45e9be4c8c06d21284be6711743eae951972
MD5 59f12215b9933c306fcffcd07154ed2a
BLAKE2b-256 c4a5332e3027c241c05c7fc8124c83528d618c693fad17b834724f179bcb7827

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00dfe481361a74728ca32c65acb3638bc040155d414df442aafcc07e8452d177
MD5 7ad8152f36b7b6cd7fe0c7abbba4b465
BLAKE2b-256 d0b878793d06c5d25f5c25e2f59ca171b97ca05bbc87e4cc209aa22b4b56a23c

See more details on using hashes here.

File details

Details for the file oat_python-0.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oat_python-0.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0dc0bb36ef416659a30a6217196d7497200189334ddc355fac8eaf6232ddb478
MD5 d01689cb185fa8e3fdcd03169333206b
BLAKE2b-256 af462ea44a2f4477905a255dbb9cdfdbe0b55f81322250aa815f3f5abf096e80

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