Metadata-Version: |
2.1 |
Name: |
SimpleSQLite |
Version: |
1.5.2 |
Summary: |
SimpleSQLite is a Python library to simplify SQLite database operations: table creation, data insertion and get data as other data formats. Simple ORM functionality for SQLite. |
Author: |
Tsuyoshi Hombashi |
Author-Email: |
tsuyoshi.hombashi[at]gmail.com |
Home-Page: |
https://github.com/thombashi/SimpleSQLite |
Project-Url: |
Changlog, https://github.com/thombashi/SimpleSQLite/releases |
Project-Url: |
Documentation, https://SimpleSQLite.rtfd.io/ |
Project-Url: |
Source, https://github.com/thombashi/SimpleSQLite |
Project-Url: |
Tracker, https://github.com/thombashi/SimpleSQLite/issues |
License: |
MIT License |
Keywords: |
SQLite,CSV,Google Sheets,JSON |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX |
Classifier: |
Operating System :: POSIX :: Linux |
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 :: Database |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7 |
Requires-Dist: |
DataProperty (<2,>=1.0.1) |
Requires-Dist: |
mbstrdecoder (<2,>=1.0.0) |
Requires-Dist: |
pathvalidate (<4,>=2.5.2) |
Requires-Dist: |
sqliteschema (<3,>=1.4.0) |
Requires-Dist: |
tabledata (<2,>=1.1.3) |
Requires-Dist: |
typepy (<2,>=1.2.0) |
Requires-Dist: |
sphinx-rtd-theme (>=1.2.2); extra == "docs" |
Requires-Dist: |
Sphinx (>=2.4); extra == "docs" |
Requires-Dist: |
loguru (<1,>=0.4.1); extra == "logging" |
Requires-Dist: |
pytablereader (>=0.31.3); extra == "test" |
Requires-Dist: |
pytablewriter (>=0.50); extra == "test" |
Requires-Dist: |
pytest (>=6.0.1); extra == "test" |
Requires-Dist: |
pytest-discord (>=0.1.6); extra == "test" |
Requires-Dist: |
pytest-md-report (>=0.5); extra == "test" |
Requires-Dist: |
beautifulsoup4 (>=4.10); extra == "test" |
Provides-Extra: |
docs |
Provides-Extra: |
logging |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |