Metadata-Version: 2.1
Name: RecamanSequence
Version: 0.2
Summary: Iterate through Recaman's sequence up to a givenlimit, where limit represent number of desired iterations
Home-page: https://github.com/urosjevremovic/Recamans-Sequence
Author: Uros Jevremovic
Author-email: jevremovic.uros91@gmail.com
License: MIT
Description: 
        RecamanSequence
        -------------
        
        Simple script for iterating through Recaman's sequence up to a
        given limit, where limit represent number of desired iterations.
        
        You can get it by downloading it directly or by typing:
        
            $ pip install RecamanSequence
        
        After it is installed you can start it by simply typing in your terminal:
        
            $ recaman 'integer_number_representing_desired_limit'
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
