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.35.tar.gz (476.3 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.35-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

attoworld-2025.0.35-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.35-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (861.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

attoworld-2025.0.35-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.35-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (860.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

attoworld-2025.0.35-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.35-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.35-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.35-cp313-cp313t-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

attoworld-2025.0.35-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.35-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.35-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.35-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.35-cp313-cp313-win_amd64.whl (678.5 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

attoworld-2025.0.35-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.35-cp313-cp313-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

attoworld-2025.0.35-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.35-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.35-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.35-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.35-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.35-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.35-cp313-cp313-macosx_11_0_arm64.whl (787.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

attoworld-2025.0.35-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.35-cp312-cp312-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

attoworld-2025.0.35-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.35-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.35-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.35-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.35-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.35-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.35-cp312-cp312-macosx_11_0_arm64.whl (788.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

attoworld-2025.0.35-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.35-cp311-cp311-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

attoworld-2025.0.35-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.35-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.35-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.35-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.35-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.35-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.35-cp311-cp311-macosx_11_0_arm64.whl (791.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

attoworld-2025.0.35-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.35-cp310-cp310-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

attoworld-2025.0.35-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.35-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.35-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.35-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.35-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.35-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.35-cp39-cp39-win_amd64.whl (679.5 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

attoworld-2025.0.35-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.35-cp39-cp39-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

attoworld-2025.0.35-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.35-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.35-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.35-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.35-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.35-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.35-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.35-cp38-cp38-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

attoworld-2025.0.35-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.35-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.35-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.35-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.35-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.35-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.35.tar.gz.

File metadata

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

File hashes

Hashes for attoworld-2025.0.35.tar.gz
Algorithm Hash digest
SHA256 19de551f544f883a64763cab67bed22c34a0ff7fa40bd143a86dfe04f5429a36
MD5 6889c7d6c1e3186d27a470cbbbdac346
BLAKE2b-256 2f410f847b3b7ea2a08d6429318253cff229cb6c4693f96d4d5b0ad569203da9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 faf0d38756abe34d98034da3e05649aae0a883ad348b80369347c2461fa1e4e6
MD5 cbedf6cd2882741b94a50a7dfb941cfb
BLAKE2b-256 0e62908b8deb4b6436481d349e7f49be9a7e078413cd6f70edd262a3f14c83cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e0fdc29a0dacffd4c2d978bf3d4f7a182d907dec17cf06cdc27dfc06cac0a870
MD5 4c28f32cf742bb2c4ad57b1f7ea6c727
BLAKE2b-256 f2fc8632c661d8524242c85bab14727a712aed83e2e6e0a677b4e3d8e20792d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2066786f01205d61845946fbdeef629e4a70fc144e656365d81f7f3375331023
MD5 a9edf0844d648913a799d7ec1a103607
BLAKE2b-256 fe1f804c7ef9cb283a5baf2f6646cca2919750912c86a5f71953544ab02c5616

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2884ef4368041d3d218560de8cbb0967d40484ef5f9de0a914679d6d20dba4f
MD5 e45a1b6ca27613e461de0d48eefe63da
BLAKE2b-256 b344612b5164d6f827a1d36ff30c405023b7cd16e00def033897917ecb4f67b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8cab83acf95f6d2ad3da5c99d1cad3dd9599282307beab9c80974af6ace78a5d
MD5 0a02ff52dc65b530ce4c75cf76a5266b
BLAKE2b-256 f87eda8ae81f0ea64c8b447124da4346975cf60055f73c2fb3a61b98ddae92a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eda1d2bebb02dfc573ad9c24cecb143de6313cf85fb094d5bf202cfb76a06964
MD5 a14ddffba111fedce33055ffc091018f
BLAKE2b-256 77e4362330af7aed01620f18edf06291bf3788b42fd9b6833df87f8ee9383554

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9cbcaab18241f3a145eec7e8236ad2fb535dfe49a7b087dc55017f9de0bb4e1c
MD5 cdd405d7d76f959160b842f537d5a214
BLAKE2b-256 922bb47242cb5ee5ba592e6a9ef24a970d4e0547b53e69fb5177d8f798b10547

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e084051143516a75e89602951f6cb3e00c5a4e6848b6439c74aca76d2581e9d
MD5 c37b99d8c59d0c466a309ef63107457f
BLAKE2b-256 bcc46b2f3b57a672b6a264c03ea4279924486c79556756378edb598188cfa556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6d666697cbedeefbd3538fc1ca5c0ac779a7f12bf9031ba16b3ab382c2eda34d
MD5 d15b16e32e01c2662cfd317c282e8083
BLAKE2b-256 643bb7c266bacdf242eaeee75448d31f38d7745b881aedc7387964172b99e5a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6d86a27ae50b7fc39ab796ed9feab4390d68813308aa3c0acbab8ca26c368cf
MD5 18c627f790a16625d1fd77dcf28cc226
BLAKE2b-256 a3eedcae3f59c636acea3dbc825dd231c6036ac434d7c95f6951339321cd7a5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c650d116ef636761c655258aaf6790c078530ce5fb6d9d14dfdb3d047d5d5b0c
MD5 48385f4c2a6c88bf6aabfaa1956333b0
BLAKE2b-256 4ec87be1800e3f5899be5f3f11386399d87541f2c81f6204d8f0d7441aa04c6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 950367bd3da6fd5e6ac4d656b05390fd110753c762e68a3bf8f29e4a93a7d970
MD5 64ba92bda076300b005b14a83f838b04
BLAKE2b-256 3feb5df28a7843c5db56fa177e289c5450405137c3fffa5d06b0bc4dcf9a64a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 df4a2bb61ade28f1e5ea2b12b4cd9ccf99f8e21148a19fc3da2f1159a9fb4a47
MD5 7804399887eba5cfe51ad10e644713a9
BLAKE2b-256 ec5df0c8e46ac8068a9e4b29db7295fbc7b524aea2717a6332f68abea8f118e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bfd2311680602eabd6ac0c4ef2d9ea5beee7375465e9a7102d85a7e73912b801
MD5 b683e591abff447e465b3a9fe1d4fb48
BLAKE2b-256 67ac954fdb8375cf29bf91895353ec44a120ae0afde4ab3ae2021264491be994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51cd076b269280700b50eedeaf720899f74001f6b91fd8f06c8b13d24e685778
MD5 ce165f7e8dd5691b7fa7c57ce7afc75f
BLAKE2b-256 b13b46b5893a932403fad1a737bbee203f6cc87c61dd1460fa02158f2a48d05c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f3d83ae87f7dc217f86e19d7dd0c0347dae52ebcc4566c74945f42d2d32f4e69
MD5 bb3e27125cd0987cec25df63a934628a
BLAKE2b-256 219faff9a654f72d2947134a289e0df2481e229810e93a94442b36de7ede3c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2874712953e878f22d43e76ece4ee649825abf18a581717aa5ab18437ee74b0b
MD5 239d528866618bd106a1059d0895126c
BLAKE2b-256 f09f8fdf3b15e59b4573aa56d4ce5b6ae2d625d670a0f8e6df4112f449122f1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ffc807b3820434ad88582514c99254fbb8d154d92715f0d2dd21a64250c6994f
MD5 e20e341a505d46e9a5787db28b3fe047
BLAKE2b-256 11233469fd517f2b9465e984b9f8556f90bbd2ad370fdbb55de0ec15a3754bef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3de8f899d4e1ea9869cf2c7bac7580b1c6a2201fe3e5893f0622c281b0d2d984
MD5 6090c3088d214028ba40ceb484596ec6
BLAKE2b-256 e1414ae12a01bdeafe8bd1ad6023d274e53123f40317616f9e84e5bdd35fbd74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 49728bc42b4989bc2bc6d0f99f4ec980c9e658c63ff576b2183b65b40e05698e
MD5 f358a0e8c7ccd90653197bc8dd3d052b
BLAKE2b-256 35f716604ba83c76506856d26433a744095f18c94288309f5d2c260aa0916445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5767cad807103efe040ce652b0a39d2e7d15123c235e82774ecd1c3106fe8dbd
MD5 027d5502621adc196e1f93fbc0e51529
BLAKE2b-256 2c7656808cca609baeb464f8d14d435aadfda155d0b5b13dafc46ef196ddf2d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 48cb8492eba137177b5b0b61a765105d7283f2ad0d05ac040c7501e7c5e47872
MD5 7e285e506f6a88bcec91ee3c3d5770f3
BLAKE2b-256 0cd9b997f47115490816e79e29b4eab390beceb2fafe3444c53ab4e8fe066f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cb0b42e68d4cb725ccea120ef271e717841e5691fb92fed24d83a5efd2b556e6
MD5 9c35931297640941eb54e14896d8145b
BLAKE2b-256 51016e46a153bbcb4378233d01fec29ab87863f4e958753d8bb06b4ba542e665

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1cac29ae8ac8db1f58bba119f2b961bb9b1b881cdbc4e5454c2e383991b59afa
MD5 1d5bf2ca1b394b629b53037ebd74364b
BLAKE2b-256 0c9df68ddaf519253146327187463a9fb72b144dcafa0d744d89f4c92551dca2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f81e767746a3b01874987b068f493ee6963e366714a924e4e9c176d3eb2e446f
MD5 3c0ecb5d2f996c348aec74e3e9e75c41
BLAKE2b-256 d66ad798bc8b045f79e5a59ba9f47d7a81e2167ce2a6cfacc5110afdb645c8d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eba08dff12f0afb0b422d165134da421544721613e63a1f7298582e32502ccbc
MD5 4118f46f8a13f924ed0b9106991ca99c
BLAKE2b-256 8e62f8032ac361e46c2831b88f6b04bcc2a884f10a7d1426ce5d8329afada87c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d2f9940bf6347dafc0f99cb8a7de91fd0b869dd9a59ecd2c518bfbad104fe2b7
MD5 ed636caa5baed815b9db7da6add6022c
BLAKE2b-256 5406a4a3d9babcf48409df5ddea8150d2db4b5fcdeb1d019fe114ca0f8b4f55f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 849e236c823094d503955bb4bc092e8cf10ba41200c441db8e19d805c905cf56
MD5 f7d92db2bd5375540a6f625d1358c63d
BLAKE2b-256 efc36d71d809d2fbd57bb22aa6c06e37f5949b06a457f97456742109b9877da4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d9be4b8ea854c56388cba3f3d250cc7c95a3815daebc29298e7d48641b5ecb5
MD5 551ce9504d79eeed035d34586738f4cb
BLAKE2b-256 9a39111a1963ae74f48664a805d994e0ada91df8d0e6a8d2cf20e6c0f8778b68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aff54e35f406f356c798632c80398af5319619705e40156be011c57214f86abe
MD5 cff95525fef707dd6b1cb637b806afa9
BLAKE2b-256 2fe76f05e6340d61634716a4479f033ee230b8eb2203da199a15f67d6aba2cdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8dd36921ad56efd450875acfcd8809dadf5945a7ef6f8ff003936da545dbef4
MD5 8cdc3223540f848b76b46ca0fc313978
BLAKE2b-256 e9a69fe7d43d11c3249f024ae965a652c4b18827801a4c497962a8239d579441

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 674dd3598cb2558365cd246c6d02cd63101f88e190018939d486e843934d952c
MD5 4bbad8d56dc8fe3bcc1d2b2275448116
BLAKE2b-256 71cdc3c841919bafb613100287140bb3ed0cb962895a3ec539355a681f102e17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d1bbe4f4eca639f3af06b8566821b00aed1762d770242f1902134cb9292b651d
MD5 2a18a8c05365a3ba513adb3a3ac4febc
BLAKE2b-256 fdf8b2d825ddeff23c56d309b99bec09d98a295e3cabbd5932a6c28b030f3dfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c308b60d5ac6c335ad75b07c0d3a838b78b458b13d961783e9a8e075bae0cb1
MD5 cac89103201113a351008f9d47906ea6
BLAKE2b-256 c19582380944f602b85e87587d31f24d99f1405a12326441bec8e6eb2f3ad262

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a71c593f392f2b871f18d62b3bf11fee723346bf586d1639cf935327294063a
MD5 ffd71b3609afb10dfb316d4350943e1c
BLAKE2b-256 253b07c0bc705295c291c327f688be5c81b55d22d0c0fb8335701f65840e8fd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1247bc2a30887c89446770d64dbb4fce0264449707c8254b5e09b7d8ff65e6be
MD5 b00a97a27d817e97b6eb49322bfdbafb
BLAKE2b-256 0fc566a0d4bed0b4922bde96a127f8d8def5302e377b7c027f6e27862202f6dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6c2ff777de40d06e52a613a96ae87661c8af3353cb837b648c8bd3e7b1a1b4c7
MD5 63c4b247afdacad16a951e9e3f1da66e
BLAKE2b-256 e20ba3fb494d9a78de15c871e6aa1f2c68e9731139a30f0e0f0c1d6186e14eae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e42f9c8243e73800da78e7c01a56084be3b7d0c1bf15a9f502c7e14e50ae2a1
MD5 ac9dd0a8cc05ee9382fde7e46075deb5
BLAKE2b-256 226d764ec2df0062c3276dcface7512d16289c4de008cd9d0b1036fe9adc7103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 287132bd172add37eeb359f7a7259bb3896937e577bdc22a8f6c48c8317c8399
MD5 b8c86db07858012483f0e7e41b56f152
BLAKE2b-256 9cd410af9e23bf15346a8dcb58c7e621688dfc315142a29459f55d423b98ad5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 763109dbb2c46177e3698a0c944a9619d26c7351666e696a8c618a18356ea112
MD5 654fa245e81116892049a380063dcbd2
BLAKE2b-256 d4999dfe0ccd6e8d2fc4a42c928d8692f8a237674fe8bc772e212aea086a9506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2375eefd48da78ad2cbad769d0508cdc6b9ac2527e37afdd088aeb5bcd388f26
MD5 3aba0e766a584b11b18744f0e6df5cff
BLAKE2b-256 985bccd3caef982b8a9333bb79b917c38f74a07adfb7c5fedc5f043a61240b11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a9101723cef23af33073fdbfc9427a835793aa4a6a331854341453c9c3661bd
MD5 da9c9cdcb63599b45fde5b01ade45076
BLAKE2b-256 a0ee7d59d579fa5c50c2a7271466fafaead8503921f8f3b72daccbfeaf3efbad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6cfa5c7e85ba8aba92ec0a6d5bda8f08a6aa8175e93f8dfd320dafde967e8db6
MD5 d31028ec82670492f5b410e8c14595b4
BLAKE2b-256 a833c4e996d619a34648d72447792a486d2a7a30fb5483a58e711339923e45a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba75cb8d2a6a89a9ef35bd8287dc23f062e1ec5d3a7b648e22e8e2eaf7da64c7
MD5 61e3ff433e6a140c9500bb20007b2922
BLAKE2b-256 08392bf5a067ec703744fa3f55a0326ca48a0cf0d4cd43a7d56c4e43fd211bc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd812e1926f85fb85cf4d8148d3e024ac8fed091f74689bd7771f4fc9855d31d
MD5 63618fd5498e1ba7327c8c34d1136095
BLAKE2b-256 3365ab245a6c4d93929093f65c92765d573daaf6e78a4aa3d39c4fe3fb3a87b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f673600904a3f83558a26d69373d6d81be4166e91a30ed7f41fdd66bffcb9ba3
MD5 128669e8c3e20027e6a0584b8dacf8e3
BLAKE2b-256 ed17afb8631e2124f6bcf782e029a238c4bba072d447c3dbaec807a61c894aad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4bff02e437b7eb1d7509e79ca0bd415885fdfc1edcf0a46a88d290dc3b2f2fde
MD5 7bf8aa996fd7e916694a26560ce75ea6
BLAKE2b-256 ed99488fd92f79697d5516d9af9b74b4500aee2dffc89cc68b1b33707fa7abbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 187e0610839b9746dfec8bd4bd03cb8c46d6bcd1853e2546477f7c40404a2979
MD5 b056d46dd8026859b6f9e45b036b9fda
BLAKE2b-256 8191e721e37e7026f6430de6009fbe8b7ab535b1c1a189232f734c4ef3aa00f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1421ca210faee354b8f337f05c2cc4a27c67afb8e67e98bee7940fa1bb4a57ce
MD5 cf4f24d577ff3249e8d1c89dab1d1ab9
BLAKE2b-256 47e4445c2e2d277fb8be7f6975ff01aedc11e65c797849b4bfed41c910875c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f9f11555d1e08f2fdaab7397b46bb2888ea4e2eae273d62e56ad143d8cd5216
MD5 3da8bd6c95d5298617c8029ca5206a17
BLAKE2b-256 6d0e06bac7d0f95d687eee882caae0feb4f02cc225cb51e694b13e37c0be67b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a9f3c4707592d6a4d20997b99a9181bf008c75f93be87d6d4ae023cb814605b
MD5 45355ee68adbfb6887c044d976a11158
BLAKE2b-256 2a5c213826cf9039a761782be206401c43832a4e543c799cf38aecc15585c078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a882ea7b795d0cbd416689ae1e62b11d642934169f569c21809436991c0bff68
MD5 297caba6f084e843e1c1ecc8f68fd454
BLAKE2b-256 bd280b6461108b1f8150f237f7d2ba6c3036194a6e608d9bf8762976bf49976e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bcf6f84eebb48bb05d47a04299b07fcf6e77e6a4c857b3a7f9a5185d87fa9aea
MD5 63144398caeaca9fadd90b32e52c7d68
BLAKE2b-256 7e914dd10ac19f6cd4a03fa65ecd1fa657c519b7542dfde53258f4fbb8735ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 68fd7112db6d95f9523397cea00d642bf1ff0206ae7bd89ab1a4195832d8b148
MD5 c170784b765de097a375c2cf32a82201
BLAKE2b-256 8b4ba63ac3dcfa1d366822e512638d0f2ce8af135c400fdb4613fe56706c8f08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c32f2227b3d01ebd67b279bbbb5e860bc3b7245e5cacceeb2460912d3217fd6
MD5 cc7cc7dae5f77381c0647d1a179f94fb
BLAKE2b-256 f630d3eb9a81e1c7a53e5a92c59259473cae5f68022bf58d495862c023eb54de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 39d8c296e96e0f63dbe398c9812ae865c9952a56dc6ce7067adc0eaf744a189a
MD5 46b600cfe5a00eddce4bf1cbcf2e9d87
BLAKE2b-256 0e673c93c7aea7e52e89e92cdd46a1e6daa057be5dfce0798cc8e52991e5a581

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 aa0e102f31b5212d4ab5c21e2e194544dcb8c06f1a2c46b9af8eaea1a04fae42
MD5 074520bd35996973a0884561c2a87483
BLAKE2b-256 80a1be7a92e857041349aa7f6de722b71b3347908fa58c0f76a0790faf33c9db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad0ae16b6784773d49de9c63ca2c1356d7ce702c4fed6bbddabd531f12f8c03f
MD5 839e89efa76385987d43b1f52698cfbc
BLAKE2b-256 b5b53f28ab25eed45c65397b30f8a3c23b1a5a835a0effcd8e9910862e5775eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adc0673ea3536434db1d16eb4de089657706a133aa95fe8567a1dd383369ed9a
MD5 88a5cd3b2466bbc703d74085a1758313
BLAKE2b-256 412cb024584d3dfaaf8c6c2fd53feab68ee1eae55b8f53c00bfbc7b0f83e7d7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 01d99db2cd63c482299d95b727cbe36de35980b6611292f82f1ccf9d7b0bb763
MD5 2fb8079c0716725338060a99d1303928
BLAKE2b-256 1b828e5696df691f3cbe76182704e422bfe9ce6b865ee4b3f23f56f590334bb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e8524877c48b6a8424284eb0a9ab8d2889a64ed3f70c0b0345faff4a16f7722
MD5 6b74b8dae43e3402f2dd44b9a22e279c
BLAKE2b-256 2a2ba7aea17383d0f3739d204d733b952262d2b49870e973ec08f19daafbbd55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c09308d175622a061207c152b9da6de0010fb95f4a94fae7da37d7add984558c
MD5 06a8b18f09157db943475612a6913225
BLAKE2b-256 b04d637879bbeee5e4285574634bbb304ad39d92dfbf6a3f5dad4c501cb250ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d7173b10d1b487ea3bec1adb0c3722c09eec57624d2f8faf7fcf5836e30647ce
MD5 2b24d752fea0a8870a2ff215035f78d1
BLAKE2b-256 864161b900b2c8c693690f677d0040dc7b452602cc0da456920bbebe38c94874

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba82d848cafea91619af97f8253da4791cfcf55772dbe3cca34107a1a449217e
MD5 bde741d5c35fdf89b5d1bb16a8fa883c
BLAKE2b-256 eafef0c612dafea174aa93a41a416ef88b2e1877e8a8cdc0bd778104d4d679e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44647d1c08bf35100f4b447fd4e149048c2df9f35704eae11bc4cf079ca20366
MD5 e8d17839c1c54d947bd8a4fb2d350cfb
BLAKE2b-256 0ca76370c8c02b8089f3edec9331708a55a9db8c3bad2b87c33c477a5e139277

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 33135073ddc9914261e09f5537161df888fdb6bd3c557dc74e7a6b5882dbb94f
MD5 a0cfb5021d9db9232eb84cb5063bd2c4
BLAKE2b-256 8d52a822e11dbffdb086ec28cfa633ceaa47f3093432df868f9542a2527a34c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7aef21e3c5e7abf844a123a2054529217becf6eaf9a77ac10bdc6045aa59d7d1
MD5 1d1ea11a82f3ac554af06d2212e3ae5e
BLAKE2b-256 89538d937d556a2b156fd09677f1fa589ff9ea54f4b4563a6e252b5554da013f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b21c6493d17ed7cc85dfb292fe42cfcefcf1d6db143f40fb58910a050ee5c945
MD5 688fbafd822da2e787fc6362447def58
BLAKE2b-256 e8f09f0cb78b05b217f1593c108039bd8a8fbee7007228f402fe52d4cda77c04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97e5e64e72358418f54040d812ee80cd43b112b3f3a76d4a502909eb3b3099d5
MD5 370cb7aab8743e9a59825c678ad2df1c
BLAKE2b-256 92562eafc2b8e0085222aaa97695b36f16343cd440faa4dcda84c4a77c7a3a45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5d898ca56e961e6d10e3dc57f4dd568b8483502c01e63a98864ecbebd32df7a7
MD5 c9ee7784583e1d69253f0e6d3b518ea3
BLAKE2b-256 42eaf679442a1614419c41358f2a29a1dda5da225d6e10a7a4a19736da1a5afe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0e6f9d742ac7c57a91aec863a23f6003760013b616100db743b9e15fd010ade3
MD5 e04f94a1cb1bc67e3ad0a19933a3a038
BLAKE2b-256 a83470ab7c1ffdece0c3fc9d5d3376d3de3ff41abfff0f4f497460225cd19a85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4187c97bbc210251174c1bee05864fb8285f553e904cddd6280681bcbf89216
MD5 22079efa3aea255fdc0982b4428962c7
BLAKE2b-256 96cc2f2fb81119eca25dd9f664248ec15a7cdf7b5f0db3137a17f24b1bdba8cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 993d208061628dbad2e8409ae74386f50f73519f7a3746bae4da12c68eae3ba9
MD5 0359f90d773458d8fbc9dc8625be9ef5
BLAKE2b-256 0e9ec7b0c4cb4eeb6f31129235068436023686e05fb20192a870d851fefae8e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ec37ec3f6a4f73a6b633868c3016ca06d5776208b9190d6ea81505f654590d72
MD5 b19b7ed16455cd21ffa364c4feb6311f
BLAKE2b-256 91b15d90b7b2d10afafd331d603328b89f075b4618de96b2e40f1365e3f2dcea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e134c7ddab148e4135f1f2cc90ab3e9875c0ecbe1e3998e02b00bc1b41743242
MD5 d097cc6fc7cf0722b884bdc3edc8feb8
BLAKE2b-256 76a1ee260ba55107261bfbb6062c33e6e15a1b121be803476850409def2b3de8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9c50ba7c124d9aa2deb05ca10c3142461be8917d27fd6ed085daafa815050a85
MD5 90ade5c5e9c34f9e0a76177f88c6b48f
BLAKE2b-256 2b488831137c6eb2b325ae12bbb7de00f21557b895a13f7f4e14ac2b095c878e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 98293119a2984ad0986c81f9d8e4a60ce0498e35fa2a8d7644da1523bb3c067d
MD5 a0568d8e8eced55a4d4d5a0a2d95471c
BLAKE2b-256 3bface8fc201e93f3cd3ee97f3a1e5d15d757dccc45fba7d5f491084fba04247

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f926a038f77bba342b1b96ccc2dbea82761e922b8d9cc22a77b2b4880751b5c
MD5 e77b82a7215bd28f436ab0c9d18f59d8
BLAKE2b-256 08d65f2c09a89d63588abed108aa9efc81f8f85703cedbfbd2fa38fe98af5422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47823a8ffea8c56ea3333a87477f4ab4280d7d72935f09d8e65ee741c22764a9
MD5 ca7a5f12e9ee179144f78de6c7a1c2af
BLAKE2b-256 7297b8ec889b5a096eb05d41446f0e62ba519f1a4792d31c680dd8a759f076ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e97cc1eae23e986c9faa59c92af14b9b348325d7c6800b437874473ed0708c2f
MD5 e94679eab004c23e6ac522430715e76d
BLAKE2b-256 2ce3ef1587e6d3cff43d5e3e342e2465338bd71c3fc3d42f1404796e5f904272

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8cc0bce325d94e083e22379e2294fce436a102be53d12afac7a69eb67d21a6b6
MD5 bf84c91b0191713100bd6b051b72780f
BLAKE2b-256 fd2862698c37f4fa120ed8c63562c03a64023f5651f2c7c4d2eb04dbcbe31b58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c4e62648932ae7f0295dd7a097fbac6fc2a91c23c026cbe4638a7e0ae1eefd3b
MD5 f0e13e4bf95dd115ac87526db0080b38
BLAKE2b-256 36d5d44cb37c80953688717657ae354dc8a11601b7375a1af52867f8764ed74e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b29fb965d5ca3a31e56d39e01020b1a3219db446fc21d8d8c345bd3d64760ac8
MD5 d5ed13e599dc284a23df2000af701d9b
BLAKE2b-256 9c5d0fd35c6779b5c49c43e15034943f63ffd441c297151e4628b7727dc7baa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 48ac9ce1832829bd324b9dd4c5f4b6c74b4a0d3c24594be9c6bcedf2a9654572
MD5 7993e79230845bafb543cdcd5a4f9d4f
BLAKE2b-256 82f6d67466be838074429fc1be51cbd82138012d1967e17e65f7ab7ab49df293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6f8704f5fa713e6f7ca0a82394034982d3041f710f2e00ebb0cc3ef6ea03da70
MD5 259f89a5780216de6fb911fbd994726d
BLAKE2b-256 cbf76b22c54ebebdc978b4069b098c8303588819e3ee7bac80e5f5d9a0b16188

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 37a66aea6e2da89030346337ce720ac78fb231ef9c012cbf1fd5f855ef403281
MD5 37f0c28b85e0e863274195bbd9de63b1
BLAKE2b-256 e316dfff0ec463e36f890c55302ac7e91d1ac431b690e16d830940ab51338ac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65912ab49dbe4ddc38406bdb67dd6c96c1198a6427239ec0b0cb9d41eefb8848
MD5 f834bf48ffc7c64dd4fad50a9bd5cecd
BLAKE2b-256 8cb20afd5e864f5216c7bb90829b69e15d4c7443b28ef6b34a8c39447f3caacf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 80091c6ad3bea67cf2c6b0e7c0ae8fb63083f82cdf58d7132be3f016fb191182
MD5 02e3eb1960394f537e1fa26366c125ec
BLAKE2b-256 2420b6951a31d6393e21cecda4c9d9fa42257a2cb6da015e1130aa5370c74a17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f79ec62bc62a524c092aab2874b0a7edb82b5f1c470d5efc719da153c26d0d06
MD5 c7a89f455e6763fae11538c94714c297
BLAKE2b-256 15a3b0a6124281cbc363e976947173783a0aad4cc4d6488263da65dbc427a4ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5b41c2742967cad2c117d606e0928c67b08536540e8cbb40ecc2b47f8b4d2e47
MD5 6826ab731e88788502b1db9def50dc4d
BLAKE2b-256 0c48a7681bb4cbb253d3ad4093b9776868e58714ed164efbf194f2268e57fe31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9ce455eb23dc805b8d4858b6f747ad026286cc2da7495d9887247145a744d5d8
MD5 5916934eccbc05d3c24e9aee54b35e85
BLAKE2b-256 67dc66587c75fb2b8777cb19ef4cad997b421bfe513546285d61df04249d4b05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c0726d933b191c497f208fd6a482ed3c5d4bb2b06604b7f1feaf66b921b0b02
MD5 cc46eb1f6ef99f0cd448e6cdabb4a8b7
BLAKE2b-256 8d0cd5d6c4e0b2100c4852cd1bb8ec7ab8efea9817c4c1cfc0b4020d0be7b2c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1b3e807ba8ff15c1d5094196cbf9878d2d7c57d5cfd34c2fb55fa385cc99b86b
MD5 b0e9c611cde739866ffabbead64995cc
BLAKE2b-256 6cc8212919d35407281d9ff4772d14f3dd72c490a068790c68beca0a11069a08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 eeb3822c865bdb680cff51d6bbefcfb60c8db3d268f92d7b90e87db2ab864185
MD5 3ec9d56ebb4a52870dfd7b6434a258e7
BLAKE2b-256 4afd9acfdebe0bf42d5bf5ca03d58064b1c293cf1005bb175e976d4496674050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 255fdddb34cd945e335808cb296a17f90a48a9bbad7825c865c1c63d21cfebdc
MD5 08ddbd99023b4e54ee5b03b72d13c12f
BLAKE2b-256 f58478b9d83d5a0a7a38a2c349f75bb01f7837eeac688b7bc94a3bd2eccbfa5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8a2ef61018cac72e754e8c0fe70cb4aade9ed5108fb990457f2c6595503e5705
MD5 a270a21db2bd2aa7768302bed4da65df
BLAKE2b-256 b83a8394421137f6d390637daf88b6f28d0469b826c0508133faf1d8f759b5dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0edd7e4dc81567edaa7d977cc2bb5c6c3ae658e892747aac5c4c7b2e7491c327
MD5 2c10142f0952cdb1bb7b19f07fcfe638
BLAKE2b-256 2a46fd36199f8babdffca7333124c999cfbe4599952eeb2d748b4acd6d06fb59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b98c4bb9d745e9208ff55a2170366be43c76e180bf6eac21cdc876ae48e2e25
MD5 58235e66452f300521dd11fa00ebc77f
BLAKE2b-256 95f92bdf1a0e75a321632c1316f3351d801c36aa8e8975b3b100b6a53a2047e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae1d147cb1b25ea5a786c8eba8c6e47c3e20e87f5f7f2858859770a39f7a90ee
MD5 b3baf457791d5d8d152d57b684167f60
BLAKE2b-256 59627b75fe2f02236c3724eddf278e8f866c5549260053bb89f4cc541a172c46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a48d56aa6f7da0423a09db6e06589f8121ffccd606fbcd08e6ee2b35cce09f29
MD5 a7130280dfbd182e00f0c4ff9874b8cd
BLAKE2b-256 410bdfe86c14de2ee1b3aa29f2d2aee534ba889b24b52a0f533fa67a3c39a5f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cbc1ecd7d204feba030b06d3812d645caadf77c5b3e88165ecc349088ebf9fb5
MD5 ebed5b8020f92cc42651795a89cd0384
BLAKE2b-256 e8365f38f767f5e8ddad0c251cc2c2b30914952e1e8d95775364e08db26daf2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2ffd7e286f3a94174ba4462c3826f284a661441db337b2471525e27e5b554395
MD5 5ede2124d1dedcaa4f4d1b4947a5dfd4
BLAKE2b-256 713deea2bfb503c8fb08affe4f240c6209034be61d38c1e683b28d7277e492a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ecddeb70c17ef262e0c228767a29fb32e25439b39846056253ba9b8859b855bb
MD5 14966cb322d28198d2ff8802a9960c9b
BLAKE2b-256 bf85cb50e80f4d2a2c84c7fce20be203e91834c46cff9441cad493759df360f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c43ffd6d62de5129a17ee2bcb70346ad4190c1d3c28d66695757c997e9a22232
MD5 6ddf896424862b637fd81e1d77082e25
BLAKE2b-256 dbb3fea37c0b2d88a562c6b0a9e6aaabd32e24945eda4a5cf1e14584a53f3b8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc52b501c71c338888f0f6bd115e6de5ba49e2273794a8786e4f24c4bb53da5a
MD5 a27de33993e2f0f64db61ab7774405a5
BLAKE2b-256 6dfda240ca7c6c35ab950dd8699a79fe2a15621fd2124d88644093e83c5a39ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c31ed604185c9fea2f1458207db47e232d4abab7533784326d6db45478717dc
MD5 b399f51a2a3d1a7b1567258388eeeee3
BLAKE2b-256 941a6811af4efa54df6082168d0159d4ca0313dbdd331f68369c75b1538cb56d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2a997e78e6504233c8b1ae8c04aaca27e70b1502eab695e143f24c32f7900f22
MD5 3f7869a829c5d33b1273cd1a09b791f0
BLAKE2b-256 81c9421ab727a7fc983df884991e2ed5900a5023d759f7b13d98099a54f5092d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c46b71a15bf83ef8bfa7a6afb881c20590f23ae6dbda1c10064fa94bf5999981
MD5 6391592fb12132c64733fc24fa5ef118
BLAKE2b-256 dbc3b4b230cdc073336966df6f9bcdde7746f1109fd23ada61e34a7976689ac2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca62f9c7ea6fb52b87f8b0e5706f5e92c345bd78f76b28a31ae70d189a4a5c3b
MD5 08d723685adecdbd2ed1d067107bd913
BLAKE2b-256 7bb9be075a6662860e9059a5aecb7d1e3802e629dce8314745bae4ae8d5082d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c5d1b693a6d28c020831ae1230bdf73feaaa7e1cd8e07434e2f691a89fff30e5
MD5 b436c315f273a26d935d881391fa6ccb
BLAKE2b-256 8a17dfc89072753b875783380f5cdea0d62e102312bd334c9c89c9a9f719d7b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b597d62b53211b653bc6322957e6b861615bc7a3043a84c42d4e773f80d5537e
MD5 2c0722ae89aa60b24db468c8bb54a539
BLAKE2b-256 f0bbbdb6d1679190c59b44256bce6ac6a680153cc09fd766e20d226ef1bdb997

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 74287416c724b2b56d8e70cfaabc893556d8f417ca73e2a0a2ab4fb7eb82f2bd
MD5 d55b188d77711d6af3194610fe73ec5a
BLAKE2b-256 845607d32351ed2fb37a410bef0653294b3a608755f556a15d4932ce5df3f6ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0661fc842f39adbfa11d8fbb5e83a690dfa794dd1fec4ebbb630a4c0784ccebb
MD5 0114f556ad84e58a2d049dbf1eef6a24
BLAKE2b-256 fab16e18b32a621dcc5299185054c9260d97304297a221779ade4dc0c23202f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for attoworld-2025.0.35-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75fc47be6d6e30149f74d5a88dd5a24e5d48838c276c3769242768c401505cbd
MD5 7c4c8dd21448d94b1c3263a3e12486bd
BLAKE2b-256 46cbfbd226a547af063c3aaa6b94483bfde33d531204fe6d74e4e97934fa6cb0

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