Skip to main content

Tools for processing of reactions based on Condensed Graph of Reaction (CGR) approach - Enhanced fork with modern Python support

Project description

CGRTools

Fork Notice: This is a maintained fork of the original CGRtools project with updates for modern Python versions (3.10-3.14) and automated wheel builds for Linux (x86_64, ARM64) and macOS (Intel, Apple Silicon). It fixes the issue with newer Cython versions, makes package PEP517-complient and provides precompiled wheels for easier installation.

[WIP] to fix your broken builds replace `cgrtools` with `cgrtools-plus` in your dependencies.

https://zenodo.org/badge/14690494.svg

Tools for processing of reactions based on Condensed Graph of Reaction (CGR) approach.

Basic operations:
  • Read/write/convert formats: MDL .RDF (RXN) and .SDF (MOL), .MRV, SMILES, INCHI (Linux and Windows), .XYZ, .PDB

  • Standardize molecules and reactions and valid structures checker.

  • Duplicate searching.

  • Tetrahedron, Allene and CIS-TRANS stereo checking.

  • Produce CGRs.

  • Perform subgraph search.

  • Build/edit molecules and reactions.

  • Produce template based reactions and molecules.

  • Atom-to-atom mapping checker and rule-based fixer.

  • Perform MCS search.

  • 2d coordinates generation (based on SmilesDrawer)

  • 2d/3d depiction.

Full documentation can be found here

INSTALL

Highly recommended to use python 3.8+. Python 3.6 and 3.7 deprecated.

Linux Debian based

  • Install python3.8, virtualenv and git:

    sudo apt install python3.8 python3.8-dev git python3-virtualenv
  • Create new environment and activate it:

    virtualenv -p python3.8 venv
    source venv/bin/activate

Mac

  • Install python3.8 and git using brew:

    brew install git
    brew install python3
  • Install virtualenv:

    pip install virtualenv
  • Create new environment and activate it:

    virtualenv -p python3.8 venv
    source venv/bin/activate

Windows

  • Install python3.8 and git using Chocolatey:

    choco install git
    choco install python3
  • Install virtualenv:

    pip install virtualenv
  • Create new environment and activate it:

    virtualenv venv
    venv\Scripts\activate

General part

  • stable version available through PyPI:

    pip install cgrtools-plus
  • Install CGRtools with MRV files parsing support:

    pip install cgrtools-plus[mrv]
  • Install CGRtools with structures clean2d support (Note: install NodeJS into system, see details):

    pip install cgrtools-plus[clean2d]
  • Install CGRtools with optimized XYZ parser:

    pip install cgrtools-plus[jit]

If you still have questions, please open issue within github.

PACKAGING

For wheel generation just type next command in source root:

python -m build

CONTRIBUTORS

CITE THIS

CGRtools: Python Library for Molecule, Reaction, and Condensed Graph of Reaction Processing. Journal of Chemical Information and Modeling 2019 59 (6), 2516-2521. DOI: 10.1021/acs.jcim.9b00102

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

cgrtools_plus-4.1.35.tar.gz (1.0 MB view details)

Uploaded Source

Built Distributions

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

cgrtools_plus-4.1.35-cp314-cp314-win_arm64.whl (286.7 kB view details)

Uploaded CPython 3.14Windows ARM64

cgrtools_plus-4.1.35-cp314-cp314-win_amd64.whl (948.1 kB view details)

Uploaded CPython 3.14Windows x86-64

cgrtools_plus-4.1.35-cp314-cp314-win32.whl (945.3 kB view details)

Uploaded CPython 3.14Windows x86

cgrtools_plus-4.1.35-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cgrtools_plus-4.1.35-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (423.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cgrtools_plus-4.1.35-cp314-cp314-macosx_11_0_arm64.whl (290.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cgrtools_plus-4.1.35-cp314-cp314-macosx_10_15_x86_64.whl (290.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

cgrtools_plus-4.1.35-cp313-cp313-win_arm64.whl (286.2 kB view details)

Uploaded CPython 3.13Windows ARM64

cgrtools_plus-4.1.35-cp313-cp313-win_amd64.whl (931.1 kB view details)

Uploaded CPython 3.13Windows x86-64

cgrtools_plus-4.1.35-cp313-cp313-win32.whl (928.4 kB view details)

Uploaded CPython 3.13Windows x86

cgrtools_plus-4.1.35-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cgrtools_plus-4.1.35-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (423.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cgrtools_plus-4.1.35-cp313-cp313-macosx_11_0_arm64.whl (290.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cgrtools_plus-4.1.35-cp313-cp313-macosx_10_13_x86_64.whl (290.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cgrtools_plus-4.1.35-cp312-cp312-win_arm64.whl (286.5 kB view details)

Uploaded CPython 3.12Windows ARM64

cgrtools_plus-4.1.35-cp312-cp312-win_amd64.whl (931.8 kB view details)

Uploaded CPython 3.12Windows x86-64

cgrtools_plus-4.1.35-cp312-cp312-win32.whl (928.6 kB view details)

Uploaded CPython 3.12Windows x86

cgrtools_plus-4.1.35-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cgrtools_plus-4.1.35-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (429.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cgrtools_plus-4.1.35-cp312-cp312-macosx_11_0_arm64.whl (291.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cgrtools_plus-4.1.35-cp312-cp312-macosx_10_13_x86_64.whl (291.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cgrtools_plus-4.1.35-cp311-cp311-win_arm64.whl (286.2 kB view details)

Uploaded CPython 3.11Windows ARM64

cgrtools_plus-4.1.35-cp311-cp311-win_amd64.whl (930.9 kB view details)

Uploaded CPython 3.11Windows x86-64

cgrtools_plus-4.1.35-cp311-cp311-win32.whl (928.1 kB view details)

Uploaded CPython 3.11Windows x86

cgrtools_plus-4.1.35-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cgrtools_plus-4.1.35-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (425.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cgrtools_plus-4.1.35-cp311-cp311-macosx_11_0_arm64.whl (292.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cgrtools_plus-4.1.35-cp311-cp311-macosx_10_9_x86_64.whl (291.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cgrtools_plus-4.1.35-cp310-cp310-win_arm64.whl (286.2 kB view details)

Uploaded CPython 3.10Windows ARM64

cgrtools_plus-4.1.35-cp310-cp310-win_amd64.whl (931.0 kB view details)

Uploaded CPython 3.10Windows x86-64

cgrtools_plus-4.1.35-cp310-cp310-win32.whl (928.0 kB view details)

Uploaded CPython 3.10Windows x86

cgrtools_plus-4.1.35-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cgrtools_plus-4.1.35-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (414.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cgrtools_plus-4.1.35-cp310-cp310-macosx_11_0_arm64.whl (291.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cgrtools_plus-4.1.35-cp310-cp310-macosx_10_9_x86_64.whl (290.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file cgrtools_plus-4.1.35.tar.gz.

File metadata

  • Download URL: cgrtools_plus-4.1.35.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cgrtools_plus-4.1.35.tar.gz
Algorithm Hash digest
SHA256 b4be5c278e7ad5283209d63b034448003ee863a45afc5d6514d607d2d4403bd9
MD5 0a8f8ea9a1e7878a983cff22ebc83906
BLAKE2b-256 96320102e0c063abc34838bdb3d257a4824e09476842ac0f7e154a462e83232a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35.tar.gz:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2d7ef213541d56fdc4e5e7d0fecf6898a432aa9f42e728f5ba8f316cc8dfbd54
MD5 b6a863f7614ad78bfe408105d964f29a
BLAKE2b-256 72d644f3de85101456af10d1cb9215542da981358392498483e7972e5da196d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp314-cp314-win_arm64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2cf72b91fbe7624a07c6e9b00c28996e7b12141f14a2cc658b65a2a510a4ae47
MD5 efb0207df0fce967f551efbac02b0939
BLAKE2b-256 89c2be51a8c94c6a399903f78f3bcb5c00e025b52f71b4a752fb31f89d007f7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp314-cp314-win32.whl.

File metadata

  • Download URL: cgrtools_plus-4.1.35-cp314-cp314-win32.whl
  • Upload date:
  • Size: 945.3 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cgrtools_plus-4.1.35-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 006224997c4ada8a1cb7f02cfe1d534848e3b67d572c56fb2c8ea62efd7fa9d0
MD5 01d79c257d81a1712f0b831f0b44e4cc
BLAKE2b-256 8f8f154aa99173fd9887bb3ed079e28972884652187c64e93a4e1e42fe5074d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp314-cp314-win32.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a0f0b49387132ca95b0b5f41a5cb029e6ba73f27a9bf358d674e412eb495fba
MD5 1b48e4d7eb026b2e627c6cd0363e72bc
BLAKE2b-256 33bf542644df071bcef1aa807e1b41f7a4706a5905a171e3f508517d915f6452

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 044c2a0ed88044f11810065f280a4e22cd172b9f422133c5f9a36e10da0240ea
MD5 652b86129c16e7eb315677baf59c0058
BLAKE2b-256 e39512fa65aca942dadf74999b096e973d2870172312d977d068049e33f7dd3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fe96d8eb9bf068cd2e358488680b3bc1c3ff6a6450fd2b2118b0ae20c26516a
MD5 531a6daeb9e57d12592dea5508bfff90
BLAKE2b-256 685d42c318108e3bfa1bba38d14630a9bf2660c9a0cffe5ab4ac8118b85fe34e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0efbfea2aeebd448747fe25ba1bc17de231ce87fa0af5d389a10df804af90073
MD5 15aab6d880baf12a056f6829398df547
BLAKE2b-256 6c1b933a00c5168f9b775a6b05a6e657341f975090f83b632273f03761710ec0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5acb883add3750d808f20f284427c160ff6a0e51a7a74637e577d47f2161f85f
MD5 f33ce9c4ef97348c30ff8fbdd7e7799c
BLAKE2b-256 f8b085842667a9f1f15f91d7ec099770f51199bed66873ebd61ec28902247110

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp313-cp313-win_arm64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b61be83e6e1edc7ad7bfbf1f4c9c6768c492d2272c6169c922f1655ab59e25e7
MD5 ee60f4fa078a251fa915be9a920aae51
BLAKE2b-256 4fe428c0eb9e2ff0c2c7dbfd80d6cbaeacd808534b9f84e332d19335bc9df0ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp313-cp313-win32.whl.

File metadata

  • Download URL: cgrtools_plus-4.1.35-cp313-cp313-win32.whl
  • Upload date:
  • Size: 928.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cgrtools_plus-4.1.35-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 20a73125e0b633ceed309d6d6867ca7b59ed2cf80a47821cc0a1b47fa4e3301e
MD5 0d30fe6c05f275f4fc4f81209c917a2a
BLAKE2b-256 72eac1a1923ad2a65914b87f840c4c217316590ad5702af7b23dda381de66634

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp313-cp313-win32.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f8507846ddd30da30b84c35a1d3b6769daea5a88655318a04102f22c65e0b82
MD5 6e661661cfa83ea6000abd3d804e1bc0
BLAKE2b-256 59f5904ef2af2b787ac3ae0200a8252e88c741f8b5612566f6c57fa4a9571549

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1df1337a8f0e7f9df8dfe63ea6b71bdbc163a31547014e60b0ecdf35aecf02e9
MD5 e68fb56671e87dd68048c1ee0fb44594
BLAKE2b-256 d0e7f5572610d9362f2911678ad09ed98e813f52455f5a1687bceaa019a5125d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0762d3f6ec53a2a7b8ce2580024476aae979884045ab9c1838d327b8a465d2a
MD5 6b6c5c6f4591af623059983b45411059
BLAKE2b-256 869008f7f26e3be65a01584e27bd1e19fe53b1bf68ae499f8723d3bd3af44a53

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1aeef6c527fe8b6c0b2d5abddc1b06690740ca656ebb4fd0421cc37b2f17ab1e
MD5 1c2d0f3a54348a8d5827ddc3c5a56dd3
BLAKE2b-256 320d856e45e8fab03f9fb054fbb575c280da4307a6aa241fcdff7038e9ee7b6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8057ad16fc5d739154036784e5a13b3fa00a0c7507c9914481b023f5382dbe15
MD5 14b514245eb57bc9652997900fdb2891
BLAKE2b-256 2e68c61b684fce25f680fd9edf07d3abf9ec98922706c2276d786683ac3fe22c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp312-cp312-win_arm64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d73c23432d2915abb30bfb64b6189399141e2955a560060aba6ddfdb3a28a3b7
MD5 baac866a279fa36a5ec865e2ee384d29
BLAKE2b-256 7db30a849424a599609a8a8ba1b7be9e65b9754b627e9fb58f0d9954002b25e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp312-cp312-win32.whl.

File metadata

  • Download URL: cgrtools_plus-4.1.35-cp312-cp312-win32.whl
  • Upload date:
  • Size: 928.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cgrtools_plus-4.1.35-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f7eb5a395b27dd9d5d23d9787b73f8c08d14d4c9bba3e30b3e715a05acd38a4e
MD5 a6abfbd214ef700cb148470e05671c3c
BLAKE2b-256 e854c98c1abefd60a9272f780722690f5786dfed5729220909d8cef8f6c2472f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp312-cp312-win32.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 468fe4e1508c1973fbbfcfbf0c64ec81a21792379fc7c1cfd4ab0a70ced78bf8
MD5 83ee94e4da0d5da61381678c5f2effd3
BLAKE2b-256 5fa7648934ce6ba2426a837506810b92fa759b2f9f8593ba22f8bff284e012cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 38d3971f5fd451e21f6b4b249da426053ba5a3568fb27f14f88d059bc559f1f1
MD5 cdea9b96bb5f16ded955185da28392ac
BLAKE2b-256 e7443ba96ec78f1da0aa0570e084685e755e22571da9609dd84543daf720b616

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09b9fde935b7c8eeb7264a76e7d744b43bbe1e6c9ab3aec09fb5eadf50adc356
MD5 9fffca5bb194654bfaa91ae3398fc824
BLAKE2b-256 040cf912ff5cfca52b55c33e72eb52d83a4513f3570f9a89ba09bf78458075ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b02fcc202c2d046e60112833edb82727a87ac4b10912ddf77ab001fc57a6a57a
MD5 6b2fc6f36f7221a725ad6460717be836
BLAKE2b-256 4d47be76e6488f854e1a40ea9e280bc3104df98641661163d19ad81b78002ffd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e893f3c1267db4ce60633eaa8817bd555a4e32d3a8d5fc12068a84be5feb0377
MD5 03797273c565c8ff43e367f9a3ce3d17
BLAKE2b-256 0623fb6ca253b6eb9885a931da1721897b5037802f07211f531e94c27227679c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp311-cp311-win_arm64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 241140ddaeb3e58a3cac1cf58ebd07bfbf8643684fb4e756f4e00460c4c3a266
MD5 7251c37e267459a7fa1d9d0d30b5882b
BLAKE2b-256 e76510effa90dfe62722792edd49b9e48bf2531f3829e96094fe86d9b5a60fa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp311-cp311-win32.whl.

File metadata

  • Download URL: cgrtools_plus-4.1.35-cp311-cp311-win32.whl
  • Upload date:
  • Size: 928.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cgrtools_plus-4.1.35-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4bccb25494f506c8e13ad409fe2cd1a29bfa0e9381766b4178d06c1721ac1271
MD5 62276ebcfa5146163232c00c9a9c1b17
BLAKE2b-256 16ace7751b92cbe9168d6ace259d85c07d77e2113e80f2f8220951c210f93f73

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp311-cp311-win32.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aaa558cd35808898f933da87bccbf7a629f332cd2642c6ea3fb7f629fe9336a3
MD5 fce17c3e54c63f070381bc6ab3e2b733
BLAKE2b-256 2fd7a1e87fba0072be56967ab2a1d44187d56dc048a393a4189b1c59083de23c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d54ecbedc7c81d873e314d5e15c1a5e07cabdf7ad796df2234c6d0e9e8830091
MD5 7a2d68cee7541dce93ffd513facff417
BLAKE2b-256 a266b17c89aa94f1569367c57c1a30fef2c594b196acc0d127621408a2333557

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd8fa450fe8075f4ad538e80ced1f0412c5bdddd634853152869dbf2bbe6587b
MD5 be75a7f3107ab5bcb432f66c0a1acf84
BLAKE2b-256 3eb38a962624e46ababbb0a38c10d144baf5996603ba0d731b853f5d1f87147c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f444efc956d13850beda9884ce2d6ecd2ed699165b79568b202ea9d8e847b2a
MD5 05b66396ee62c13f9303ce0180d194f9
BLAKE2b-256 09f2acb8cdd5fb784635c19f2643afee1e98b64777441f458dfcdea28ad32ba6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 562de29553875e2b9506c1104aa5ad91422da1e5cf16ccf6a1d894b393035f72
MD5 f456e42ccccce7fb4334cd44539e2889
BLAKE2b-256 d413a6fc7115523413ccf49dd732206b7acb89c708bcaaed650412914296e473

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp310-cp310-win_arm64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3735a6e7de0f9a2359b7fb1e384826128e7130743fd287d6422d51683ecdda2b
MD5 19d21af8c9d0bc789e0ecbcb4b6ca741
BLAKE2b-256 ac645bc599418f798d228442a5247558bc7b72bf73c7c18e325ba5301a5d8bf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp310-cp310-win32.whl.

File metadata

  • Download URL: cgrtools_plus-4.1.35-cp310-cp310-win32.whl
  • Upload date:
  • Size: 928.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cgrtools_plus-4.1.35-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9e65a5a5bd493f61dec48627b660992237587f68655c9000740615f6ad4c5e0e
MD5 b50991998551b5d1ac15ea778097d507
BLAKE2b-256 16f21359a47329ad6bc017edfdce8d0977fd19b513d07547bfb0cf6ba3495c98

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp310-cp310-win32.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2b349655dcdd21ebea013a06ee745fcf1354d41b16592802bde1d66adc7060c
MD5 5c9a28362cb2621a80f414e7c1eb48a6
BLAKE2b-256 27b0d12c475f0760cd4578ca4641c9eee2965f75a8d80473fd98bd1ec2782c4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ae72afac529c88deb727c862d72cfafc644eda3cd396572e2e7bbc464c7dad3
MD5 9e7c669fc97f016b65fcea0a96d01dc9
BLAKE2b-256 7092a6f13cf7c3d95cf6cbcd02e23242c36222b640bb7b844bd34ce8661f4622

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c23a321ab45456a0af4f938b71cc6317d6013ceb745c548e86583bada457ef60
MD5 a83b8c4cea51f61fd646006ec5146710
BLAKE2b-256 627646e78be37ee323e9fde58ab40af6e3e0753094c2b0a974927ec57a3702dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cgrtools_plus-4.1.35-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cgrtools_plus-4.1.35-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 61de207f693b8c2f1f2791feeec7330ad55d4c6b4abd03dd75659940cbce76fe
MD5 3c5cbfa22cb174d6bb67aec9c3c8f336
BLAKE2b-256 2c1b6b936ec494822cc4d2b9d657c32d27a5d532d480b0795a744b7591900c03

See more details on using hashes here.

Provenance

The following attestation bundles were made for cgrtools_plus-4.1.35-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on asiomchen/CGRtools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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