Metadata-Version: 2.4
Name: ChineseCalendar_py
Version: 0.0.1
Summary: Conversion between Western and Chinese Calendar
Author-email: Yuk Tung Liu <yuktungliu@gmail.com>
License-Expression: LicenseRef-Proprietary
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: importlib-resources
Requires-Dist: numpy
Description-Content-Type: text/markdown

# Conversion between Western and Chinese Calendar

This is the python version of [my website on Chinese calendar conversion](https://ytliu0.github.io/ChineseCalendar). 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](https://ytliu0.github.io/ChineseCalendar) is the simplest. You don't need to use this package, which is designed to perform more advanced calendar calculations. 
## Installation 

Use the following pip command to install and update this package. 

`pip install --upgrade ChineseCalendar_py`

