Metadata-Version: 2.1
Name: auto-abbr
Version: 1.0.3
Summary: a list of abbreviations for a given string
Home-page: https://github.com/LemuriaChen/auto_abbr
Author: dandanlemuria
Author-email: 18110980003@fudan.edu.cn
License: UNKNOWN
Description: 
        ### introduction
        This is a simple example package, you can get w
        
        ### install
        ```shell script
        pip install auto_abbr
        ```
        
        ### usage
        
        ```python
        from abbr import get_abbr
        print(get_abbr('China Eastern Airlines'))
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires: requests
Requires: lxml
Requires-Python: >=3.5
Description-Content-Type: text/markdown
