Metadata-Version: 2.4
Name: sthali-db
Version: 0.0.2
Summary: A FastAPI package dependency for SthaliCRUD perform DB queries
Author-email: Jhunu Fernandes <jhunu.fernandes@gmail.com>
Project-URL: Homepage, https://github.com/project-sthali/sthali-db
Project-URL: Bug Tracker, https://github.com/project-sthali/sthali-db/issues
Project-URL: Source, https://github.com/project-sthali/sthali-db
Project-URL: Documentation, https://project-sthali.github.io/sthali-db
Project-URL: Changelog, https://github.com/project-sthali/sthali-db/releases
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sthali-core>=0.0.8
Requires-Dist: tinydb>=4.8.2
Provides-Extra: dev
Requires-Dist: coverage[toml]>=7.9.1; extra == "dev"
Requires-Dist: ruff>=0.12.0; extra == "dev"
Provides-Extra: tests
Requires-Dist: coverage[toml]>=7.9.1; extra == "tests"
Provides-Extra: stage
Requires-Dist: build>=1.2.1; extra == "stage"
Requires-Dist: coverage[toml]>=7.9.1; extra == "stage"
Dynamic: license-file

<p align="center">
    <a href="https://project-sthali.github.io/sthali-db/images/sthali-db.svg">
        <img src="https://project-sthali.github.io/sthali-db/images/sthali-db.svg" alt="sthali-db">
    </a>
    <em>A FastAPI package dependency for SthaliCRUD perform DB queries</em>
</p>
<p align="center">
    <a href="https://github.com/project-sthali/sthali-db/actions/workflows/tests.yml" target="_blank">
        <img src="https://github.com/project-sthali/sthali-db/actions/workflows/tests.yml/badge.svg" alt="">
    </a>
    <a href="https://github.com/project-sthali/sthali-db/actions/workflows/deploy.yml" target="_blank">
        <img src="https://github.com/project-sthali/sthali-db/actions/workflows/deploy.yml/badge.svg" alt="">
    </a>
    <a href="https://github.com/project-sthali/sthali-db/actions/workflows/docs.yml" target="_blank">
        <img src="https://github.com/project-sthali/sthali-db/actions/workflows/docs.yml/badge.svg?branch=development" alt="">
    </a>
</p>

<p align="center">
    <a href="https://project-sthali.github.io/sthali-db/license/" target="_blank">
        <img alt="License" src="https://img.shields.io/github/license/project-sthali/sthali-db">
    </a>
    <a href="https://github.com/project-sthali/sthali-db/releases" target="_blank">
        <img alt="Release" src="https://img.shields.io/github/v/release/project-sthali/sthali-db">
    </a>
</p>

**Docs**: [https://project-sthali.github.io/sthali-db/](https://project-sthali.github.io/sthali-db/)

**PyPI**: [https://pypi.org/project/sthali-db/](https://pypi.org/project/sthali-db/)

**Source**: [https://github.com/project-sthali/sthali-db/](https://github.com/project-sthali/sthali-db/)

**Board**: [https://github.com/users/project-sthali/projects/1/](https://github.com/users/project-sthali/projects/1/)

---

### Requirements

#### Prerequisites
- `python >= 3.10`
- `pip` package manager

#### Runtime Dependencies
This project requires the following Python packages with specific versions:

- `sthali-core >= 0.0.8`

- `tinydb >= 4.8.2`



#### Optional Dependencies
This project has optional dependencies that can be installed for additional features:

##### dev

- `coverage[toml] >= 7.9.1`

- `ruff >= 0.12.0`


##### tests

- `coverage[toml] >= 7.9.1`


##### stage

- `build >= 1.2.1`

- `coverage[toml] >= 7.9.1`




---

### Instalation

#### Using PYPI

```
pip install sthali-db
```

#### Using GitHub repo

```
git clone https://github.com/project-sthali/sthali-db.git
cd sthali-db
pip install .
```

---

### Usage

nothing to see here, plz disperse
