{ "info": { "author": "PySPH Developers", "author_email": "pysph-dev@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development :: Libraries" ], "description": "PyZoltan: a Python wrapper for the Zoltan library\n==================================================\n\n|Travis Status| |Documentation Status|\n\n.. |Travis Status| image:: https://travis-ci.org/pypr/pyzoltan.svg?branch=master\n :target: https://travis-ci.org/pypr/pyzoltan\n.. |Documentation Status| image:: https://readthedocs.org/projects/pyzoltan/badge/?version=latest\n :target: https://pyzoltan.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\nPyZoltan is as the name suggests, is a Python wrapper for the Zoltan_\ndata management library.\n\nIn PyZoltan, we wrap the specific routines and objects that we wish to\nuse. The following features of Zoltan are currently supported:\n\n- Dynamic load balancing using geometric algorithms\n- Unstructured point-to-point communication\n- Distributed data directories\n\n\n.. _Zoltan: http://www.cs.sandia.gov/Zoltan/\n\nInstallation\n-------------\n\nPyZoltan requires the following:\n\n- numpy\n- cyarray\n- Cython\n- mpi4py_\n- Zoltan_\n\n\n.. _mpi4py: http://mpi4py.scipy.org/\n\nZoltan itself needs to be already installed. We provide a convenient script\ncalled ``build_zoltan.sh`` that can be used to build Zoltan.\n\nMany of the other dependencies can be installed using pip or conda::\n\n $ pip install -r requirements.txt\n\nOnce this is installed one can install PyZoltan as follows::\n\n $ pip install pyzoltan\n\nor via the usual ``setup.py`` method::\n\n $ python setup.py install # or develop\n\n\nFor more installation instructions, especially on how to build Zoltan and\nPyZoltan, please see the documentation here: https://pyzoltan.readthedocs.io", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/pypr/pyzoltan", "keywords": "Cython Zoltan Dynamic load balancing", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "PyZoltan", "package_url": "https://pypi.org/project/PyZoltan/", "platform": "Linux", "project_url": "https://pypi.org/project/PyZoltan/", "project_urls": { "Homepage": "http://github.com/pypr/pyzoltan" }, "release_url": "https://pypi.org/project/PyZoltan/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Wrapper for the Zoltan data management library", "version": "1.0.1" }, "last_serial": 4551507, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "e5636038d4fd92fc52c9326a3687b288", "sha256": "56d5448ff4ca1130d78b21eae80651a02ad56a1bb57395379f525d532ed692d5" }, "downloads": -1, "filename": "PyZoltan-1.0.tar.gz", "has_sig": false, "md5_digest": "e5636038d4fd92fc52c9326a3687b288", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 826785, "upload_time": "2018-12-01T05:41:29", "url": "https://files.pythonhosted.org/packages/b2/bb/e9157f19b849c0bd2d390d97a80c31e7eeea3eb8f019d36a140ae6877dfa/PyZoltan-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d1257c661350a2ded6419c1024b2b325", "sha256": "98926808e2845a496d564bac34a7d09d67116e2bacb69070e6eebee21e04a130" }, "downloads": -1, "filename": "PyZoltan-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d1257c661350a2ded6419c1024b2b325", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 826793, "upload_time": "2018-12-02T03:24:42", "url": "https://files.pythonhosted.org/packages/c9/c6/bc83c592897983f2747ab77e7d1c0fce0da8908afdc053a6f29d5e7b8717/PyZoltan-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1257c661350a2ded6419c1024b2b325", "sha256": "98926808e2845a496d564bac34a7d09d67116e2bacb69070e6eebee21e04a130" }, "downloads": -1, "filename": "PyZoltan-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d1257c661350a2ded6419c1024b2b325", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 826793, "upload_time": "2018-12-02T03:24:42", "url": "https://files.pythonhosted.org/packages/c9/c6/bc83c592897983f2747ab77e7d1c0fce0da8908afdc053a6f29d5e7b8717/PyZoltan-1.0.1.tar.gz" } ] }