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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

maxframe-2.7.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.9+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

maxframe-2.7.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

maxframe-2.7.0-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.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

maxframe-2.7.0-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.0-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.0-cp39-cp39-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

maxframe-2.7.0-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.0-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.0-cp38-cp38-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

maxframe-2.7.0-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.0-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.0-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.0.tar.gz.

File metadata

  • Download URL: maxframe-2.7.0.tar.gz
  • Upload date:
  • Size: 976.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.0.tar.gz
Algorithm Hash digest
SHA256 bf705a19ff2abb3086868bf7f490c86d39610a26b54567fb13e77908c26c5ea9
MD5 618f8a68deb0b3994a7fbc99de6330bd
BLAKE2b-256 330dea7aa74b5cd53a994b18c30037df9ef0d355073e541a2acb22ebe5780d46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 22f9958a7d2bd4b291ab9f2e11bfe1a8b1c8e851fed5bcdb078941b11272bbd0
MD5 e80a77ed50f923c74351d008050c2f11
BLAKE2b-256 9f75fa99de7a4d0cb20db118cb69391474433ac740494b65a1d92375b1c82eae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f9c7b792ff58921baa82c39bac4be3d6f704f39035f396ca7d2eca53cc0bf0c3
MD5 2522046c9413538839f9f8989d783b76
BLAKE2b-256 0dbf489bbe14d553f635e92727becf26efa60ec1dd42ea81b82061fd6e540cab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84e55da802882ddbfd20547725ceae5232cd26a9fc2a750d9ab4e3f3b5b13f59
MD5 34dbbe45f5ef5bd9be2c70a1a1d7a6f4
BLAKE2b-256 17ecb9c73704347b517a3a0d455413aed5017e0f31c615eee68e9084f8f92efa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 336f302d7c657c7f3487399df2b12de2ae41d27b1aa3d4ab1d2f223da5c84f52
MD5 ca5d89bdb8a53fb2ea2ba6ee38230ba6
BLAKE2b-256 02a0b07b7c8bca97332aeb5c90eb575ae2b01092dfbbb3f4bfe5a01c0faa8695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb440425cb8d3c7cf5475fb0bdc2d201b334b6a25f592deecab7004dd88d7da3
MD5 1dfc1be44731290c12adf5fce013a969
BLAKE2b-256 698e2aad6f4141a26a93913f214cb20070e7e5e67cae2d4b9bc1033ccc83e0e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bf818bf6e9618da5272d1516a826e542e9ff66c04204cdc4340e97fca598ac31
MD5 e9b0801a4b408cc94a204d2b54ec4996
BLAKE2b-256 5b6c2a6e9c35ea60f5aaa15147a47ffb10f7aa29a4f8b22bc1b03426cba8c09d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5e33fa94505957c069eae4c14245026386a45f4af92f47e783d2faece5bf9634
MD5 0e327f8e75ba42dc7df947114704f8eb
BLAKE2b-256 491c6d019d7b22c69bf7d76f2febe13170ea41753082022cbafd88f2c698ccb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 07e421d08350c5ba4701b23129b76e10da065f7b47740d593b8c414beae785b3
MD5 307fb4ea02ee9a688e818d702b00cead
BLAKE2b-256 e5643f8864e7bc7ac847523199fba6e16cee8885b5ef61c6f09d261829b304cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 896887c66532a1ea23b041517ff72b2e2c5c2116bc068ca3a46c136f1677941b
MD5 a2a66076d9310ffeceb8f0fbe28e4a53
BLAKE2b-256 9203e1a0314f085b13eb730fa7fbc84b23e6879a3ef1f1b0fa4926927eb235a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 104a077719f811f92ff5b0f0ecdeaaeedf1723f1739301da4087357849306a23
MD5 1a2c8bc733d2d152334e617f3077f394
BLAKE2b-256 185d5e095c64e1e5806583a6ec63c81754f59de2c53dbb5dc0b55330dd4a9fbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8badf7628a65f10741277068bbb146eb1038d26050eebc536a11347b3f3bac15
MD5 06fae727d8c833602996655a6ddda337
BLAKE2b-256 a8d9caad12558dbc70ad0ebe6a0c4a087200b89f561826e8d60d2baa095de1fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36ec6e28cb8c756700dca9f3e76ceb801b8d81b899eafe45b5ba5269e6c3db4c
MD5 45708da79bfb5c0af3285d04e42ef13b
BLAKE2b-256 2c5d1a9417fd9b01ede1a50d3fa8bbb8499b3d2a25f9607946f1d4c4c2b4a78a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0b1e629e0f7e31b64a2248fa52cc41f68588cec08944d796c04fe8c3a7045b29
MD5 7e71d66340500a1e75ba4b28b88720f9
BLAKE2b-256 190995595c12b68448c2ceb33ab09dd3f24132617470971d19ed4ccef28004d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5d72a4a736efe4012a7a81aafa42e25b54c2e760a5806179c984ecf654f3c2cd
MD5 e8e15f0fcdb577615c305a8b87ad9e37
BLAKE2b-256 0d51f5e6f5aff98b132a1214005fab74d979c31860c5cc017c6ae4c98704682b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea0705f8906ca168d4d9bab6769c4e836dd03e1cd571eaa12e2dcc47f3b9b142
MD5 48e6847c3a3d98f93cc5228ba82f7ff6
BLAKE2b-256 e8f5452ac678f9bdba965a8e540fa083e62d2489fc5c5021370ac7ad1ffb7be3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3fbb30d30d615b9c93ce7842c56706419f0e084de69abcf0c868399e59d133e9
MD5 fb3fb5f201e2243c9d4aeb926799a140
BLAKE2b-256 3e82efade1fa0295140d71234c0f2a2d4529f14c462b2db79996e2b73a4414bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5db00a838450de544486a794abaaf19452279e942ebc2d26863217a7688d5d7f
MD5 f4eb2e3db5d1bb0df30d782a03ce33a1
BLAKE2b-256 7d61dbf9f265fc7854c5dcb2f1664f0a297d43253e2b4d5d83ccb55aebaa6434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bdd825057993f7cc4f6abf9e4e6e4c15e3776c9b1e0bd46baa02d4798014f425
MD5 dd0d315a57bef3209fd9b9c62df77781
BLAKE2b-256 7a99a7fa93a93c66246fe0a0c7e092030df9e0c322c2200a1d569927df2a0497

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4fe0e9ff6355156da397dc93a188393d73a657815b63f980ea287116a70b9a2e
MD5 7c4e116abf382a068bef8e56a1ed3972
BLAKE2b-256 2796c04ffbaa7edbef7f150c359ffa3b676d1488c02efa826da64cc173a5faf8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f2c8f128a6606691788d7170687f3c49a54ddb576fc5d3df976f8c2408468c88
MD5 155fba330c094d7edb4b818af69db227
BLAKE2b-256 6cbbda041d353aca2eaf20cf352f7d2cc6aec9fedd7cb6f0ad16e37cbb7358e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c05551ef8d1eeea018a1e585c989d88c78210bc5c644175730c5d6772f556fa2
MD5 d6b8faf37129c23b1b5e57da9a25251b
BLAKE2b-256 0ec3e08b4595d5e6d45060ec94c6805ed24cf77ff7c1efcb309139fc5ab7b4fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8460da46afa2a2ffa465316975bf017db92e2ed1ca841aea3b561be11b5d445
MD5 88b81ce0739e02424b08ed2365f93c1e
BLAKE2b-256 7b8c87b9e592683ef84abb27878c27885ce785dc8492a622bfa743a88a77986d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad7e15a730cc08b8c105c6714fd163314e7c1fbf09625e8cfffd247e275879e8
MD5 472f42b2dc75a9d66d010c04863add5d
BLAKE2b-256 388ba6c3563c36e0baf1c19f270b3a94190ea65a7e0dbf2adcc52d784f6118dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4164f3899547728cae621cfaa19d338fb19031a9b7144abf219cc3ffbb081fe
MD5 297691c1bb007a37349bc4d232062b2d
BLAKE2b-256 0b569b528e9acbd235fd7046e84dd640e32c977f6215636b37a8aa72f081ae4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5fef239a6ffae21a69aa06b1573cf7b382a8d7350b4e595235b89ab05006d28d
MD5 1d9243d137da7d430e62d3936118d0a2
BLAKE2b-256 efed62ed81e43ad7b0861e7b10dc94f3fd7e9155df54c720be441d3608933ba9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 55b49ee750d2c2fc5164f9b498e4f4f5ec79c13ff6cd047e56d7227efef2f700
MD5 2c6c13c46d677a782d8dfd3abf2fdbc2
BLAKE2b-256 3d94de51a167e8db1a788602443cfb6e9b5cfa7b13fdfc0735ea212ec70ec967

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 878a6ba487226127eed64d37ef3d9c26084cb82d8d9d3d0dbb2dbd511eb8fbb7
MD5 bae22f377748c55d877c550ac62f3ac7
BLAKE2b-256 bfa612c4db56c125cbc394b004b7802980f5148aa1f514bee5e3255c64d8c92c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5fadd8254ec20497f99a00c12f67126e63119143c10e098c1cf06ffa7fd896b5
MD5 af79bc3164e4506b3b9404b84d858c4f
BLAKE2b-256 2887e5f7686ebca243c0303c1a30bf27da7afb7cdd9424a70ca6adf1801b9dc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb873860bcaba18d0eb585fcc503f4325bdf55b4c207c9eac04a561d94474e18
MD5 8589adf6e0e079c5c1491f9b36e6a0d3
BLAKE2b-256 3cf2e4c8c4fb38d2f37fec55f7f1d98eb814a38f9f3941c00b3fc1d6aff371c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7acd9607a192784fadc7ce3060d30a247bc7262493821c8af5fca48ddc00a51d
MD5 908a0745b0e2b9a0c6d7cf454dd5be1e
BLAKE2b-256 b4ae09ccc0a68ebaf53f71d0d293f77555ec184b5a000cec76f01b7c68a9461f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6c0be9bbe6aa249c3a33add34c5a4b1da1379954e55f469320155218dab25a34
MD5 eaf6a85934b13aec523c6c41ca48c3d9
BLAKE2b-256 6cfeb392629669305aee9cb31786f06a73349738f11c3af064e33d80d8254095

See more details on using hashes here.

File details

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

File metadata

  • Download URL: maxframe-2.7.0-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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 514ca1ccbbda7eaf0f7900bf5e004084c1cfe5f56d7a382bec2992fc04eaa310
MD5 a8f5ca9d951682d60293dec52633f2fa
BLAKE2b-256 bf40fe5dc42bdd5d1713f737d95bdeee31cc8f45392d893f6e7b4fd59eba5b28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eaafa78dfc9967a36f83efdf549c06350b236ad284f302941bbc187525391120
MD5 a8853fa3f2648abfdb4d4f50db04d087
BLAKE2b-256 4830f02609ce8efba9340b77331e62f620d46c15c582a6ef33a07c6fe49dc189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb84bec51c5cf7fe6452c599dc02e2132b0bd49041a976109f7e6a90933db5be
MD5 02a9f5c53ff73a5d740d139fdf87b902
BLAKE2b-256 7731fa4a7ed329822e8a89937e599d9b894d65effd549272cbd0a0e1cdffaf67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.7.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd43f1db5154e2c81a0689b10d754d4fb5783d1bb69b2703315e4c6aa346e5d1
MD5 996936ca67e8ba06fce2a7bf8cf3db2a
BLAKE2b-256 a4738d19957a695871102633dad8f38cadf21828dcf27e94c07b6d604b52ed9f

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