Metadata-Version: 2.1
Name: flowsy
Version: 0.0.2
Summary: A simple way to get recommendations
Home-page: https://github.com/daniel-riffi/flowsy/tree/master/
Author: Daniel Riffert
Author-email: riffert.daniel@gmail.com
License: Apache Software License 2.0
Description: # Welcome to flowsy
        > A simple way to get recommendations.
        
        
        This file will become your README and also the index of your documentation.
        
        ## Install
        
        `pip install flowsy`
        
        ## How to use
        
        If you want to say hello to someone you can use this method
        
        ```python
        say_hello("Daniel")
        ```
        
        
        
        
            'Hello Daniel!'
        
        
        
Keywords: fast.ai nbdev
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
