Skip to main content

Basic and Modded data structures with rust backend for speed.

Project description

Badges

Unit Tests Build codecov Downloads

Modstore

This is a one stop library for all your data structure and algorithm needs. Modstoreprovides several python and rust (leveraging it's speed and reliability) based data-structures and algorithms. The Data Structures offered by modstore are custom built and well-written to simulate the structure rules.

Due to increasing code base, A proper README is in the works. For Convenience, all instructions are added in the docstrings of the classes and functions.

Module Pathways for importing.

  1. Data Structures

    from modstore.datastructures import (
        # HashTable
        HashMap, # Normal Key-Value Pair Type HashTable.
        AutoHashMap, # Uses hash function for keys, user provides values.
        
        # Built-in upgrade
        List, # Modified List.
        
        # New, Stack
        Stack, # Actual Stack.
    
        # New, Queue
        Queue, # Queue (supports dequeue, circular implementation for definite capacity)
        PriorityQueue, # (supports dequeue, circular implementation for definite capacity)
        priority, # A class for extended PriorityQueue customization.
    
        # New, Singly Linked List
        SingleLinkNode, # Node class for Singly Linked List
        LinkedListOne, # Singly Linked List 
    
        # New, LRU Cache (implemented using singly linked list)
        LRUCache,
    
        # New, Doubly Linked List
        DoubleLinkNode, # Node class for doubly linked list
        LinkedListTwo, # Doubly Linked List
    
        # New, Blockchain
        BlockChain, # Blockchain data structure
        Block, # Block class, cannot be initialized, only for internal purposes.
    
        # New, Directed Acyclic Graphs (DAG)
        DAG,
    
        # Coming soon
        MultiLinkNode, # node class for multi nodes
        LinkedListMulti, # Multi linked list
        BinaryNode, # Node class for Binary Tree
        BinaryTree, # BinaryTree class.
    )
    
  2. Algorithms

    from modstore.algorithms.searching import (
        Search, # A class that contains static methods for searching
        SearchObject, # A class to define one object that can be searched using different algorithms,
    )
    
    from modstore.algorithms.sorting import (
        Sort, # A class that contains static methods for sorting
        SortObject, # A class to define one object that can be sorted using different algorithms.
    )
    
  3. Prototype for modkit.

    modkit is a new lib for programming tools, got more than 51k downloads in the first week. The prototype for the same can be found under:

    from modstore.tools import (
        classtools, # aliased as override in modkit
    
        CustomBoolean, # aliased as Possibility in modkit
    
        Property, # aliased as the same name in modkit.
    )
    

Install from scratch

Make sure you have cargo installed (Rust) and VS Build Tools for C++ (for windows)

git clone https://github.com/d33p0st/modstore.git
python -m pip install --upgrade pip
pip install maturin
cd modstore
maturin develop
pip install .

Issues

Feel free to submit any issues here.

Pull Requests

Submit pull requests here.

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

modstore-3.0.0.tar.gz (160.5 kB view details)

Uploaded Source

Built Distributions

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

modstore-3.0.0-cp313-cp313-win_amd64.whl (835.4 kB view details)

Uploaded CPython 3.13Windows x86-64

modstore-3.0.0-cp313-cp313-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

modstore-3.0.0-cp313-cp313-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

modstore-3.0.0-cp313-cp313-macosx_11_0_arm64.whl (932.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

modstore-3.0.0-cp313-cp313-macosx_10_12_x86_64.whl (990.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

modstore-3.0.0-cp312-cp312-win_amd64.whl (835.2 kB view details)

Uploaded CPython 3.12Windows x86-64

modstore-3.0.0-cp312-cp312-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

modstore-3.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

modstore-3.0.0-cp312-cp312-macosx_11_0_arm64.whl (932.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

modstore-3.0.0-cp312-cp312-macosx_10_12_x86_64.whl (990.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

modstore-3.0.0-cp311-cp311-win_amd64.whl (835.5 kB view details)

Uploaded CPython 3.11Windows x86-64

modstore-3.0.0-cp311-cp311-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

modstore-3.0.0-cp311-cp311-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

modstore-3.0.0-cp311-cp311-macosx_11_0_arm64.whl (933.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

modstore-3.0.0-cp311-cp311-macosx_10_12_x86_64.whl (991.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

modstore-3.0.0-cp310-cp310-win_amd64.whl (835.6 kB view details)

Uploaded CPython 3.10Windows x86-64

modstore-3.0.0-cp310-cp310-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

modstore-3.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

modstore-3.0.0-cp310-cp310-macosx_11_0_arm64.whl (933.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

modstore-3.0.0-cp310-cp310-macosx_10_12_x86_64.whl (991.6 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

modstore-3.0.0-cp39-cp39-win_amd64.whl (835.6 kB view details)

Uploaded CPython 3.9Windows x86-64

modstore-3.0.0-cp39-cp39-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.34+ x86-64

modstore-3.0.0-cp39-cp39-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

modstore-3.0.0-cp39-cp39-macosx_11_0_arm64.whl (934.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

modstore-3.0.0-cp39-cp39-macosx_10_12_x86_64.whl (992.3 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

modstore-3.0.0-cp38-cp38-win_amd64.whl (835.9 kB view details)

Uploaded CPython 3.8Windows x86-64

modstore-3.0.0-cp38-cp38-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.34+ x86-64

modstore-3.0.0-cp38-cp38-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

modstore-3.0.0-cp38-cp38-macosx_11_0_arm64.whl (934.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

modstore-3.0.0-cp38-cp38-macosx_10_12_x86_64.whl (992.1 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file modstore-3.0.0.tar.gz.

File metadata

  • Download URL: modstore-3.0.0.tar.gz
  • Upload date:
  • Size: 160.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for modstore-3.0.0.tar.gz
Algorithm Hash digest
SHA256 47df4c58d87aaa479c05a6c1370ec74faa575571c4d945789aeb353ca68a053e
MD5 dc79d8ff4c0a893087279a00020e05be
BLAKE2b-256 03cbfbee3efe70ee871324265ad1643dae5c053a9ab92e9f52f2269b06f5a658

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ce7a66a17a127455b50b57ac676dde4fb45039d8657a62cb2dbb3c49f9b87e84
MD5 20c951ec41cdb90f43f5583fb9a2e509
BLAKE2b-256 81bf817ed1f902885337794bf1ea9bb4d711ee2819ff33d1a94619945f168c53

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 04384560cdbce9330e1ddc8db1efdc49da263dbd1ea2db761bd144d390d90884
MD5 5605390453393d2c66aae0739ef2e1fa
BLAKE2b-256 6362bcae0be2c6febae2c9cd2bbd913c568a91b31336b7edfd7cc25a5e401636

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 19ab40d1e93b8ac25814685e2dd5de4c744cca37920322c2fcb92b05064dc666
MD5 dd6a0e43c592a14cb892558d265a842c
BLAKE2b-256 cfa98f35d13d364c0ee1664d819bc268d80463b1e30fb10c0e63f4dd4305fe24

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 748eda673f1b6602b4790b4eb5d7a8cbafd3fefcad31a9136c39f936f33bea67
MD5 d06a5478d2e5434a0b3a472ebbb2dfe2
BLAKE2b-256 df10e4005ab27285c267fa78e19d31a750d6b2933e01fcc699c86c44465d793d

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 28a047f9696f044e22087433d2e27cf4894dae24d288d841295b836d9bd3168e
MD5 c46638126846cdeac474ff1d88762ac6
BLAKE2b-256 551c6f86ef7d7b9edca8e729e34b7260620226d05a3bf126cb16fd006228a5c1

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0332a6a2c1657054ff7e64c78db3747770c850a92b51af61808127e7b963f334
MD5 2fcc0a698cea9b027daeafe14bd5980a
BLAKE2b-256 461fe419b6cb8cab89c5f7bfcdf78934c69175928455c74baa6bc19ad8b47727

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ec9fe4dba05c6f1f4e68ab877e9a4a533f282f98340512afcd74d3af5cdfa221
MD5 1d9d0d64a061bbf86c4807ce9f57f3b1
BLAKE2b-256 81cd4f80b8a612910dd7dc44b7485a18f083f1217cf920078daddab0e9031b7d

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ce34873d21052ab393594882e1131b49190f35ab3e8273a45d0d151666680d7
MD5 c0e88a8a1057ff481c129f4a95a909b8
BLAKE2b-256 2c7f96fcae42f8f78dc56c74e7a79838908ab68799333081770e2e9cb20399f0

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4981c50a96902374c52bcb7c99edbaf2bbea1896460c84267eeee0da1ae7e2dd
MD5 91a7d88328745bbd1f67e3920816cb77
BLAKE2b-256 1da280bf42f5ca94f3c69d9adae7fff4cc6bd823799bd4896d7c0fea3e0b05f4

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 42e03c36a7f8d861e6808950efcf5e015aee6c1ec5a05f1ccfee5e8aba1cd6af
MD5 68246cbe1270c1f852c5a36af20599fd
BLAKE2b-256 aef18513949d3df5263f594318210466694208c619a6a2d54f14f9a8de2acc7f

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 05be7f07d608298aafb9dcae659a604f79f129c2dbdb77857a1a7a36aeccf2a5
MD5 2dfa3ff6cff09e93527739ea0c4edfe3
BLAKE2b-256 d6c060e78241cc3029310601aeb81ca81fa5bd5063e68d8081364ceb13c862a2

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 236eb893e82cc43dd15c0508915b945cdc0dd58842ef7242d75abc8574401f74
MD5 f485cdd844233b4908253203f11adf40
BLAKE2b-256 d1031453f8078c9ee3e6c9fa3c7cd436e3225f2df34e7966c7fe47efb826cdd4

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5b8f5be9aad1851ba12436b9e80f13bae278f25da0a9f279e5684117f77c847
MD5 80f9ff9a16ea9742c944cb082a9a3089
BLAKE2b-256 fb16484fac59845b04505def8233e01f3436c0604ce0d85d32c4c7eea9bbb574

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6eb2f4fd6a97177a436a7f075f20e0de2bdd912b1cf4686c39cc452b8186886
MD5 5c7310cd0df6d662367cd33ec997d08b
BLAKE2b-256 bfcbf648838925c621aeee07c754648dfb4566cfccac0949c77aedbc1a426626

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 19fe5d655e52e59617f1de28e69e97dc643d7b4138a735da0d3eaa5828e0c67f
MD5 efa314214c093fd1233cf95abbb714e1
BLAKE2b-256 dd2cc4a82d3fb783c165a82400fb79aead0fd3c8a6818042ae667ee1a5370138

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fc797b97cc87e3c42ddefb80962ce76c61159ea62d0aef25f53df581cb549e69
MD5 3df55a72d49949202d71d38863b56e15
BLAKE2b-256 3918bea223661769a6775f6b0f711e6be1bcddb76b04821350150e4a4e7eb217

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 40305e3d7218552d4b0c3c75ee607dcdef988c5e99bca64d1600f26933dd7eda
MD5 12ba803c6ca7e433dab06501ec7f6634
BLAKE2b-256 30d42b6c2a3e8e8163458dcdb332f50ce2ad5f694bb7fe3ae61ebaacf24c6b10

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe6b44fd5c32b6e9b689b95633ae49277f5bcfaa81516491cd118d2330faf589
MD5 2f2abdf8b3e772f2188dce6840bbe4ac
BLAKE2b-256 6bacf9593a1771cdac7d852b5ff57aade30d0faed25fc7b684365ca095d46115

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0e903466b16de5144ddf5807ef4c803a10d2b42ddc3394ea4bee0c71e8f636a
MD5 97a44a41df0591d1289387f35f6cf1ea
BLAKE2b-256 f30f075919438fbacbeeb6d8890bb54252b7b4c57f089acee392e91e87c59c65

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e257935f8fe14f022e6474956e8451ab41ca79d8b3641bc203373d44f42293fb
MD5 fc4b0943da19415674e9df5f661dc9ed
BLAKE2b-256 ee9a41f76c5301b0f9718e141e39b40a7dc306a51f678d0390f05cf3ce3a64b0

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: modstore-3.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 835.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for modstore-3.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8c63fb4da1cc78238da704d9716c7d9381b1728443838f2fe6de20ee5c01de8a
MD5 998192f7415c74f45218ffb968219a4b
BLAKE2b-256 5d061e8c8417b6061d07766375417c104ae9ba73db26b2d110f400417859b8a3

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp39-cp39-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp39-cp39-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 86febc4a0be0f53296c21a5c7e827b29ba76ef7a486eba5197942c20187846ef
MD5 a7080e13fa15e0e5fce083ea905fa74d
BLAKE2b-256 5ad33bf708e3b0058e3df1a0454df521d57575240b54847ac6ff6cff4b690869

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fc343511e7b392f738ab526246e4474a2f574752bfead8689b212741dd2ebe6c
MD5 8a5c1c229990f8e228ed75629dbb90a0
BLAKE2b-256 de863b75895fda57395cc901923c290712e8426104c5cffe233fcdba5266ac0d

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e0c9a4806f057baaa960229ca7198f6300a3d0fb0ba2fe9632329e91dae3417
MD5 0d43a61f86753a5d4bd76926cbe53428
BLAKE2b-256 a7194a271a90aa90efb5cd64720425b2fbedb2f99eb5e347659fa8685b950489

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1e3603e678fa39a51e791a7c1fa0cc31d39d66b461358111d80e4f90c56b2596
MD5 00ea8caa5233a243ffbb91774b710d14
BLAKE2b-256 d408f6a90ddf40fc50a1dfbe81a64885adae96eab49a6d868b8e9817785de341

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: modstore-3.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 835.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for modstore-3.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ab82b511ecc99995b5daff952be78d27e13a7057d4a9d168aa849f32252f913d
MD5 b2ab3e14153f4eb69eff8f56dad01fa8
BLAKE2b-256 534e49da246e7eed0e732eb6edf57d882ec0322d8c98ada1ba7a28f61849ead1

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp38-cp38-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp38-cp38-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8fe17ebb87e20fd4a52fe397bf2df54248bf3bcefb1410823f9312bff340354d
MD5 d748176ed7855836afd28724adcdf920
BLAKE2b-256 ee96b04a2299f635945498c406385289c389869f1bc121bd0b1ff7c58d42adab

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9376ade94f46ab9b6bc5b70ba1d8946df96234e3c82a6e8a6fc456ac69dbdf6b
MD5 ab63184013d0febe60c514caad896447
BLAKE2b-256 852dd810523b05b1f748e81501344ecc7c588d3202367cde2e17684f5ee6ceb5

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85c16e206559e8193cc7b179d9c250b3f8cc3665aefe75383453c932bf093269
MD5 32868d9f11dca34fd20bc66791626384
BLAKE2b-256 c947190537c2d198d8da06ac6a84734d263f3d6e27274e23b8a5085d3a09c27b

See more details on using hashes here.

File details

Details for the file modstore-3.0.0-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for modstore-3.0.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7990cb56ff5ea1324db3b8ee8bfb78db3c500c2df86b0dc744e2efaee27f8b86
MD5 bd4c3fbc03d6ac95f6b40e1f9a4bd0ff
BLAKE2b-256 c8c3f2d00b99c424b1f7e3ea1e8e49f7fbed93feca3faf8cccd3976525fad546

See more details on using hashes here.

Supported by

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