[![PyPI version](https://badge.fury.io/py/Oasis-Optimization.svg)](https://badge.fury.io/py/Oasis-Optimization)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/oasis/badges/version.svg)](https://anaconda.org/conda-forge/oasis)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/oasis/badges/platforms.svg)](https://anaconda.org/conda-forge/oasis)
[![Python Versions](https://img.shields.io/pypi/pyversions/Oasis-Optimization.png)](https://img.shields.io/pypi/pyversions/Oasis-Optimization)
[![Build Status](https://travis-ci.org/MAfarrag/Oasis.svg?branch=master)](https://travis-ci.org/MAfarrag/Oasis)
[![Documentation Status](https://readthedocs.org/projects/oasis-optimization/badge/?version=latest)](https://oasis-optimization.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/MAfarrag/Oasis/master)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/oasis/badges/downloads.svg)](https://anaconda.org/conda-forge/oasis)
[![Downloads](https://pepy.tech/badge/oasis-optimization)](https://pepy.tech/project/oasis-optimization)
[![Downloads](https://pepy.tech/badge/oasis-optimization/month)](https://pepy.tech/project/oasis-optimization)
[![Downloads](https://pepy.tech/badge/oasis-optimization/week)](https://pepy.tech/project/oasis-optimization)
Current build status
====================
<table><tr><td>All platforms:</td>
<td>
<a href="https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=12400&branchName=master">
<img src="https://dev.azure.com/conda-forge/feedstock-builds/_apis/build/status/oasis-feedstock?branchName=master">
</a>
</td>
</tr>
</table>
Oasis - Optimization Algorithm for Python
=====================================================================
Installation
============
```
Please install Oasis in a Virtual environment so that its requirements don't tamper with your system's python
**Oasis** works with Python 2.7 and 3.7 64Bit on Windows
```
# Install the dependencies
you can check [libraries.io](https://libraries.io/pypi/Oasis-Optimization) to check versions of the libraries
```
conda install Numpy
pip install mpi4py
```
## Install from conda-forge
```
conda install -c conda-forge oasis
```
## Install from Github
to install the last development to time you can install the library from github
```
pip install git+https://github.com/MAfarrag/Oasis.git
```
## Compile
You can compile the repository after you clone it
iF python is already added to your system environment variable
```
python setup.py install
```
###### or
```
pathto_your_env\python setup.py install
```
## pip
to install the last release you can easly use pip
```
pip install Oasis-Optimization
```
## YML file
using the environment.yml file included with hapi you can create a new environment with all the dependencies installed with the latest Hapi version
in the master branch
```
conda env create --name Hapi_env -f environment.yml
```
# Documentation
for step by step Examples and documentation on how to use the algorithm [readthedocs](https://oasis-optimization.readthedocs.io/en/latest/)
Raw data
{
"_id": null,
"home_page": "https://github.com/MAfarrag/Oasis",
"name": "Oasis-Optimization",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Optimization,Harmony Search",
"author": "Mostafa Farrag",
"author_email": "moah.farag@gmail.come",
"download_url": "https://files.pythonhosted.org/packages/29/6a/d1f0fb3741de414d7a8028cff74305b75d71d736386f887bf5e1ffb02a1c/Oasis-Optimization-1.0.2.tar.gz",
"platform": null,
"description": "[![PyPI version](https://badge.fury.io/py/Oasis-Optimization.svg)](https://badge.fury.io/py/Oasis-Optimization)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/oasis/badges/version.svg)](https://anaconda.org/conda-forge/oasis)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/oasis/badges/platforms.svg)](https://anaconda.org/conda-forge/oasis)\n[![Python Versions](https://img.shields.io/pypi/pyversions/Oasis-Optimization.png)](https://img.shields.io/pypi/pyversions/Oasis-Optimization)\n[![Build Status](https://travis-ci.org/MAfarrag/Oasis.svg?branch=master)](https://travis-ci.org/MAfarrag/Oasis)\n\n[![Documentation Status](https://readthedocs.org/projects/oasis-optimization/badge/?version=latest)](https://oasis-optimization.readthedocs.io/en/latest/?badge=latest)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/MAfarrag/Oasis/master)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/oasis/badges/downloads.svg)](https://anaconda.org/conda-forge/oasis)\n[![Downloads](https://pepy.tech/badge/oasis-optimization)](https://pepy.tech/project/oasis-optimization)\n[![Downloads](https://pepy.tech/badge/oasis-optimization/month)](https://pepy.tech/project/oasis-optimization)\n[![Downloads](https://pepy.tech/badge/oasis-optimization/week)](https://pepy.tech/project/oasis-optimization)\n\nCurrent build status\n====================\n\n\n<table><tr><td>All platforms:</td>\n <td>\n <a href=\"https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=12400&branchName=master\">\n <img src=\"https://dev.azure.com/conda-forge/feedstock-builds/_apis/build/status/oasis-feedstock?branchName=master\">\n </a>\n </td>\n </tr>\n</table>\n\n\nOasis - Optimization Algorithm for Python \n===================================================================== \n\n\nInstallation\n============\n```\nPlease install Oasis in a Virtual environment so that its requirements don't tamper with your system's python\n**Oasis** works with Python 2.7 and 3.7 64Bit on Windows\n```\n# Install the dependencies\nyou can check [libraries.io](https://libraries.io/pypi/Oasis-Optimization) to check versions of the libraries\n```\nconda install Numpy\npip install mpi4py\n```\n## Install from conda-forge\n```\nconda install -c conda-forge oasis\n```\n## Install from Github\nto install the last development to time you can install the library from github\n```\npip install git+https://github.com/MAfarrag/Oasis.git\n```\n## Compile \nYou can compile the repository after you clone it \niF python is already added to your system environment variable\n```\npython setup.py install\n```\n###### or \n```\npathto_your_env\\python setup.py install\n```\n## pip\nto install the last release you can easly use pip\n```\npip install Oasis-Optimization\n```\n## YML file\nusing the environment.yml file included with hapi you can create a new environment with all the dependencies installed with the latest Hapi version\nin the master branch\n```\nconda env create --name Hapi_env -f environment.yml\n```\n# Documentation\nfor step by step Examples and documentation on how to use the algorithm [readthedocs](https://oasis-optimization.readthedocs.io/en/latest/)\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Optimization Algorithm",
"version": "1.0.2",
"split_keywords": [
"optimization",
"harmony search"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "81df1471f0c83f3c0724185f875ea995",
"sha256": "7d0ac3876a9c0176747101d0cb7bf7567c898a05cce74940d4361fdfa2767580"
},
"downloads": -1,
"filename": "Oasis_Optimization-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "81df1471f0c83f3c0724185f875ea995",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 55583,
"upload_time": "2022-05-18T22:53:03",
"upload_time_iso_8601": "2022-05-18T22:53:03.046874Z",
"url": "https://files.pythonhosted.org/packages/ea/33/bea37b002c18b38408718e0c6c66c7366a66ce8fb48e1517df47340b8d7a/Oasis_Optimization-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "7378fe39bb3c80f982f1f2bdd8a269a2",
"sha256": "2e7843575a90998e5bf5fd883985038ae0b7472ca17a534715b216841903f23a"
},
"downloads": -1,
"filename": "Oasis-Optimization-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "7378fe39bb3c80f982f1f2bdd8a269a2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38611,
"upload_time": "2022-05-18T22:53:04",
"upload_time_iso_8601": "2022-05-18T22:53:04.581205Z",
"url": "https://files.pythonhosted.org/packages/29/6a/d1f0fb3741de414d7a8028cff74305b75d71d736386f887bf5e1ffb02a1c/Oasis-Optimization-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-05-18 22:53:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "MAfarrag",
"github_project": "Oasis",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"circle": true,
"lcname": "oasis-optimization"
}