Metadata-Version: 1.1
Name: pyNA
Version: 0.1.0
Summary: Neighborhood parameter space search algorithm
Home-page: https://github.com/rbeucher/pyNA.git
Author: Romain Beucher
Author-email: romain.beucher@anu.edu.au
License: UNKNOWN
Description: 
        ========================
        Neighborhood Algorithm
        ========================
        
        ------------
        Installation
        ------------
        
        The code is available on pypi and should work on any Linux distributions, MacOSX and Windows 10.
        To install it just run:
        
        .. code:: bash
        
          pip install pyNA
        
        in the console.
        
        You can install the package from the latest github source by doing:
        
        .. code:: bash
        
          pip install git+https://github.com/rbeucher/pyNA.git
        
        ------------
        Dependencies
        ------------
        
        The pip install should take care of the dependencies, if not you might want to
        check that you have the following packages installed on your system:
        
        - numpy >= 1.17.4
        - scipy >= 1.3.2
        
        -----------
        Recommended
        -----------
        We recommend using Jupyter:
        
        - jupyter
        
        ---------
        Licensing
        ---------
        
        pyNA is an open-source project licensed under the MiT License. See LICENSE.md for details.
        
        ------------
        Contributing
        ------------
        
        -------
        Contact
        -------
        
        Dr Romain BEUCHER, 
        The Australian National University
        romain.beucher@anu.edu.au
Keywords: optimisation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
