Skip to main content

Python Process Module, written in Python and Rust

Project description

pymainprocess

Python Extension Module for the best System Interaction, based on Rust.

opinion

  1. Faster then Python OS and Python Subprocess Module.

  2. Great Interaction, fast Import.

  3. Runs Greate on Windows and Unix.

install

pip

python3 -m pip install pymainprocess

pip from git

python3 -m pip install git+https://github.com/pyrootcpp/pymainprocess

pip from archive

python3 -m pip install https://github.com/pyrootcpp/pymainprocess/archive/master.zip

for pyrootcpp APT Repo user

sudo apt-get install python3-pymainprocess

Import

Best Practice

import pymainprocess as procs

Using

The Most Actions are similiar to OS and Subprocess but faster and better.

Maybe you want Safe an Output.

import pymainprocess as proc

command = "dpkg --print-architecture"
stdout = proc.call(command, stdout=True, safe_output=True)
arch = stdout.strip()

This Module have an Implemented function for run commands as sudo, for example

from pymainprocess import sudo

command = "apt-get update"
user = "root"
sudo(command=command, user=user)

sudo is not available on Windows Computer.

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

pymainprocess-0.1.3.tar.gz (15.7 kB view details)

Uploaded Source

Built Distributions

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

pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (571.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl (597.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (669.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (592.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (400.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (474.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (442.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (427.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (408.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (415.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (572.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl (598.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (670.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (593.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (401.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (477.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (443.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (428.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (409.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (417.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (572.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl (598.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (670.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (594.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (401.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (477.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (443.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (428.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (409.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (417.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pymainprocess-0.1.3-cp312-none-win_amd64.whl (250.9 kB view details)

Uploaded CPython 3.12Windows x86-64

pymainprocess-0.1.3-cp312-none-win32.whl (237.5 kB view details)

Uploaded CPython 3.12Windows x86

pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (569.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_i686.whl (595.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_armv7l.whl (666.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl (590.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (398.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (461.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (439.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (424.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (405.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (413.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pymainprocess-0.1.3-cp312-cp312-macosx_11_0_arm64.whl (323.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pymainprocess-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl (328.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pymainprocess-0.1.3-cp311-none-win_amd64.whl (250.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pymainprocess-0.1.3-cp311-none-win32.whl (237.0 kB view details)

Uploaded CPython 3.11Windows x86

pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (570.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_i686.whl (595.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl (667.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl (590.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (398.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (467.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (440.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (425.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (406.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (414.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pymainprocess-0.1.3-cp311-cp311-macosx_11_0_arm64.whl (323.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pymainprocess-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl (329.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pymainprocess-0.1.3-cp310-none-win_amd64.whl (250.9 kB view details)

Uploaded CPython 3.10Windows x86-64

pymainprocess-0.1.3-cp310-none-win32.whl (237.1 kB view details)

Uploaded CPython 3.10Windows x86

pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (570.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_i686.whl (595.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl (667.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl (590.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (398.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (468.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (440.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (425.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (406.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (414.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pymainprocess-0.1.3-cp310-cp310-macosx_11_0_arm64.whl (323.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pymainprocess-0.1.3-cp39-none-win_amd64.whl (251.1 kB view details)

Uploaded CPython 3.9Windows x86-64

pymainprocess-0.1.3-cp39-none-win32.whl (237.3 kB view details)

Uploaded CPython 3.9Windows x86

pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (570.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_i686.whl (595.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl (667.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl (590.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (399.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (469.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (440.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (425.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (406.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (414.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pymainprocess-0.1.3-cp39-cp39-macosx_11_0_arm64.whl (324.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pymainprocess-0.1.3-cp38-none-win_amd64.whl (250.8 kB view details)

Uploaded CPython 3.8Windows x86-64

pymainprocess-0.1.3-cp38-none-win32.whl (237.1 kB view details)

Uploaded CPython 3.8Windows x86

pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl (570.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_i686.whl (595.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl (667.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl (590.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (398.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (468.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (440.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (424.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (406.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (414.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file pymainprocess-0.1.3.tar.gz.

File metadata

  • Download URL: pymainprocess-0.1.3.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for pymainprocess-0.1.3.tar.gz
Algorithm Hash digest
SHA256 4d1c7f11b7917dd75fb96a7c00de344e1e63d5cc62cb7a52cc50e07fe03b8062
MD5 710d7e9f155041940473886bedf21c3f
BLAKE2b-256 d2e915388833872c8f7a14939ea6005a0b9e593cc76cc06e7b6e74494b7559e1

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b289cdd738234581d3198b1037875c38db58f876b7322e56f250b817711d1e23
MD5 c57c20c047ba72498799dae6fa47a8cd
BLAKE2b-256 38157c1a26bb8d57dd1ed8813e093a9080bb40d8880c8b848d3529df1fe202b5

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 10add38a35ee8a2ea1df999bb501cd90327e66b900c0a4faf8f01b0b82d4270c
MD5 98e4e5c54bfa4ad185d9e4b272e8a788
BLAKE2b-256 ad43180cd2e27add0400656a5f3dd89cde9abc098236f876bd7a8f38320971e6

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 32632bbe360e940bcbac4bda0bdb501df97b00b37a92e4b6d29cd3fea018e799
MD5 d49111b26fb537be61574c18743100ed
BLAKE2b-256 78bbf236be7d7d831e0e6cc75ebad18a18ac19e536ad34ee7006fcfbe86c7c4e

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7376f7640f2c8bf41c769f8d3f45d317f22c1846876b5158f3a0a9067b831854
MD5 50016c79b0503b7c33032d060becaa2f
BLAKE2b-256 4134790c47ffc372d3856b49647549237030c4730701c09583ab4d80ca8b2be6

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd12aa4cfa4dea9384bd8ad72b34cb00c2b8d26e3aeca7dd4fc63061a2d41a50
MD5 9df0419b409d76bc739a1c003923ad46
BLAKE2b-256 3bec6b0a6417e8ba5a1bb63205e994feea5755d76f1444c342907d2b4ae3d699

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ea608f1dfeb7fa343aa0743fbe92dd6def89e3d1f8deb3b40bbbe56b18525d99
MD5 08e8db15572f498e538a4260745064af
BLAKE2b-256 89d43dc50d20c95b8efd5e6fd0ae553521f3d71f18faae27083c5ea6c092b5f7

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 93dd4bbca6c8a4a5f35eda6f018acfbbe310c7b7568d171bd005bf208218bc25
MD5 759f5c8276737f53ced8f63c1c3cd00f
BLAKE2b-256 894c8b2ba7b53848ee677bcf1da1dbbce1fbf0cd1a3fb9e345d0deab6fe93cfe

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6a4dccc9f34609a247f51b7337e60f010d906c4ac3b70f0397d319bc3e1647a
MD5 6f72169137b60dfbd4a88f8f68e5bd7a
BLAKE2b-256 a7527cdcdf50989b06952f460675f86dd6f4aa0c65e5151ae111908423a51932

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ed1a7e913788379d02f596e09ac6ef75c52623cb0a68239965f6c5db4ccadb5d
MD5 cf1a4f346a28ecc6f7f1d6d827dc2a72
BLAKE2b-256 1c0f8d06503bc4d7f1f26fb573805dba41585d4a329fe389044f491569a79e97

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6178c615171d7ec1daa12047d34f547924a8b9c2443787913b6b6a4a90ebfe12
MD5 3cb710f5d286282c50d7b77fda522110
BLAKE2b-256 fcac07257610d1600b4d333a5e7083876bcfb7afd68ff83c49c0dfe754283fb4

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48887611a13195e5d0b5fdd46316d63a815c2b3ca2bea97fa906726b6248dddb
MD5 ef2c98f18ce0a25bdfa780d434e5d586
BLAKE2b-256 34501c78a1342f0851bf3aabd2802505eaef45866c85358803380b10fcf25766

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d1312d54dea9a70edda41e9e59fc27df28aa46d99546aeffceb6679f50e9f605
MD5 72e29d927e077efdb1caf139b04c4a43
BLAKE2b-256 ba0b798471497f27aa16c27730d41007deca1d86f59ac2ed95f38872be5f8689

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dfa065f6b41ce31ba01853f7972dcc1093b62561097f23f37348e3974f31ca10
MD5 98211f922e4b3b58cc91b8c01f3b27b4
BLAKE2b-256 1b7f952dfc49d6c40b9c0e6c0ad2a59d935900f241ba8133b724841098c8ae36

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60373143e06159b153cf9eeccce90a737832a298e9457d08bd2818aa4197bf2d
MD5 f230ec154dd92225a810fdb59113cabc
BLAKE2b-256 9360aafa80650d89946ef16d2c69309a944a32afe752bd6b54baa5d4348ed15c

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f927cc70b8f1af5ac3b2ea69719752defec4f573b60f72f24fad3adce8dd9c13
MD5 529667aae2dc2ab9b025fa453609e0b9
BLAKE2b-256 4cb0aa2eb603a95fb0c55d09d6c0c2333ca668225b17ebb4a72bfa2299d667be

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2829b978fc13e691b129623f8972721fb9a43961a4d34450ac1b0a6a61a68bc3
MD5 37568f98884cbf853004a8878ea97eef
BLAKE2b-256 10810c13aa2cad89dfc19b9e7b191def6832c91cc8d52a6153d955cd185fbf69

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a14346438dbc86497646dd97f7e53125623843ce260155055328e0f4d4e2ce16
MD5 ca723c2d4ba8db79bb9a94bb1e05e548
BLAKE2b-256 cbc20313923ac98095bad3f802aed703407a409ad532ed0653cdc8feb505aa29

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b1cdee0294bfc63c97e1997063749cf1cc9a75dfa7a90007ad64233a5a428c2
MD5 284d6c43dcc0ddc33130542ea4e8fdec
BLAKE2b-256 53060359220702cdcca2ccdd50ca1003512156c6d1cab6a1b75876dee8008984

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c8852fdf9b138b323a791f076eb609e8633be0857a1b88c9a621de9fdce55fe6
MD5 91a696600a4438ad3096fe96255a5390
BLAKE2b-256 9ae2d736b179f1c110ef64b4ede7f8012b568fdd57d0f8d8e6d64f968211ce32

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92ad005ebd7b0b204b07fd342434dcb5924661aaa4223718d1f131c05ecf14ef
MD5 9363749c01f928a2335a3baa907abf04
BLAKE2b-256 9f4608fe8a63c756003350d638ba09a4a35fd2beb653ded8431cbcc249a06e6e

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d03c4c682444fabd7e6ba32978a3c42e945004e86836b9c54ee1323c576dbe4
MD5 d044cc238fa39a4bcf264123b9c3bf44
BLAKE2b-256 d6370293079751846f6fbdbf6f077837d57c7a83c2f4f120b265fac81cf1d453

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c749456452cecc034e9b6389f20165850c1507070e311e915901935d90eb98fc
MD5 167ee11e71446f826c97deac196fd186
BLAKE2b-256 9339131fffe54de0861a2b0a737625aee38673462b552d984b76fca9f5ee564a

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8d6ad3f318385a7c58f9bac611b47eb76b895840aed27f9604e8da58f11a874c
MD5 1f2f723b22ce9fe39ae9ac1b549cbdbb
BLAKE2b-256 6e54a4878f1e958249f070890d4a4e3b5511e596941602fb16f60a537bd6db39

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 78b421f90bc395623cc9a3dab70ddc071fd29827b2c4a92ab26e8925e60bbb7e
MD5 53473862e0ea370eec628f8689fd2339
BLAKE2b-256 82d7738e5b24d62ea0d62cd8f2f89671b6f317fc9fb3bb4e7f23b2f04cf494e8

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8eb9a79dd0933df25228755b71f196468606ae14e4480f2242e87d45da5fd4c5
MD5 306b067379963b9b9eca0cfcac456f2b
BLAKE2b-256 9cb85460ea15bf34f75dbc40a27b2de92ad34216de3397738c5e170641a40922

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 355b1c340454f262bdcfa4d88c04de672ed8f521a0ae644aa0cfd5ff923e0418
MD5 e31ad1ee7dca090770b4bd4623d3bb33
BLAKE2b-256 893fffe78370260551ee853c2e3923b25f3b7304e5262977ac77fb213724532f

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1fa6011ae79b1377dd3993e6a6073671365c8077a0d92c2b3dcb2dd0fdf428ce
MD5 6bf7b9296ce3d0c3f84126469f559d99
BLAKE2b-256 9b811ffab8c6c32b6677868e7a48cdf6af755ed1d13c4a713e1b5e112772c2d8

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fdfda0a5fae2b36ba1b5948a046d6afd125a205fc2c5d14f0d49673cacd8f487
MD5 56143aceeb4af1f702e2bfe599f4abe6
BLAKE2b-256 99d81e0f2f6513abf665b00fc50267128b001082fe00821a182f30b49d73ba9b

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d41dd6f11707163ed468c78547c8cc8d90587b24bd6fc993e160d4fa8d87a302
MD5 1d1278721d766e4c7b61a7b3734c76d1
BLAKE2b-256 b5f8f8d7c0635b6ac19fdc084c96b2e3ca62b6566a3c31db7e350b4c52872fb2

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58b9909dc1e2655621ae78aadc5fdf9dfac0454fa8aed5b63972ad2df97156ab
MD5 82777bc0dacae68aef74ee21fca463f6
BLAKE2b-256 1ba27469382b2a8751f3640320343dae8da4ea087f7fbb8bd6b3038c841d17d6

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 09f955131a1298a7ee1c41cfbd1dca12fe96c1aa7019f18c5c328d4f7bd1ac62
MD5 99ad502ab21ccb7f5a2334a0567630fe
BLAKE2b-256 a62dac5abdcc44f6b217993f236073e90fe59eb4dca46a98596d5c1dc6d324ba

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-none-win32.whl.

File metadata

  • Download URL: pymainprocess-0.1.3-cp312-none-win32.whl
  • Upload date:
  • Size: 237.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for pymainprocess-0.1.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 b383fc10f6fe580ab6f663c19b0e67eee43bcb60dc0744c0c89de0beafc25267
MD5 8069997421468f00cc85211a3c1de960
BLAKE2b-256 42caaf78dac578fb0ea0b6d7675a4c3c2d3608c2b34522b25595b4810ee7cae6

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4caa325aaece8a8668fb84cb584cbeb3e02d3aa100f775cd2e6b97c76927700
MD5 9bce930b0b5c203dd9dedc853924f75f
BLAKE2b-256 85734f50e4ddfacbafa595dfcbae96601d400b259bee6a5547bb539f1e72d245

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4211cd592e5d602e6254ee2cc65f3dd5cbcf4c12cbe175a971f6d0c219fb168b
MD5 2e666b125bb38265d9d53c0627a50741
BLAKE2b-256 de411ad320eea38b60e23b5192a35d668fa719b4186413246d6835a8c1a24b28

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 74ccaf2a5493a533ddcd117f5c6519392aa5ffe166459e95d8eb540151b6f596
MD5 7089b2a6a59349f84eb48b7ba00b3b0c
BLAKE2b-256 01cf32ab063cb560505a41fe5535a243c388d457643a300e2a8cbc0d9906e1fe

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54c9794a933d8089bc66936648c317e00ea67085f82a04b70b731135474cd634
MD5 27216662f1a932428cbf7ac2a82697e2
BLAKE2b-256 92c00aa869c4b7a6892d42fbefc6e06bc08e6b9fe4b3aa6f29fb8cd4b15f5c67

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a253cca694c3bc1ffc3f5cd93c7a84d553ddff243d8073af5b200a29c341a20b
MD5 eff3bd10233aebcd5e3e8b40f708e56c
BLAKE2b-256 d9a47386217df56644af6dd8ccc345f95b721b9794f6cc25f345f5e7abbf5c7f

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5f236ee2e809185df111692f4ebb98d36bd7d779d93f8a60d950bc0873e6cb2b
MD5 b8113c9533852c16caf938342417c69e
BLAKE2b-256 570ad54fe4bed77e0e77d413f39dfd2bb58462676c885dc63890ab135bed3223

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c8fa7344243414257f4c7c4ff2634ec5a8bcdde876d2571a417a2951311b6c1
MD5 8a461612cdbb2b8a58351a8fcf08128f
BLAKE2b-256 2dca2ba58b0fecad4a2ac322056cb0243e1b723449ca99c0e84f00caee3f6621

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f6c2c6bdb38ebc5aa05857db67369653ea68dd487bcd7d473d1aca2415ecfd8b
MD5 78b3bee9ba47f2e81ddfa7afbc5a191f
BLAKE2b-256 9034d83d44b6991be995c179d80bc2063d4e40a100a2bdb59213c3d9ef130567

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2baa295f7de1a45b59f21e0aa90b1303af68888ca220f229bc367e688a83fb37
MD5 7f09a86698e896bb1ea8089d592c964d
BLAKE2b-256 a28db750812a3bc2effd6780c7a6a02f3666a795ce796af579770126114d33c9

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8dc2956b7bf3cee023262ebaf9d95062bfae566b746c4d9f78b4feb02b40ca7f
MD5 5c66286c518d0e8a85125170e366f810
BLAKE2b-256 6f9ddc929fcbc709c65ea5945404f8a2bb6cc455182dc0bcb0f65557d2c73208

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e648db9db51e1732446149a941cc3375835eee82ad2c4230126fe5bb42d68a0
MD5 140b43c5d15c51790a03fe78f6df3bd1
BLAKE2b-256 dc53969f0ee35aac063d9f9efe9c1aac1c6f3680bc79f2dfc8b397027adcf924

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bba405ca74dd1f9ac137a7b91276199bf258c7736f1f71081fb940eb4c946509
MD5 4d606923bd6f44d2e3e4fcb5befe1f47
BLAKE2b-256 5ee21a83365476b0c95d7fdef1442152690dae1777a35479624c0216f068c7ed

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 5638343cefbb66049c9f3b24c9b7792ab5c4d0b58757a7d316774d39d455d316
MD5 41dd7e6e42f3a532460038da14813659
BLAKE2b-256 37b2b9a90924a44ae0c8a7d38e37ee76fd2f677493418920e979462a1686eda4

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-none-win32.whl.

File metadata

  • Download URL: pymainprocess-0.1.3-cp311-none-win32.whl
  • Upload date:
  • Size: 237.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for pymainprocess-0.1.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 fa7afa5a30465258c0d98ae752333c3a18d6bfea7674d095804eefae312df12d
MD5 69244507cd8fbae31a2d02fcf769b4ae
BLAKE2b-256 dabbf2795e8804e957001ad7e7763f30f503dbe7380db2fdf2393db13f7c9522

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4aedb910ab4874ad492302d083730013afa1f681649ff302b7d539937e1f0678
MD5 8228e22f5f10c49ff3537e8bac3dc685
BLAKE2b-256 de871c124f007f2ee91d3bd13e0ef06b356c1228621092dd2e557ca68b5d21c3

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 536166345b97742edc7c13a6b745c1251e68e3c59d8a6f5210b2c15081cc390e
MD5 49a448a0633c469296b24d86402f61c0
BLAKE2b-256 f0849ad2c2fa2a92cdcf76fff7a7a262fb3e41930726142942b19e967e7e421c

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9533e81c619f7417cef7b2ce2138a0be9e24bf647527c2befc85abd6d8bb2087
MD5 683ca4199bb0c3db480bb9dc48244047
BLAKE2b-256 eca692ffd02e704888524ebc0540247d352253092cacf90235a3c15eed6a163a

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7d005bad35016b56b105dc0efb9fbbcc6ff1e6f6d4187c74b76a81b3981f683
MD5 46b5593d7699ff08b14a44f1003a7c6f
BLAKE2b-256 69b833ee73d03632f4eaae3e180a9691a9af367d60c20d59eb89c0ded442bddc

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5815e78515a08a648ece972ca304af6d30cb027884ab6f026ba7c5853365c3e1
MD5 9a5e67236b71a290f02c10ac90ba9236
BLAKE2b-256 751548c73bd429855aa7386385b90d591bbb273dcabbfe81d49990522adb7392

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 18f8e39ac8226dda499e7e1107de90515c6bc341d4c18db4f0ff4261bd4d9c29
MD5 c14382cc67c4e00daebda05007afceed
BLAKE2b-256 9938f3d6b27ad3922eb09366c664b2bcf26b34dbce624d7d190ca4ba4f9b90a0

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e2be8ecd859d5082290b23db53034d74ee66837b54c3f54543f14a630ddf6e2b
MD5 d8db7440efc28b5be4444e90a16e5e64
BLAKE2b-256 3c06eea275fb28686c51aa1f0660229ee235fd1a7e0a98b092d38b776aac0eda

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e1c007ce8e7262712c6591d0ace7412d6ddf05192ff082b4638cbd5f0f10f0aa
MD5 815c350c2107cc53f273268b8bb20d06
BLAKE2b-256 cb5f7d2aac6b5aaec6de634be2d53a4b512582d0bb4ff07f2b0d11f1529b2e36

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 08142f5878f7604efa0c17aa036e282122cdfa4aec02ef43fd814d7ca473b70f
MD5 d57de0133e9c82a9f53591f81c5de539
BLAKE2b-256 3c1a4c72123b0790b988747b9b69c43a0ec5023250dee43ecc8595657db05ef5

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03261f360665c6d056cfd9d45c5730ed4f69c8d6da0a88417a6246fd8c7426e4
MD5 54ca326c85e1ec59c753ff4ac44b2d49
BLAKE2b-256 e435c1506e68ca15124a2a6f0aa8a3dc9ad2260f5eaa2b8f300844ce77d5e9fc

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0ca0483cca2dbf10daf9eedaa44e87d13f874f571519d9f2f0631be784223ff
MD5 df81cd38ca71b8a079a53f1c6a85ff0d
BLAKE2b-256 01a589a56a7bee4b39ad01f362f90ad164a92655317043133979148a15dd7d3e

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b505394bc4103e1a478e57e1efbb00e8f7f9c3ca675f96efbf1a15a890789f47
MD5 f733d33fbb18a6b25180f11963e137ec
BLAKE2b-256 7dd0a160dbbd9f2acc402e28add86c14ecbd956aa62843fb1c1ef5e75aeed783

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 06ea50fb8eb6672908c36991d8642199da1f7ebeda10e305aacd3b999104efcc
MD5 dca2ca9fd4f1f0f5dd7d978855ec50b1
BLAKE2b-256 dc22c9d4e61430efaff721934e9e17277b15986ac0d1eee27cb2c0fbaed710cf

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-none-win32.whl.

File metadata

  • Download URL: pymainprocess-0.1.3-cp310-none-win32.whl
  • Upload date:
  • Size: 237.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for pymainprocess-0.1.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 de483e01dc174cefe1054493e49438b4db34ca27d88e40df9f2e6f970a6f992a
MD5 593ab8f46b29d858f49fd3822baa99d3
BLAKE2b-256 c8f04ffdbdaac3580b787b1f54d5c5cdf125e56d50f7e0c4c618905f005699d2

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ce80a223d71ca5c3f07bab9bfe36214c420747683144a53ae7baa0b825d9474
MD5 36fe70fd89f31624f1c294b6cc150575
BLAKE2b-256 41854f2d2089e6021bd2a9093969560421c56580a0bc243c0b0c5d668e1d5e3e

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1f7b4a47dc2020056d8b38f5ffac35ed3822b61637e498e131d84b4464029a37
MD5 33f1455d5621ee9980bf231d1b1153ab
BLAKE2b-256 9373872df0817432f254fc8adef8486e31067e39c022887751be2fa190a0e07f

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a759569491f7afa6f2e1d883c07bb54b6143931d4b6a1d8b9642dcde624c9c6b
MD5 4b36a8890d993068f1b92004fb933947
BLAKE2b-256 e295da173a0951d53f9d6bd43ecc0825ec4379dc7db3ee3c1fa2f2ad666bb40c

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f548d4138710144396eeaad9294e24ff37cfb58314218c4b87e4fb7825642166
MD5 e7341464c08af6d1341ada31722a018b
BLAKE2b-256 0cdf4d7df96c54df589bdc8cd5d05c9aa5bd1fdb72e7f7511daf655d3cadd23d

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 506416a1507e54a6f9c99e9321da936c4dd9139d2c796fef6773c21ae409c134
MD5 5229ecbd7d94b5308604732425b186ac
BLAKE2b-256 8a373a712627210a8fb65b3f33c86ff486b8e51126109633444f706019af008f

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4e3bc160b57b4ca6d9ffc222bae27039bc716b73d811382bee01318bbd5bb879
MD5 e5f4034794c2d95640a64e8be0142ed6
BLAKE2b-256 fe4b79cb0e6b754145a9b38b43cef9daf2ac5c15f382291a29e6d70016bc1691

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b172191c812caa74922a4bc5cf7f5c50e31303283ab21cbcca32dc02e17d91f
MD5 794c54626bb2d858d8a9c932ceda98e0
BLAKE2b-256 b87982dc4116999b8c1efb8af7b6077de2a5b1c858a0a952e83612f5e104eb4d

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88c28e07eb01d0b40993583cf124cbadfeb35fe2ca43c707aea2f9866150b3ad
MD5 38c3ec96a0ce4aea4f6f738ee3f97065
BLAKE2b-256 ef28841cd62e9daa483a85c29ca1193317c8b7de593c974e328b59296d8c7d07

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 be0ac9995a2a6d0448a93e5c7cc34c8cee0dbd0a290154f161f13c546c15a0f8
MD5 20bfe28e50dc0994dbb76af87e603260
BLAKE2b-256 4cf9211649552c4b8a28f3ff4acf3f345767b37b75617046bb09533e7117546c

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 137d1473bcbb52694e0b4e07a6dacb2209f8f9c94c5ce9156065de985d2f9570
MD5 b86f3b94aeb93b68a1b54c8ca5e971ff
BLAKE2b-256 714b92a74c4c4e9dad85aaa43dbbb4148ee0ed1ee4f25a119a7689c97a4b7840

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de3e95ce55f69b3ea4c535a8e352da138a19f9df9c0248f68877a9fa82037613
MD5 9b99016010179463d89fc9f4809ff7c2
BLAKE2b-256 1064738a182f40258e1e5beb85296ba285d69df0ffe61dbb3ceddacf73cf8e6f

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 1ca512fb76531d8ae5951427e0e2c8d1d62f548557adeecb8669e557ee3eb61e
MD5 387aacc8549f03b2f362385ad8a9fefa
BLAKE2b-256 a8ac392bbab0e5bf5f0f5d2fdefd948b2df80a648f3760caaab8f335e75b7c1b

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-none-win32.whl.

File metadata

  • Download URL: pymainprocess-0.1.3-cp39-none-win32.whl
  • Upload date:
  • Size: 237.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for pymainprocess-0.1.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 ee93c2581510a0820eeb01da06c19c3f7a2a087797774a4ccbafd8977d6686ee
MD5 1cddf57d91521f7b76bfc9c18e70fe4f
BLAKE2b-256 76453ff5c53796e37b506ec64df00267018a23dc30be3f9ca54a7b53b668604a

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 322fa2de5c19a6361fedc92c4fcd51a19a787b49f1fa053248caf0957f3f0510
MD5 7b2ec830d9382b380f065f770956a3db
BLAKE2b-256 fc02acc555c4c951d9334a68a5707c846e766893ee44e5fa73abd066aefc173d

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6f7e18c13abd2a485f176a2e4e3daba0dc5f10c81b3af3d19d4ce991dfbb7ee3
MD5 1d4e6c2beeb4293828cee8246cffbb47
BLAKE2b-256 00c04a3d135f9cb4f88df753c4c1a8e5149e0f8e15a35c47721f3260a2895c2e

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ba9f6d24b6984c55e9b6ae4fb6e6940ecf6c5159a1e30f4926cb2fe7b73507bc
MD5 2fe63ada8c5565269e361d56e9202aad
BLAKE2b-256 d11f10f53024b019a1c05b86249dd47bb27205ce400473b0a37c5515569ef9b3

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59c591f58912469f88b1174529b09653784a2ce6fdaf5aa2fcdf84f9bd82db84
MD5 7476967adacf7c64c06d224eea0ec94d
BLAKE2b-256 aaee37afd57672695e0f77886010097f917c8d229287987bcd44b270d11706cc

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7361d0d2b69adf6fec102e20937a17b8572b569b739b784b88fc4a2716de010
MD5 e5d38aae9a6a971b199a027ff9bf411d
BLAKE2b-256 5fbe25164fc0de786b2022272a6fde3a7452933d687f110637dc5eb36b1e119d

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a3454c9f07ce4979cadfeac1d1e11ae0a8e6ac75a90bc6403e2f615e7f0517fc
MD5 034bfe6aece694ba63ece5ca187b63bd
BLAKE2b-256 132e4c496dd9cfa287f1013c01f4fbcb4ea31c7568ebbd44249bf19ea83fbf3f

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 be47066c769276b8f225ad22b3e4f45498042f15eb6f475cf5bc83f7e79a0229
MD5 bd41e6d95d444a8ddba0cd01eb13c7c8
BLAKE2b-256 941fa9a01760450b2dbfe0dfade9a73fda69cd6a28dfb6e6ce38233c8efa8375

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f6444096de585d6fda40b3e65379ddf12315ce7da6c8798bd5d8e7b6ed89afb
MD5 b0592819765c05ebdfa28c622ef6a0cf
BLAKE2b-256 3ad3c15a4dfcd7f60af62725dd9633507919c86b7a7f1dfc1a24babd45db213c

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f26b5cf21078c676bc63a48fcca4e3a2affefc8789e680c91ee12c1dcad73ea
MD5 1ebbe631b530ed29ed98421be5427f59
BLAKE2b-256 353de304ababa5954b522544ad9cf0b3b1fadc06d9c29da3f30ade52a4fc2623

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4468add2bd8de2271096af8db2449fbeb39e256ec783484518ec2e3f4819026d
MD5 41fe729303e4158cc0c6ef66d9e4b049
BLAKE2b-256 ed321adc72c85880e12f7c9f5ef6e98c7e9afdfbbacc655a2d6d57a4d2dab0ca

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e1280db47056b36a818fd127294998e75149dcef0de97153d61330b0cdaaad2
MD5 3ce47c837179c6f27cdad5a973dfad32
BLAKE2b-256 8df314f3721446f949c122521def4c43bb87d9e66016d95ca8fbf577493b0ad6

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 87bf71fd9a81fc271309463af58c32dc14a2b752e0f21643fd1f6854e6d51898
MD5 8de36fbe10bc8163ea0e8c043422b378
BLAKE2b-256 cc5473a71191b524b3b97fd2bbc4645a3648d62c5de3ea50290f3ba692aedd0c

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-none-win32.whl.

File metadata

  • Download URL: pymainprocess-0.1.3-cp38-none-win32.whl
  • Upload date:
  • Size: 237.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for pymainprocess-0.1.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 c6f8f4981f599b77115c56c672d057de16c4fea8ad6b5147ca847e8262880f66
MD5 d7e8aa9cc71197c041106ec33ddb769e
BLAKE2b-256 7ba07a38c3f7496722fd1ef9ccfbbe49c1edc356cd3d60c5a06d6a3e4e6a3d56

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0cbfff4767da050ae4328e306f4a9d4c9966e3b928a273e755e29fb2efea6240
MD5 2e3430bfe934cf0a1629eb94d9185593
BLAKE2b-256 013ace3004f5b847e5edc179ab0e2ee4aff745b5a8ae4a614cec39503899ac42

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6916acf65739ed4b30c10456283cf2810349b60fa42858d4efd50a1c41e327bd
MD5 bf8d812a6baffc4aec22f333c7b538d3
BLAKE2b-256 7f3fd2a563b8c319e57dab7d2e30767c92a6a0778e0405dea655f1df58d9cee4

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 89ebe23dacb2beeaac3b5cbd77cae9c970b5d96502da48a22054d04d4f9134ad
MD5 1a28c816384929cf6d437ba3087a9117
BLAKE2b-256 e5d1f9faf50c55d5276540dc8090d262ff4a404dfb98a85565c937b9b438591a

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf724efcfdb0b8d79e44f9bc65481f55b6ebc71c6b80751403ebbba8fbdb41ee
MD5 9757ac6105bbe3e4afb978e7d1a9b312
BLAKE2b-256 53ac836ead77cc7c694e910040e8235dbe085f46ef3b634883ef70485d225758

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b1e363b7596a447c2cbac406735072b3b1e7aa69846579f4fff7fb965ca123c
MD5 d6a013bcf11fef6b8ad5dca3ba979881
BLAKE2b-256 fe02845887914fe562850616dd22c6655765fe838f506a5e5bbfbaef3b5617c9

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2a5bf255fedaf2ac0680452fe20c2a91ab5918f4948dbc11ca62f7773c7a2f91
MD5 41e0e1a465b3dcba0be2a0d3259581c6
BLAKE2b-256 dfbcfdd5c54037ed71d35d901ae8ef4ff125347a1af33fe862a0692a12bacbcf

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7a9e3589c0f19befc54aa68bce613b6231632822033ce640f487b06dfdbc608f
MD5 36738673340ae8bdd72023a4147895be
BLAKE2b-256 5738b7fe184ac97dc130dec08dc62727d96e411c2d67b4841ca129321275f254

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48afbc1cdc639bcf65d95557b3a19e74c30ea8e7500b67c896327e10eada5aad
MD5 00f934189d96cea57abd75d97a680213
BLAKE2b-256 cb5d05d53a7c794773edd10c8438779d6242d093a1a03665e6252f3f684ea46f

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0ad6425367a5f0dad96bb49b11de7299f4775a7e4fca6a01d72b1891a442804e
MD5 7304866083a649b39ee60cc12d4abf01
BLAKE2b-256 1e999108c07e6d179b9aaecd260726b53b10d07c8f9e3835599a92ef417ca425

See more details on using hashes here.

File details

Details for the file pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymainprocess-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ae81faa38d7352f0b6de62c31185d6749b8404aa7e7f54de3c8529093f4e292
MD5 9c33b5da3fb455c47e221e912fbbb423
BLAKE2b-256 4c0898a192c81d60423d8c47bf108b881c2c68abf2b34162b24beeb9a1d03f57

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