Skip to main content

MaxFrame operator-based data analyze framework

Project description

MaxFrame is a computational framework created by Alibaba Cloud to provide a way for Python developers to parallelize their code with MaxCompute. It creates a runnable computation graph locally, submits it to MaxCompute to execute and obtains results from MaxCompute.

MaxFrame client is the client of MaxFrame. Currently it provides a DataFrame-based SDK with compatible APIs for pandas. In future, other common Python libraries like numpy and scikit-learn will be added as well. Python 3.7 is recommended for MaxFrame client to enable all functionalities while supports for higher Python versions are on the way.

Installation

You may install MaxFrame client through PIP:

pip install maxframe

Latest beta version can be installed with --pre argument:

pip install --pre maxframe

You can also install MaxFrame client from source code:

pip install git+https://github.com/aliyun/alibabacloud-odps-maxframe-client.git

Getting started

We show a simple code example of MaxFrame client which read data from a MaxCompute table, performs some simple data transform and writes back into MaxCompute.

import maxframe.dataframe as md
import os
from maxframe import new_session
from odps import ODPS

o = ODPS(
    os.getenv('ALIBABA_CLOUD_ACCESS_KEY_ID'),
    os.getenv('ALIBABA_CLOUD_ACCESS_KEY_SECRET'),
    project='your-default-project',
    endpoint='your-end-point',
)
session = new_session(o)

df = md.read_odps_table("source_table")
df["A"] = "prefix_" + df["A"]
md.to_odps_table(df, "prefix_source_table")

Documentation

Detailed documentations can be found here.

License

Licensed under the Apache License 2.0.

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

maxframe-2.5.1.tar.gz (920.1 kB view details)

Uploaded Source

Built Distributions

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

maxframe-2.5.1-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

maxframe-2.5.1-cp312-cp312-win32.whl (2.3 MB view details)

Uploaded CPython 3.12Windows x86

maxframe-2.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

maxframe-2.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

maxframe-2.5.1-cp312-cp312-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

maxframe-2.5.1-cp312-cp312-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

maxframe-2.5.1-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

maxframe-2.5.1-cp311-cp311-win32.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86

maxframe-2.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

maxframe-2.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

maxframe-2.5.1-cp311-cp311-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

maxframe-2.5.1-cp311-cp311-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

maxframe-2.5.1-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86-64

maxframe-2.5.1-cp310-cp310-win32.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86

maxframe-2.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

maxframe-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

maxframe-2.5.1-cp310-cp310-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

maxframe-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

maxframe-2.5.1-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86-64

maxframe-2.5.1-cp39-cp39-win32.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86

maxframe-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

maxframe-2.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

maxframe-2.5.1-cp39-cp39-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

maxframe-2.5.1-cp39-cp39-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

maxframe-2.5.1-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86-64

maxframe-2.5.1-cp38-cp38-win32.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86

maxframe-2.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

maxframe-2.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

maxframe-2.5.1-cp38-cp38-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

maxframe-2.5.1-cp38-cp38-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

maxframe-2.5.1-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7mWindows x86-64

maxframe-2.5.1-cp37-cp37m-win32.whl (2.3 MB view details)

Uploaded CPython 3.7mWindows x86

maxframe-2.5.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

maxframe-2.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

maxframe-2.5.1-cp37-cp37m-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file maxframe-2.5.1.tar.gz.

File metadata

  • Download URL: maxframe-2.5.1.tar.gz
  • Upload date:
  • Size: 920.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for maxframe-2.5.1.tar.gz
Algorithm Hash digest
SHA256 ff0affca8777b4ddbd622d5478cc6c9bdfde342750867fcb1119d0cac0593f80
MD5 1cf96c567df815bebed678cb9e50846a
BLAKE2b-256 2bab9c6b89380d2c7937344bdca60f1151e0d72c10d10e25c5be5da8e96ee143

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a788e4670dcbbff5c434a7b95d1d4afb81c8dd29a2cd9da97b3681bcf463fba5
MD5 d80045097ac7f999e1ade1df50b3b851
BLAKE2b-256 875b64e00d27c8184d9f79096f1717adb6ae4c015a5090328acec6a91f6182c4

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6ee55ae4dadebf2619b39bfca6b32a235ec40ce9985d06ddbb6516cd5a63ef45
MD5 4d867bdd40038f2e945804fa99312b2d
BLAKE2b-256 66bc9aa5a66239b26f47b15b9dbbde6c3e3138a14d5a96fa04efb82609f0f9d8

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cec584e299c582ae22a3f4f9926c0f46c0f3d2ff299bbbc2ead77c9d6b33c27f
MD5 0459b451dba72edfef7209daeade33e0
BLAKE2b-256 771aca8646c869ef578e5cfaf86cd0cf1180d2bbc665fda9e3f146b168cdf066

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e57c55ef919f93d739be28f19f924217c1a0f2cf870da0d84d746f511452eff4
MD5 8bd9b53b4c4056e453ae6be42507f235
BLAKE2b-256 fbe96fcce872a3762efae945a576f10e85e37bf2052f59abc99024d3c01eac3d

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58c437f6e2386059bf355542fae379fee34daf3b1fd11ad015d6c1e57cca7122
MD5 b7c6fec7736793ccf62870b625ba6171
BLAKE2b-256 844d4952ab94c9b98135dd8f83abb2a71336f50dd561e9a58bae45e723e3255a

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 558f97b6cb5f1b17816b53ab69a517a2f818d41c9ef7c3977442c8e246466207
MD5 f53790c8f35028604b6c8608bc074e7c
BLAKE2b-256 52e6746305b6e022749822cc447ce7abe480dc59779805467bebfddb4a5a6a47

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9eeb3a27d263ce4b432b03e6707016fe276715886ae2271e60a552b68454f353
MD5 5654ab5b83d228acae774fca384bea1d
BLAKE2b-256 03c45018423a7bfbb0ae661cc0aab5a0974e3bfca17c8b01d2e8a54abb65e2d6

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fb25f1fdc406d5247bd51a5f493a09ba90ea0ca00ddded74b8c7a11777a5d85a
MD5 4ad39b7005ba8a60dbc348327258a16e
BLAKE2b-256 029b46c582d229c1b0e3d482ad30aa4532ec5c94df8ec1d7e683599880199a14

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 485155dd46362d283fd45248dbd66d3a0a7eb1cc2122ddacf6697db64467f437
MD5 5bc6a404110e45e0271cae57998afb7b
BLAKE2b-256 8452f2577875ec90a0981dddb86014e908ad13b4dcd79cc4f1c9e08a3fbda9eb

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c20185c21bc208cae66782007c93b84689e3337afa5fcf49b7bcad2995ee019
MD5 b2b04bbbc290c016ec7ccabed5b72474
BLAKE2b-256 65b2822220c41251990ca005bd551be931c36f6e560a58a0d0a82028b7371d1a

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6495c28208b440d34477f5d388beedd725490dc82e8d70e10827ac7a8e996b8f
MD5 88ecda44bfbb01205b5b2af6ead143e1
BLAKE2b-256 df5fb50f66741847929647b0332b3ceb6859dadb5db0571aaa863abf6ea38551

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19131ab849b9afc273814c65248d6444d9fdad280ba126236574f2dde645a243
MD5 f3c592d698ab92c4909993829841eb95
BLAKE2b-256 e25d6d20dbdde1d03f6c0fff9be1f7b392b68db2a99824abd6bcfd349a87e208

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e590196ff91bd34daec878b0319524b0dbc275088e224c8c05754bfc948c2daf
MD5 41952b9e5fd6b3ec5674ccbeb51bfbb6
BLAKE2b-256 9048dd551604edb853362bd858b5c28056696acb157da7f23dfa578d232f910a

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 22b0b75a8280bfe7e0b8cdb7df4e6382d179f4d9d7ae97c751fa0baaad6316a7
MD5 f07dff4ae82f751bdec432b753d837ea
BLAKE2b-256 e72bded674e2580308664e416175b15820af456600ff98c63517dca7ccdfed39

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7bf7958ed9ca48f7f0c985592bce435529d2a210370fc5eacff12ae503c07e33
MD5 76cf3a78ad318b8f899cce5eb8fa81d9
BLAKE2b-256 d07dfda5d47ca60111ec5b20d805c046db6ddff3649c0d8612a0831ad19f5ff2

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a525d4c341f7b569b595b31f65dc772035a7a1489f82fe4f60d7b765e31b0f1b
MD5 8bb5e4b9d5fd468b631632d4d8cc30fc
BLAKE2b-256 32b5262fcaff4cc0c09ad0edfc9d09b406d42a3d773e266fe23f0c900d5a6d1c

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 96d4ccbd36ed8f38e421efe1a834ae9829539edc86706410c7c550d5e26586b5
MD5 4e349bed6988d3ffa548677c30c602fb
BLAKE2b-256 866429404727acd790d764eb350a638a7cfc6a0f93cfb0d5de5f727ff1e1250a

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f7a7fc75e1d2d768420037715cd82ba67498959b556146dde1691070658b72c8
MD5 ce78f2eae5c9ed8239e43b9ed3be014e
BLAKE2b-256 39bc1e7f5c26b27392c348936b21e5c6cf4a391e18bede303cb7fa00d5911a3c

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c70ebfbfaf018e5ed490ab2551cd660e457a5d30e622210a5f784eb4ca58b5a2
MD5 c75c549c8ab63dd6be746431bfb7095c
BLAKE2b-256 d766dee345ee3e81c3ebad62cd12a0068f098d7a516745a793d9d976da241488

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4d1605c10ded0231df77997b29f5c63e0772014ab043d2b51ea21122d08f2ff0
MD5 0e52d38d73d7408beaa6fdb678b15e0a
BLAKE2b-256 1f415ef88dab43a16bac014a5ee75fc5ccec59d6c87195fd99071f1c8bab5a3e

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 458806036abaac1199f0ae2a77319137adff3378bd730febf8eef97db19f317b
MD5 a1d9d69d4581de304dc49f06f4ebfe02
BLAKE2b-256 69d25e3c0330ab007d520b8a0aaf2827a13bf0ab6e712e3864e4c6ee0839cc42

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee1fa05333b7acbc016e7738a23a49a55161dcdca14603204620e29741ad055e
MD5 91c85cda381ae0f697b5a1eb83c23a6f
BLAKE2b-256 857971f0e489ef95370ec8b67d6724aa2db7994dc787fef1e2d66828a16f0d9e

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc18222cdf0e38bcfc65da84db5ff32ae7a53e92d3aec583cc5e1afb7a8adf0a
MD5 cc7f2c15d478a7625508ea298b9b9f54
BLAKE2b-256 ca3b40e91c3e189542cb6a4c6a9aad34256c954970b0ffa38c13631ec7e4d1f4

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 caa284d594de23e049c13c50ab1a5ab07020713044a1803ccdd11f1bf23ba337
MD5 9dd0d6ac9e50ac8c3dce07bd7531d1fa
BLAKE2b-256 34bee50be08b4194f2c3d82d63ba3aa1ce69f97dd9ee2cbb5dbe3f768e33550c

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7fc303db732b00f3d1cb5bf9dd9b258329f862c039ea679a0594dbdc5822e0d4
MD5 769527f44c07f6398ceb2f6d340eb360
BLAKE2b-256 f38449ed37f05588ca877747cfb04de5afdd6e9dccbaca3bb2f33f3ab9f64aa9

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ca7ac4875b186c181fc48d0ee694b4249f48f8cda0fa7925e7c7aca93a608504
MD5 56020b3af88d4903233adf0b27a6abbf
BLAKE2b-256 2e0b7cb9cbf16880252e612b9da46fbfd8115868ebdf2f65ddfd09e83d11777e

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff36472b76d7e55635acbf4b0ff6485b1d2394f5e57749486b1f6853d7ebd5b7
MD5 4c9112aee88082aab067e127bbd44ec0
BLAKE2b-256 6571e5e722726c732d2bc84da697ffba0885b8ab13ceb745f7d9ed82385b7012

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27699ce2e0ae45fb29a58784e5f53358279a9b9f059556e65a732ea8cc2ea346
MD5 a35b05ca2bead863ffcf66cca9b728ce
BLAKE2b-256 7060088b9fcf1c38a9253efb5dcf74af192b5db12a6560005682e5ccd783b10d

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7989f67630c001ffbe08a93002b6a080affc4cfa66ae420b1eb7d7fd2e6e1619
MD5 5c04c61eb468b3a64a320b483c1b0b6b
BLAKE2b-256 609f3bd0fe9c8d96788134a76f0e5b87ca35aaf5952fd7497820d70cc8dd42c0

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b6038da42c05fa8b3d78d615cb5a88cb5f76ba2ffb33aa70c20b22933681d01
MD5 b17bd95865c39fcf063fcc1794531764
BLAKE2b-256 e6beb607e83f0fdae5e9cbb7a0550831737cedf6050d9ab5677c29a756f88462

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b37e926b1717f65d162a156f99c75767a97a187cc5d7dfd1b13966dd2deba3d7
MD5 941d729778baf17d2088759ae70ed125
BLAKE2b-256 a726119bed8d94568989e7b17e12bb66d290d2b88efc4b28efa163cf18187d30

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: maxframe-2.5.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for maxframe-2.5.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 bda1cff753b043fa251ef01f6c524472723c64e7e0d729a10e8d7c86b4c09f0c
MD5 f2df9335d8a9344fbb85b326e303cb33
BLAKE2b-256 102688b4303b60078f3a03cca92fc8bcb46f560cf4a5fb7a71690c0324c6b5a2

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 211f029155bc9179bf5402dcb856d23bb9e2820aaddcee2c07ab74635eb938cf
MD5 516b0065335b18a94c4c3132fe81bef3
BLAKE2b-256 1829fde7d12a597de2681a8215f22ce7ed24ac87bbed24798944a240504c2e38

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ca0b9dc756ea636832276a136d4b41f8055a0f3a4fc680179a547a0572636d3
MD5 1bcd7c5658eac83f940b2e0a6a62ce44
BLAKE2b-256 affcf672b8a8ab96647aced45db8029e18c355fe82d2f7b2ca21f0749460ee2f

See more details on using hashes here.

File details

Details for the file maxframe-2.5.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for maxframe-2.5.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1451d1767cdac104bee1673860a5bdfa1b40f566f3ec1e70f2a31b05a15fb1b
MD5 ea529a8047cf96f74370a0ad9d2d1998
BLAKE2b-256 4f7e7db10cdca5414b434aeb6040383117ee144c0d77e46add6216c451f95a67

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