lunisolar
lunisolar copied to clipboard
A Python library that handles conversions between the Chinese calendar and the Gregorian calendar.
Hello, these lines are not working for me: ``` >>> moon_landing.heavenly_stem ji >>> moon_landing.earthly_branch you ``` It does, when I use `moon_landing.stem` and `moon_landing.branch`.
this fixes #2
this fixes #2
always got this error after import module `>>> import lunisolar Traceback (most recent call last): File "", line 1, in File "/home/ryan/Envs/mgmt/lib/python3.4/site-packages/lunisolar/__init__.py", line 1, in from lunisolar import ChineseDate ImportError:...
Hi, thank you for sharing this library. I rarely found package with stem, and branch info, and so glad you included in this package. I just want to raise an...