{ "info": { "author": "Andrea Raith, Olga Perederieieva", "author_email": "peredereeva@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering" ], "description": "*pyDEA* is a software package developed in Python for conducting data envelopment analysis (DEA). \n\nUser documentation can be found at https://araith.github.io/pyDEA/.\n\nSource\n======\n\nThe latest source version is available on github: https://github.com/araith/pyDEA.\n\nInstallation\n============\n\nThe *pyDEA* package can be installed via pip, easy_install or from source. In order to install it via pip open terminal and use the following command:\n\n*>> pip install pyDEA*\n\nIn order to install a specific version use the following command:\n\n*>> pip install pyDEA==version_number*\n\nIn order to install *pyDEA* via easy_install use the following command:\n\n*>> easy_install pyDEA*\n\nOr for specific version:\n\n*>> easy_install pyDEA==version_number*\n\nIn order to install from source, download and unzip source files, open terminal and navigate to *pyDEA* main folder and run the following command:\n\n*>> python setup.py install --record files.txt*\n\nThis command will create distribution files in *pyDEA* folder and write paths to all other installed files to files.txt.\n\nHow to Run\n==========\n\nThe *pyDEA* package supports several interfaces. It has a Graphical User Interface (GUI), Command Line Interface (CLI) and it can be imported and used directly in python scripts. After package installation, in order to run GUI, open terminal and type:\n\n*>> pyDEA*\n\nOr use command:\n\n*>> python -m pyDEA.main_gui*\n\nIn order to run CLI, use the following command:\n\n*>> python -m pyDEA.main file_with_params output_file_format output_dir sheet_name*\n\nwhere\n\n - *file_with_params* is path to file with parameters.\n\n - *output_file_format*, possible values: xls, xlsx and csv, default value is xlsx. This value is optional and is used only if OUTPUT_FILE in parameters file is empty or set to auto. Otherwise, the value in OUTPUT_FILE is used instead.\n\n - *output_dir* is output directory. It is optional, if it is not specified, solution will be written to current directory. This value is used only if OUTPUT_FILE in parameters file is empty or set to auto. Otherwise, the value in OUTPUT_FILE is used instead.\n\n - *sheet_name* is sheet name from which data should be read. It is optional, if it is not specified, data will be read from the first sheet.\n\nIf you want to specify sheet name, but not output directory use empty string as the third argument, as shown below:\n\n*>> python -m pyDEA.main .file_with_params \"\" \"\" sheet_name*\n\nIf file path contains spaces use quotes.\n\nThe *pyDEA* package can be imported in a python script as any other package. However, in order to access its methods and classes you need explicitly import them, for example, *from pyDEA import main_gui*. Then you can execute GUI by calling *main_gui.main()*. \n\nAnother example: \n\n*>> from pyDEA.core.utils import dea_utils*\n\n*>> dea_utils.change_to_unique_name_if_needed(\"test\")*\n\nThis example imports all methods and classes defined in *dea_utils*.\n\nUninstalling\n============\n\nIf *pyDEA* was installed via pip or easy_install, it can be uninstalled by using the following command:\n\n*>> pip uninstall pyDEA*\n\nIf *pyDEA* was installed from source, it must be manually uninstalled. Simply remove all files listed in files.txt and all *pyDEA* package files.\n\nCopyright and License\n=====================\n\n*pyDEA* is distributed under the MIT License (https://opensource.org/licenses/MIT).\n\nCopyright (c) 2016 Andrea Raith, Olga Perederieieva, Fariza Fauzi.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files, to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nAcknowledgements\n================\n\n*pyDEA* has been financially supported by the Department of Engineering Science at the University of Auckland and the Auckland Medical Research Foundation (AMRF).\n\nThe *pyDEA* solver was first developed during a summer project in 2009 / 2010 at the University of Auckland, Department of Engineering Science by Kane Harton. Development was continued by Harriet Priddey during her Part IV project at the Department of Engineering Science in 2010. The code was further modified and enhanced with a GUI by Andrea Raith in 2010 / 2011. Alan Lee, Matt Rouse and Andrea Raith continued work on the GUI and the underlying DEA solver continued between November 2011 and February 2012. From 2014, pyDEA was re-implemented by Olga Perederieieva with input from Fariza Fauzi.\n\nThank you to Paul Rouse for guidance on DEA and help with the revamped version of *pyDEA*. Also, thank you to Oliver Weide for help with python.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/araith/pyDEA", "keywords": "data envelopment analysis", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyDEA", "package_url": "https://pypi.org/project/pyDEA/", "platform": "", "project_url": "https://pypi.org/project/pyDEA/", "project_urls": { "Homepage": "https://github.com/araith/pyDEA" }, "release_url": "https://pypi.org/project/pyDEA/1.6/", "requires_dist": [ "openpyxl", "pulp (>=1.6.1)", "xlrd", "xlwt-future" ], "requires_python": "", "summary": "Package for conducting data envelopment analysis", "version": "1.6" }, "last_serial": 3227230, "releases": { "1.4": [ { "comment_text": "", "digests": { "md5": "170f339c0ddfaa1a2410796823bd3746", "sha256": "492e4f9f7e0f0953601cb4b767208c807e253c6ef8d96cb820b96da73ac4500b" }, "downloads": -1, "filename": "pyDEA-1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "170f339c0ddfaa1a2410796823bd3746", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 121697, "upload_time": "2017-09-28T08:16:54", "url": "https://files.pythonhosted.org/packages/3e/b6/a84b8f429942b26569ec3cd5d70d24cef9800e244889b92fefc70849f36b/pyDEA-1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aee60214e57383772d9f46f5f8ec9802", "sha256": "731bad811c23d775855973af25ea32fa84c0047be57a595e83ed402c6aff3461" }, "downloads": -1, "filename": "pyDEA-1.4.tar.gz", "has_sig": false, "md5_digest": "aee60214e57383772d9f46f5f8ec9802", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 213851, "upload_time": "2017-09-28T08:16:56", "url": "https://files.pythonhosted.org/packages/ee/45/781f41fc69d37df7463055cc2cc3cc8ba46c43e85ae39e121cccb152f255/pyDEA-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "7271e8fe7088e53fa4b2c6d6ef569ea9", "sha256": "6fb320ac9c37f096530fe3174bc6055bc354eebfca02814880b712c3d1d38aa6" }, "downloads": -1, "filename": "pyDEA-1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "7271e8fe7088e53fa4b2c6d6ef569ea9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 121677, "upload_time": "2017-09-30T02:47:39", "url": "https://files.pythonhosted.org/packages/db/de/70a90726ed77b202db7db47abbc11a0bed2039cca9f143a93927e5a9434e/pyDEA-1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b39beb997132419935b829644ae0854", "sha256": "0bacdcddc13c4a40e1f94a7e4e3e1aeb31f9f3418cb8e3df4e18c0bc15deaea1" }, "downloads": -1, "filename": "pyDEA-1.5.tar.gz", "has_sig": false, "md5_digest": "4b39beb997132419935b829644ae0854", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 213808, "upload_time": "2017-09-30T02:47:40", "url": "https://files.pythonhosted.org/packages/80/45/2fc25e0fb9097f4f356f8884ef189aa645d8ebf824f2fa12e0a9e3153df7/pyDEA-1.5.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "1bee18c3648446ed17521ba4212fbd21", "sha256": "e93046d202c2a7beb1a25732d2aa4588ad0b2ba1e2acead7c3919001fe1dcef8" }, "downloads": -1, "filename": "pyDEA-1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "1bee18c3648446ed17521ba4212fbd21", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 121728, "upload_time": "2017-10-05T07:35:20", "url": "https://files.pythonhosted.org/packages/f8/2d/06a4560b9ffc0005e2fcf3bf328725b7b4b0c07312a9081972d0fd66d7ed/pyDEA-1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18b4d8d23c88cd700c43db9fa318cd38", "sha256": "753757517f2f7c28c2e2dd4f061909f2faedaf6422e6e3160526cd79f2443eba" }, "downloads": -1, "filename": "pyDEA-1.6.tar.gz", "has_sig": false, "md5_digest": "18b4d8d23c88cd700c43db9fa318cd38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 213851, "upload_time": "2017-10-05T07:35:21", "url": "https://files.pythonhosted.org/packages/98/a5/1158328ef1b8ab9607e4dcd3987fee40543528f15aabbbacfb02dbbbd6fd/pyDEA-1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1bee18c3648446ed17521ba4212fbd21", "sha256": "e93046d202c2a7beb1a25732d2aa4588ad0b2ba1e2acead7c3919001fe1dcef8" }, "downloads": -1, "filename": "pyDEA-1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "1bee18c3648446ed17521ba4212fbd21", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 121728, "upload_time": "2017-10-05T07:35:20", "url": "https://files.pythonhosted.org/packages/f8/2d/06a4560b9ffc0005e2fcf3bf328725b7b4b0c07312a9081972d0fd66d7ed/pyDEA-1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18b4d8d23c88cd700c43db9fa318cd38", "sha256": "753757517f2f7c28c2e2dd4f061909f2faedaf6422e6e3160526cd79f2443eba" }, "downloads": -1, "filename": "pyDEA-1.6.tar.gz", "has_sig": false, "md5_digest": "18b4d8d23c88cd700c43db9fa318cd38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 213851, "upload_time": "2017-10-05T07:35:21", "url": "https://files.pythonhosted.org/packages/98/a5/1158328ef1b8ab9607e4dcd3987fee40543528f15aabbbacfb02dbbbd6fd/pyDEA-1.6.tar.gz" } ] }