Metadata-Version: |
2.1 |
Name: |
sqliteschema |
Version: |
2.0.0 |
Summary: |
A Python library to dump table schema of a SQLite database file. |
Author: |
Tsuyoshi Hombashi |
Author-Email: |
tsuyoshi.hombashi[at]gmail.com |
Home-Page: |
https://github.com/thombashi/sqliteschema |
Project-Url: |
Changlog, https://github.com/thombashi/sqliteschema/releases |
Project-Url: |
Source, https://github.com/thombashi/sqliteschema |
Project-Url: |
Tracker, https://github.com/thombashi/sqliteschema/issues |
License: |
MIT License |
Keywords: |
SQLite,library,schema |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
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 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Database |
Classifier: |
Topic :: Terminals |
Requires-Python: |
>=3.7 |
Requires-Dist: |
mbstrdecoder (<2,>=0.8.3) |
Requires-Dist: |
tabledata (<2,>=1.3.1) |
Requires-Dist: |
typepy (<2,>=1.1.4) |
Requires-Dist: |
pytablewriter (<2,>=0.64.0); extra == "cli" |
Requires-Dist: |
loguru (<1,>=0.4.1); extra == "cli" |
Requires-Dist: |
pytablewriter (<2,>=0.64.0); extra == "dumps" |
Requires-Dist: |
loguru (<1,>=0.4.1); extra == "logging" |
Requires-Dist: |
pytest (>=6.0.1); extra == "test" |
Requires-Dist: |
pytablewriter (<2,>=0.64.0); extra == "test" |
Requires-Dist: |
pytest-md-report (>=0.5.0); extra == "test" |
Requires-Dist: |
SimpleSQLite (>=1.3.2); extra == "test" |
Requires-Dist: |
pytest-discord (>=0.1.6); extra == "test" |
Provides-Extra: |
cli |
Provides-Extra: |
dumps |
Provides-Extra: |
logging |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |