Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 275 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 275 Bytes

pylunardate

support python2 and python3

examples

from lunardate import LunarDate
lunar_date = LunarDate.from_solar(1979,11,11)
print(lunar_date)

solar_date = LunarDate.to_solar(1979,9,22)
print(solar_date)

install

pip install pylunardate