db-to-sqlite

View on PyPIReverse Dependencies (1)

1.5 db_to_sqlite-1.5-py3-none-any.whl

Wheel Details

Project: db-to-sqlite
Version: 1.5
Filename: db_to_sqlite-1.5-py3-none-any.whl
Download: [link]
Size: 16283
MD5: f5af175d7d153c8efceffd6b3c21704a
SHA256: b2bcd1f76a3fd77b69487d62d1f0ebe6ef89d74770f22d99c4334fcca611ba2d
Uploaded: 2023-02-07 01:11:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: db-to-sqlite
Version: 1.5
Summary: CLI tool for exporting tables or queries from any SQL database to a SQLite file
Author: Simon Willison
Home-Page: https://datasette.io/tools/db-to-sqlite
Project-Url: Documentation, https://github.com/simonw/db-to-sqlite/blob/main/README.md
Project-Url: Changelog, https://github.com/simonw/db-to-sqlite/releases
Project-Url: Source code, https://github.com/simonw/db-to-sqlite
Project-Url: Issues, https://github.com/simonw/db-to-sqlite/issues
Project-Url: CI, https://travis-ci.com/simonw/db-to-sqlite
License: Apache License, Version 2.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Requires-Dist: sqlalchemy
Requires-Dist: sqlite-utils (>=2.9.1)
Requires-Dist: click
Requires-Dist: mysqlclient; extra == "mysql"
Requires-Dist: psycopg2; extra == "postgresql"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: pytest; extra == "test_mysql"
Requires-Dist: mysqlclient; extra == "test_mysql"
Requires-Dist: pytest; extra == "test_postgresql"
Requires-Dist: psycopg2; extra == "test_postgresql"
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: test
Provides-Extra: test_mysql
Provides-Extra: test_postgresql
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 7301 characters]

WHEEL

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

RECORD

Path Digest Size
db_to_sqlite/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
db_to_sqlite/cli.py sha256=L9jxaFBoNhx5Y4YxIBhEMoAXhwLblDKOoeuocOFsmD0 7216
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/conftest.py sha256=70iXDQiPJIYlqEc4B6Ycg7-MLCxKsSVRgXPCfOTp8hM 5336
tests/shared.py sha256=IJgn4MizNzA3ZvCHj76VQe0ivFSJCxs5eE08OsfKkB4 1355
tests/test_db_to_sqlite.py sha256=5yHahLBIU5pjEi61yGDYqOSemLIq5WaBl1lW815J31c 4178
tests/test_docs.py sha256=y8rU_vk0rQ4UzfjRukuhybGIS5_dawsu3hBIE241nMI 411
tests/test_fixtures.py sha256=_X-5-y5FyEyR7yhTw8RMiUoJITU5PMf9dWSEzbY19Yk 1842
tests/test_redact.py sha256=SFxO5miNgHGvtOLqStNeBTogHr-E-UUJ6XgcKJIOK-8 1012
db_to_sqlite-1.5.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
db_to_sqlite-1.5.dist-info/METADATA sha256=6sefCYzr37GrZdb5PaiMbjPh7mLW6PV2bIEqzngGF0Q 9078
db_to_sqlite-1.5.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
db_to_sqlite-1.5.dist-info/entry_points.txt sha256=xcumxgEhQOLVQRohlxP6TBCZyjhfg3BjpJd1CsCTn3I 54
db_to_sqlite-1.5.dist-info/top_level.txt sha256=8VHlU_Ft7Bri4WG6axhO5Vs6p8cMQDlGw1cfOqJAd6o 19
db_to_sqlite-1.5.dist-info/RECORD

top_level.txt

db_to_sqlite
tests

entry_points.txt

db-to-sqlite = db_to_sqlite.cli:cli