{ "info": { "author": "Tarun Gaba", "author_email": "tarun.gaba7@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Physics" ], "description": "pydy-viz\n========\n\nVisualization of multibody systems generated with PyDy.\n\nInstallation\n============\n\nThis package relies on dependencies included in the SciPy stack (i.e. NumPy and\nmatplotlib). These packages are not necessarily easy to install from source, so\nit is best to follow the instructions available on the `SciPy installation\npage`_.\n\n.. _SciPy installation page: http://www.scipy.org/install.html\n\nOne example of installing the setuptools, NumPy, and matplotlib dependencies\nfor Debian based Linux systems is to install from the apt package manager::\n\n $ apt-get install python-setuptools python-numpy python-matplotlib\n\nOnce the dependencies are installed, then download the source and install with::\n\n $ python setup.py install\n\nThis will automatically install the latest version of the final dependency\nSymPy if needed.\n\nTests\n=====\n\nThe Python tests require nose so get them with your package manager::\n\n $ apt-get python-nose python-coverage\n\nor pip::\n\n $ pip install nose coverage\n\nThe tests can be run from the root directory with::\n\n $ nosetests\n\nAnd to see more detail with coverage, run::\n\n $ nosetests -v --with-coverage --cover-package=pydy_viz\n\nThese are alternative ways to run the Python tests::\n\n $ bin/test\n $ python setup.py nosetests\n\nFor the Javascript tests the Jasmine and blanket.js libraries are used. Both\nof these libraries are included in pydy-viz with the source. To run the\nJavascript tests, go to the javascript library directory::\n\n $ cd pydy_viz/static/js\n\nThen run a simple HTTP Server with Python (the server is required due to some\ncross browser issues with blanket.js)::\n\n $ python -m SimpleHTTPServer\n\nNow visit http://localhost:8000/SpecRunner.html in a webgl compliant browser.\n\nDocumentation\n=============\n\nRequires:\n\n- Sphinx\n- numpydoc\n\n::\n\n pip install sphinx numpydoc\n\nTo build the HTML docs::\n\n $ sphinx-build -b html docs/src docs/build\n\nView::\n\n $ firefox docs/build/index.html\n\nRelease Notes\n=============\n\n0.1.0\n-----\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pydy/pydy-viz/", "keywords": "dynamics multibody simulation visualization", "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "pydy-viz", "package_url": "https://pypi.org/project/pydy-viz/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pydy-viz/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pydy/pydy-viz/" }, "release_url": "https://pypi.org/project/pydy-viz/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Browser based 3D visualization of multibody simulations.", "version": "0.1.0" }, "last_serial": 1007824, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9cb25b6033e8fbbb441932129ec00e15", "sha256": "11923fc2b1bc24ac5e13c9c0d1a26c791828582e07ec20fa4b0e58b023d5b041" }, "downloads": -1, "filename": "pydy-viz-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9cb25b6033e8fbbb441932129ec00e15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 345788, "upload_time": "2014-02-21T17:17:00", "url": "https://files.pythonhosted.org/packages/8e/a1/a6ef443beb44b2f288c306149724e6b762e3fc7da6052b1bcf68fa3ba51d/pydy-viz-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9cb25b6033e8fbbb441932129ec00e15", "sha256": "11923fc2b1bc24ac5e13c9c0d1a26c791828582e07ec20fa4b0e58b023d5b041" }, "downloads": -1, "filename": "pydy-viz-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9cb25b6033e8fbbb441932129ec00e15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 345788, "upload_time": "2014-02-21T17:17:00", "url": "https://files.pythonhosted.org/packages/8e/a1/a6ef443beb44b2f288c306149724e6b762e3fc7da6052b1bcf68fa3ba51d/pydy-viz-0.1.0.tar.gz" } ] }