Metadata-Version: 2.1
Name: zen-quotes
Version: 1.1.1
Summary: A sample lib Zen of Python
Home-page: https://github.com/ymussi/zen_quotes
Author: Yuri Mussi
Author-email: ymussi@gmail.com
License: BSD
Description: # zen_quotes
        
        A simple library that returns the Zen of Python quotes.
        
        - Installation
        
        pip install zen_quotes
        
        - Usage
        
        from zen_quotes.quote import Quotes
        
        Quotes().get_quotes() # That will return you all quotes.
        
        Altogether there are 19 quotations, but if you need only one quotation, then pass the quotation position number on the list.
        
        Quotes().get_quotes(2) # this will return you the second quote on the list.
        
        
        
Keywords: Mussi
Platform: UNKNOWN
Description-Content-Type: text/markdown
