Metadata-Version: 2.4
Name: sqlalchemy-tibero
Version: 1.4.55
Summary: SQLAlchemy Tibero Dialect
Home-page: https://github.com/ybjeon01/sqlalchemy-tibero
Author: Yeongbae Jeon
Author-email: ybjeon01@naver.com
License: MIT
Project-URL: Documentation, https://github.com/ybjeon01/sqlalchemy-tibero/wiki
Project-URL: Source, https://github.com/ybjeon01/sqlalchemy-tibero
Project-URL: Tracker, https://github.com/ybjeon01/sqlalchemy-tibero/issues
Keywords: SQLAlchemy,Tibero
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: SQLAlchemy<2,>=1
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: pyodbc
Requires-Dist: pyodbc>=5; extra == "pyodbc"
Dynamic: license-file

# SQLAlchemy Tibero Dialect

The SQLAlchemy Tibero Dialect is a SQLAlchemy extension designed to enable
interaction between SQLAlchemy and Tibero databases

---

## Installation Guide

For detailed installation instructions, please refer to the
`sqlalchemy-tibero_install_guide.md` file located in the same directory.

You can view the korean version here: [sqlalchemy-tibero_install_guide.md](./sqlalchemy-tibero_install_guide.md)

- **Note**: This branch is for testing purposes and differs from
the code available on PyPI.

---

## SQLAlchemy Tibero Dialect Document

You can view the korean version here: [sqlalchemy-tibero-doc.md](./sqlalchemy-tibero-doc.md)

---

## How to test with sqlalchemy test directory

Following document describes the procedure for executing the tests located
in the test folder of the source code in a Tibero environment,
instead of testing the official SQLAlchemy test suite.

You can find the document (korean version) here:
[how-to-test-with-sqlalchemy-test-directory.md](./how-to-test-with-sqlalchemy-test-directory.md)

---

## TODO

- [ ] Use GitHub workflow (run pre-commit and pytest, pypi upload)
- [ ] Use pre-commit (ruff check --diff, and ruff format --diff)
- [ ] Pass all tests in SQLAlchemy test suite and most of sqlalchemy/tests
- [ ] Create documentation on how to test the SQLAlchemy Tibero Dialect
- [ ] Create documentation on SQLAlchemy Tibero Dialect
