Metadata-Version: 2.1
Name: cn2num
Version: 0.1.0
Summary: A Simple package transform Chinese numerals into Arabic numerals
Home-page: http://github.com/anhenghuang/cn2num
Author: anhenghuang
Author-email: contact@huanganheng.com
License: MIT
Description: ## cn2num
        
        这是一个中文数字(含货币)到阿拉伯数字的python小模块。不依赖于其他的python模块。
        
        > 原始版本来自于: [wswuai/cn2num.py](https://github.com/wswuai/cn2num.py)
        
        ---
        
        ### Installation
        
        ```shell
        pip install cn2num --user
        ```
        
        ### Usage:
        
        ```python
        import cn2num
        cn2num.transform("两百三十万")
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
