← 返回
未分类 中文

Jewish Zmanim Calculator

Calculate Halachic times (zmanim) for any location and date. Sunrise, sunset, dawn, dusk, candle lighting, Shabbos times, Daf Yomi, and all major zmanim. Use...
计算任意地点和日期的哈拉赫时间(zmanim),包括日出、日落、黎明、黄昏、烛光点燃、安息日(Shabbos)时间、达夫·约米及所有主要zmanim。使用...
abeperl abeperl 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 293
下载
💾 0
安装
1
版本
#halacha#jewish#latest#torah#zmanim

概述

Zmanim Calculator

Calculate Halachic times for any location and date. Powered by the hebcal Python library and NOAA sunrise/sunset algorithms.

Quick Start

# Today's zmanim for current location (auto-detected IP)
zmanim today

# Shabbos times for a specific city
zmanim shabbos --city "New York, NY"

# Full zmanim table for a date
zmanim --date 2026-05-15 --lat 40.7128 --lon -74.0060

# Candle lighting time
zmanim candles --city "Jerusalem"

# Daf Yomi for today
zmanim daf

# Weekly parsha
zmanim parsha

Commands

CommandDescriptionExample
-------------------------------
zmanim todayAll zmanim for todayzmanim today
zmanim shabbosShabbos entry/exit timeszmanim shabbos --city "Brooklyn, NY"
zmanim candlesCandle lighting timezmanim candles --zip 11230
zmanim --date YYYY-MM-DDZmanim for specific datezmanim --date 2026-06-01
zmanim --lat X --lon YZmanim for coordinateszmanim --lat 31.7683 --lon 35.2137
zmanim dafToday's Daf Yomizmanim daf
zmanim parshaThis week's parshazmanim parsha
zmanim yomtovUpcoming Yom Tov dateszmanim yomtov

Output Format

📅 Zmanim for Brooklyn, NY — Friday, May 15, 2026
───────────────────────────────────────────────
🕯️ Candle Lighting (18 min):  7:42 PM
🌅 Shkiah (Sunset):           8:02 PM
🌙 Tzeis (72 min):            9:14 PM
🌄 Dawn (Alos HaShachar):     4:12 AM
☀️ Netz HaChamah (Sunrise):   5:42 AM
📖 Sof Zman Shema (Gra):      9:24 AM
📖 Sof Zman Shema (M'A):      8:48 AM
🕰️ Chatzos (Midday):          12:52 PM
🕰️ Mincha Gedolah:           1:12 PM
🕰️ Mincha Ketanah:           4:52 PM
🕰️ Plag HaMincha:            6:27 PM
🌅 Shkiah:                    8:02 PM

Installation

pip3 install hebcal-python python-dateutil

Or use the bundled script (no dependencies):

python3 scripts/zmanim.py --city "New York, NY"

API

from scripts.zmanim import get_zmanim, get_shabbos_times, get_daf_yomi

# Get all zmanim for a location
times = get_zmanim(lat=40.7128, lon=-74.0060, date="2026-05-15")
print(times['candle_lighting'])

# Shabbos times
shabbos = get_shabbos_times(city="Brooklyn, NY")
print(f"Candles: {shabbos['candle_lighting']}")
print(f"Havdalah: {shabbos['tzeis_72']}")

# Daf Yomi
daf = get_daf_yomi()
print(f"Today: {daf['tractate']} {daf['daf']}")

Configuration

Create ~/.config/zmanim/default.json:

{
  "default_city": "Brooklyn, NY",
  "candle_lighting_minutes": 18,
  "tzeis_minutes": 72,
  "timezone": "America/New_York"
}

Data Sources

  • Hebcal API — Jewish calendar calculations
  • NOAA — Sunrise/sunset algorithms
  • GeoNames — City-to-coordinates lookup

Limitations

  • Location lookup requires internet (or cached coordinates)
  • Extreme latitudes (near poles) may have edge cases
  • Yom Tov dates use Hebrew calendar; verify against local minhag

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 01:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

education

Language Learning Tutor

chipagosfinest
AI语言导师,通过对话、词汇练习、语法课程、抽认卡及沉浸式练习,助您学习任意语言。适用于学习新语言、练词汇、学语法、翻译、会话练习、旅行准备、习语俚语或改善发音。支持包括中、英、日、韩、法、德、西等在内的100多种语言。
★ 30 📥 9,003
education

Interview Simulator

wscats
模拟各类职位和经验水平的面试,提供定制化的技术、行为及案例问题,并给予详细反馈与评分。
★ 26 📥 22,148
knowledge-management

Torah Scholar

abeperl
通过Sefaria API搜索和探索犹太文本(Torah、Tanach、Talmud、Midrash及注释)。适用于研究Torah来源、查阅经文等。
★ 0 📥 878