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.6.0.tar.gz (936.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.6.0-cp312-cp312-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.12Windows x86-64

maxframe-2.6.0-cp312-cp312-win32.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86

maxframe-2.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

maxframe-2.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

maxframe-2.6.0-cp312-cp312-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

maxframe-2.6.0-cp311-cp311-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

maxframe-2.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

maxframe-2.6.0-cp311-cp311-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

maxframe-2.6.0-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

maxframe-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

maxframe-2.6.0-cp310-cp310-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

maxframe-2.6.0-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

maxframe-2.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

maxframe-2.6.0-cp39-cp39-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

maxframe-2.6.0-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

maxframe-2.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

maxframe-2.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

maxframe-2.6.0-cp38-cp38-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

maxframe-2.6.0-cp37-cp37m-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.7mWindows x86-64

maxframe-2.6.0-cp37-cp37m-win32.whl (2.4 MB view details)

Uploaded CPython 3.7mWindows x86

maxframe-2.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

maxframe-2.6.0-cp37-cp37m-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: maxframe-2.6.0.tar.gz
  • Upload date:
  • Size: 936.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.6.0.tar.gz
Algorithm Hash digest
SHA256 bcf2ab8ca8d88beca511bdc9224f62f349715bc12a240beecd11900c9da75625
MD5 c3dd2ea99edb4a12ff75cbe5f9b97723
BLAKE2b-256 96f050e6ba1d30a28c7ecc8f3c1bd318b18900f3903ab10ffd327220e073626f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.5 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.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 66a9f19f4634e948d7d693d464ca94b8fa6e816608d2122ee1afd100df496abe
MD5 526cebb2d62b3de4881411fc371d1df9
BLAKE2b-256 ff07cdf8b3fea87bd2a515cd4ae01c88b25b9da07c0977e5b60560d7f4195d56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.4 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.6.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a818fa04afce7185815535cb18de9c01fe76c72d235bd0e36829f394e85cb054
MD5 289ff32c280fdc001b045f8082f534c7
BLAKE2b-256 ce290e6df27628146f655d7bd01f7ae60ee9c59dcc4bc0ff8a4ff05c8d36f4e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82ca46cac5f330e735b99f0ebbcf297815248c4e9c04278bc971a3a8a216d497
MD5 d1454c74ed019bbd471c2df6f434ef0c
BLAKE2b-256 6203b43e4bddede3deebaaa7c7ffb3c392671b5ba71a9e79c79900ee6a917f4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2174dfece4f49823960804e9b7aaa56c85a019b3f1a5bd4790f514f2576a776c
MD5 5fe623fde8d782c0c5b372ce9e5994b8
BLAKE2b-256 3c24064cc375304adc9a691bada8dbac11fee862e2c0015d8bad97ddd9f06aa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8e20a598eacb625d713b4d3d2901f55affea6975533f000624a71f7c21b908e
MD5 9f6c21f35b430dd0a895bf629ba3a991
BLAKE2b-256 2292f921deb7c2d3d5f23839c9151791818dc9a359f05cd0a1c4ddff02f64d3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4276760bfb06716c7dd1ac45a4ba0194c21e2edbc1b0d125b6d5738de50b33c4
MD5 fb784a29d77f946f52ce5fe428539608
BLAKE2b-256 6f8c6793be0a36136f33c5dc65eb4c484a25b3f6f62ffe035fe79c834529677d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.5 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.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b4a6851884f9d661cf4cd276b322b10b350382f85544cb2ad5e4c6fed7abefd0
MD5 361b373792aafe2a47f41183047b5937
BLAKE2b-256 c693c35436f2244fb8ab9859c9e5bd93925f9e079d24d29968c6647059f82e73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-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.6.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cfbe0bd6dd9b33fee0c9248762561a0249390c844c292bd59a302f60b83ff448
MD5 bf0a12dc05d1b9eb5e3cc0b578911ace
BLAKE2b-256 713c93a602046b1a2ac2aec75936ab1f538711284cc7d7f62d7e26eac13f71c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6695dcf8397fce5fc8468ddf4c62fcd93f329f23e3b411363e2baf67742a3cb0
MD5 c829161058282068de1fba72e286c592
BLAKE2b-256 b8355679bd3ae3b0c24da1847a66cac9ece8c761261902b48a23b6a6136e62fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1098b5a306fcbd42c0e823e519049eb164d4c047dd0565788f94b92255f33814
MD5 9ca6a6c7641ed3875e2eac91545784c1
BLAKE2b-256 be70aa82b0df68a6df212504000d49a7c7f38d91f3e29e8dc4583e1496444871

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d636abcdf293634bb99b0f31d9e73e3a7a6333eb17ae88d95e4ed712b3b56d9
MD5 5f019c2199a4f6cab7dab5c871ba06a1
BLAKE2b-256 4e3a6f95ff24e80b317702dca5fe5e21da135f4bfc25ef583a5241fd808d65f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 167af7be6aff322307cdfd495a75b62c8b6fa63b0983d9d282a2558d0610bae2
MD5 6cb71e88f75afdda2c77ecba9e4bd6cc
BLAKE2b-256 89cbc5fa8118bd0ba1cee219ba42f12dd8cb723d6f6e7fc077bcf4e2fb66254d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.5 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.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c64c56eeea2a2bae12580f136b7015d70c047599e77816101278d90116ee7435
MD5 a4e40f232bd6d5515d2e34005643941e
BLAKE2b-256 f87744a3257f282021f8ef1cb0de0be3703dbee91a1ef9f72d0c721c732c7dd1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-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.6.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cf7ae08d870ed88dd71f39cbf7e9d4da48f6674ab40b490d94c8ccafa6c500e3
MD5 da47eea956dec80a92c21e385cdfd549
BLAKE2b-256 5927579a20c792ae0058e957ea7429c422c492405dffe48826526217c183b3ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12c3ca2434b38d51c7a071fbed8b688fc2986c880b67073b61f13b54c640951b
MD5 b397148c93d9080e6e14a69844ecaa48
BLAKE2b-256 2941c00873e8f9906d0d0b72fd016abe12f2fdcc41ba5697569a95f664cb2f4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 afe1e1aec5e1cfd0caa746d8c82eaa972a6136c7a307554845a8cc38450fe681
MD5 342d37404f0e7ba912008a4fa96c5c26
BLAKE2b-256 9532fa33a9e6e3912a13e7e3f46bcd4d2b38a8a7f4ae6c6a03e1d41450c3f76b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0090ccf89ce0b951c30b5bd2f3dd766e976d028e995b5161bb204dcc404d689b
MD5 8f8ba480064cc7579dcb099135ce0141
BLAKE2b-256 87576909d26275c5668a1010a9eccf078225f9279a2c70439335c4584869caab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0fe5293f35df11d42ea06c52b2231232ef9124b57406181442413f04893b4bb1
MD5 4ec86387c65f43a1db870688f8a39a1c
BLAKE2b-256 586965fd41758ee238ea34e704b653a7fbc59c1eb0b4e73ea69256e7c6d1b6a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.5 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.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e39121c8e419e4d5698806a5440c22702c83e94ff093f2b291d10ddcb9e98aed
MD5 9c495def6a9b1e97d7369a6e1f209e84
BLAKE2b-256 5a7dfdfd9bb22faf084edf1d6c1f7e0ce528b3d31333418c9f7e8e8aec5e0bf6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-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.6.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4a70b40923d952506c4c232538bce272d0a2096dd7b9661677f9a684d439d48a
MD5 228a617c3f14595d92177039e032b2e6
BLAKE2b-256 0e615b128efe6a811e7532aebe2998529a80b8eb22c71d446ae7115de909025e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c35f8dcc54b3d43d131488614b3d434926f3e236c16d033d46bbe8a8e50eea2
MD5 ef104057c68717925f3814adac27f9fc
BLAKE2b-256 5c5fb5196a9b0e0991a12a4c266e1c923b67a9fc02cfe2d239bd2b16994eb4ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8f7cf4032ed904bd0ee7f1dbcc692e28d07a4ed6c6737ca0f8e888da83c80fe
MD5 f8d88ae1b67084035d5c633ee7c86b11
BLAKE2b-256 dbe6c4da183c7a90fbdf70676eeb3d63e3e1983068e9fe45e7b8ba11a30e04bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3cfb021c18a37dac0bbfcbc5964abe338c6be6439388b87e043c7feddffae35
MD5 28e0cb7c2910f120e2c85815f86af943
BLAKE2b-256 50e77a03b25b2e45d005cb02aacaed8d9e217d1270d6f9c1ff41792e148e3f6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f348421677167deebf867f2051095c7c56e994d64fb2bffae6f8498f27e3b714
MD5 6bd3a4a33b2d7e9710597886a78498a9
BLAKE2b-256 3486d2e9f6a164f087b6ccd75484b7f0d61f961dd5e0a937708b8a55570f00c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.5 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.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 24a06836106f3ded453373ccad82cdaa7e6bc1231210776ed0fa768b4284cdca
MD5 d19bd5c6b1f744cdeb8f0b260b687a90
BLAKE2b-256 2ff43baa9463201519a4bf13fc9be6f4181d02e3641aa4e3e863c06c484281f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-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.6.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6f1f8b37bbc26c9759341d8178dd2105d94b0a8997bc60d33a30542b82059c53
MD5 eab5db6c7a14a9a585ba7aabbb8b8c3e
BLAKE2b-256 a58bd52ffe99a5dc3ab8482be64e7c069c3dc82d12155beacbd55f4c0344d624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8656d49c91b24e6594c01df9f303238458e378d9d62343b71f62da284c35fd88
MD5 ff4af46567a82f115c6c0f5fda60022a
BLAKE2b-256 49628a9b92905d4a0f8bb9b8bd7da37cced1d196aa608725be4de3d7dff2b196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 782da26a3da0cff22a62469169709c82078188ab7920f6a4e2da61ad381c65be
MD5 31f9e707739b5fb6f7695e1de5ec91fd
BLAKE2b-256 f2537b4d061c23577e1ebc763c0347254bac8c5c91f12ff21be8ea21e128e747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87e0d228254cd73f338f1eddec4ca6c1bd8d1c7d1698afca4d92d4c331a52f6b
MD5 32a08ac43fa8b9e49666901dbea98fd8
BLAKE2b-256 c4d05676a70c0c783dc854f20dce05b66d89a0a95f884cb4a4608a3ff6f12231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f0e0fc52b4b14d7adf144798cb5267133ffd3d4db9c377af7bfd8d070bdffea
MD5 c51c69a76cd3fb3229a9e27e1796a7b5
BLAKE2b-256 6cd31bc1bada254e11a4f86a51ca4b929dcf7beff68febe8fb8406beb866d054

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.5 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.6.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 64f3dfa9419bef6ec10cab21dff12ed5c4555bd9954e22ce06e171cf4fa6539d
MD5 fe9bdc5a058b8bcab48c1b1063c6e857
BLAKE2b-256 d006047d27c90d5851d1946d944b8c66e77302cc63a0e09263c4e7caff02b071

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.6.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.4 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.6.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d87e2f7e67c94c0859035578699849193345368fe910be83918052c176c0e630
MD5 535f6fc661d03a8d6414e72a4db5d7e2
BLAKE2b-256 eb0a6b765272eb9f7f4a7a72d0dd96e963ec4ee26e3ea5483d53c58ae4ebd4f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b177ede89adfb0bd7d7a984e3c704de2515d4adf8aaa47ea51bbbea951751571
MD5 2d35f78f24236db391e87e4e84affdd8
BLAKE2b-256 3348fecace734090bc5d597b8c5f43d0ffb1019b11010182eb849c4601bd17a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c91cf621de3fa33f381ac6ec61d88896e724e89a62eb206db7f0fa274cacb216
MD5 759b9190075e5d8bbf903fbe209a3e52
BLAKE2b-256 675ce6a3233abc871ec359af684268f115579f3e325d7805128c1d4c66737573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5a4850fa4d4994971acd7f7474a460cf3ce9b8b8e11c52cf768c36563f6b08e
MD5 f0845bc5fc3cb99d14165efba95491f2
BLAKE2b-256 556cb0687359a29939439361d411521f84f4496b1db52f4fe385ab51c4ca5b18

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