Metadata-Version: 2.4
Name: pjdev-sqlmodel
Version: 4.1.0a3
Project-URL: Documentation, https://gitlab.purplejay.net/keystone/python
Project-URL: Issues, https://gitlab.purplejay.net/keystone/python/issues
Project-URL: Source, https://gitlab.purplejay.net/keystone/python
Author-email: Purple Jay LLC <apps+keystone-python-221-issue-@purplejay.io>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.12
Requires-Dist: loguru
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=2.2.3
Requires-Dist: pyarrow>=18.1.0
Requires-Dist: pydantic-settings>=2.6.1
Requires-Dist: python-calamine>=0.3.1
Requires-Dist: sqlmodel>=0.0.22
Description-Content-Type: text/markdown

# pjdev-sqlmodel

[![PyPI - Version](https://img.shields.io/pypi/v/pjdev-sqlmodel.svg)](https://pypi.org/project/pjdev-sqlmodel)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pjdev-sqlmodel.svg)](https://pypi.org/project/pjdev-sqlmodel)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install pjdev-sqlmodel
```

## License

`pjdev-sqlmodel` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
