Metadata-Version: 1.1
Name: SaiGene
Version: 0.0.1
Summary: calculate age like `17 years and 90 months`.
Home-page: https://github.com/shinriyo/saigene
Author: shinriyo
Author-email: shinriyo@gmail.com
License: MIT License
Description: `practice_bucho` is a package for exercises.
        
        Requirements
        ------------
        * Python 2.7 or later (not support 3.x)
        
        Features
        --------
        * read below
        
           from datetime import datetime, date, time
           sg = SaiGene()
           born = date(1998, 1, 4)
           res = sg.calculate(born)
        
        * you also instantiate like below
        
           self.mc = SaiGene(age=18, lang="kr")
           # => 17세와180개월
        
           self.mc = SaiGene(age=18, lang="vi")
           # => 17 năm và 180 tháng
        
        Setup
        -----
        ::
        
           $ pip install saigene
        
        History
        -------
        0.0.1 (2015-1-5)
        ~~~~~~~~~~~~~~~~~~
        * first release
        
        
Keywords: saigene,17sai,shinriyo
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
