Metadata-Version: 2.4
Name: truezmanim-tui
Version: 1.1.0
Summary: A Text User Interface for Jewish prayer times (zmanim)
Author-email: Dror Maor <dror.m.maor@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/DrorMaor/TrueZmanim_TUI
Project-URL: Repository, https://github.com/DrorMaor/TrueZmanim_TUI
Project-URL: Issues, https://github.com/DrorMaor/TrueZmanim_TUI/issues
Keywords: zmanim,jewish,prayer-times,tui,terminal,davening
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Religion
Description-Content-Type: text/markdown
Requires-Dist: textual>=0.50.0
Requires-Dist: aiohttp>=3.9.0

# TrueZmanim TUI

A Text User Interface (TUI) application for viewing Jewish prayer times (zmanim) based on the truezmanim.com API.

## Features

- Search for cities with autocomplete
- View zmanim (prayer times) for any city
- Toggle between English and Hebrew display
- Shows Hebrew date and weekly Parsha
- Settings persist between sessions

## Installation

```bash
pip install truezmanim-tui
```

## Usage

```bash
truezmanim
```

Or run directly:

```bash
python -m truezmanim_tui
```

## Development

```bash
# Clone the repository
git clone https://github.com/DrorMaor/TrueZmanim_TUI.git
cd truezmanim-tui

# Create virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -e .
```

## License

MIT
