Skip to main content

CMGDB (Conley Morse Graph Database) Python Extension

Project description

CMGDB

Conley Morse Graph Database

Overview

This project uses combinatorial and topological methods to compute dynamics of discrete dynamical systems.

Dependencies and Installation

The dependencies and install instructions on a Mac using Homebrew are listed below.

Boost and GMP

Install Boost and GMP

brew install boost
brew install gmp

SDSL

Install the Succinct Data Structure Library (SDSL)

git clone https://github.com/simongog/sdsl-lite.git
cd sdsl-lite
./install.sh /usr/local/

It is also possible to intall the sdsl-lite library with Homebrew using this repository with the commands

brew tap Brewsci/bio
brew install sdsl-lite

Eigen3

Install Eigen3

brew install eigen

graphviz

Install graphviz

brew install graphviz

CMake

Install CMake

brew install cmake

jupyter and graphviz

Install the jupyter and graphviz Python packages

python -m pip install jupyter graphviz

Install CMGDB

git clone https://github.com/marciogameiro/CMGDB.git
cd CMGDB
./install.sh

Documentation and Examples

To get started on how to run the code see the examples in the Jupyter notebooks in the examples folder.

In particular the notebooks Examples.ipynb, Gaussian_Process_Example.ipynb, and Conley_Index_Examples.ipynb present basic examples on how to run the code and are a good starting point.

Here is an old survey and a talk that might be useful.

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

CMGDB-1.0.4.tar.gz (321.8 kB view details)

Uploaded Source

Built Distributions

CMGDB-1.0.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (862.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

CMGDB-1.0.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (773.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (704.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

CMGDB-1.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (862.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

CMGDB-1.0.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (772.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (704.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

CMGDB-1.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (862.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

CMGDB-1.0.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (772.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (704.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

CMGDB-1.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (861.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

CMGDB-1.0.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (772.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (704.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

CMGDB-1.0.4-cp312-cp312-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

CMGDB-1.0.4-cp312-cp312-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

CMGDB-1.0.4-cp312-cp312-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

CMGDB-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (808.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (862.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

CMGDB-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (772.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-cp312-cp312-macosx_11_0_arm64.whl (561.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

CMGDB-1.0.4-cp312-cp312-macosx_10_9_x86_64.whl (706.5 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

CMGDB-1.0.4-cp311-cp311-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

CMGDB-1.0.4-cp311-cp311-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

CMGDB-1.0.4-cp311-cp311-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

CMGDB-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (861.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

CMGDB-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (772.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-cp311-cp311-macosx_11_0_arm64.whl (559.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

CMGDB-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl (704.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

CMGDB-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

CMGDB-1.0.4-cp310-cp310-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

CMGDB-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

CMGDB-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (862.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

CMGDB-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (772.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-cp310-cp310-macosx_11_0_arm64.whl (559.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

CMGDB-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl (704.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

CMGDB-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

CMGDB-1.0.4-cp39-cp39-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

CMGDB-1.0.4-cp39-cp39-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

CMGDB-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (862.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

CMGDB-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (772.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-cp39-cp39-macosx_11_0_arm64.whl (559.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

CMGDB-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl (704.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

CMGDB-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

CMGDB-1.0.4-cp38-cp38-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

CMGDB-1.0.4-cp38-cp38-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

CMGDB-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (861.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

CMGDB-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (772.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-cp38-cp38-macosx_11_0_arm64.whl (559.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

CMGDB-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl (704.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

CMGDB-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

CMGDB-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

CMGDB-1.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

CMGDB-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (812.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (863.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

CMGDB-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (779.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl (703.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

CMGDB-1.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

CMGDB-1.0.4-cp36-cp36m-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

CMGDB-1.0.4-cp36-cp36m-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

CMGDB-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (812.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

CMGDB-1.0.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (863.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

CMGDB-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (778.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

CMGDB-1.0.4-cp36-cp36m-macosx_10_9_x86_64.whl (703.5 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file CMGDB-1.0.4.tar.gz.

File metadata

  • Download URL: CMGDB-1.0.4.tar.gz
  • Upload date:
  • Size: 321.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for CMGDB-1.0.4.tar.gz
Algorithm Hash digest
SHA256 6191acc2ef674cbceea70a4fd9dbde754f527f9afcc2186e832843f6db04c720
MD5 f791c9f4e54aa9ea875fc1293e6ec84d
BLAKE2b-256 01b53650b3d9532b2de4484aa97aecfd4f0c1a6250c6d81862efd68e112bf779

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f21c3f6dac9345674b70b6b0907191c5189b258a1b73a83a65d4ec63461b027
MD5 253204f49327d1576d98e98d710680b6
BLAKE2b-256 857fbd93a0d4b334bef0e3a6eb805b55c6dae2484bd45829ea7582c8da6efbae

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a01ec26d4544f6734f64ffcad1300602eb98c691ddcc73acd499c7a0c93dcb4f
MD5 41a31741da1a40913b7a360d58fae020
BLAKE2b-256 8b526e0ac1307311be8c825ce20ddb17f6d0b230da2ce0f6ed8204f6892ff638

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 197b72fbf151e2d447bfce5ad114257f9cf9acf830e3ca77e16978dceb3c8543
MD5 4b24bab4805b4394b90fdba6db945cea
BLAKE2b-256 a3e078af90701d327b1c5811e148d7fd745eb6eee93f376cce620f30e60dfeab

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d00c7b1a79e57971049a8a4a70adae4805f21062430efa81ec1ffef4efdbf206
MD5 db1e5237bb32813ad106b0870deec059
BLAKE2b-256 fca9dad4383430458f98044d1539328b386e715625f5c6f837c81b886ff677a6

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cb6984c7fc942e6d51ff82459b142cf9029e01cf454eb9b1311f307729a51b1
MD5 1b9190b372d3d67adf8200c64dbf6e63
BLAKE2b-256 659bec99d2dbb3de22927b5af3e092be89530613b43c1e4cc3b9f74fa60b6066

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 56f35b48d4a14404686d7f897425e122bed545e4b935086eab34b9bb8db7a830
MD5 6c57f5d754a69536d58df90f52a11601
BLAKE2b-256 147e52f25ac9e210efbcddbab091aab509304e2a75a365463e3b99cad6008369

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1cb07e9c307259c38f4de2f39979a92d3cb3ec17bd64586af975d629096a3cde
MD5 ab2a97942f3893146944209f133804aa
BLAKE2b-256 ec4a120a4d4ffb448a793efd99bc8c2d76bdc6f095cca27388e6a5fe123a7880

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e3fabddfe3cd08196e21c4aad0a92526e226bc449c056aa9390d5086113dc38
MD5 18d138dd88dcd0539d8adf419d49d396
BLAKE2b-256 d45239cb929b8da564a96bb7b30342e86bf151128941929702a68ff944e41f69

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7155fc47322dec78d2ce1b155c8d58f54256c13f9d8dc7be179cb672bbd8e2ce
MD5 ac0c3d1e3258b1afff571f7b41ab3e41
BLAKE2b-256 f0554f10041656ca5724af06171e5c20a45c2a1428ae320fa908bb4ae2175efb

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d2c63cf3d5da8bf4b150601313f385eac91918da1da01d54e2b4c1aeaa907156
MD5 48eeca40b07d72efa27b93bc2f511373
BLAKE2b-256 79e6b6ffeb5041a4ced54fb085ad46469d11d0817db1c747fcaafc1ddcb1f329

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d40ad3c43c671f28c55277c2b9f5513e70438e6155fbaaa7f0d2d3517cd407c
MD5 ad7286abb359b3c42a8d9fd282aef2ff
BLAKE2b-256 1915ec862935ba6009e62953eccd64f7d8a8deefd9cd8b84abe8c24f0119603d

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2ce8c65aa9c8c2e07ece69af233adc7ccbe24b0b49616b713a43aebd841a8f7
MD5 3fa2f5568997b0c616de8f3146c8df19
BLAKE2b-256 ce1241512a986006449c479809bc876b4305605b250d555d8cd124abf4fc4022

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1839cbad0d20283e89bf2e3eafaafb76abdf087aa2d6aac9479c1acdc1db12a5
MD5 e0503c8f49431007b2963fadedb6d713
BLAKE2b-256 8dacec59403991aec70f98f71c0ff68bceb0c3d23916c2716ac4ff9f20e628d2

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34404fe3e1fe2a928df927203dfa35106c6ce058b3c176710fcfccaf80e63b20
MD5 c79cd99dca552e9bb2ee80edf8096390
BLAKE2b-256 03ce1947869590c128a2a54c223843debb91d739f10f3b3a2cb9034989e2effe

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43767c88ce5ce57134c29fe1bdb9765bf81280b8f3bf1f020b0e7fba708e73b3
MD5 ad399a88e098c730f1c4417334a9d3c7
BLAKE2b-256 a8e47df51c524a3c731007f651df87af5644b8333c5aa0fc464981f04db4c840

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e5e60c7ab4be39b691e2e3ff83d831940af5eecc0005d5d5da0df04a90e7f56
MD5 4ba3b8e7eae62c41979a30e2e4dab331
BLAKE2b-256 1aecb3054730bd6ba0bb3b190bc657e7e5b458df579c7a81d3748acd1f9e39da

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f229ead21bafc7836ed5ca1cf2fcf56fdd6342602005be37786630f9b76e3420
MD5 acd9cb0fbcb484482dab3eb1629ebfe2
BLAKE2b-256 082e5c82be1a8f99413f455b4cd24272c60c3dc9dade101560504b8ff8cc9f8f

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 488302c9ff454d8315c448393d72e2da008a5dabdf94e58a54c473304c3095e1
MD5 0b672dc0e03eeda5f7cb0e40ab86c3e1
BLAKE2b-256 1c97f965ac2d92c90ceb2998a3c7af1ecae705f8fc3c94c9cf99655f55153484

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d183cdf3358905a7273b68da87687b505b84a4f7553141e890d8fbbfca15b6ef
MD5 08d2dec14bf3cb78db3eed9119b6f092
BLAKE2b-256 b8b82e7c6f3e81963ef739e526664cea7a9c15f8c870d8b8b860e634c513f1eb

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e3ff83bb26721841f9f91fe9c8a2d2098d1772dcf82304d0e82d9ca9577872f
MD5 202e7219287ea90298b13df5c19d21ab
BLAKE2b-256 04c4d11dd9b567716c45175defe3e1a96edb1bc29a6aa022d05355c066e717e1

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2091022355480a92c8a2926109cfb87d7297bfee1ce2fd92ca35e9b65cf237b0
MD5 db1c2e85b1811e190485d4de64e816fc
BLAKE2b-256 11d94b2a6dd53cdc74e3dc8805717a228fe20de151c4d0e2b4e319c8fea2bb17

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46396bbd1d10364dbb12a005d6f8f547a051cd370807c509092f98324f66a2f3
MD5 d717ecec549913caec200b2c0a9f85a2
BLAKE2b-256 9de8f9171967e7c5132800bef129bf323f7363e5cb9f33f7ce888b620e4e13d1

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d6fb6149ab4bce8a563fc9acbbaf53a4dd9c6868876f29ca2361de16d6f32f7
MD5 5cc9c2a3ef68a86eecfd708c9302ecff
BLAKE2b-256 2618b43a28789c6745ec95c6dfb802d968bba97cabfd490b3235551a34c29b5d

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 078c511018549564fb1a4444edcf846fb2554a1863fc5654b74586a2f0ad796a
MD5 10ed5ede70e301fcd9bdbf380ee99c30
BLAKE2b-256 dd3d16332fbafc621f074d90c5a256145e8efdcc5b93ae817494918736c432ec

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ff582500acdb48b961c9e81348b2e4f7e0522f5d0f3bb72494a84cb9908a5f53
MD5 1683a3c7eb8082b71487ed4cfd49c3c2
BLAKE2b-256 5bfde8ec526f8a5300f74dd9a8d4fd671b57f5918db241a536a19da0aef5dc6a

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3b92af723a8833808385f32f67a2329460364b145f796fb392857be0914dd7c2
MD5 0436bfd671851e1be9211b57d519a307
BLAKE2b-256 7987388bd66853c383ae98ed69c82372606214d095dc934bd6dfa456523ab1d8

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a5731227ec82e78ea9f08b022d6f6cb16afdb261f33281c0ef1d14188ba10828
MD5 2f89d4427da733f85b9cf8b9dccc8bbd
BLAKE2b-256 9564e15dd859d940c5bb03ce70b6a5bdc4809af4b69be93f2f64d519e3785cac

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a6d297cf9fa69b857dc0fe06e93a9394dd9a264ab3c36a835309daa81aec883
MD5 6ba91bab53e7a76aea26bfb5b1b33697
BLAKE2b-256 2f5b253be3e3708524976c9c848ba1fba5e43eca165663b6c085c5fa314f4adf

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b75abcd95e12bc796644c216713b01767bf98615dd1b379f8da13223616691e7
MD5 c416b1df91c863103e6477e1f896dc95
BLAKE2b-256 c6276094aa1d2d8cdb3a63a66a60e4ab031be431676d5c011b2e07fee9b4386c

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4be1ba7ee0b8560469f27f41a430b4ee6598efdd2dca8cfa4c5f07ec081312bb
MD5 11ff7fc4a26fb9d557eb69e8f1a38838
BLAKE2b-256 1a0e9a6e8c4743e47227176aadcbb3f5c9e699530657b4d6cb5a0d50689b0b07

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce57ca3757f78cbbe6aeb48833474a82435d5c8ce97c192ba8fa24c9c55a9d78
MD5 0382eb1bfbee42cbce2272ce8af8dd11
BLAKE2b-256 b987250c9225c43db243bb6f4e3da76906f334a1ff6b79da1182030823ab4309

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17a0998eca5b3e15e7ee4913d7123d33987c39f7385d78b79da169e056ea9449
MD5 fc072e7ffbc0fd6d304701c940578b49
BLAKE2b-256 8d28e3ae3184f16237aeecff1a211158873210e39d16dad7c3a34f479e298629

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c5422cb93903b1ebb21a5eebbb200b3976d4afec916e0e1708f8c9e1da040b4
MD5 57b74b7fd6213d763c00c9ce126352a3
BLAKE2b-256 221c06f48652f64b5055deaa27e0dca67fc1fed8a5bfdd5b3741f9ea7f7d4fd0

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 96fbee577c60d31301732a3c7a6ea8f23fc34e8428f01d2fdd94597d4cc80deb
MD5 e213a64671e671ba7b973d46c867b8d0
BLAKE2b-256 b5375becf6481f25b7fd18e046e2c5c24239e7ddda0aeee4c999b469a485874d

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3d36f1dee6758680644d6b222e0678f89001e7ed03ec3d6021385a04769c62a3
MD5 3a9063cac3ff3cb16ba2a3bbb25493fb
BLAKE2b-256 d0c604af0ccccce737b2c10094f555f7c278d977b04168b04536241cf9ca74e1

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32d31130d2b9035e4985722770cdf801a316da671b31dbaced418d7ae7b20db3
MD5 729c38962a8a693119f704abb5acc953
BLAKE2b-256 08dbe566fa5304b22475850e1068cf12447da6c9386524297fb919001f2d543c

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 66b2868cc4d0557253a1a6fbbad43115142c8553b90f3433ea4cde58efc1d6fa
MD5 390e9ebf66cb99dde76960975a1592f8
BLAKE2b-256 30325251385632a5beb2b76d280571d6d4a9085c0037fd349aceb6181c4f72b5

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dfc1900bb077f9b50274d2b6333765f74f5d70dee2d9139904237c2d584ac77f
MD5 604df64647ed494b393c6a8d6f838618
BLAKE2b-256 ab14ed3fbf9db28985a5ead13052f9b14ea85ab1740407b470006dc1f2515905

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e6dca1b74d25a6a8d5d5c2fb2a3484940f3853f9005cd2a8e53df1a1e61d278
MD5 bf7885de270e3a3dfbc33ebf02212aa4
BLAKE2b-256 9a67defaf17096bf25255e60e2ce363913bf5a4dee03ea0bed7de1007e9b3706

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 653f832547fa963078d46c06d7576b605b18f4a7bab50e3e33bc9750a4869135
MD5 fb961b6af64c8a079b346268f8176836
BLAKE2b-256 6f5ddfbbab75825c7f98468c46e6b04d82ca034e9038639084660bf4e418d80c

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d05e4ab65b346916400c84f9f8981c9412d34dce9fa2c22677348292d2d2c641
MD5 51ae03917caf8d5f91f8fce36aad6f81
BLAKE2b-256 50c2b66e686b93920dc827da1cdf2c1ce6a54a698e46d9dcd190d93448100385

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f2349326309961058fa9a2f324e80813d5d285edcd7cc18b6a4cc0a22e8058a9
MD5 e188ab8ae2816410683c3be01dbd7189
BLAKE2b-256 02ab234e27791742a97841d451c84a25f6152c63640ec857362c6b5d4974d318

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 276ee51ab1940473398194194966b6429aef9df280987e21c61fd3768e50deaa
MD5 0aea010d8bc477d2f94dea021fe0959c
BLAKE2b-256 1be4b45835782e788f0e26e8dd53babeb7fa2c5c24962ff91be3a4b3eb02e3bc

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4bc2cf3f4704bb07d1d3132b17f428c57d98f49b343815456650f4cca42dd7fc
MD5 6bef217af1231a59471728f092f33424
BLAKE2b-256 d7a8c81a25d6ab437d0660ed410d8860cfc8a2874c2ea49dc2aafc71133bf43e

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 341eb1205165262e6401e382bc69bda56cd6e2ea3899331edc48cf7405f59650
MD5 e96740b5e9121e217eac8cc7c6f0c1a1
BLAKE2b-256 c33386075f787c31989a7b3e4391ce2ad47c8dfce97371ad480719b4082bd761

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 324161e68986f231bbd0e8a22d77a006cd91b819ab8dc0e9c7200b1de0f09858
MD5 1718473d85631652bd769e9ff477c4b0
BLAKE2b-256 b4aa5125c339976416dcc080be0b477d7342211adc0c9cd45ed7af52ab1c005b

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41f2ec58d58cde44c6c6e603522fccd67e4c9a6f73f69b974e4506c84905955b
MD5 f73b7b858793f5f2ea8ece65b93d288c
BLAKE2b-256 03bd1fa9a184f6d28c8c286d9d9a02fd9b1fca38dadfb46cc6663105cc9303ef

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7750e8623737460af8ddb77160be29e15c4a033d507b67e50b781b19cd7684ca
MD5 7870eb8ff66ebcae0d76fdd7bdf55607
BLAKE2b-256 0e9eb4583bed1ef9014c6f5cea3902c575aa217d15819df5de5bf1be1c73e87a

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a17e86c82ce804f47af0cf90f5dd9518196ba1426038ab7a45f5f2d0a12d0c0a
MD5 76c4ad5893c663b2e26627a9f84d9364
BLAKE2b-256 cc67964b7631216164a4bd109f139e8df3cad586bc8c1a311d428e7ded2e4ed6

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 73c3b2aa190d109ceb2c3041bb447c526f6963b7f23270edef9b780238b8c6da
MD5 ea9864925192eadd2a45ccb8ae69753c
BLAKE2b-256 72e94f0a37d5367bc5ef86cbb7a129a0465ceba0acb573901d44b3f3b26bebe4

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 15611e2c639327b0f3ba45f985398ebdb098f1624f680d426a8a244fbebfe6e4
MD5 1efb41c4993733de4b9ce35ee3d83439
BLAKE2b-256 6d30d25db2eb8f6c026c89e6968f988328c99fc482556c03731d1d8183f1414f

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c01002b14885fcf733baf725a7b01ebd81a01eb5ba68ce4c0ee9278bb3ed7aca
MD5 25d7ff51dcf293f35eca7b104989702e
BLAKE2b-256 886fb42d2c239942f162742a46f002aca88d3b6e221315a57f6884b21eab3264

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4c4c286939b7dd07d41b3cc1ad9ff73fe72b4039f0c229167aee978058d6234f
MD5 d4b7f51c0d2cdfdc54a8dc8cd9e7c421
BLAKE2b-256 1bcad165d0bca7469221103415ce8ce7a6328e17f83e7db0132985b8874d563f

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb57cd94b67d65624e3852bab5c6bd64f4c472fe02851b829050a48ad108c432
MD5 b2fc47919b9bf22b3b5a4576e8c6b898
BLAKE2b-256 5ee0d370f902df04d005144978a104798c927f42dc78ceb83e1bbb7e7cdd798f

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 581f193f248c932cb5057eca287e8f6f778b73731e62052a18597e153ba8b912
MD5 a60fbca775771f4cb902de57fafc95e8
BLAKE2b-256 00d1b4b171a1b21dfd823c8e9ad235f82ad8af79446cf0d949dfdec1e43e7f92

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e5e6545bca08265d57a8c3364a9c6bc8e052be2a62288d111c248a3ae0ab5dac
MD5 61ca81e58dca694e75290a110d0eb732
BLAKE2b-256 05d3259b9541fbb83dbc2666447407cbbacce998dbb9abaef31ac9b6c82dfb26

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5b8a23ab346742386a9a17aedbcb16306dcf230fa22760896ba5b0a25910a2e1
MD5 e402ded57ba4f259e4c01d6597a043fa
BLAKE2b-256 bd3075d25b77bbad516366f7193b13632cc446e0e764b188d265e7319829b121

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 604135631eb85c5315c8e4b9aef0507dfb5d2e4909ff04abba1894a7571fd206
MD5 db599783456b84a6fb623dd1aeb94855
BLAKE2b-256 50e8cbb1c5919ed31c573b0bea38ea61f013be852ac40ad1916eb28043dab99f

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 63a2120ee5711ffc1055173588160b60f20dd30a6a3f4012afd51cff37bf3b4b
MD5 f5f235e3b87e204173fab344c73bd998
BLAKE2b-256 c805166888199fcd755abb06dc6e41147b71d51866c88a516e9e204f7995a86f

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47f198d73fb3ae193f68bfbcdc25e777faf77cdd0723a18347d6ecb578291d90
MD5 d97929dbb83e15eb61d724a31002d1f4
BLAKE2b-256 d33e960ee8c506658025b084bd36531fdd07336913f916216f7b91821ea5458a

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6cc4ffb26bfef5b810bff17f0c0bd05691a13c3fcf4d816d6b55b8e45e63f94d
MD5 69502c1ec9adc63f8a984bab50af7979
BLAKE2b-256 5b8e89dde6133dd116fbc3485bdb0df407358e82b955ecf817498c88a291cedb

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b104067981c99d744316f1dd8c57ada34e9527e4c71795a5c3339d0b9d906f42
MD5 8149378b1210a640ba5bfa1f1bde8fc4
BLAKE2b-256 2287309bcb2ce0b03f824f8535184ce9796ccf13a2c06827ad69dbb7905b8d4b

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd6e9c8861346cbc261d2163e3d46bc789f17374307349db5c0b7833ef221ab1
MD5 a1566d1648cb2118d33c8e3d8c28eec5
BLAKE2b-256 c0da0a414e3ba93ea91f2abc3c0d91510bd71612faeaa2ec2d41f86528dad163

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 808f4f3b9e9ca5bbe9352cdc745426c777c5649e3798008f10b1cb6983de97d2
MD5 dcf56d13d900c5c40da590acbe2adad4
BLAKE2b-256 ca0d50a23163ec959ec4957a165a9e0db5df43c36ae96bca20b00aa9aacd8879

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e8546187170694e9ac26c612e1358d5dc676ffd23d5b92a26f29558a6f6c88e8
MD5 7c7fe680fd1d8b86ae9bfe2d6ef0d30c
BLAKE2b-256 183ed2a2db6da887d45d0270472931438e63f78e347ea11e20d6ae8f8cb45b8e

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c34aca55aeb1415fea21c28a77ceaea2679a317e4c9b5d7b0ce1d28594ea0155
MD5 bc4318bfcf6ee6ca5035db7c7b19276c
BLAKE2b-256 22a9184bd53f5ac9553a5ed361d151d8aeaf9379a5b01904c786521fb731700f

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35f4eddccbff6624ed84ac1d695b7a128d8ef52736f8c947d60c3c203b8e9562
MD5 a0bfbe212c43fe14fe146c8f06a335c7
BLAKE2b-256 2dc906e5b5fbaddb45470c5e7cd7c9b8ad7b6c682eb7d3ba028a055d2a1172bf

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80b92802626374a117eca4385804b43423c9612723d30bb794dce8807a287150
MD5 77746b607ea79eaed9ef5cdca4f47d70
BLAKE2b-256 73d49504d8c7d81be4ab0a1c747f80f35c5ee98402c7386bff7f85ec10b2fed7

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac31599f967c2281d8027f246f46736f247324291de35d1351abd2e3073a531c
MD5 6c821ff897565a79ccc8b04dbe34849f
BLAKE2b-256 35f98ed51e3dc003ab84eaa474297afc0ec8fa32caa08c18907e5039791e511d

See more details on using hashes here.

File details

Details for the file CMGDB-1.0.4-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for CMGDB-1.0.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a1b203812d65ae54d891a441b4b87756d1b415e0a0ec69eb811b04261ef13be
MD5 f4e4664d8be3e5f197703449cf0bdaf3
BLAKE2b-256 6a508d6eeba45f2d7072f94150927b8c71a2aa58c5b23af4b59b7055093e1c65

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page