{ "info": { "author": "The EXTASY Project", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: System :: Distributed Computing", "Topic :: Utilities" ], "description": "# ExTASY Wrappers #\n\nA library to simplify the construction of ExTASY simulation-analysis workflows.\n\n### What is this repository for? ###\n\n* *ExTASY wrappers* provide a consistent API for launching command line applications (such as MD simulations or simulation analysis jobs) from python scripts. Though designed originally with ExTASY simulation-analysis workflows in mind, they are extensible to many other possible applications. \n\nIn a nutshell, the construction and execution of a complete simulation or analysis job is reduced to a python function call of the form:\n```\n#!python\nresults = kernel.run(inputs)\n```\nwhere \"kernel\" might be pmemd, grompp, pyCoCo, LSDMap, etc.\n\nSee the Wiki for more details.\n\n* Version 0.0.1\n\n### How do I get set up? ###\n\n* Clone the repository and then run setup.py:\n```\ngit clone https://bitbucket.org/extasy-project/wrappers.git\ncd wrappers\npython setup.py install --user\n```\n\n* Dependencies: *ExTASY wrappers* itself has no dependencies outside the standard python libraries. To run the examples though will require:\n\n1. An MD code: Amber (or Ambertools) and/or GROMACS\n2. A sampling analysis package: [ExTASY CoCo](https://bitbucket.org/extasy-project/coco) and/or [ExTASY-compliant LSDMap](https://github.com/ClementiGroup/LSDMap)\n\nRunning the parallel examples will additionally require:\n[Dask](https://github.com/blaze/dask) and/or [mpipool](https://github.com/adrn/mpipool/tree/master/mpipool)\n\n* How to run tests: See the README files in the folders under ./examples.\n\n\n### Who do I talk to? ###\n\n* Charlie Laughton", "description_content_type": "", "docs_url": null, "download_url": "https://bitbucket.org/extasy-project/wrappers/get/0.0.6.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/extasy-project/extasy-project", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "extasy.wrappers", "package_url": "https://pypi.org/project/extasy.wrappers/", "platform": "", "project_url": "https://pypi.org/project/extasy.wrappers/", "project_urls": { "Download": "https://bitbucket.org/extasy-project/wrappers/get/0.0.6.tar.gz", "Homepage": "https://bitbucket.org/extasy-project/extasy-project" }, "release_url": "https://pypi.org/project/extasy.wrappers/0.0.6/", "requires_dist": null, "requires_python": "", "summary": "EXTASY Project - Wrappers", "version": "0.0.6" }, "last_serial": 3940562, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "6fd18c26f0d4f871e21f44d1f1749b30", "sha256": "e673b8c3c621a87b94f850abfbcfd79fadfbb385dd230ff3718a7bdfbdad049b" }, "downloads": -1, "filename": "extasy.wrappers-0.0.5.tar.gz", "has_sig": false, "md5_digest": "6fd18c26f0d4f871e21f44d1f1749b30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6959, "upload_time": "2018-06-07T17:24:02", "url": "https://files.pythonhosted.org/packages/0c/00/93f6624d71cf13aa27f251a9f609095f4a4d8ee1779b8b8a6a12c48cfb5a/extasy.wrappers-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "3940f9181cc355530a4b13b8014be4aa", "sha256": "f9d0c8ea3626f43129eb6fa665fe305730e5517cdf2060bdcd15d53848b9a1ad" }, "downloads": -1, "filename": "extasy.wrappers-0.0.6.tar.gz", "has_sig": false, "md5_digest": "3940f9181cc355530a4b13b8014be4aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7021, "upload_time": "2018-06-07T17:49:55", "url": "https://files.pythonhosted.org/packages/ae/1b/ad2ff770e47ab08edd2d2b8dfd99e5eca70dc25049b9a8dafd62479ee600/extasy.wrappers-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3940f9181cc355530a4b13b8014be4aa", "sha256": "f9d0c8ea3626f43129eb6fa665fe305730e5517cdf2060bdcd15d53848b9a1ad" }, "downloads": -1, "filename": "extasy.wrappers-0.0.6.tar.gz", "has_sig": false, "md5_digest": "3940f9181cc355530a4b13b8014be4aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7021, "upload_time": "2018-06-07T17:49:55", "url": "https://files.pythonhosted.org/packages/ae/1b/ad2ff770e47ab08edd2d2b8dfd99e5eca70dc25049b9a8dafd62479ee600/extasy.wrappers-0.0.6.tar.gz" } ] }