This is the python version of my website on Chinese calendar conversion. This package provides a number of function to convert between the Western and Chinese calendars. It can be used to perform more complicated calendar calculations.
If you just want to look up the Chinese calendar date from a given Western calendar date, using my website on Chinese calendar conversion is the simplest. You don't need to use this package, which is designed to perform more advanced calendar calculations.
Use the following pip command to install and update this package.
pip install --upgrade ChineseCalendar_py
Quickstate guide shows the basic usage of the calendar-conversion functions provided by this package.
Tutorial describes the calendar-conversion functions in more detail.
Calendar exercises demonstrates how to use this package's functions to write code that can carry out more complicated calendar calculations.