Metadata-Version: 1.1
Name: ortoolpy
Version: 0.0.9
Summary: `ortoolpy` is a package for ortoolpy.
Home-page: https://pypi.python.org/pypi/ortoolpy
Author: Saito Tsutomu
Author-email: tsutomu@kke.co.jp
License: PSFL
Description: `ortoolpy` is a package for ortoolpy.
        ::
        
           from ortoolpy import knapsack
           kn = knapsack([], [])
        
        Requirements
        ------------
        * Python 2 or Python 3, networkx, pulp
        
        Features
        --------
        * nothing
        
        Setup
        -----
        ::
        
           $ pip install ortoolpy
           or
           $ easy_install ortoolpy
        
        History
        -------
        0.0.1 (2015-6-26)
        ~~~~~~~~~~~~~~~~~~
        * first release
        
        
Keywords: ortoolpy
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
