Metadata-Version: 2.4
Name: temsalet
Version: 0.0.1
Summary: A Python library and API for accessing traditional Ethiopian proverbs.
Author: beldados
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn
Dynamic: license-file

# Temsalet

Temsalet is an open-source project that aims to preserve and promote the rich traditions of Ethiopia. The library and API are designed to unpack the wisdom and knowledge embedded in Ethiopian proverbs, making them accessible to a wider audience of developers and creators.

## Features

- **Proverb of the Day**: Retrieve a random proverb, along with its meaning, origin, and category.
- **Search**: Search for specific proverbs by keyword, topic, or language.
- **Language Support**: Full support for both English and Amharic languages.
- **Offline & API Access**: Use it as a direct offline Python module, or run a local FastAPI web server.

## Installation

You can install Temsalet directly via pip:

```bash
pip install temsalet
