Metadata-Version: 1.0
Name: motif
Version: 0.0.10
Summary: motif - Python module written by Wu Fuheng
Home-page: http://www.quant365.com
Author: Wu Fuheng
Author-email: wufuheng@gmail.com
License: GPL
Description: motif - Python module for motif
        ============================================================================================
        
        - motif is a Python module written by Wu Fuheng
        
        - OS: Linux Ubuntu 15.04 64bit
        
        - Installation:
        
          ::
        
            sudo easy_install https://pypi.python.org/packages/2.7/m/motif/motif-0.0.10-py2.7.egg
        
        - Run:
        
          ::
        
            $python
            Python 2.7.9 (default, Apr  2 2015, 15:33:21)
            [GCC 4.9.2] on linux2
            Type "help", "copyright", "credits" or "license" for more information.
            >>> from motif import Motif
            >>> m = Motif()
            >>> m.test()
            PASS
            PASS
            PASS
            PASS
            >>> m.run(10)
            326862
            >>> m.run(1)
            10
            >>> m.run(2)
            30
            >>> m.run(3)
            96
            >>> m.run(4)
            304
        
Keywords: motif,python
Platform: Independant
