Metadata-Version: 2.4
Name: sthali-core
Version: 0.0.0.4
Summary: A core package for Sthali development
Author-email: Jhunu Fernandes <jhunu.fernandes@gmail.com>
Project-URL: Homepage, https://github.com/jhunufernandes/sthali-core
Project-URL: Bug Tracker, https://github.com/jhunufernandes/sthali-core/issues
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: 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: cookiecutter>=2.6.0
Requires-Dist: fastapi>=0.115.13
Requires-Dist: mkdocs>=1.6.1
Requires-Dist: pydantic>=2.11.7
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: tomli>=2.2.1
Requires-Dist: typer>=0.16.0
Requires-Dist: uvicorn>=0.34.3
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="/sthali-core/images/sthali-core.svg">
        <img src="/sthali-core/images/sthali-core.svg" alt="sthali-core" height="35%">
    </a>
</p>

### WIP

A core package for Sthali development

---

### Requirements

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

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

- `cookiecutter >= 2.6.0`

- `mkdocs >= 1.6.0`

- `PyYAML >= 6.0.2`

- `tomli >= 2.0.1`

- `typer >= 0.12.5`



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

##### dev

- `coverage[toml] >= 7.6.1`

- `ruff >= 0.9.10`


##### tests

- `coverage[toml] >= 7.6.1`


##### stage

- `build >= 1.2.1`

- `coverage[toml] >= 7.6.1`



---

### Instalation

#### Using PYPI

```
pip install sthali-core
```

#### Using GitHub repo

```
git clone https://github.com/jhunufernandes/sthali-core.git
cd sthali-core
pip install .
```

---

### Usage

nothing to see here, plz disperse
