Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 2.8.0.post0 instead.
Reason given by maintainers: Compatibility with certain dependencies

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.

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.8.0.tar.gz (1.1 MB view details)

Uploaded Source

Built Distributions

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

maxframe-2.8.0-cp312-cp312-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.12Windows x86-64

maxframe-2.8.0-cp312-cp312-win32.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86

maxframe-2.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

maxframe-2.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

maxframe-2.8.0-cp312-cp312-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

maxframe-2.8.0-cp312-cp312-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

maxframe-2.8.0-cp311-cp311-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.11Windows x86-64

maxframe-2.8.0-cp311-cp311-win32.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86

maxframe-2.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

maxframe-2.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

maxframe-2.8.0-cp311-cp311-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

maxframe-2.8.0-cp311-cp311-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

maxframe-2.8.0-cp310-cp310-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.10Windows x86-64

maxframe-2.8.0-cp310-cp310-win32.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86

maxframe-2.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

maxframe-2.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

maxframe-2.8.0-cp310-cp310-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

maxframe-2.8.0-cp310-cp310-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

maxframe-2.8.0-cp39-cp39-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.9Windows x86-64

maxframe-2.8.0-cp39-cp39-win32.whl (2.8 MB view details)

Uploaded CPython 3.9Windows x86

maxframe-2.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

maxframe-2.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

maxframe-2.8.0-cp39-cp39-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

maxframe-2.8.0-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

maxframe-2.8.0-cp38-cp38-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.8Windows x86-64

maxframe-2.8.0-cp38-cp38-win32.whl (2.8 MB view details)

Uploaded CPython 3.8Windows x86

maxframe-2.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

maxframe-2.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

maxframe-2.8.0-cp38-cp38-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

maxframe-2.8.0-cp38-cp38-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

maxframe-2.8.0-cp37-cp37m-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.7mWindows x86-64

maxframe-2.8.0-cp37-cp37m-win32.whl (2.8 MB view details)

Uploaded CPython 3.7mWindows x86

maxframe-2.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

maxframe-2.8.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

maxframe-2.8.0-cp37-cp37m-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: maxframe-2.8.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for maxframe-2.8.0.tar.gz
Algorithm Hash digest
SHA256 331dcbde82ff362ce0cd093a3eea806b98fe0a6f132db3376fded25c1277a052
MD5 b70b66648ea7849765240548ce8cf257
BLAKE2b-256 b1602a699f79cc922400baf51ce7b22df50fc37d8e9cb3e3c2f09cf6921d41d2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8de3a645ac5ea47d966f54ada012d3695b904a1b736a968ccf3d62efd46c3051
MD5 873306a849f483b62034dcf9cc9284ab
BLAKE2b-256 3d5f380adf5f468e54f8e4b900a133057665cdb7864721180a88aac3f4383456

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e074ca6411a17e0bddd5e4aa63f00e52bb41557552252380f011d4decc17b547
MD5 e0a0660b1e23ffec25b1dd3e6ddecd40
BLAKE2b-256 53ecfece75c162ca52aba41efefe789bfa14423d79e1ab3c999243562157ca72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffba8966fe6db2774c1b1b1de9f8ce08333abb3fdad00441840c6fadbc9edcae
MD5 7c94ea6e86e2e99870691095d69aa5a2
BLAKE2b-256 6d04fea8e7175b7ca24578597042e965adfdf74f3af2c6bc20cedaa197df4265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bdeb7335c990fd8f6806837c4c72cdff85af9b2efc15c92254a81a6921c81002
MD5 4dcc9fe1822750d012459f85302b9e34
BLAKE2b-256 3ed7f28dc03364fd32da5896438bea3f8c83683ccaf8c8addf3f2ea5ba06f8dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8d928c3df16da0ce44d1bb5b24e29b8ce4c2d0f3b8c24919f9aa7accaadee34
MD5 b256bc9b9c2008ab4672a7927f9f9212
BLAKE2b-256 afe98510163efaf62e1ffffe94690fc2d80c57c6c7bd806c5b390a1f8c6bfb04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 34a0d2e44705898bbef5e312bf05205a59adf6b118a2f3b45ff8befea6c4b669
MD5 f1259c38715f6fd98cd421a29bf3b940
BLAKE2b-256 cf5aa2b4bbb8a1479d9b29665c8cbb3e6c8e6dd3d08701b38b2c067c8d618619

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 655bc59ef486a55977e92d5cd1ffd36c5356d930998faa679e7166fc594120dc
MD5 a532681e30a9f09bf39e4e34600836d1
BLAKE2b-256 2cd047d6055ee5945a28af98d8afccad26647f7f8848e6cb6def17df37dba92e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 57d56a62bdb523187a7021c0520465b95668f2ba56bdedaa621fee9ccbef5f93
MD5 0e6588961064a6b6341006d0a0da93b3
BLAKE2b-256 4891cd1a8277fdd432ab4a1e5303cb781de0a10ee1adf9d225c64d9029fa138e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13e422ebec75da7ceb3581312060fad07c987dcad87b06045dea51e9eade2231
MD5 61e72494fe93fc5ea5ee5fa181149eaa
BLAKE2b-256 bba0fe5180b055e401516c66273fbb0245aafaf9550bef0f9725010392fff0d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c7696eb1c33ab5658549839197f4e46787dbbe1d69aad4804e96b365a15a59c
MD5 e074651671c7d2b015caae48156c0c1d
BLAKE2b-256 19359923e3fb562a2c5feb2dc3117975c6bd1878cc8e174cf7689e5f9cbd7e90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a03f921e098a9ec5e01f11757a69e0c416dccaeab6fdb2ecfd4c900d865655c
MD5 ab6d93d5207f9a43efdcaa77f83b2883
BLAKE2b-256 9c6d77fc9ce805ee17cac9e3e5eccc1258f84243f933e93c12faf766095efc75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6f94d4f93951662ac5c4e846e4777323b7a00675d606c1d2f2c8bc65c5ec136
MD5 90154fac7185a3fe6b0b1f76da414c4c
BLAKE2b-256 319512bc51cf570525d4fc8471f16ecc713219540cc71696d63514e81d3229df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b78c8719ec179b7cf59bd1446ff777266d4443d02ae9a9b68bbfa2cb800598b7
MD5 26c9bdf0da17d64f7a7861948f20ed69
BLAKE2b-256 47a581709de8a932bbb85586abcfb11d1bd6d65750cd7e8be75ece92f48a7069

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6c2b5273ed785ad4e69881225cce1797402befad417942efac1037c6e61722d6
MD5 4e6f358ff4c0166fa8de3a2d2e23c013
BLAKE2b-256 e9523b23b148b96f2d93df4bdb17758d2d2c6e159a127d5306a4741e889b9b4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae63a6c3f1576b709ea3c2ea142c373cb8189288d57aca619c7ef1158bc83436
MD5 941cc51f1af0a5314700f891f21f1ea6
BLAKE2b-256 5d2d1b28e41a19cafe16fcdb44383a0b9b19900da48c274be0b146ba6b899b54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c073df83a84b72627e80cca48ff7112cac4ade35237504d30c2aeebff1395e2
MD5 7d68ebdb922664cbb83907ce2cd3b038
BLAKE2b-256 b362a744bb34ffd91e01f121975c362c8663a66b1b3d469561c1b8276a512c27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c3b8fad266cee1022c50188c8758442ea60868ece0b83436d59064872c176e3
MD5 9688ebf3bd9953c6b003041ddf9c9f48
BLAKE2b-256 17cba1ca7312deaa48655f920487ea664e847cc525a975d887fdea83cbb4ce59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d399d3738622eb0fdb029726b76f3125372c5839800f0534560450946a25b928
MD5 324799a928bb014db6ffc2d7c78ec86c
BLAKE2b-256 ad8c92d5ac32bdfcc2f2799d1c66d59fd9e9bdb2fed669e4d28daff3b15c7503

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a94a435d618f6c9f8ba26d877e99189b1485c99e36e1a51b0eda48ade960b681
MD5 47aac3879577f3a242febeebe0637d37
BLAKE2b-256 cdadb0d8e0a3ef48e260ffc3c0c2d0ba5fc3cfe3adcff22e3cf281538a88af60

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 667be055d33ae83df65fded6d803324fe30119288ee5c6c4ea93444e6caaaf43
MD5 2c67117c5b44b956645283a97da32ed4
BLAKE2b-256 033281b26469e47874e57ec3f9ea0b8e609aab554bf114c8c088568aa11321be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9381db1873d36bd46b323e05a64576dfed633185afa8297ddfdf7fc6cdd2c82b
MD5 38af3af083fd4317fbbd7c0ad2735acd
BLAKE2b-256 49dfef0a9bcbb604143354783eb1831cdc3b234ddad294ca3fad36f2cfa33e19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 643d3b0a6447dafc5959089936ea7204d526c91b1ba70323a2675f6a12275265
MD5 2ed5b0fc3a7c477646b96c624e577b17
BLAKE2b-256 cefba85d5e3ec592be7eba5dd249c493b8086c4b1f6453481e1f1abf083135fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf1f7cdd84819dba0ad37af22934c3d75fe679e6ac3a8ce6f1b41c82f9bb3a0e
MD5 aae5f88a1a21ff106d170e4fb2d71906
BLAKE2b-256 42d144068b7650725fc6bbae3c97769bdc0a811758771a421ed94d6bba708637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e58cd92e8bfe319f3b00ea1a2fed27fd3e7a7499b7d034efb80829b859fded33
MD5 185f1613ecc441e240c2a516af613cab
BLAKE2b-256 9a595dfb2f7bed9a03b9b6c7459d018e2e093d9dc8dd068347b8bbc60a1fc455

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9b5634c36bf9c8a6d99f4e08785f9f76123b6d29504eed7f1598cb0e9167f0f0
MD5 e8e23251d21a2847da1af04cfd1c65d2
BLAKE2b-256 88d6273a3b7a06d34b6304ca77577c1525f9ffb8a1ed65f4704843716a6d6461

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 138f309dfaa6d9f43c81bdb7bd22777353ac785b8ca4909fc6895abd5b7bd236
MD5 1b364acbf4aaee9d0fcb580b27774d91
BLAKE2b-256 3152416cb157afc1b1924ecefade3883f6a697d07d1ae3e65478cb27a53e1cdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a02d2b692296b423d65522e53246926cf106ccaff8f1bca4274dfe8d4d7cbb1
MD5 814cbc0a7c5da45daa769be410f570c8
BLAKE2b-256 959d4862c4d06d48e83736adf1552b6c2d6126867c4074f1e963039924f4a220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f65da0c34598aaf746766948d2661136aa9bdf2d1869bc66f9345a67eeb59539
MD5 17a0ae434f3b9187ec846e552200c9bc
BLAKE2b-256 12ab853f62f98ef54c8194779eaa8616268ef5eadef1e1d1ae3a316acaa680b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 326aa43a381f0cc01fd559fd9c11fcad8335b6c831bfe43838a0eb3278d93735
MD5 49a1577298a748e716cec1f427ee8b69
BLAKE2b-256 c7904b7ab637a6437a657da62afee22fa09b3fee02f168e96a921ecf3f687b63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3684b3d3b1b079e8371533734b6e01fb174d167705b05282eb907a5f7a880900
MD5 ab565ac79d72c551cb6e88dc83c7933d
BLAKE2b-256 6856fe57738b3bbf2084347cf873858964109e715438c348847bbcf74a123452

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bc3d32d1a2d9a76250d3217374e3a34dfdd4111fc1ec4f24c8fd658292d4c57c
MD5 1be53969395b89ba26593adde53663f5
BLAKE2b-256 2369acc7e3a2ca7e7b380db867175d8ffae146507fc28bbf1d6e136cb6f715ed

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for maxframe-2.8.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 69936286a4594d411672dbd89bd7b4a05de45ab672152f55613a538ab7190c94
MD5 b1e532f41b4eff5080790cd0543eb259
BLAKE2b-256 4e766b7c4bc67b02a89ff15ba00e032935cba5e3f0fee5927c00cc003425ba82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f639f0fc50f3af28aff4b3f25f5561b4e2c0ecb0d4ab9cd780fb2a0cf56a09fa
MD5 d0dbcc2f3c4a816e10be5afbc9c9161b
BLAKE2b-256 af3e5a77b6189ed4f1a9600a56326e05c895d02c9ab1445266756c99c095900a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 99dd9089d67e8a31fa08dc45de64f49652fd7491014a3596f845f4cc1e3aa0b1
MD5 e147a2fd3a116d59981996d2cfdd6fd6
BLAKE2b-256 d4fefd9bf915df466f843316718bc66dcb1fdb629b6ade779d5c2dd1fb7e5c11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxframe-2.8.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c898fb16cbe8d988a95948bbabff6330be11dd3094188f00cfb3dde4b772602
MD5 5a751dfe20a1e95950fb382403020f49
BLAKE2b-256 0ed7af55f393c6c953d690616ff76b3507b84857a6ecd3dd9e5d773f7c8b8a03

See more details on using hashes here.

Release history Release notifications | RSS feed

2.8.0.post0

36 files

This release

2.8.0 This release

36 files

2.7.1

36 files

2.7.0

36 files

2.6.0

36 files

2.5.1

36 files

2.5.0

36 files

2.4.0

36 files

2.3.0

36 files

2.2.0

36 files

2.0.0

30 files

2.0.0b2

30 files

1.3.1

30 files

1.3.0

30 files

1.2.1

30 files

1.2.0

25 files

1.1.1

30 files

1.1.0

30 files

1.0.0

30 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page