Metadata-Version: 2.1
Name: neon-goby
Version: 0.0.3
Summary: A simple package to clean email bodies
Home-page: https://github.com/pypa/sampleproject
Author: HiiYL
Author-email: hii@saleswhale.com
License: UNKNOWN
Description: # neon-goby
        
        Email body cleaner
        
        ![neon_goby](https://user-images.githubusercontent.com/7908951/74209960-cfb0e880-4cc4-11ea-842a-6abb6e0b11ac.png)
        
        ### Install
        
        The quick way:
        ```
        pip install neon-goby
        ```
        
        
        ### Usage
        
        ```
        from neon_goby import NeonGoby
        
        NeonGoby.parse(<email_body>)
        ```
        Both html and text representations are supported.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
