{ "info": { "author": "Ruslan Vasilevskiy", "author_email": "vasilevskiy.r@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "=========\nStellarPy\n=========\n*StellarPy is a Python library for calculating and modeling the motion of celestial bodies.*\n\n----\n\nExample\n-------\n\n.. image:: https://raw.githubusercontent.com/ezinall/StellarPy/master/examples/exmaple.png\n\nHello Earth\n-----------\nHere is how a simple modeling looks like in StellarPy:\n\n.. code:: python\n\n from stellarpy import Star, Body, Make\n\n SUN = Star('Sun', m=1.98892e30)\n Make(SUN, color=(1, 1, 0, 1))\n\n EARTH = Body('Earth', major=SUN, m=5.9726e24, a=149598262, e=0.01671022, i=0.00005, w=114.20783,\n O=348.73936, M=358.617)\n Make(EARTH, color=(0, 0, 1, 1))\n\n if __name__ == '__main__':\n from pyqtgraph.Qt import QtCore, QtGui\n import sys\n if (sys.flags.interactive != 1) or not hasattr(QtCore, 'PYQT_VERSION'):\n QtGui.QApplication.instance().exec_()\n\nInstallation\n------------\n``pip install stellarpy``\n\nContact\n-------\n- `GitHub `_ - Project directory\n\nLicense\n-------\nThis software is distributed under `BSD License `_.\nFull text of the license is included in `LICENSE.txt `_ file.\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/ezinall/SolPy", "keywords": "space,plot,science", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "StellarPy", "package_url": "https://pypi.org/project/StellarPy/", "platform": "any", "project_url": "https://pypi.org/project/StellarPy/", "project_urls": { "Homepage": "https://github.com/ezinall/SolPy" }, "release_url": "https://pypi.org/project/StellarPy/0.5a0/", "requires_dist": [ "numpy (>=1.13.3)", "pyqtgraph (>=0.10.0)" ], "requires_python": "==3, >=3.4", "summary": "Python Planetary System", "version": "0.5a0" }, "last_serial": 3550568, "releases": { "0.5a0": [ { "comment_text": "", "digests": { "md5": "2cfe00675b5a7ff438662b2f27f5801c", "sha256": "6fefe9256ed1eb12e7bfceea3e0b337521caa1ccc8885d2c2f91122259b43611" }, "downloads": -1, "filename": "StellarPy-0.5a0-py3-none-any.whl", "has_sig": false, "md5_digest": "2cfe00675b5a7ff438662b2f27f5801c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "==3, >=3.4", "size": 8817, "upload_time": "2018-02-04T15:15:22", "url": "https://files.pythonhosted.org/packages/5c/a4/dc41c2326e51bf79fcb64703925f099be782c9875c7503f8d95a2d4b5189/StellarPy-0.5a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "958b9aaf9fc7146b0ec4be14144aefa3", "sha256": "e625f10c3d78c5edce88c333be2b27848bb0cdc3e5065afceadc440e89500237" }, "downloads": -1, "filename": "StellarPy-0.5a0.tar.gz", "has_sig": false, "md5_digest": "958b9aaf9fc7146b0ec4be14144aefa3", "packagetype": "sdist", "python_version": "source", "requires_python": "==3, >=3.4", "size": 210869, "upload_time": "2018-02-04T15:15:23", "url": "https://files.pythonhosted.org/packages/cb/3c/b80e40354f83825dbea5606472c19a43127339fba786d33f6b1bb2719e04/StellarPy-0.5a0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2cfe00675b5a7ff438662b2f27f5801c", "sha256": "6fefe9256ed1eb12e7bfceea3e0b337521caa1ccc8885d2c2f91122259b43611" }, "downloads": -1, "filename": "StellarPy-0.5a0-py3-none-any.whl", "has_sig": false, "md5_digest": "2cfe00675b5a7ff438662b2f27f5801c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "==3, >=3.4", "size": 8817, "upload_time": "2018-02-04T15:15:22", "url": "https://files.pythonhosted.org/packages/5c/a4/dc41c2326e51bf79fcb64703925f099be782c9875c7503f8d95a2d4b5189/StellarPy-0.5a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "958b9aaf9fc7146b0ec4be14144aefa3", "sha256": "e625f10c3d78c5edce88c333be2b27848bb0cdc3e5065afceadc440e89500237" }, "downloads": -1, "filename": "StellarPy-0.5a0.tar.gz", "has_sig": false, "md5_digest": "958b9aaf9fc7146b0ec4be14144aefa3", "packagetype": "sdist", "python_version": "source", "requires_python": "==3, >=3.4", "size": 210869, "upload_time": "2018-02-04T15:15:23", "url": "https://files.pythonhosted.org/packages/cb/3c/b80e40354f83825dbea5606472c19a43127339fba786d33f6b1bb2719e04/StellarPy-0.5a0.tar.gz" } ] }