Skip to main content

Tools from the Attosecond science group at the Max Planck Institute of Quantum Optics

Project description

Attoworld

DOI

Tools from the Attosecond science group at the Max Planck Institute of Quantum Optics, a.k.a. Attoworld

We are still in the building phase. Things may change, and haven't been validated; use at your own risk!

Documentation available here!

Structure

The module has several submodules to keep it organized:

  • data: classes and functions for handling the various data formats used across the labs
  • numeric: numerical tools
  • personal: a module where we can add our own functions that might not be of general interest, but are still good to have available to we can easily share work
  • plot: functions for plotting with a consistent style
  • wave: functions for processing waveforms and pulses
  • spectrum: functions for processing spectra
  • attoworld_rs: A place to put Rust code with a Python interface for cases where it's particularly important that the program be fast and correct.

Contributing

Code guidelines

The goal of this module is to gather the python programming work that we do, which maybe others in the group or the community at large could benefit from, into a module that we can easily add to our projects. This is easier if we follow some guidelines for best practices:

  • Use docstrings so that people know how to use your functions.
  • Comment code enough that it's understandable. It's possible that you write in a "self documenting" way, which is fine, but if you're doing something fancy and non-obvious, put in a note
  • If there's a function or class that you think others could benefit from, absolutely feel free to add it to the main modules. If you think you are likely the only one who will use something, you can also add a submodule to the attoworld.personal namespace. This makes it easier to share files with others!
  • If you're importing libraries, check and see if they're listed in the dependencies section of pyproject.toml - put them in if they're not there. This will help make sure that "pip install attoworld" will work out of the box.

Working with git and Github

I know a lot of you aren't familiar with git - it's incredibly powerful and useful, but has a learning curve. A lot of code editors have tools built-in for working with git, and these will do most of the work for you. However, it's important to set yourself up properly if you want to add code to the main repository with minimal difficulty.

Forking the repo and getting a local working copy

When you add or edit code here, it'll take place through a "pull request" (PR). This means that those of us maintaining the main repository have a chance to review and test changes before they're made, and that you can freely edit your version, using git for tracking changes, without affecting everyone else. Your edits will take place in what's called a fork. To create one, just click the "Fork" button at the top of this page. You'll have a chance to give it whatever name you like.

Once you have your fork, it will be located at https://github.com/your_username/your_fork_name. You can download this and start working with it using git from the command line:

git clone https://github.com/your_username/your_fork_name

Now that you have your fork on your computer, you can work with it as you wish.

Making a PR

Once you've made your changes, to add them to the main repo, go to Github and make a pull request.

After your PR

Once your PR has been merged, it's a good idea to clean up your fork and synchronize with the main repo. Before you add new code, do this from the command line:

git remote add upstream https://github.com/NickKarpowicz/Attoworld
git fetch upstream
git checkout main
git reset --hard upstream/main
git push origin main --force
git fetch upstream --prune

Do this before you start a new wave of edits; it ensures that what you write is going to be compatible with the up-to-date version of the repo.

Developing locally

To work with the repo, i.e. if you want to add functions and test them cleanly, here's how you can build and install it in a local virtual environment.

First, you should have Maturin installed (e.g. pipx install maturin). This is the build system used, which converts the repository into a usuable python module, and can install it for you.

Now, set up a virtual environment. Navigate to wherever you want to create it and enter

python -m venv .venv

This will create a virtual environment in a folder named ".venv" (the dot at the front makes it hidden). You can enable this environment with

Linux/Mac:

source .venv/bin/activate

Windows:

.venv\Scripts\activate.bat

(or ..venv\Scripts\Activate.ps1 in PowerShell).

Once your virtual environment is activated, you can build and install the package. This step is easy:

maturin develop

If it goes without errors, you'll have your working version of the package installed in a your virtual environment and can test with it. You will just have to run "maturin develop" once such that the compiled library is available, and now you can work. Changes made to the python code will affect the python module in the virtual environment.

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

attoworld-2025.0.36.tar.gz (476.8 kB view details)

Uploaded Source

Built Distributions

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

attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (839.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (861.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (979.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (862.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (838.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (833.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (839.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (860.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (980.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (862.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (838.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (833.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (860.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (981.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (838.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (833.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

attoworld-2025.0.36-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (837.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

attoworld-2025.0.36-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (860.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (859.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (976.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (835.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (829.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

attoworld-2025.0.36-cp313-cp313-win_amd64.whl (678.5 kB view details)

Uploaded CPython 3.13Windows x86-64

attoworld-2025.0.36-cp313-cp313-win32.whl (663.3 kB view details)

Uploaded CPython 3.13Windows x86

attoworld-2025.0.36-cp313-cp313-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

attoworld-2025.0.36-cp313-cp313-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

attoworld-2025.0.36-cp313-cp313-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

attoworld-2025.0.36-cp313-cp313-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

attoworld-2025.0.36-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (837.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

attoworld-2025.0.36-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (859.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

attoworld-2025.0.36-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (976.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

attoworld-2025.0.36-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (860.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

attoworld-2025.0.36-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (836.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

attoworld-2025.0.36-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (831.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

attoworld-2025.0.36-cp313-cp313-macosx_11_0_arm64.whl (787.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

attoworld-2025.0.36-cp313-cp313-macosx_10_12_x86_64.whl (800.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

attoworld-2025.0.36-cp312-cp312-win_amd64.whl (679.4 kB view details)

Uploaded CPython 3.12Windows x86-64

attoworld-2025.0.36-cp312-cp312-win32.whl (663.6 kB view details)

Uploaded CPython 3.12Windows x86

attoworld-2025.0.36-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

attoworld-2025.0.36-cp312-cp312-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

attoworld-2025.0.36-cp312-cp312-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

attoworld-2025.0.36-cp312-cp312-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

attoworld-2025.0.36-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (837.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

attoworld-2025.0.36-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (860.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

attoworld-2025.0.36-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (979.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

attoworld-2025.0.36-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (861.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

attoworld-2025.0.36-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (837.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

attoworld-2025.0.36-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (832.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

attoworld-2025.0.36-cp312-cp312-macosx_11_0_arm64.whl (788.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

attoworld-2025.0.36-cp312-cp312-macosx_10_12_x86_64.whl (800.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

attoworld-2025.0.36-cp311-cp311-win_amd64.whl (678.9 kB view details)

Uploaded CPython 3.11Windows x86-64

attoworld-2025.0.36-cp311-cp311-win32.whl (663.7 kB view details)

Uploaded CPython 3.11Windows x86

attoworld-2025.0.36-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

attoworld-2025.0.36-cp311-cp311-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

attoworld-2025.0.36-cp311-cp311-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

attoworld-2025.0.36-cp311-cp311-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

attoworld-2025.0.36-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (838.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

attoworld-2025.0.36-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (859.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

attoworld-2025.0.36-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (979.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

attoworld-2025.0.36-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (862.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

attoworld-2025.0.36-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (837.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

attoworld-2025.0.36-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (832.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

attoworld-2025.0.36-cp311-cp311-macosx_11_0_arm64.whl (791.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

attoworld-2025.0.36-cp311-cp311-macosx_10_12_x86_64.whl (803.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

attoworld-2025.0.36-cp310-cp310-win_amd64.whl (678.8 kB view details)

Uploaded CPython 3.10Windows x86-64

attoworld-2025.0.36-cp310-cp310-win32.whl (663.8 kB view details)

Uploaded CPython 3.10Windows x86

attoworld-2025.0.36-cp310-cp310-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

attoworld-2025.0.36-cp310-cp310-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

attoworld-2025.0.36-cp310-cp310-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

attoworld-2025.0.36-cp310-cp310-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

attoworld-2025.0.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (838.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

attoworld-2025.0.36-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (859.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

attoworld-2025.0.36-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (978.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

attoworld-2025.0.36-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (862.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

attoworld-2025.0.36-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (836.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

attoworld-2025.0.36-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (832.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

attoworld-2025.0.36-cp39-cp39-win_amd64.whl (679.5 kB view details)

Uploaded CPython 3.9Windows x86-64

attoworld-2025.0.36-cp39-cp39-win32.whl (664.8 kB view details)

Uploaded CPython 3.9Windows x86

attoworld-2025.0.36-cp39-cp39-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

attoworld-2025.0.36-cp39-cp39-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

attoworld-2025.0.36-cp39-cp39-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

attoworld-2025.0.36-cp39-cp39-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

attoworld-2025.0.36-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (838.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

attoworld-2025.0.36-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (860.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

attoworld-2025.0.36-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (981.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

attoworld-2025.0.36-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (862.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

attoworld-2025.0.36-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (838.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

attoworld-2025.0.36-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (833.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

attoworld-2025.0.36-cp38-cp38-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

attoworld-2025.0.36-cp38-cp38-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

attoworld-2025.0.36-cp38-cp38-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

attoworld-2025.0.36-cp38-cp38-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

attoworld-2025.0.36-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (838.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

attoworld-2025.0.36-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (860.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

attoworld-2025.0.36-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (981.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

attoworld-2025.0.36-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (862.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

attoworld-2025.0.36-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (837.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

attoworld-2025.0.36-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (832.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file attoworld-2025.0.36.tar.gz.

File metadata

  • Download URL: attoworld-2025.0.36.tar.gz
  • Upload date:
  • Size: 476.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for attoworld-2025.0.36.tar.gz
Algorithm Hash digest
SHA256 53a79995599d9b81e63f393612b98a26102ea3faa0babdb16fd6541956196a66
MD5 4b941439e09ef7c2a69e9f175bd2c193
BLAKE2b-256 6122095ad5f498eb00da83fea455e07cb90de7243a47ca8fd65b5d3c5889efc2

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 269dbc44860e51c08c5f90c6b08d0f3bd7c3a5e08a618cc815c0ac0120dc668e
MD5 7271f8ba1279a590b5433f8551fe6898
BLAKE2b-256 35b785bd0ad50ddfce8165dfa07e4c2bb76ca8d54500cdc5a1eaa468be132a69

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b8b249d651d894a20ecb53a7e758cc6e7c04311036f03411326d6fc957dba618
MD5 0fc1a42cb946471dc88cd035f68ac12d
BLAKE2b-256 0f769cbbaef212c70986e366f9854fcddbfa4fbb22729867040c986aaf0daff9

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ed12c18ec4c871a8a077db75b1e3c7e0cda2009f5fb896289cebdfd71e1517c6
MD5 3e620bf7496a70d8cd42981a9c011450
BLAKE2b-256 3ca13297b135eae72bc95e0b48fe23659cfab2983b07a4f6826e0a9e2f4c5742

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9194d2a52a50cfd874763215ca724a49337619d132b5480c5d245cd278d8208b
MD5 9cbea59c87023f3c7e4eaa75cd93d42b
BLAKE2b-256 079e9d4b443fa219fbd616edc6c818d126eacb773623ce9716d1b0d47d111aed

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1d91855bff10a92231adf63768030190fb8ccd1321fc777f7a016af9b63e935
MD5 a9fbd322a1ce5e6b79e4c79075fee1b9
BLAKE2b-256 6194de69848c6a265eb9a4c89dd5dc66fd901e4ef2a90bea599da43e635fc948

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6798a6fc2913a993e831ccc31ce9521b162a285d052128e56eb2b4950d7b45f4
MD5 05bf20743e255494502e3ae8d5c0c240
BLAKE2b-256 f1f92e49d8160a3b22fe154be223f68716c6f3c39c177f7c6f0f6564d9adb2b7

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ff7d17c68c6aee1a882c0da3bc6e90a266ab1655825eff69310a914d958377b4
MD5 dc7c9cf7a3ad7662b66aaf5562d7ea64
BLAKE2b-256 6d63ad1fc61382ebd62ebc1f3152590dce7c259eeb38ca28d0b58aba1db6fe1c

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b9a9c95fd9400b0d87c66a500a0a159250294f663f13a0368e591e0a0bb92d3f
MD5 6eb4845699a96f64ebf0adf7a956e558
BLAKE2b-256 d8b0e058f3eb2460e7c29811de32f16cbc98206cca8d13069dd1fadceda3f8c0

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 07d152994d7c68e6cabffbc4dc234d017ba6ac1cab47f6fcef91cfeb5f62ab86
MD5 9d8d0eb900a051aa6119a292c14ba597
BLAKE2b-256 0dd230e8f9ba7bc3fbe1eec9261b243a74a6b46edbcbc6694bf1e02730e9c693

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fac0658aa731cd5cf151a4fa209d26c655005032a149b735ce642909bf49435a
MD5 95fd8b4bf569177792b8672ce60656c6
BLAKE2b-256 cd607af30523e4fadf2fe0e7a71404504388f10ddc334d4e640e894ad5982118

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ac45cdff611d5d15cc77b2cf749dbf4d3cb40d6ccd651da02c1fb5bee999c09
MD5 bc18a98ed80aeb9c157844e84e780041
BLAKE2b-256 62f34332e7eceff6e3a56051c534ce6d0aa5d52a9c921d177cce36f922f49b29

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 76654046522c54f2bfd884585e0c486a50a9616b696c383e37801269cb1c3537
MD5 fc1f4cf58a3d46d9c097e9f76bfd89ea
BLAKE2b-256 3f427fcf23f37d330fd5b04d91dfb71707d2834c73bfd95294821c31a0932cb0

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 17beb9072e94fc9f7db3991ce12be40a64188852ca44ec304c87ad30a3de04a0
MD5 be727fde8c907459107465e5478f09d1
BLAKE2b-256 b017e6eb44cb6f685926d559fe53d2fa9e9564072899c64dff36b07917c547de

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97ef804eff06595d8daebd16a8c9a40771ca18042b63cc9f69397bbf1308d1ef
MD5 80aba670fb26b10cb2b87681c8364373
BLAKE2b-256 cba843dee7d3076119bfe5bfaf4c28594bc94294565167ba85125686adf1c03a

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bd1a7579c3db48361b155107b6bf223b6ccf61c4a940a29ebc4ee4b4f2a159b
MD5 bb2594c06156d3515ccca967ecf5fa55
BLAKE2b-256 62fb5d8ec4af59d2681dd98a858889cd91fb90a06cd10129ab6e166ba45509fe

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0ee4be2b6fb71699200b6c1961db4f94503ed082b6c58c7ca053bbe618dc59c8
MD5 b10e3592b5484c1fa31d1d603fd0030e
BLAKE2b-256 9187de2b7cd953eb47bd9eefe60578ac0891603d6deabcb6272824f9373f9f7b

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 117c9f4f5207dab8b73aa349957c5a249bb223d11d5d46652302a78abde81727
MD5 e94669dc4e8e0704e33960e39dab6284
BLAKE2b-256 3865e8a1cd545265f024076ce16af9aaffe91f43ad7ab8b389f48e9ffdd33225

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e858a6fe6099aae2902489f07139e5a417855bd35ac47b8abe6f52f49207596
MD5 16c9e547fe0454370e4dcc913ee9c79b
BLAKE2b-256 ccb2da17bba197dbd1d7adeb8238f5dd157b8462cfd7a500fc07e75903d77ef6

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0a72ac059eb1e6972ddb1d4d6f721bd73f5b5bed58b753e6624535621238f14a
MD5 ccbbe6f24165d16e97545ced84af2a19
BLAKE2b-256 983222f1c2ce18d81737aefdd5832661442f18592311dcd4cc877c4710e75ba4

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b14e3bbaf6b567af94f92a2fd64e1ff9f1277e8dcae6eaa5bdda52f8c1eae177
MD5 0a8fd73d90b83458a508101d74f7319e
BLAKE2b-256 5d374ab8e6ce776b4c457df9d293cb6707e05ca4f123037ec5906d4da7d7c502

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43da597bd5bb38085adead715314626f54d31b269f5396f3b3d180b4a1827a9f
MD5 f3bba8c7751ccc38200e25ce1a78437e
BLAKE2b-256 45143bfbdaaecd83881ea1da2bae7f34343c4d6042d2a2fcafff0e864d06b2c4

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 75e25afcffe3d324debb64de9d27285feedce89b342292288b750d1d751e8904
MD5 6aa44c8de24a9178a4c4ece9e0b96792
BLAKE2b-256 efa8c28d03371efa3407ed3889a9937fc7008a2069efb41171bcccd5ac901eb2

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b2f600968ac83ff73705cf47678d4a635792d9d60109e0ed33962ead002adf48
MD5 1cf49969ab31337a1b4d774f328fc9c6
BLAKE2b-256 f13fbad104952bf43ebce97ef50c57d85ccdc26d4952489f688d8665eb9642d9

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be725c4452749621b9b732c2758d8e9b846b8a2473f9d417798b394612a1736c
MD5 21f1357f6fed3e5271ba2bd9ece174a6
BLAKE2b-256 70a4126479743a43d97932734947807e1d82e2b0a6f8ad99f93a1b125772f6b2

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f4f76dc7f061e7dcb2e65693fd7882ff0e2a180ddbbed7dbffe9e6e093633cc1
MD5 7f7e4f0edc0fd1b9edd87da9d2f7753e
BLAKE2b-256 15dffd4b0c8eede20d2053aa4709aa26ba4409cdebb1fe4241578ecc8e651528

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5858f70c5c2c3f348ab847562c94ca030b027b25af2ba0562cc721fac3fabab1
MD5 70a31c5d46a6cb9c05db402c39be15fb
BLAKE2b-256 27e6f14234c126facc73cfbd261f9fb20b2252d53daf4fa95066b1f4636b8a3f

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 171ac69451030594beec60a0229d437101648ba9011ae2d382a6a3cba8db011b
MD5 1b7ebac8c551744eaa5ee0b0d089bb83
BLAKE2b-256 80815decedcd48b6a8f2c58e7e9a0422d7fb17adb115623c4d16b62a50f99482

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9158ea40c74caed24144e18be7f820be9d14b0fe07f26672dff4ed2d830e0924
MD5 bcec10feeb95d64e76f1d0a604434b10
BLAKE2b-256 e78880ffc32727f49b5909c617ad00ac17d93bf50863287c1cab802970482ed4

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d828bf0b52e2a2bf3b0bf64de8c345737b88944c642fc569b86750f8e2b4f2ab
MD5 f6b18e7c5b412f40216428586c065a90
BLAKE2b-256 7148fe071b4859c09c4800e1d33028b3909e347f6fe01855045aeb57b007d02f

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7df65ccee5f1d69964f7b0fdef4fd025daa4c1abeb9ccee46ef5399e28f578f6
MD5 d7eba900683ff85fe95685a17cf7703a
BLAKE2b-256 aaaaea0c053196f050387a0030a993d7a6c6f1ca261f5e8ebbb8c99ea7e073e6

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13397f17a6352fc94f69eb5f86a0529b4272757ded7cfad8ce84fa49c5fa42a6
MD5 47c7850e1d47f7150f27df7f777a49ab
BLAKE2b-256 7932737c4b8761927b8f14768329c2a8f2da2b874e1bcc4a5deae625fd063416

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5a8a4b596a4c04bebd234df6f352c8b050b385917175383a98e569916c972e67
MD5 2b30cfed5e1128038e916b46d8f80a87
BLAKE2b-256 95c921e7d23699771874dffc824b2cce2dfd4a62546c2cc4bff8ca0dfa132094

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e5e7097f7639bb0274136b92e2eb578e4fc46065312a3229679c99789934c61c
MD5 c106ee08f914b6d711c01bd388656767
BLAKE2b-256 b7f8682e65928748a2e0394312d7d3f7ecc0545cdc8d39052aedc66a98c30b14

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc5a3d9a00a0803a6d7781a157fa314bcd4aa3c493396d0dfb7c0ae50c78c929
MD5 826da8cba13782b079a2b48acc40e7cc
BLAKE2b-256 6027bd77a40d4c61fea11b6156464f64bbeed2a8fe98d8371b95f80f892f9ab0

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1de11ccb50e91c830ab2962b94461ca45312ded2682c1269a731e91a28a0a1fc
MD5 5991e60b0c280f87b6f1cf43d988eb2e
BLAKE2b-256 608370d67f40ab537c0d10693d6f80ee1d273649f8922acf259e220276f7f67e

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2fa6d3bc503a2a52790711468befe06abba4b18bffccf37a77c00a14cbe5afad
MD5 8edf015b8416cee3750993d24f5a1cc3
BLAKE2b-256 57793fa42e7a20d298d95ad005f694869680d0b079834a796534f5b245493b02

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dcd1e41f920aa3143616a45b5b92c336b4c2762968127c6e36ea9d3506592078
MD5 14f5782e412479a15544fd54e9dfe11b
BLAKE2b-256 6bbb074f5dee3404a8a986f07a5f497e84a3df6345bac0059839f1c3ad81d81f

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 49cc19801a39f439b8f43720212aecebf33d2ca160033aecec420a03f6ffa81c
MD5 57d6440cf0ea3d1ed4bf99111beb8afe
BLAKE2b-256 82093023d5586dc59055a029cc27341204e1e8d959f70e131293b06fddc1a63b

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 69db7ed3b915a432c9e5854d6c271efe20f715180d72e710f781014b8e2735c7
MD5 7f3ca5b5526228f4ee265c5f93924bbc
BLAKE2b-256 c3078c216e229a044b3ffa83a1864970c41144c1439de65d7cdf5eb4217e0932

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 dce908b2b442c431f21f1164cbcf4950b684fd3e7cf80775f80e5b13fa1a8c0f
MD5 7f4262a7ed8dcefc11a12c4907026526
BLAKE2b-256 83b01fefab8ea1ddca13fa62974ede62b8077ccd3f2d6c5d50c9ef83e3966a14

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 890eab405e0f76dcf1a5bfb2a58d1c6dc02e0c52e700be6c076f7bf4e003dfbf
MD5 dd7151e3b8de45f579c14fe3a5bad14d
BLAKE2b-256 7b5e06c195ab92d84a036fef3f785d05b66883fcc537c86d47fa6bc738760f06

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7c5fdc51f2d658a9cfeff3cd233e5b3afd339281ac09ce94e916f13384683c01
MD5 20ef5dbf5f1df0c86ea81fd342913a3b
BLAKE2b-256 98ad730e55e955fed9ef1a01f4c8001e8dbaa062458743772e5fe237eebdc7fe

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b267ec8957920e5cb9bd550eba1aad4c29644121fa16b5357768a3334efefe41
MD5 21f621839e2357b49382d5e9c4369496
BLAKE2b-256 69e515a5db79a0fb34de43db3f5ac056930940e7648556c987e2be4346e1d403

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2447def1e01da39d312f8b132e2e41267eed48cc20084b46b47b04dc380d56c
MD5 ae6615be121b6fe1cf94f205d78fa7c1
BLAKE2b-256 01bf8ae86e2f3051c9b9e4110c1e0f396051da4fb6497bf78d2951f58fd238b2

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 082c1d1489097fa7dc5b4ac72fd26bfe43d289fb7e8e2a6c5d3b480599771e0a
MD5 fdb9e8c44784cbf6f07406bb41d29c69
BLAKE2b-256 6d2b608ef7bc92da8bdfdc4e4d75ba2e3cc06064bbab4cde67119369b1ae6341

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9bc36f913a8830f8464cba0f8126dcbeb35c8c19679fda9e829b8920123fa257
MD5 81a15626322c2bfdec67d8bd18c65fce
BLAKE2b-256 462e245a43ec6fd709093149d928c96218510fe09285514bfad4b5b3da8f4f77

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e80d9c635be4395e18a56d1595c4c9a62aed898e5ab1a799c92f6aaa6c9eebab
MD5 957614c05d50fa31a2b64a5635277f12
BLAKE2b-256 28f1894a05aa2f572bcfab86482f01e9bbf981f01e212c66fa9de10e6a2703d2

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68e1acabee9765caf65d1af01c409e2f7b32e498b0627e1b791406fa247238bf
MD5 9eb03883fc21c3eb2610706e081d4ea3
BLAKE2b-256 771324960fddee2ace779507d4d29b18ca004c29b46ec65c9c93c3fdeffffc6f

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e5ee4a1569622c47fd25d377fa35ebb74e4628927d9a1d3ad9bedba15bb0bbae
MD5 6a314890d855eb910825dcf4b34fced0
BLAKE2b-256 72f4df3708d62e2b3ab006f03f0ea2f6211124866b43b7407a2c4392751ab4a2

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d4774036166dfd147b189efc119dd88965f594d07c4b91e559ed82ca99154812
MD5 06de3422553adbd81b26562af0833177
BLAKE2b-256 edaa714eddc7740a6328255e98ada4c8081c5a821da43181c27cf82eca38ef03

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0800e30d3b992440a57aa7d44b10e1f233239702e73bba8459225513b52b9e77
MD5 eb1b97d12d0d93b8dbdb2f813f8dcda3
BLAKE2b-256 7f966f7835324dc3caed6e1a975ff6804cd80cc36b9a9ab4f2eced4c9e76c2a8

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 25c80c32fbf59c29c63776c8500c6fa0a0ad709869891d8ea45d961808536258
MD5 976773cd8ca75546e0b031b444f85b3a
BLAKE2b-256 d785f6b0d70d5779c3c2548821cede0deafcefbf36d1ddbe5550d6a036d234de

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e65d0a888e4d8d19891b26c89f1a0ae57ec05f790b1822695f126caf7a90df6f
MD5 787ac8fcff57d50f707fe3c520d3c82f
BLAKE2b-256 d28e955990840ce693b546fed84c1c15ce787a757f38cb3d8e02ba923987318b

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5ea03360f8ddd8c5957e1a83f192027be858eecba4a4e42ae6ce4bf8241c9691
MD5 ef132eaf44314f9f044cd811c82e316e
BLAKE2b-256 8f9b3d672684c9185b10c8ea8d034f83bee8ff305bda1c3b7230aa8a910a9c2d

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe326e63e289fa9a1e4a829f1e487e34a9f58a3466f239df8fd8f2f469d0cce7
MD5 da90c864acaaff63afca049e57e9fa39
BLAKE2b-256 bf1be2d910fd7395ac84b364c2110734d02096136a2746077fb4aa35fe4b1822

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7414295a65f86c048ff237a50801c1a1a09d6f7e9d51d539a939af918207080c
MD5 37d2ba83b07acb76b986af67a83267ec
BLAKE2b-256 bd41dfb3f71f864a22a81a597f8af78b59a843bdad711bd9b5b04f25fafebefc

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b113c182778043e8bd8c0fcc594c24933c44bb8dae33b5b15617e9ec2fb2b93b
MD5 2c4a5ad62527a944ed9c71154921e9ac
BLAKE2b-256 121e0bc1c56cd9a48b664be2eaaaa77eeaddf3a938ebf2415198550dc2b0b4b2

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6dd48b4da52a8dda28f68fe787dbce18184d22f40bb44da0ac196a04914af37
MD5 99da7100eb52b4f1f235b6080486cec5
BLAKE2b-256 98408ef36605495917a747f30d54a357ab2f2053cc0d0c80ecb49d842b88b89b

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2076dfa78663f34f013c99251a72ccebbd44c5b4b2f7d86b1d847e856d36f5a
MD5 35ae21d3eee1ecff2e3b613a87917cd3
BLAKE2b-256 31befa2d1a8307ad8eb26a16678e9922048c7694d14733f1a3a8949b7c10e017

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a3da7935f02284bd40a5247100e2d730dcf6fdfea5cc53ed136c53a1b45c606
MD5 7151d3a9d0af5e48754d54e94a895782
BLAKE2b-256 49bd3c5f29a859b607de3ab30efb85e5b16e7c7ef22ed1c306897ea5eb99b21a

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b2e2d4d8058b65b00af8b48147724b01a6e554df66766fe2618db939859eab19
MD5 0ab5eb311d349ee7e260b78573390fc2
BLAKE2b-256 182d4968fe3327cbaaf8ccdcf4fc8c4c0e30e0662ac72a06455c0134528f177f

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 46e78152da2dde8f5a61840dba0e36372a2b9dad85ac48795cdd1892028407bd
MD5 45623fbcdd434976365f3d6ae0e1b15f
BLAKE2b-256 f79ab2c3da1d3904599ab52cb0bbed1674e85d0401643bb9013f119efcafbcb9

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1aa1aa896f4fd88f53d42c73a6b7116cdb9ac87b21ef4ff8aaa535527cdc9aed
MD5 c82a1f80bc45b6cf48dc046e4e9e534a
BLAKE2b-256 29d8d3f5f2e09383c7661c76bc12c92cc26f3a3ee2f2bf67e02bc4be3bda1dfc

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1915b7572a12cfd565929a55d5184e4783e11a5f0a755d6ab50ac02b9cb0c262
MD5 131dc6a1f1589f4f7504e3da7ec74ae2
BLAKE2b-256 5b82c60374b8d8bd1c4d97bb4529fa9c50c707b97c8599aca7e1b8f75a0a6e0b

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 406ec14345c7ef420794beb8b8f5cc220115b4e0284e79bc79fd865b0176c32a
MD5 c272426c59c0d49fa6346d4526892fb8
BLAKE2b-256 0b7416cfc5f3b66c89368ba206715d81cb098c1fc75b52ed5066bd073fec4cd3

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 447b1d6b7628af2cfe597c5c354c7f86f42e4b72b13293eb378aedacf5b80fc9
MD5 e6dd1f9915aa67e55029ebad4daad945
BLAKE2b-256 09765d6e1b73c60ead3d41ad3c4a8bc80763d80eb04920525742e990535f792e

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a551330095e8cb9f53c28ab8d9dc39519d2eb730206549256e097d0f44703b05
MD5 1ff6f86559704b155982b89ddd263066
BLAKE2b-256 15f5e169204260db5c6b2b59843de0b17a2bbc41a787e4bd421cabede8aeb8d9

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9ab49e6abe6afae3fd7f0631eda6afb162615ec70ba48bd6806f96aeab69228d
MD5 6210e7701081a623d59d6c7453e7d17f
BLAKE2b-256 6b55fea2c576415f3d69528248ab6d01062acdc3895f3ca2227ffdb06cdf8521

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18e524b65da33181689582704d61a5b111c521b1a91f009d74574c8386999563
MD5 dfe47d06631b4ac9baa8a36e555eb2b1
BLAKE2b-256 3c6c1e48574537132b16446ab5b27a2e9c612a1444cdd6d7a0975e8872ac34ae

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 426f49077f1a2b3bdb9f7a42f51f09ae599db74d63c2e35b0d6bc9257490cedc
MD5 ab30045fa40c1b9b115673dcbe66c3d1
BLAKE2b-256 a2d9ab51d95bb6d0fa50386dc13c1920d1551b064905c9a066836db26e057a23

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c4f7be238df111ed8d4c7c3998a3b289bb123741fda25afcadccca056798d843
MD5 6d7007e7b1e9c5d564866c2ab278f77a
BLAKE2b-256 8c55c0b8db2a5e88c903a84ae8c4f19a11dcac977695df6f182e0fb53a344cfe

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3a18f7dcd64a28cb98c7b3b5b7cbb5f7230b2e0e8d7d0b0e79773beeab2a5e9
MD5 cccbbb2176a5451873024946f8fd954b
BLAKE2b-256 d02721d72f3b1b778b521318974c23d8d2b88cf30fc0c98547fc2dc7d0d272da

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d916336d2c86b7b7ac9166ebc6f2f4f2ad418164a63c5ce1fb4906b68a96c96d
MD5 482db5d136569a37c1b9993e72dd69be
BLAKE2b-256 07e5697ea7d32e51f25ccad4534a2c75122657a0a79e980b9c7e88d2146e1762

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 03619f6091e9ddd9a517cf3b304990ffb8eae1434267857126ae8203ce62b604
MD5 16f5553e4a85bcee1f3738fa811d3bef
BLAKE2b-256 1c94d5a09e40a36bfdaafe3206636f44bc4d66a54f1c602fe2faa1331080f3af

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 86ad5d0e73231146ae429e54649bd1546b9ce40ff8b6e418187ce4bb4d9bc0a0
MD5 64c1f329cc815d5e983dd9cb491c7d27
BLAKE2b-256 520ac815881ef351896a3cdd03bd0eb0f3c811533bb7422d99984d898e32f9b7

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 109a17076314b710a7ac5449fd9ebbd79782084ee6e0be368a186936887692b0
MD5 9d97bae95f3f6bcc0014aa35046678ca
BLAKE2b-256 bf19303c949348fb29be582bcf8adea8b27f25391760b5c142133d8dc325a813

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d314d3f8f39c1e50a1104744c3bd9e9cacfef0667754d23ed4708c8b3349ff06
MD5 71535d79277c709a6016737cd31bd3d8
BLAKE2b-256 7c4d588c2031ca5ac834b710bfae2563c4adef50317ca51766dcf9cb51cc55c6

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97054b9ba6b530e078eb070a0c084d7c29c263f0ba7b20a44312bcb9493d277d
MD5 5580fbe06a6ec6559f556f33cc5653bf
BLAKE2b-256 d7233d503a8dc63f49721ec70e5666fb56cccaf48064a0b15cde3c379e5ae716

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90b2b6114b89bb0e2dd237856b8bff540b7dd2eed0915043a37a6f5ec234d535
MD5 467098586de0133c50ddeab38277b278
BLAKE2b-256 90dfb49d69011cedd14d38670bb886e97b88de02b7d9a862eff9934343a15d5b

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a32f242f308219ad892642ef07772997c2494a54038da1d201ae4ebe5dea7d4d
MD5 6e506a31e2508ca7f3fd40af20a6f536
BLAKE2b-256 47cbd3f697beae7fde263a7f9a15f9e04a3680f3d9a1a1f37c3e7503d79ce1a4

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4ed4edac989be2a05ccd6bd2e1df44a2012bfe54046618d0f6757c1a87933562
MD5 7dbeb4eda4824012eeab6fc3f441939d
BLAKE2b-256 9f5c5617cfd9c3e1570410b2e560739efac8249ca207de583c20de4cb6aed5f5

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bc50a538e810d18571c61435337e1068ac63253e88a4c7779377cfd520114271
MD5 e66115a1f3fc7a9e2ec97eb9a526040c
BLAKE2b-256 e966be608f015984a7bd89b463f168bd7a84b38e69d12b76575be191ad66f555

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff1eb7a9f62f6d40f9b423f49221804fc1b802fdd701fb29f35ecfb5a8ccb4e1
MD5 753541f50d9cddb2ffa45027100f684a
BLAKE2b-256 b237ab7f88f00870627e93296bc768c95b7d01d2a438b8c46cc4a5b48404cf1e

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cdf8f229e073324d6e3ec332435e1f5d7a4e4c208b3dec8d82f3bd60b5f61c54
MD5 a52623d7ac19fb87704734ce26491fec
BLAKE2b-256 b1b9de7f90fe3a06ec7ac8f6440c15d606351e652c641ff148b0db7ea9c9a7bb

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f6a64aacfe0e13e7839731d53b23440ad2c46a889439c8f051b87a81eac0d930
MD5 2cc25f80784ecf1af322431995f5f09a
BLAKE2b-256 69182528e60d13597fa3260cce42a9c915fa0d9eadd7b1b2184c7f736ec34161

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1a7e91c54cec03bcb01e50484737f9cc093dbde0e93c715dcc826370055871a
MD5 259b44ec83a6a49adc2f0af8ba9def1c
BLAKE2b-256 4543e81a6c00563d309aa678732db3eef0d8a54719c5dce5445a55d4803482cd

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb6dcec25edd0ea6e1a252e83d76a83d9e22f45d033dcc993397798327532403
MD5 7c4192359a1f21a0d20eb7af3b958abe
BLAKE2b-256 7125f70854b3b339387072c7f55ee3761b32facfcbd97ead4c24c68f1e7d2a00

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d61b871c9b7eb27b8f8d78cb2c5d1669fb69b75f89b9a645f7b66df4758c248c
MD5 a3e675e81fa0276b75b6e88ac7e6520a
BLAKE2b-256 2c027f8db5c19454887d2a48352487b681098d40efa299cd331a030656b5a55d

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6e9f24a227bb48b0cd17d6f9d20abd6b1bfba48ba2861dddcfdddee59b38100c
MD5 fea3ed27fae2be1260791886979b945c
BLAKE2b-256 4514f5a89b14aac758e3e2b47a6cfc09d627b32b2f4d1b7e736c82d7059f4b4c

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5079a8df2b3a820967d91aabb10fa08c05bab671e22a47543b0ed01150cc6bbb
MD5 acc0bec9339062aaad88fe5fdf6d61ab
BLAKE2b-256 672ab86119f19f417012523664ac6ced891a8b9906ec84e0c84a7f8429777e76

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4e4b997586ec2741606e52820ed5609d81054736137e7b0c294069ae9a272db5
MD5 5163dd6d331e8fd14e6e622b7c2c82dd
BLAKE2b-256 82876a171c97b475f2957f2156e6be975366409c9516b8fc6297818d879a6825

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de74aeb44607b6d17ceac10afb119ec754974c6e41a7fd85cc13a7cad9191d3f
MD5 611e95c5128e03d9d3c3f09e08f66681
BLAKE2b-256 9a716c6904459f5b09f81292e3b30d5c47e45e84e5d66c760a8d5a2dba7b3632

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c5580df83e47a59310e2df402fcee2b557e9a6fdbe1901771ee40189b787b73e
MD5 66dd9f3d2561be9ade3b3434fdd7ff1f
BLAKE2b-256 db9f61832a0dd71356287f894d5a7adc95b580e9d72d11b54d9d1bdd7fcc615d

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8637660817799c5608c8a5e753c0d84831b69737bf8ec6de3b31e9f7cf2fe43e
MD5 f01263672f27de3f482ad6368367e64b
BLAKE2b-256 b102b93cc2aa55920f71f7f0a6668e1b62b94f98fbfb318de1ff6eeb85c0f5ad

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc59c27c36dc9ec8ad0679fd501cd213d99f3f3ac45be8c77a10fc49cdfb7b23
MD5 002365d8172fceab262bd1d5086a7999
BLAKE2b-256 33779734815808b1e6c04327efd582a1d33b131e224373f4a7dc5213326916e1

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 90861a5a4afeaaddacbc59c746d74af6c31a6d70d140e863d932e21946afde9e
MD5 81cba6f66ffe6715b0fc0ac15a35defb
BLAKE2b-256 123a83393d06c1b2b7be6527d15afdc6eed6ffa72ecc9b83e15448192a9ef843

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 873b0fb9457a412d845d74ce63a43b71e971981d39317b7ab3b750aeaaf16ea9
MD5 c0412f86d0c699f0cae5d950a28d3550
BLAKE2b-256 9fb5354198deb24d145915d61d06ede1efe3bba047df7bb012e1c3d3a35b48a5

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b24aa62329691c453e5073518f612c02816c23b50e21be71e7fca1c7f5bf62d7
MD5 0f2a9cb9f9285e2e8800d20afee7eebe
BLAKE2b-256 4e2b5412165d5f622c1caa37558eead1e8859b93fee5fb0ac851454a8093b7ad

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23d7bb03f8d8e4cb954934902b23029c672141eeaf2a77ae39ca3d654f356bc0
MD5 d5f3b182c6a799bd859d564486f9656a
BLAKE2b-256 155f816e84bde3f7879aa5357240e37e013ef63e15d65421fcda348adad68602

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ec278c4a4bb2bb20665f5ff52ad961b0c772297415219746fbbc7f66b62934e1
MD5 1f96e15016e83e0e02597250516a6847
BLAKE2b-256 763281244d2d10b530eb71e677da02812a1d9feaaac62200d9bbd7c067ca6167

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6858514ea62810f418de4410f0bafa4530784c9fa3be15a6e56e1ea82c0592bb
MD5 92fb6a33911599f9a7a65668db5fbaa5
BLAKE2b-256 deadafda0b8cc185009806fa21122c0084dbbcc8f363bbe742ed5c6691c1b9e9

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 336211f3eb617f6399a4a49f061e59568b0bd8fdad9f1a386d93cc6ffd031ad0
MD5 db571937e2b746e23d43115f88fae43e
BLAKE2b-256 5b06db6d7b1afc81c7bf6a96498fe0091e97643e1465444d69179670823cc874

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4488eb809142afce8dc764a17a4882991a27cd7d846de8b8657b49f0e90c5189
MD5 4d6648ad540cb67d07876b1e99955ef0
BLAKE2b-256 49316c20b51fef2fbe83aec81cce1eeff829b35543c49f55e34a1aef7380de3f

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68f4f8f2b54d57a96a79957d3405980820dc18e7a04e74d1e0247da5ffae7d58
MD5 99ebeac818f5e682731a058217d67b51
BLAKE2b-256 37bb14c32f63824b2efbabbe71e8b451d299f82c38fc12676240a5282eeb3fcd

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d940ced71e97d3d7f24e55532ea0bc1fae33eaa80adb435ae319c228f95fdfa
MD5 4efedfe0088016b61e70074f5251b68a
BLAKE2b-256 846405f006f04d5cae54e44ef62612cc9886cdd6c42a50ca5207384afd96a1f9

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7173ff38caf588d08e7cf48db5903acfac216a59252dca1d31a4ae4f8d657bd3
MD5 6cdac280afa6ddafa37d505b07b990cc
BLAKE2b-256 62504f273096803385202bef06d506ef051a81c0b68ad26f136fbf011a5e08f0

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1ac59ab098742b11f442cf4e8f0f44bad1d4225cedb41b7aa84ebab1ae80120a
MD5 1a092c94452afe559090835ca176fccc
BLAKE2b-256 ef3b3063dd9c4b309326eff1e6ea026568701e45e9702c89bfa65d20e53ece26

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51e8929a40eef215eb01cf04c04f2480be7bf7c21876f9779877e382dc76b197
MD5 163f777058fad1ef904d91265074960a
BLAKE2b-256 a7996e6f86aeef52796ad881cf39df8aa061965a083d9cb06ed1088de5e3d049

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1be05e91ba6d73aee3b16a945ce42e0a1a005adaad9cf9f895a8b94aa574f19f
MD5 3104efe1327036902e65a80606eee3da
BLAKE2b-256 e9d149e124d6952ddc941a6d2b5128f60998ae6910ea07aa94c88a3dd7593293

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d32217c50736554c6a0314c40c14d5163bcf65c54834af548d19124ebfb5f81f
MD5 bfa9dce4c1712c9c6dfdb4ccc9ab7f3f
BLAKE2b-256 5099e10d659404efcb0f3d4bafd552c76f740c92d1d0f361c0da77a570b55078

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e35176e32aa2eb2c4e6392b728423c3a64fef1dc43fc7bda02a2bf0fc43a6b6c
MD5 f82b001cb0e632f970e6b3a31cda3378
BLAKE2b-256 482404b1413035332b1dcd0ba5f6c1ff29036072f32377d321f647ea71810ebe

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e82cc83985125994614c17d75b052cdf547d4a1784287f8e4e25c23f8e18bd77
MD5 96f81f028c9ee0163e50a2108849a25f
BLAKE2b-256 af1d24ed1088fdb7e26e83408df1df5dc114fb550f2c6255493afa162bfe3302

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d3c8cf9a0fb79406ef12c3ce9f36bf99f045dea703e610731327050da6d36917
MD5 43dde15fc0dcb3758877a646eb3c581b
BLAKE2b-256 48f39d74b1899240119752024e4015cc0a77ed4a4b862b989ecb2262b80d6199

See more details on using hashes here.

File details

Details for the file attoworld-2025.0.36-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for attoworld-2025.0.36-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f572cdd8a9e3939fc448c53406d32f88e9d6a05d95b92071da5d738e16916c7
MD5 cb609f1f0e283afae1c7bd21b52d6cd3
BLAKE2b-256 d5bc4c8f1c4dcd629256c0fbcc872643ce3d3970c00fd77cc5e973b630d22506

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