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.7.1.tar.gz (977.2 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.7.1-cp312-cp312-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.12Windows x86-64

maxframe-2.7.1-cp312-cp312-win32.whl (2.6 MB view details)

Uploaded CPython 3.12Windows x86

maxframe-2.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

maxframe-2.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

maxframe-2.7.1-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

maxframe-2.7.1-cp312-cp312-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

maxframe-2.7.1-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

maxframe-2.7.1-cp311-cp311-win32.whl (2.6 MB view details)

Uploaded CPython 3.11Windows x86

maxframe-2.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

maxframe-2.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

maxframe-2.7.1-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

maxframe-2.7.1-cp311-cp311-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

maxframe-2.7.1-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86-64

maxframe-2.7.1-cp310-cp310-win32.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86

maxframe-2.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

maxframe-2.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

maxframe-2.7.1-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

maxframe-2.7.1-cp310-cp310-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

maxframe-2.7.1-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9Windows x86-64

maxframe-2.7.1-cp39-cp39-win32.whl (2.6 MB view details)

Uploaded CPython 3.9Windows x86

maxframe-2.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

maxframe-2.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

maxframe-2.7.1-cp39-cp39-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

maxframe-2.7.1-cp39-cp39-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

maxframe-2.7.1-cp38-cp38-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8Windows x86-64

maxframe-2.7.1-cp38-cp38-win32.whl (2.6 MB view details)

Uploaded CPython 3.8Windows x86

maxframe-2.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

maxframe-2.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

maxframe-2.7.1-cp38-cp38-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

maxframe-2.7.1-cp38-cp38-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

maxframe-2.7.1-cp37-cp37m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7mWindows x86-64

maxframe-2.7.1-cp37-cp37m-win32.whl (2.6 MB view details)

Uploaded CPython 3.7mWindows x86

maxframe-2.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

maxframe-2.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

maxframe-2.7.1-cp37-cp37m-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.7.1.tar.gz
Algorithm Hash digest
SHA256 d5bdc62cc4d0b4e122d802fe2104839e44eacbb1d585d1e07ebb06769c6f8c30
MD5 dd6c5ccc63e92db6551855574b307a19
BLAKE2b-256 0e6cef93f2c980316ce23ea6a3ed98d4c8529270bb3fd38e7eb6fd50eec24301

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.7.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ef4f3d5ed88761211a410e8dfc76eb5333d4b6ad3a014b0d45ee896e26d88e4f
MD5 f0d6e56a9709518c80f3d879a8b33f0b
BLAKE2b-256 71649974ce475e5f8e87918a4f7173b84a9a1055fc87d1186d8316dee4109e05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.6 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.7.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a70e3686dd5002747508a6122cc3ccb1d00daba7033d3b5df7cf427bb92b9762
MD5 64ae14de3ac0e01cc47ee91d9965ef80
BLAKE2b-256 51f7cd36a52e37e69c6bf0613735fcb3829144c9e0d8001b3989bc01ace6df72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cc11dde12c327b341f1abe28b176ee4f620e90b236f24f3312956e47e893a0f
MD5 4f12b4fb83ea8dee5a3dbd661da7c9bc
BLAKE2b-256 48f8a67b835361c53c9e981fedf0f3d060dac8354273ddf554929e53b2eaec41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e7aaff4d100fcf9c7fdf220843904c1731240506628c362f5a017c1cfe0682d
MD5 0f0944ba5bbd8d975009180aeace6199
BLAKE2b-256 b6ca08ac246de273f92d06d5d7e4c4d5b49903bf4d279b4525db0fbf7aa736c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40c1a7ac188fd84d46383a76300fe2590b49566e642250dfede36d73c4c41b6b
MD5 3ef499e20270f1df727a6c8334eeb4aa
BLAKE2b-256 a36606f226deaf54ccd9802bfe13551386ace86c23b313cc8096489bc623a69e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b8f649ec20879d0ff2b54903c82ada2d6d4e204f831d71f39e1aaae92527d4f
MD5 3e9d684e95c296e6e0990ee6ffd330ba
BLAKE2b-256 9e04f5acb9c23ac279bd27d2807da35c6c07db8689c92eaca9ef11ba1952207d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.7 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.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 66463cf6a752c0ae51838d9e540f8e107d828a8dd4a03eea72483c55ffa44539
MD5 8b233686801a73d88115619dbafb8472
BLAKE2b-256 ff80096db03c92d540995b7b22eff0a61e28c907aaf639d90bc5cdc662d28346

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.6 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.7.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ef2340c5efeefabe33d0f8906c8873ff22dc38ac1156026adcc70c69044b1b45
MD5 6159609d959e1cdfc7a4a0b55e094052
BLAKE2b-256 dcce491ffaccb90e0c1b6d383c95354ce54f535fcf969b6004b41f1a78ab5503

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 486605d716bc552b9a4a2eac74badf5002a7fbb4cc1ddf4e5b59a055a37539bf
MD5 8888fc1899c8a3017988b94e19c81509
BLAKE2b-256 b6678077d5054fb03b3fb9dc8ee80f7b0a86741781d5ab7d1122b94d245a0b26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6de1910b60e3b4c6982f911ff18e000deede8bb6d3b0e47dc10b5e2f55f4793a
MD5 473c2611ce3560854ee5100e363b4c04
BLAKE2b-256 9518655855315ad1f0d2dd06899b6278a9162408fee27c297e6e9d3d1156d79f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7aa5e14d1e59745c1e29bfc2e6fff85a1a2b4da05275d4524f417b15d783c031
MD5 ab7c33d030dd51d162eacdb379799fe8
BLAKE2b-256 86c946a5a90be9d5d20376c1cc4a7a0607ca5f4da515c9b3a8417df29ce26622

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7ce235e6d47197be0213b8fdca2d555cd7a89f3b96a14aca412b74c66a7d8191
MD5 c81a6213bbc2b644162f22354228e166
BLAKE2b-256 19d75f48d502c7393f9e01673bbc5f4dc117d0e69cd292e6c2404f984021c5b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 afc40709df00cb671f6c610b7c390600a20063a9432a41c5bb2222e93cdc8b2c
MD5 cd038411f0c9d61769f00acff5b50550
BLAKE2b-256 e6a966c4aee44af3efec89b64ebb6341c00acf5ea4a87cddb3b693a02337f0a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 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.7.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bec61592231bdcaec5637037d3d4025215de2e0a39405facd09e08501250f666
MD5 58d23860695a17c616bf9f528c2d775b
BLAKE2b-256 80b688f19baf2c240ad9406877fd58d1f3ad71a9532a69c7c15247b5ba32c291

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1630a640cb55606e5cbab5c1602ed6687eb0a9fd1cc0ce9af31b00322c54d216
MD5 a4751c7ef374dbc5f9bc86158206bf1f
BLAKE2b-256 08cb48f6eb0ec81bb7b32bb6bf39ee7888cd493536a4b210dcaa852c4d160470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 122b708f623183b476fc91bac07d1c5a41ad06044bf24ea35797b1b165b8e54c
MD5 3353ac1cbd4e13595457cc8d71943420
BLAKE2b-256 7abf0f7f2aee67104af8409d8fd8659ee73304c0d5b08d2beb2566128f733cc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ce75ec6037bd11e85c95b41aab489d252c51f0c86245b253c911ab86d8f79f6
MD5 ca162fe7bb6d3027b7aae55eac70cf20
BLAKE2b-256 faa5c5e21e6e4dfbeedd46ab6af2058d85315d6c24d54d7353e08d90542f7c11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd156fc5764956f6a87e9ad5d695f6069a1bed2cad45b5f2d37259cea5871508
MD5 3a6221666d9a77d21a3052324343004d
BLAKE2b-256 0c72d1e29ff5c53ff06ad37cf2f873a064e67bc59a79212f46b17dd9c767c669

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.7.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f7f9aac2f47f6a346ff285d6fdc688c00d4cb775f78e76f743c79d5cfa712b88
MD5 273d94fcef7ad676753ee566d8e9395b
BLAKE2b-256 1b35fc19262a8447e2c0520c733ceb55408f09aef6cf6aad343bc7d70fb44699

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.6 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.7.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1732abcbee565c17b23543d3befd85c358141fea7343332bd07b84b4e6843322
MD5 d26eed52ebbc5464f22cae5495d1c8ea
BLAKE2b-256 86a06823858cfca6d7ee3bd131386629b51388d75c804dc8cca2a1e6005b3cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1335dee24906ac5a1af098fd29d7f858daf5bec363ab9f1e595639989e53955
MD5 66e98738447e80cb8573bd8f3bff74e3
BLAKE2b-256 065d6d316e43ca34d9a6dc843f3f8f1705fb3b4f43869b7618cc3975dee42856

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40a9714c5b19b0f387e46cb48bb0df17115ba1eec0b22343e6d2a359fc002ea1
MD5 0196f578a587b14b5bd86458279bc164
BLAKE2b-256 0b7ac65965801095a9eca0dfacb31a927d42c031d85c3fa3b5ab83e12c5b3591

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1c33c8fa9cdd002ac9aeb70481be917b63e7d2c2f09c08e471536c9d5222d2c
MD5 f8c485a3a82a6a5aa9bbf10efde023d4
BLAKE2b-256 f3e0d341afb689bd75729eb8a30144e6a3aa2f26b703a6bd2e54f1e1527573d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e763289e6536208986b1ccb57cd1983a2cfd41bff00d366d3fb8d5cd7006c8bf
MD5 7a0ab9581c7e3c08e5460357dfd0f6c9
BLAKE2b-256 e2962ba76417bcd2847678cedbc05f40563f2c116538882024df42dc1145ff4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.7 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.7.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f7417777dc92b6d686de798dc74003f525c7a97c383f5c32c19f8bbb4820face
MD5 83f265abac88867bb0ee6e22454b0ab1
BLAKE2b-256 0229e3f2a9e826fc28d98f25c8dc1fc639f4811e26d85c27c9cc10296102b03a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.6 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.7.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e003a8c4bcfeba1de8a153c62ceff3c0f2bf943e12e77179eaad87a784913f06
MD5 7ca642b0db2f6f676e14e39a579d1be4
BLAKE2b-256 da376fc29aabebe28ede9cd683c73ec69968cd7c79a5b1a1bfbbd7b3f736d076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9062a90f23e393c949e025c30e9a8315365c9bdc3e5217699bfb89729a69b0d6
MD5 bc14a57d84d87ed81f3919c53940ac3a
BLAKE2b-256 ea9055a4b867704a583eb7a117558d2bb895336563bb638e8b777c1773fe3287

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be3d2a9abaed5c01a240dfd46f75081d8765e9ed5bdbd2bbcbb1ab320a2adf54
MD5 192ff64df800e40b1ac7dc18d1dd6473
BLAKE2b-256 f6caa2b094cd1b188ec41f602159891ed7ab491c42fdcfd545deb5d54b0356c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5eb232231ace6f60e57b60ed2bf6ed8f11db1a7a7544ebd93c99fa948a58fc56
MD5 c2cc889e7dd9f986381b821dac84f582
BLAKE2b-256 0d5092936eab908fca3dc809c7524a1ea938368c6b5d32f985c6b6a4a74e6106

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 887c99055955164bcfdee9ef146385c09bdb508ece312b9d7937b9460b9795d7
MD5 d957f29b35745d0a5b7b61afc49beafe
BLAKE2b-256 c4bc29b4ae78070c8ac69803c1a4f65ceb7bbea2adffbb3330e28de88dd34de7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.7.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8ba3a08d299fec68f1043e9a2032cf6608a4842011e9c2d447746e734adb2b83
MD5 5991f83dcbae214b6d0e4151a92629ab
BLAKE2b-256 d689f3607066848a0b4c1340a063daf51d9bb30f325f00f82ba4be69e104ded0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.6 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.7.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b0409a805ee878d664b86f23bf95e2ce1913936e537826c0644ec617619214a8
MD5 1f58deca98ea8889af610793e49ad94b
BLAKE2b-256 401ca5035c97983dd96436ccd5649b7ec3f604946b7981ae3d9444e9830235e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b37d1ac6b76fc64913579fe349d95d11a214fadcf100857519a2d1ed28adaa6
MD5 7f1860a2437290a161de4c51cd1a85ca
BLAKE2b-256 b59888dd51e3ebbeae642373d23e22338d9de485fa787c44ed5b3bcb2db49190

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3cec798db8149d17333aab27910741d3a7afae3c90a6f0e069f94e2de9d103d
MD5 9e97a0a36095ffd2ca998ccc220ba085
BLAKE2b-256 0aed944d3f4a056ddad7a728300665ce8bd043879fad1fc1d24e77288489693c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 df29c446294e902e2bf9f8d56db1900e5a943243a7acd5e0ff5aac424bfe579f
MD5 c19d5d6f3c7e4ffea23613c54d33c601
BLAKE2b-256 2852c37043f41458429e4ec9c791ce48ed636cf53efb3bc2c7c6111c8fe69f1a

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