dataBased

View on PyPIReverse Dependencies (0)

4.3.5 databased-4.3.5-py3-none-any.whl

Wheel Details

Project: dataBased
Version: 4.3.5
Filename: databased-4.3.5-py3-none-any.whl
Download: [link]
Size: 20896
MD5: 2d2b11e4d7ee9f6507b5828c5c218ad9
SHA256: 2e8581b64c97fe2c0c8543a55577d4daf4c9ae29dd21c9d09d740d5fea54b716
Uploaded: 2024-04-21 17:12:18 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: databased
Version: 4.3.5
Summary: Wrapper for the standard library Sqlite3 module to make setting up and using a database quicker and easier.
Author-Email: Matt Manes <mattmanes[at]pm.me>
Project-Url: Homepage, https://github.com/matt-manes/databased
Project-Url: Documentation, https://github.com/matt-manes/databased/tree/main/docs
Project-Url: Source code, https://github.com/matt-manes/databased/tree/main/src/databased
Keywords: database,sqlite,sqlite3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: <=3.12,>=3.10
Requires-Dist: argshell
Requires-Dist: griddle
Requires-Dist: loggi
Requires-Dist: noiftimer
Requires-Dist: pathier
Requires-Dist: printbuddies
Requires-Dist: rich
Requires-Dist: tabulate
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 22450 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.24.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
databased/__init__.py sha256=RuHuSZPHncEfKjGGbOROA0SCCsY70NpAvqfKazAE-30 216
databased/create_shell.py sha256=YBYYmjdVj0ffMtItJ7soB6bCGeDEiq9OIoL1GLgZXCs 1360
databased/customshell.py sha256=K_CbBrZtiu91gBr5lcDd557VqaD9Z-0OX5Yc_8pAUAw 1462
databased/databased.py sha256=-gcDIFgCakuJv3X-rS2I3HmgoKXwRfJgw1hB-N6KrBU 21640
databased/dbparsers.py sha256=DGxg-u220FBCdD49CZ8ZVv0FkrO5pnjrkGXZ9_I9m7k 8319
databased/dbshell.py sha256=rAaW8yuOfCv_zDkXkDWJ_KJIyyTXc8oRx1Gx7dFcerE 18728
databased/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
databased-4.3.5.dist-info/METADATA sha256=17c6GAk99RuLe_jJg4t3tVHE3Fo9jlwaAoMVdj0Tlx0 23365
databased-4.3.5.dist-info/WHEEL sha256=osohxoshIHTFJFVPhsi1UkZuLRGMHRXZzwEBW2ezjrc 87
databased-4.3.5.dist-info/entry_points.txt sha256=cPkBxU_lNkUbIyLXWVh6ke3-8cI_y2ApMoulRmF_V1A 96
databased-4.3.5.dist-info/licenses/LICENSE.txt sha256=GA4k0f8zyJsPeXl_v_6h0BQT4BnMtK-NX8QSGL0JbCQ 1086
databased-4.3.5.dist-info/RECORD

entry_points.txt

custom_dbshell = databased.create_shell:main
dbshell = databased.dbshell:main