Metadata-Version: 1.0
Name: task1_mareev_meledin
Version: 1.4.46
Summary: Workshop 3 course. Autumn 17-18. Exercise 1.
Home-page: UNKNOWN
Author: Mareev Gleb and Meledin Stanislav
Author-email: wowmagic.gm@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: task1_mareev_meledin
        --------
        
        This package is here to demonstrate the skill of creating packages.
        
        To use, simply do: 
        
        .. code:: python
        
                import import solve
                print(solve.nash_equilibrium([[1, 2], [3, 4]]))
        
        
        Посмотрим на исходный код:
        ::
        
            Пример исходного кода
        
        Create a JSON file containing your mappings and initialize the module
        
        .. code:: python
        
            from ibmcloudenv import IBMCloudEnv
            IBMCloudEnv.init("/path/to/the/mappings/file/relative/to/prject/root")
        
        
Platform: UNKNOWN
