Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 708 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 708 Bytes

Splendid Moons

calculates uposatha moonday calendar data for Mahanikaya

Python library

https://pypi.org/project/splendidmoons/

Generates the calendar data for http://splendidmoons.github.io/

(This is a Python port and replacement of the older suriya-go GoLang package.)

$ pip install splendidmoons
$ splendidmoons asalha-puja 2023
2023-08-01
$ splendidmoons year-events-csv 2020 2030 moondays.csv
from splendidmoons.calendar_year import CalendarYear
for year in [2023, 2024, 2025]:
    print(f"{year}: {CalendarYear(year).year_type()}")
# 2023: YearType.Adhikamasa
# 2024: YearType.Normal
# 2025: YearType.Adhikavara