sqlean-driver

View on PyPIReverse Dependencies (0)

0.2.0 sqlean_driver-0.2.0-py3-none-any.whl

Wheel Details

Project: sqlean-driver
Version: 0.2.0
Filename: sqlean_driver-0.2.0-py3-none-any.whl
Download: [link]
Size: 5292
MD5: 705a28cfaa26f90b97c6f8d1a4a9bc82
SHA256: 7d4467404f8525ab53285f98d7aa462afa05e9786b6897fb005cf979314b5d3b
Uploaded: 2024-10-27 17:47:46 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: sqlean-driver
Version: 0.2.0
Summary: SQLAlchemy dialect for the sqlean.py SQLite wrapper
Author-Email: Edgar Ramírez Mondragón <edgarrm358[at]gmail.com>
Maintainer-Email: Edgar Ramírez Mondragón <edgarrm358[at]gmail.com>
Project-Url: Changelog, https://github.com/edgarrmondragon/sqlean-driver/blob/main/CHANGELOG.md
Project-Url: Documentation, https://github.com/edgarrmondragon/sqlean-driver#readme
Project-Url: Issues, https://github.com/edgarrmondragon/sqlean-driver/issues
Project-Url: Source, https://github.com/edgarrmondragon/sqlean-driver
License: MIT License Copyright (c) 2023-present Edgar Ramírez Mondragón <edgarrm358@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
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.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: SQL
Classifier: Topic :: Database
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: sqlalchemy (>=1.4)
Requires-Dist: sqlean-py (<3.47,>=0.21.5.1); python_version < "3.9"
Requires-Dist: sqlean-py (>=0.21.5.1); python_version >= "3.9"
Requires-Dist: coverage[toml] (>=7.4.2); extra == "coverage"
Requires-Dist: coverage[toml] (>=7.4.2); extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-github-actions-annotate-failures; extra == "testing"
Requires-Dist: mypy (>=1); extra == "typing"
Provides-Extra: coverage
Provides-Extra: testing
Provides-Extra: typing
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 2850 characters]

WHEEL

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

RECORD

Path Digest Size
sqlean_driver/__init__.py sha256=62xlWC-s7odfuQxquwnzsk31jGCkSLf8MAqDGbmhZdA 1507
sqlean_driver/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sqlean_driver-0.2.0.dist-info/METADATA sha256=wv7OLf6sh_mOaxoxbfOLjWR1vF1yHLFFkLED2xlAvwk 6324
sqlean_driver-0.2.0.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
sqlean_driver-0.2.0.dist-info/entry_points.txt sha256=3jTmHls_GgLbN4kePHU-sRgu1xFnkVAO68WAyahnl5k 66
sqlean_driver-0.2.0.dist-info/licenses/LICENSE.txt sha256=4VJTkyJDuT-J-YWKO0MpkDh2bxNqG8bZ6xyLk8yaipw 1113
sqlean_driver-0.2.0.dist-info/RECORD

entry_points.txt

sqlite.sqlean = sqlean_driver:SQLeanDialect