Metadata-Version: 2.4
Name: semantido
Version: 0.1.0
Summary: Semantic layer for SQLAlchemy models that auto-generates LLM-ready schema with rich semantic metadata for text-to-SQL systems and LLM-powered database interactions
Project-URL: Homepage, https://github.com/hikarilabs/semantido
Project-URL: Documentation, https://hikarilabs.github.io/semantido/
Project-URL: Issues, https://github.com/hikarilabs/semantido/issues
Author-email: Dragos Crintea <dragos.crintea@semantido.ai>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: sqlalchemy
Provides-Extra: dev
Requires-Dist: black==25.12.0; extra == 'dev'
Requires-Dist: pylint==4.0.4; extra == 'dev'
Requires-Dist: pytest-cov==7.0.0; extra == 'dev'
Requires-Dist: pytest==9.0.2; extra == 'dev'
Description-Content-Type: text/markdown

# Semantido

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

-----

Table of Contents
-----

- [About](#about)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)

About
-----
In the world of GenAI, providing a reliable semantic layer foundations for a reliable RAG and agentic systems becomes the real differentiator. 
The value is in your data and workflows. `semantido` handles the semantic layer plumbing so you can focus on what makes your system unique.

-----

```console
pip install semantido
```

Contributing
-----
Contributions to this library are welcomed and highly encouraged.
See [CONTRIBUTING.md](https://github.com/hikarilabs/semantido/blob/main/CONTRIBUTING.md) for more information on how to get started.

License
-----
`semantido` is distributed under the terms of the [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html) license.
