klepto

View on PyPIReverse Dependencies (5)

0.2.5 klepto-0.2.5-py3-none-any.whl

Wheel Details

Project: klepto
Version: 0.2.5
Filename: klepto-0.2.5-py3-none-any.whl
Download: [link]
Size: 82047
MD5: 5dbd31ae22e26731a8356c1fc4baca57
SHA256: f469154328dc17d83447d8606da3ba0dd8a3a467a077cb1fbfe98ea879d5d139
Uploaded: 2024-01-28 00:09:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: klepto
Version: 0.2.5
Summary: persistent caching to memory, disk, or database
Author: Mike McKerns
Author-Email: mmckerns[at]uqfoundation.org
Maintainer: Mike McKerns
Maintainer-Email: mmckerns[at]uqfoundation.org
Home-Page: https://github.com/uqfoundation/klepto
Download-Url: https://pypi.org/project/klepto/#files
Project-Url: Documentation, http://klepto.rtfd.io
Project-Url: Source Code, https://github.com/uqfoundation/klepto
Project-Url: Bug Tracker, https://github.com/uqfoundation/klepto/issues
License: BSD-3-Clause
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Platform: Linux
Platform: Windows
Platform: Mac
Requires-Python: >=3.8
Requires-Dist: pox (>=0.3.4)
Requires-Dist: dill (>=0.3.8)
Requires-Dist: h5py (>=2.8.0); extra == "archives"
Requires-Dist: sqlalchemy (>=1.4.0); extra == "archives"
Requires-Dist: pandas (>=0.17.0); extra == "archives"
Requires-Dist: jsonpickle (>=0.9.6); extra == "crypto"
Requires-Dist: cloudpickle (>=0.5.2); extra == "crypto"
Provides-Extra: archives
Provides-Extra: crypto
[Description omitted; length: 5517 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
klepto/__info__.py sha256=_17qYpUF1K9PQLj1eZxjqwl585thwdDm3zjd5aqUW1Y 7667
klepto/__init__.py sha256=gWJtVWzAT1u-cOa6dmhB-BfIj4I1fuPIgpi2QkK6p_I 1560
klepto/_abc.py sha256=HCNn1cWdxY3q25lRxNxqQ4dkHIfLOexQa1AFY5NM8JI 2502
klepto/_archives.py sha256=z1EOiISpotMs_QFoZl-65OqoydR2MZPf7_DMLkma9_0 102619
klepto/_cache.py sha256=CE6z9oHEpChn0v-Ee7b8tgt2H-wqxtbnyrxSNdHLrdA 54628
klepto/_inspect.py sha256=L8pEYmSU-qX_LU4mDyGFwC0ZqevjQj3U4S2KHkzTSrQ 20693
klepto/_pickle.py sha256=wpg9jcDTrp6nCdxcRRteMU1bsLX3d8X_ZesgyCvr1aI 15843
klepto/archives.py sha256=IyRKLrutJF9y4Uag783GIY6Rl-nGyTxHzfdwqwSXC6I 11387
klepto/crypto.py sha256=DNkzatLB8bqAbkpZ9v0iilmB81Pi446Q7_cbtxGPlnE 4525
klepto/keymaps.py sha256=49CD4ZPIAqCwGAVUt0rDAGZKat-FYoNu1e1gm8TeACc 15255
klepto/rounding.py sha256=YW9_jGObsf6ahGacmQe3qFL8PBi1mEAS83WTiWM9J2o 7240
klepto/safe.py sha256=5mSycQYVKhFbMaMGt6pHBkpbN3BnQNIuDlyuI_VPsVg 57290
klepto/tools.py sha256=kBlw1KSYvSQRYf0pwhPyyxKsfEGAq5NUGzLnQ3v7UUQ 1259
klepto/tests/__init__.py sha256=OGE6hTUjSyk4lYxjlMfC4COVV6mh4-7M6UHAavw7FH4 485
klepto/tests/__main__.py sha256=u7K16r9JOEXHN26gGIIBabQz8DyyhqHqs6kz_lsSH80 901
klepto/tests/cleanup_basic.py sha256=uTbyQMF493Ly9MsUpzciQhV9khf17sHNX_UrtkXM6xQ 517
klepto/tests/test_alchemy.py sha256=tmuuqhYSNJR_3EQdKzwJaBRJHi-0j_iWQvocXasuhII 2721
klepto/tests/test_basic.py sha256=j3MBqJgr2zH7CxK7uygKx3mu8d7Bdoi-kTetoVQ_QtQ 5761
klepto/tests/test_bigdata.py sha256=wt99kYfh_KGMRrvbKXBTNCvZGNQSsj4pTz-HLERYNo4 835
klepto/tests/test_cache.py sha256=uWGe1pzf6iOOU9mXoo2BQNxVF5tlM2gH2ToGvVIAZ3c 7511
klepto/tests/test_cache_info.py sha256=NaTaMKa40_Oa0gqeexI2tMMe2U9zwBQC6PR-U1z4B3g 5154
klepto/tests/test_cachekeys.py sha256=MdCz5usEOj8rXNMsotx6M27f_wHfgBVWFt_o3Idw1Q0 3201
klepto/tests/test_chaining.py sha256=gvNbY1F0-ECbIFiwz7rt5fdkwmB-59pA-VVLCj1WkQ4 1178
klepto/tests/test_crypto.py sha256=-S6d1mlqdg6HLCF3E5I2mTAnVRBXbXOnZ1zu4QPJKcU 2539
klepto/tests/test_frame.py sha256=sPpGTdczQmLY-f9AheyFXItzeIo5tjvEsPaol6VI55c 2203
klepto/tests/test_hdf.py sha256=6haJ-GEEMYvi3GsvIrjmQ6-KueH-MBYMRXjc8cKKfjg 3675
klepto/tests/test_ignore.py sha256=2P9fwRRHX6NyfbaIdgrBsYbk-ktbs2VBdOFZxPfVL6Y 7967
klepto/tests/test_keymaps.py sha256=oFvLl-80jZwFYD2vyMRTq-whhQfrnh4ah5uxB74St2I 3585
klepto/tests/test_pickles.py sha256=O0cthILCtx6jLjbVc6WeKpjJWun3agV2IkloPNJ43dM 649
klepto/tests/test_readwrite.py sha256=J9uIDw0aXjgCc8h7vzPspeMuhlXaiKIsDp-6n2jzmoY 3304
klepto/tests/test_rounding.py sha256=E6X14Fux_RLMTvuHvNT0DL1lbxw1MZZR8LQUtXK0dB8 2501
klepto/tests/test_validate.py sha256=6fXN1D1XBzv3Fg-iU7P22SCWSqqLPxulEU5WKVepRXQ 7205
klepto/tests/test_workflow.py sha256=uliQ2X8lGkBNgE6eVdBPoKOuMOdcdXoNZ-0oGIrna9M 3384
klepto-0.2.5.dist-info/LICENSE sha256=UeiKI-eId86r1yfCGcel4z9l2pugOsT9KFupBKoc4is 1790
klepto-0.2.5.dist-info/METADATA sha256=QfwHayAUpIYoP26vZvu2yt2D8rGtxH8SLMR_Tlc3r0M 7282
klepto-0.2.5.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
klepto-0.2.5.dist-info/top_level.txt sha256=q3JkHLCs3M8Db3M9OZb_rU1YMXcO3vMMAKD9833z2BE 7
klepto-0.2.5.dist-info/RECORD

top_level.txt

klepto