Metadata-Version: 2.1
Name: packaage
Version: 0.0.3
Summary: Packaage is a Python library with few AI utils
Home-page: UNKNOWN
License: UNKNOWN
Description: # Packaage
        
        Packaage is a Python library with few AI utils.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install packaage.
        
        ```bash
        pip install packaage
        ```
        
        ## Usage
        
        ### Meaning of life
        
        ```python
        from packaage.life import meaning
        
        print(meaning) # print 42
        ```
        
        ### Clean text
        
        ```python
        from packaage.utils import clean_text
        
        clean_text("Très cool!!") # return "tres cool"
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Description-Content-Type: text/markdown
