db-build

View on PyPIReverse Dependencies (0)

0.1 db_build-0.1-py3-none-any.whl

Wheel Details

Project: db-build
Version: 0.1
Filename: db_build-0.1-py3-none-any.whl
Download: [link]
Size: 3095
MD5: 668b23dbf93540b9da446ad9b68be059
SHA256: f94c5290719744a506f14cfcbb7ff28c1bf22140eefe43ac07eba4a27a494f59
Uploaded: 2023-08-15 01:50:46 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: db-build
Version: 0.1
Summary: Tools for building SQLite databases from files and directories
Author: Simon Willison
Project-Url: Homepage, https://github.com/simonw/db-buld
Project-Url: Changelog, https://github.com/simonw/db-buld/releases
Project-Url: Issues, https://github.com/simonw/db-buld/issues
Project-Url: CI, https://github.com/simonw/db-buld/actions
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: click
Requires-Dist: sqlite-utils
Requires-Dist: pytest; extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 1504 characters]

WHEEL

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

RECORD

Path Digest Size
db_build/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
db_build/cli.py sha256=eR9BtcmqDIcSVpxg-Iva5bdAuJY5aYCm1UDJ5SlIFxY 797
db_build/sqlite_utils_plugin.py sha256=mO2Mrn69J32h6A024eH3a1akI2z-q5C3Rf5YIDT-XEA 163
db_build-0.1.dist-info/METADATA sha256=HyRZophHqM_p7l5VxOM0Tv3ACIzqT1gRlnRA6EukF_I 2128
db_build-0.1.dist-info/WHEEL sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc 92
db_build-0.1.dist-info/entry_points.txt sha256=AVvAAkkDY5rRxbD2_W59ZS156-ULdDwPsf-CbqdIuMs 102
db_build-0.1.dist-info/top_level.txt sha256=LBaN-83idhyds393EdeBl3V-gI5jxU62vCKIkamAUHU 9
db_build-0.1.dist-info/RECORD

top_level.txt

db_build

entry_points.txt

db-build = db_build.cli:cli
db_build = db_build.sqlite_utils_plugin