litestash

View on PyPIReverse Dependencies (0)

0.1.0b5 litestash-0.1.0b5-py3-none-any.whl

Wheel Details

Project: litestash
Version: 0.1.0b5
Filename: litestash-0.1.0b5-py3-none-any.whl
Download: [link]
Size: 41570
MD5: 5bbd7d4677127dac77b999be92f66fcb
SHA256: cb479e0c5035e40ea543f8e9bd11cb0608e3963a04358dc785eb531bc14eacfa
Uploaded: 2024-07-22 21:11:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: litestash
Version: 0.1.0b5
Summary: The LiteStash Python project offers a lightning-fast, lightweight key-value storage solution. LiteStash provides a NoSQL API for seamless integration into your applications. The LiteStash database handles the data with SQLite transparently. Optimal use for caching, session management, and other high-performance use cases.
Author-Email: Jonathan Cain <mail[at]mesotron.dev>
Project-Url: Homepage, https://github.com/nortosem/LiteStash
Project-Url: Documentation, https://github.com/nortosem/LiteStash/blob/master/README.md
License: # Copyright 2024 Mesotron Machine Company LLC & the authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: sqlalchemy (>=2.0)
Requires-Dist: annotated-types (==0.7.0)
Requires-Dist: astroid (==3.2.3)
Requires-Dist: coverage (==7.6.0)
Requires-Dist: dill (==0.3.8)
Requires-Dist: greenlet (==3.0.3)
Requires-Dist: iniconfig (==2.0.0)
Requires-Dist: isort (==5.13.2)
Requires-Dist: mccabe (==0.7.0)
Requires-Dist: orjson (==3.10.6)
Requires-Dist: packaging (==24.1)
Requires-Dist: platformdirs (==4.2.2)
Requires-Dist: pluggy (==1.5.0)
Requires-Dist: pydantic (==2.8.2)
Requires-Dist: pydantic-core (==2.20.1)
Requires-Dist: pylint (==3.2.5)
Requires-Dist: pytest (==8.2.2)
Requires-Dist: pytest-mock (==3.14.0)
Requires-Dist: python-dotenv (==1.0.1)
Requires-Dist: SQLAlchemy (==2.0.31)
Requires-Dist: sqlmodel (==0.0.19)
Requires-Dist: tomlkit (==0.13.0)
Requires-Dist: typing-extensions (==4.12.2)
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
[Description omitted; length: 1908 characters]

WHEEL

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

RECORD

Path Digest Size
litestash/__init__.py sha256=PUyfbjWVVXrsCjRlgfuFnnk6B3A4IcuXkD1HoIvxgsw 1330
litestash/models.py sha256=bk67zfx_kkPw-w1c79AknBzq_I-m5atJJAHwXkixbQ4 4556
litestash/store.py sha256=4GCcv5FTBB20vQRfcIXay-7Qaoux8Dzwhg5UELt-0Z4 10273
litestash/core/__init__.py sha256=Fkp2ndn2wKi1Sthvyd2FzkmiXQyotyacCelE9Fe4S1c 775
litestash/core/engine.py sha256=LcbhaG4XlgDMJ0ZNpRhLfH4lmV6SAzsx4M8ngt9xX_o 3487
litestash/core/schema.py sha256=TrFhMiieGDiwrZSyOfXbEcjo_p9Y-wNPbhS3aSpn3IQ 5094
litestash/core/session.py sha256=We7MZ2bNgv4ped03HpfjJ-gtI-G4RbL6Uu_Qh0Qk_qM 4335
litestash/core/config/__init__.py sha256=wlEvOj-wJsHTNRzKj2l0_AIo2luXWo0HFr9QOcmpCrA 746
litestash/core/config/litestash_conf.py sha256=7ATHW5rloZcW10LphSNDyXk7lyl9kPrtgBaSqkTYYAY 3601
litestash/core/config/model.py sha256=WuaTZuYEAG4uIhrRuXXI2nEBE6rLG1-WD1vEeQF6nCY 393
litestash/core/config/root.py sha256=K03pEcTQliBTUttWPPoBEVMeBQZYxssmd0Seq1wZFxI 1701
litestash/core/config/schema_conf.py sha256=V9tJ3SLZaX5JyO-YOjhq7JxOCjxrir4V7urWkE9b45A 2214
litestash/core/config/tables/__init__.py sha256=XkHkEIG3iWOpxJUR1QfN5yfvN-GpcXvOgO8JWDBckhE 1837
litestash/core/config/tables/tables_03.py sha256=S3YI8sYF5ycIFF7mFsIzktqKWH0VHS7cP1TC8ke91ZU 2900
litestash/core/config/tables/tables_47.py sha256=tAmocfN2lqpb3Hzp0Eu0pSCit2D-QvWYedZSt244Nyw 2906
litestash/core/config/tables/tables_89hu.py sha256=Hz-BG7_LcBTwSOaocPBpci27uTDcYBCz9vpZ9iOraTw 2995
litestash/core/config/tables/tables_ab.py sha256=-KHvNetZM11FEwLm1PToMXAVYvBp6U_BvKj2DHNrscs 3092
litestash/core/config/tables/tables_cd.py sha256=hz8KYj-VebBUd4_D7yl4Ek61bGcZo6qwGL8PjOPVrUw 3053
litestash/core/config/tables/tables_ef.py sha256=YZTzO3pmEkJUMD-_yrLjLyFrBB72yRJxgkwbvQzKnHw 3092
litestash/core/config/tables/tables_gh.py sha256=Nf1fOgp7NjnJA9mMLIo-JR6mtbfRZo2o27wnNbHJyHI 3092
litestash/core/config/tables/tables_ij.py sha256=pKvwMpwx1iGyCmFZE3OByPE6RY92UnvRE3sRMo2fNlU 3092
litestash/core/config/tables/tables_kl.py sha256=kjZlzGB9_L_CPanrN2KpK_E7lzryeyzN2QqsVXjvz4w 3092
litestash/core/config/tables/tables_mn.py sha256=5Q_D_zzBrwKpbWUuL6T8ilXFLStm5tCBIGhPcDw2rmU 3092
litestash/core/config/tables/tables_op.py sha256=9HANTaWTY0hn8OoQjUd221mTMj7F-u6Hs7LASmmKv5s 3092
litestash/core/config/tables/tables_qr.py sha256=rPXrGrDv-wr9pi3UMrDS6mA_JrhcxLChaweOSboXQ10 3092
litestash/core/config/tables/tables_st.py sha256=LKhWchLn6puK9i_hLZ-s-zsc1gXV3yZ5FHMfNW9sT_U 3092
litestash/core/config/tables/tables_uv.py sha256=NQt3YgoWazt-XRAmc8tQN41qmxr6iVn-shHOF4pzL0k 3094
litestash/core/config/tables/tables_wx.py sha256=gQZjLOxzMeqgDuCu_r-VbXvJeyaMfVDYY5PelawsWZo 3092
litestash/core/config/tables/tables_yz.py sha256=Zhw6USgLz5MPXcqzxuFLZeDeGmnI20XS5LmznAHhW54 2970
litestash/core/util/__init__.py sha256=zJaMRLJACYxLnHZdYju7ICX_LsxLRG8iUlXoEd0dREU 875
litestash/core/util/litestash_util.py sha256=jYJrQcpjU5vAOEBG15Ie8WM-GsxeBYql6WUkWinZVKc 9332
litestash/core/util/model_util.py sha256=p7GxnPk0N8pmd22ZktpLgNz431d1l1-x4mSFHW4I2O0 926
litestash/core/util/prefix_util.py sha256=3i2_vLJ620GaRHA8oDnokxUrbGnJ-JJGde07V3Z-Iyk 5387
litestash/core/util/schema_util.py sha256=tWfS7NGcojsgkk3P5_p8C16JgGqSuYAYfyuV_QeXfIs 7994
litestash/core/util/table_util.py sha256=Xk6yPA-MCZkKf14S3s3WL20RZkqdhs17YqsanvHZJRc 7113
litestash-0.1.0b5.dist-info/LICENSE sha256=SoKjulFFdxKtwcd3EhZUb5vbdOzpga8nNAr1uejLWSI 607
litestash-0.1.0b5.dist-info/METADATA sha256=EoiWW8W3tZCWsTgJik9XqVNCcS_5Vyi92md5co1iWc8 4418
litestash-0.1.0b5.dist-info/NOTICE sha256=EGXHUmss8hNfIZYJG6-R45kwoqYUSWemM_gIlJTRXz8 1040
litestash-0.1.0b5.dist-info/WHEEL sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk 91
litestash-0.1.0b5.dist-info/top_level.txt sha256=vncWA5Q4gv36A0PEE22YlGFAOzmkqABGFL-xZ1E7Wu8 10
litestash-0.1.0b5.dist-info/RECORD

top_level.txt

litestash