{ "info": { "author": "Juan Luis Cano", "author_email": "hello@juanlu.space", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Astronomy", "Topic :: Scientific/Engineering :: Physics" ], "description": ".. poliastro\n\n.. image:: http://poliastro.github.io/images/logo_text.png\n :target: http://poliastro.github.io/\n :alt: poliastro logo\n :width: 675px\n :align: center\n\n.. |orcid| image:: https://img.shields.io/badge/id-0000--0002--2187--161X-a6ce39.svg\n :target: http://orcid.org/0000-0002-2187-161X\n\n:Name: poliastro\n:Website: https://poliastro.github.io/\n:Author: Juan Luis Cano Rodr\u00edguez |orcid|\n:Version: 0.13.0\n\n.. |circleci| image:: https://img.shields.io/circleci/project/github/poliastro/poliastro/0.13.x.svg?style=flat-square&logo=circleci\n :target: https://circleci.com/gh/poliastro/poliastro\n\n.. |appveyor| image:: https://img.shields.io/appveyor/ci/Juanlu001/poliastro/0.13.x.svg?style=flat-square&logo=appveyor\n :target: https://ci.appveyor.com/project/Juanlu001/poliastro/branch/0.13.x\n\n.. |codecov| image:: https://img.shields.io/codecov/c/github/poliastro/poliastro.svg?style=flat-square\n :target: https://codecov.io/github/poliastro/poliastro?branch=0.13.x\n\n.. |codeclimate| image:: https://api.codeclimate.com/v1/badges/fd2aa5bf8c4b7984d11b/maintainability\n :target: https://codeclimate.com/github/poliastro/poliastro/maintainability\n\n.. |docs| image:: https://img.shields.io/badge/docs-v0.13.0-brightgreen.svg?style=flat-square\n :target: https://docs.poliastro.space/en/v0.13.0/?badge=v0.13.0\n\n.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square\n :target: https://github.com/poliastro/poliastro/raw/0.13.x/COPYING\n\n.. |doi| image:: https://zenodo.org/badge/11178845.svg?style=flat-square\n :target: https://zenodo.org/badge/latestdoi/11178845\n\n.. |astropy| image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat-square\n :target: http://www.astropy.org/\n\n.. |mailing| image:: https://img.shields.io/badge/mailing%20list-groups.io-8cbcd1.svg?style=flat-square\n :target: https://groups.io/g/poliastro-dev\n\n.. |matrix| image:: https://img.shields.io/matrix/poliastro:matrix.org.svg?style=flat-square\n :alt: Join the chat at https://chat.openastronomy.org/#/room/#poliastro:matrix.org\n :target: https://chat.openastronomy.org/#/room/#poliastro:matrix.org\n\n|circleci| |appveyor| |codecov| |codeclimate|\n\n|docs| |license| |doi| |astropy| |mailing| |matrix|\n\npoliastro is an open source pure Python package dedicated to problems arising in Astrodynamics and\nOrbital Mechanics, such as orbit propagation, solution of the Lambert's\nproblem, conversion between position and velocity vectors and classical\norbital elements and orbit plotting, focusing on interplanetary applications.\nIt is released under the MIT license.\n\n.. code-block:: python\n\n from poliastro.examples import molniya\n\n molniya.plot()\n\n.. image:: https://github.com/poliastro/poliastro/raw/0.13.x/docs/source/examples/molniya.png\n :align: center\n\nDocumentation\n=============\n\n|docs|\n\nComplete documentation, including a user guide and an API reference, can be read on\nthe wonderful `Read the Docs`_.\n\nhttps://docs.poliastro.space/\n\n.. _`Read the Docs`: https://readthedocs.org/\n\nExamples\n========\n\n.. |mybinder| image:: https://img.shields.io/badge/launch-binder-e66581.svg?style=flat-square\n :target: https://beta.mybinder.org/v2/gh/poliastro/poliastro/0.13.x?filepath=index.ipynb\n\n\n|mybinder|\n\nIn the examples directory you can find several Jupyter notebooks with specific\napplications of poliastro. You can launch a cloud Jupyter server using `binder`_ to edit\nthe notebooks without installing anything. Try it out!\n\nhttps://beta.mybinder.org/v2/gh/poliastro/poliastro/0.13.x?filepath=index.ipynb\n\n.. _binder: https://beta.mybinder.org/\n\nRequirements\n============\n\npoliastro requires the following Python packages:\n\n* NumPy, for basic numerical routines\n* Astropy, for physical units and time handling\n* numba (optional), for accelerating the code\n* jplephem, for the planetary ephemerides using SPICE kernels\n* matplotlib, for orbit plotting\n* plotly, for 2D and 3D interactive orbit plotting\n* SciPy, for root finding and numerical propagation\n\npoliastro is usually tested on Linux and Windows on Python\n3.6 and 3.7 against latest NumPy.\nIt should work on OS X without problems.\n\n============== ============ ===================\nPlatform Site Status\n============== ============ ===================\nLinux CircleCI |circleci|\nWindows x64 Appveyor |appveyor|\n============== ============ ===================\n\nInstallation\n============\n\nThe easiest and fastest way to get the package up and running is to\ninstall poliastro using `conda `_::\n\n $ conda install poliastro --channel conda-forge\n\nPlease check out the `documentation for alternative installation methods`_.\n\n.. _`documentation for alternative installation methods`: https://docs.poliastro.space/en/v0.13.0/getting_started.html#alternative-installation-methods\n\nTesting\n=======\n\n|codecov|\n\nIf installed correctly, the tests can be run using pytest::\n\n $ python -c \"import poliastro.testing; poliastro.testing.test()\"\n ===================================== test session starts =====================================\n platform linux -- Python 3.7.1, pytest-4.2.0, py-1.7.0, pluggy-0.8.1\n rootdir: /home/juanlu/.miniconda36/envs/_test37/lib/python3.7/site-packages/poliastro, inifile:\n collected 747 items\n [...]\n ========= 738 passed, 3 skipped, 5 xfailed, 1 xpassed, 13 warnings in 392.12 seconds ==========\n $\n\nProblems\n========\n\nIf the installation fails or you find something that doesn't work as expected,\nplease open an issue in the `issue tracker`_.\n\n.. _`issue tracker`: https://github.com/poliastro/poliastro/issues\n\nContributing\n============\n\n.. image:: https://img.shields.io/waffle/label/poliastro/poliastro/1%20-%20Ready.svg?style=flat-square\n :target: https://waffle.io/poliastro/poliastro\n :alt: 'Stories in Ready'\n\npoliastro is a community project, hence all contributions are more than\nwelcome! For more information, head to `CONTRIBUTING.rst`_.\n\n.. _`CONTRIBUTING.rst`: https://github.com/poliastro/poliastro/blob/0.13.x/CONTRIBUTING.rst\n\nSupport\n=======\n\n|mailing| |matrix|\n\nRelease announcements and general discussion take place on our `Mailing List`_ .\n\nFor further clarifications and discussions, feel free to join Poliastro `Chat Room`_.\n\n.. _`Chat Room`: https://chat.openastronomy.org/#/room/#poliastro:matrix.org\n.. _`Mailing List`: https://groups.io/g/poliastro-dev\n\n\nCiting\n======\n\nIf you use poliastro on your project, please\n`drop me a line `_.\n\nYou can also use the DOI to cite it in your publications. This is the latest\none:\n\n|doi|\n\nAnd this is an example citation format::\n\n Juan Luis Cano Rodr\u00edguez et al.. (2015). poliastro: poliastro 0.4.0. Zenodo. 10.5281/zenodo.17462\n\nLicense\n=======\n\n|license|\n\npoliastro is released under the MIT license, hence allowing commercial\nuse of the library. Please refer to the COPYING file.\n\nFAQ\n===\n\nWhat's up with the name?\n------------------------\n\npoliastro comes from Polimi, which is the shortened name of the Politecnico di\nMilano, the Italian university where I was studying while writing this\nsoftware. It's my tiny tribute to a place I came to love. *Grazie mille!*\n\nCan I do with poliastro?\n-----------------------------------------------\n\npoliastro is focused on interplanetary applications. This has two consequences:\n\n* It tries to be more general than other Flight Dynamics core libraries more\n focused on Earth satellites (see `Related software`_ for a brief list),\n allowing the algorithms to work also for orbits around non-Earth bodies.\n* It leaves out certain features that would be too Earth-specific, such as\n TLE reading, SGP4 propagation, groundtrack plotting and others.\n\n.. _`Related software`: https://docs.poliastro.space/en/v0.13.0/about.html#related-software\n\nWhat's the future of the project?\n---------------------------------\n\npoliastro is actively maintained and receiving an influx of new contributors\nthanks to the generous sponsorship of Google and the European Space Agency.\nThe best way to get an idea of the roadmap is to see the `Milestones`_ of\nthe project.\n\n.. _`Milestones`: https://github.com/poliastro/poliastro/milestones\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/poliastro/poliastro", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://blog.poliastro.space/", "keywords": "aero,aerospace,engineering,astrodynamics,orbits,kepler,orbital mechanics", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "poliastro", "package_url": "https://pypi.org/project/poliastro/", "platform": "any", "project_url": "https://pypi.org/project/poliastro/", "project_urls": { "Download": "https://github.com/poliastro/poliastro", "Homepage": "https://blog.poliastro.space/", "Source": "https://github.com/poliastro/poliastro", "Tracker": "https://github.com/poliastro/poliastro/issues" }, "release_url": "https://pypi.org/project/poliastro/0.13.0/", "requires_dist": [ "astropy (~=3.2)", "astroquery (>=0.3.9)", "jplephem", "matplotlib (!=3.0.1,>=2.0)", "numpy", "pandas", "plotly (~=4.0)", "scipy (>=1.0)", "numba (>=0.39) ; implementation_name == \"cpython\"", "czml3 (~=0.1.2) ; extra == 'cesium'", "black ; extra == 'dev'", "coverage ; extra == 'dev'", "ipykernel ; extra == 'dev'", "ipython (>=5.0) ; extra == 'dev'", "isort ; extra == 'dev'", "jupyter-client ; extra == 'dev'", "nbsphinx ; extra == 'dev'", "pycodestyle ; extra == 'dev'", "pytest (>=3.2) ; extra == 'dev'", "pytest-cov (<2.6.0) ; extra == 'dev'", "pytest-mpl ; extra == 'dev'", "sphinx ; extra == 'dev'", "sphinx-rtd-theme ; extra == 'dev'", "sphinx-notfound-page ; extra == 'dev'", "tox ; extra == 'dev'", "notebook ; extra == 'jupyter'" ], "requires_python": ">=3.6,<3.8", "summary": "Python package for Orbital Mechanics", "version": "0.13.0" }, "last_serial": 5636226, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2e15ae81f6f0a94f02fdc123c1ed782f", "sha256": "c9d7b9b6acfa2cda264c5d05208b8145b33d558185416ef4d28f02a3790507b2" }, "downloads": -1, "filename": "poliastro-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2e15ae81f6f0a94f02fdc123c1ed782f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83715, "upload_time": "2013-07-04T14:13:14", "url": "https://files.pythonhosted.org/packages/f6/17/d52e3769f2ec97d92977c5930980f7dcdb917a0395b8dae54a568c42edbc/poliastro-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e24d2c920b5a00750e1bf391de7b4f46", "sha256": "84a03240c52a3fea9aa6bb5c00e97bbf8696e6306e172d6c9f901adafdac5ed5" }, "downloads": -1, "filename": "poliastro-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e24d2c920b5a00750e1bf391de7b4f46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82958, "upload_time": "2013-12-23T14:47:55", "url": "https://files.pythonhosted.org/packages/58/7c/d63f601b374b2b9e21fa7aec553d032b71f6d7b4cc4552179b87f98fa063/poliastro-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "a06de3f1866355b59a4bf2a763bed629", "sha256": "d9d265e6860ad10b2982c24e001b8fcadf60bb109f3d4c0fbff16ede536841e2" }, "downloads": -1, "filename": "poliastro-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a06de3f1866355b59a4bf2a763bed629", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82988, "upload_time": "2013-12-23T16:00:42", "url": "https://files.pythonhosted.org/packages/da/98/028c9305dc6ac157f6eb7be3acb7f38981449b3a47f3a1f174ec3ef2e698/poliastro-0.1.2.tar.gz" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "5c3682e54239b3df0773775dac855a39", "sha256": "55b9ffcf20336883f0ad4a221a027cbc2ea6c2bcd9d9382500b3d577b11c052e" }, "downloads": -1, "filename": "poliastro-0.10.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5c3682e54239b3df0773775dac855a39", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 96813, "upload_time": "2018-07-21T03:18:40", "url": "https://files.pythonhosted.org/packages/2d/cd/c230682169e0a66f54dd0e131ef94b36f8770cce40908e152ade61f03b28/poliastro-0.10.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ea442c1f058ba71a8461ddbdc239c74", "sha256": "301b68d50aa87f4b9a4816183539f965e90af75dea7c18b68dcb959fcf73db44" }, "downloads": -1, "filename": "poliastro-0.10.0.tar.gz", "has_sig": false, "md5_digest": "8ea442c1f058ba71a8461ddbdc239c74", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 16447747, "upload_time": "2018-07-21T03:18:52", "url": "https://files.pythonhosted.org/packages/67/82/740ca67bf866788ddfb2d7bf06c04ad66eff248598a328f47670fedca38a/poliastro-0.10.0.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "4ad9fd1cb80236e06c787052c62374b6", "sha256": "e61066bd797785e55aa05b6bd6cd866fb0ad6405ec8e9530e236da1ff78cbf10" }, "downloads": -1, "filename": "poliastro-0.11.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4ad9fd1cb80236e06c787052c62374b6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 103820, "upload_time": "2018-09-21T11:11:52", "url": "https://files.pythonhosted.org/packages/31/7d/55cfd3a348ed5575d0468e26c65c35295fc743c28598ba790561e065a263/poliastro-0.11.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5166f563d4c4c55c9edefc1bc6c70648", "sha256": "bfeeca07ea900300deb7efb67b101c9b5971836bea6487e0b95288b22e38449f" }, "downloads": -1, "filename": "poliastro-0.11.0.tar.gz", "has_sig": false, "md5_digest": "5166f563d4c4c55c9edefc1bc6c70648", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3357199, "upload_time": "2018-09-21T11:11:56", "url": "https://files.pythonhosted.org/packages/7e/3d/21a310cc2857ff50ad67ab66b2b302c2cd4996948fc1ff684ea1a7faa107/poliastro-0.11.0.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "841bcc66cedf7e6b72f9817424ff8f0b", "sha256": "306f93e691e5360210c3fb37af98f81573257820edafe39c0a7ffca251536fce" }, "downloads": -1, "filename": "poliastro-0.11.1-py3-none-any.whl", "has_sig": false, "md5_digest": "841bcc66cedf7e6b72f9817424ff8f0b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 107857, "upload_time": "2018-12-27T00:15:28", "url": "https://files.pythonhosted.org/packages/f7/9a/934e863eee7acca4648b3570085da982cde69969527b9f4d7a0445f16789/poliastro-0.11.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "365466f0072800998cbbd44cc724c696", "sha256": "487f04fe52cbabd0aed035fa15b9f4d84949eb2207ce48fe8dce52fb69fd80a8" }, "downloads": -1, "filename": "poliastro-0.11.1.tar.gz", "has_sig": false, "md5_digest": "365466f0072800998cbbd44cc724c696", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3366288, "upload_time": "2018-12-27T00:15:36", "url": "https://files.pythonhosted.org/packages/3b/14/b4e6dbe27567eabec3383ee6b946081d43fc49ec9915ba93493ec3e5c121/poliastro-0.11.1.tar.gz" } ], "0.11b1": [ { "comment_text": "", "digests": { "md5": "f50308c43ad874ff1b262ff941efd90e", "sha256": "98905f0135ec4285376e823e9452ff99baf0873d880ba0acc9417546d16ca6da" }, "downloads": -1, "filename": "poliastro-0.11b1-py3-none-any.whl", "has_sig": false, "md5_digest": "f50308c43ad874ff1b262ff941efd90e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 103412, "upload_time": "2018-09-08T09:08:17", "url": "https://files.pythonhosted.org/packages/df/e8/c560c4bc9c8ab5d1c8068ed8914385065115a94d80766c631319d6b736eb/poliastro-0.11b1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eef51798a962af57992425ad48082f27", "sha256": "983a6dd84f6f2baa3fe66f5eab09ae53a32867c768a1051e64abc81d9aef11d8" }, "downloads": -1, "filename": "poliastro-0.11b1.tar.gz", "has_sig": false, "md5_digest": "eef51798a962af57992425ad48082f27", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3356790, "upload_time": "2018-09-08T09:08:21", "url": "https://files.pythonhosted.org/packages/b5/97/4a1156a4b2653e319bc69d7a29366c424c322746f6de1c5e834a49e98a12/poliastro-0.11b1.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "1c235b2b0444665fef6e719992156834", "sha256": "5febf50f5a42061cdcb216a2e8a7169052e7daa56cd58f2ee4474d528c0915ab" }, "downloads": -1, "filename": "poliastro-0.12.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1c235b2b0444665fef6e719992156834", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 118406, "upload_time": "2019-02-21T06:00:26", "url": "https://files.pythonhosted.org/packages/1c/ce/b2cf237afeacddd856bb3ae524c44b8aec62e14c13d137283122fd0b5099/poliastro-0.12.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "92ceb28714723ae63381d8a241b9aad9", "sha256": "d9a37ed79788588f8b10d9e5b0d6bbe44c9c1936b59e38f694cb6c8087d4292b" }, "downloads": -1, "filename": "poliastro-0.12.0.tar.gz", "has_sig": false, "md5_digest": "92ceb28714723ae63381d8a241b9aad9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 93397, "upload_time": "2019-02-21T06:00:30", "url": "https://files.pythonhosted.org/packages/3c/bd/22b409d8d1ea2e80d1c8244c233fa4d756fc4279480ac943abc2143199fd/poliastro-0.12.0.tar.gz" } ], "0.12b1": [ { "comment_text": "", "digests": { "md5": "d27a6c7e941d7e8fd7c634fc47843edc", "sha256": "74e3b3e4ec93770a766d19c2cd814561f3dfa2fc0e23476efb9ecac503428bf0" }, "downloads": -1, "filename": "poliastro-0.12b1-py3-none-any.whl", "has_sig": false, "md5_digest": "d27a6c7e941d7e8fd7c634fc47843edc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 117786, "upload_time": "2019-02-09T09:44:29", "url": "https://files.pythonhosted.org/packages/f7/c4/5f0a26d1870b4d42789a38b818ee95366736107f562a38c2bbc2ba47aae7/poliastro-0.12b1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cdaed4e18a098908ba634a27eba11a30", "sha256": "fb880b7fd19b9631bc6b80d8c4d077238c6ea832d0d3884ac29ad6c1ce6317b5" }, "downloads": -1, "filename": "poliastro-0.12b1.tar.gz", "has_sig": false, "md5_digest": "cdaed4e18a098908ba634a27eba11a30", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 2915023, "upload_time": "2019-02-09T09:44:32", "url": "https://files.pythonhosted.org/packages/55/1f/e94a2aecf747204cc41d2d44ed6528b7336badf7914464058ee37b0bc522/poliastro-0.12b1.tar.gz" } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "871d55fedf9ce73b6bcde2403334f315", "sha256": "8fc0b134333371dce9ddc2198c605771ba7cbbf74692e68e8f901f68d36185f0" }, "downloads": -1, "filename": "poliastro-0.13.0-py3-none-any.whl", "has_sig": false, "md5_digest": "871d55fedf9ce73b6bcde2403334f315", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<3.8", "size": 142599, "upload_time": "2019-08-05T20:26:51", "url": "https://files.pythonhosted.org/packages/0a/b4/a29ed05251eb54fd8c63b1a6a73f8a7f99032e6e530092860c5b258fe2bf/poliastro-0.13.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db19b3509d1f288caef8b9dd5bd02e23", "sha256": "ac70c197520a02fa9a414a7ca1b07693206aa9317b50547b8493012c4ccbb1be" }, "downloads": -1, "filename": "poliastro-0.13.0.tar.gz", "has_sig": false, "md5_digest": "db19b3509d1f288caef8b9dd5bd02e23", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<3.8", "size": 116561, "upload_time": "2019-08-05T20:26:53", "url": "https://files.pythonhosted.org/packages/e5/c4/294dd3da7f79566b9e70238a7bb51a2a9b8e8dc74720aad07cbd0bf1da91/poliastro-0.13.0.tar.gz" } ], "0.13b1": [ { "comment_text": "", "digests": { "md5": "c2d8eafd808dcedfecf24beca86ffbbb", "sha256": "2d424109b2934463b3aafa89f2cd7f14c4694159d403b3496e8768d6b749346f" }, "downloads": -1, "filename": "poliastro-0.13b1-py3-none-any.whl", "has_sig": false, "md5_digest": "c2d8eafd808dcedfecf24beca86ffbbb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<3.8", "size": 142600, "upload_time": "2019-07-21T01:16:44", "url": "https://files.pythonhosted.org/packages/e8/5e/6f2dbd8db16794b4772b6cce8c2a4d065a0e0eb079b1f493100c4a9b256b/poliastro-0.13b1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a2747f8a49e215336850993dc4cc461", "sha256": "c4a9c87a30e1d125ee791d8479f1767165d71d3036382b6c895818847831edf0" }, "downloads": -1, "filename": "poliastro-0.13b1.tar.gz", "has_sig": false, "md5_digest": "4a2747f8a49e215336850993dc4cc461", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<3.8", "size": 116397, "upload_time": "2019-07-21T01:16:48", "url": "https://files.pythonhosted.org/packages/9c/f2/5f10d2a7692bedfe7282942ad4bebfa870567c4f8df1375126db00dfa16d/poliastro-0.13b1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "99c2cde6d1acd01609e5879dfd2dbc9a", "sha256": "f79caab3413696428cea1c38c9a908c5dae52867d7f4dda26ca55d1e99548d17" }, "downloads": -1, "filename": "poliastro-0.2.0.tar.gz", "has_sig": false, "md5_digest": "99c2cde6d1acd01609e5879dfd2dbc9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84858, "upload_time": "2014-08-16T16:18:48", "url": "https://files.pythonhosted.org/packages/6f/fc/1d65a1d6c988d9981ad08c0a869197acbe70ec57788c026196b4d491a66d/poliastro-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "9af69204b62cb31269435b2d78bff93d", "sha256": "c942c5f9057d8686290e52206caf048e26dda0fef7b02325b3c54b1511205870" }, "downloads": -1, "filename": "poliastro-0.2.1.tar.gz", "has_sig": false, "md5_digest": "9af69204b62cb31269435b2d78bff93d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86030, "upload_time": "2015-04-26T08:07:56", "url": "https://files.pythonhosted.org/packages/69/19/425a519f80cf785e1e4c5972de155b56e10a26eac5e424dc6c9a23d20460/poliastro-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "5e65a2814d4fb5592350a55740dcdaa3", "sha256": "488d05961e5352c385774ddc524d132f4ae3fb988b2692146c5d445a07444c13" }, "downloads": -1, "filename": "poliastro-0.3.0.tar.gz", "has_sig": false, "md5_digest": "5e65a2814d4fb5592350a55740dcdaa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19354, "upload_time": "2015-06-04T12:11:44", "url": "https://files.pythonhosted.org/packages/91/43/b6bd1a0441b9e76c00853e93920bfc0048144c0283b0318007dda8f9e118/poliastro-0.3.0.tar.gz" } ], "0.3.1": [], "0.3.2": [ { "comment_text": "", "digests": { "md5": "68e05f7c5c165603a28c9f3ec0d29278", "sha256": "1d588da1512bd63de050016e873c33f752862f8bdfee99ed409df669e2e51cb8" }, "downloads": -1, "filename": "poliastro-0.3.2.tar.gz", "has_sig": false, "md5_digest": "68e05f7c5c165603a28c9f3ec0d29278", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19567, "upload_time": "2016-01-20T19:41:56", "url": "https://files.pythonhosted.org/packages/8e/9a/ed2441d3c0d8ca94879fb1b01a64fbca6b843930b6d2bc9638541a394f97/poliastro-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "df331ade89899a65e2dcb7e273237a19", "sha256": "c5724f8e2cbcb71c0ec59531198a5c76fc943b74896fd0f819a57e0b79887602" }, "downloads": -1, "filename": "poliastro-0.3.3.tar.gz", "has_sig": false, "md5_digest": "df331ade89899a65e2dcb7e273237a19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19564, "upload_time": "2016-01-20T19:48:51", "url": "https://files.pythonhosted.org/packages/92/5f/aa283c40ea8a8f60cdd575dc8e8d72ed46cbd287afea18206f3c4b3a4fb2/poliastro-0.3.3.tar.gz" } ], "0.4.0": [], "0.4.1": [ { "comment_text": "", "digests": { "md5": "96922e5366a0800317ac7d950dd6172a", "sha256": "b58af4fbc86839d97f5f13d2b171dad3fcf8971ddfe73c7b88e81646db081a1e" }, "downloads": -1, "filename": "poliastro-0.4.1.tar.gz", "has_sig": false, "md5_digest": "96922e5366a0800317ac7d950dd6172a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 664863, "upload_time": "2015-12-24T23:31:14", "url": "https://files.pythonhosted.org/packages/fa/6a/bc43cd5f6affb3732688c874e581c522b3503e1a14eb07975bf914aacd64/poliastro-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "c9dc679a22cb0cf47d21930eae1bfc35", "sha256": "d6392f60b47f3d8483c4217a5808690f55fa25bb2f2efee1b4c16d3417de53a0" }, "downloads": -1, "filename": "poliastro-0.4.2.tar.gz", "has_sig": false, "md5_digest": "c9dc679a22cb0cf47d21930eae1bfc35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 664886, "upload_time": "2015-12-24T23:50:31", "url": "https://files.pythonhosted.org/packages/fa/0b/c7d242c97ad243fab505169309fe7cdbfe9052811b8fe6b4ff783cd2f8f1/poliastro-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "0ab69c9603b7db4fdcbe8534ef425132", "sha256": "b69b18738c86d749a4e461897fae2cb2d4978e0f63c9d920a968f9bb3cea94f7" }, "downloads": -1, "filename": "poliastro-0.4.3.tar.gz", "has_sig": false, "md5_digest": "0ab69c9603b7db4fdcbe8534ef425132", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 664888, "upload_time": "2016-01-20T19:17:28", "url": "https://files.pythonhosted.org/packages/99/01/812b39ba635a49acb35b6bc6f79b3187895efb28a4d67f7b3b882ddf9574/poliastro-0.4.3.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "87e11fb201286f72c1404e7250bba273", "sha256": "1e14ca365a5980555ca019387e3b67b92ca0afe299268694b23845337eaafa36" }, "downloads": -1, "filename": "poliastro-0.5.0.tar.gz", "has_sig": false, "md5_digest": "87e11fb201286f72c1404e7250bba273", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 964405, "upload_time": "2016-03-06T18:28:07", "url": "https://files.pythonhosted.org/packages/48/b2/6458b44a747ee9166440c12b1fb149e9b3b2cc773bbe7fe457b04ee0921c/poliastro-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "eb1396e3673c13fb4744a948e8bf68e9", "sha256": "c5c66fdccec9bf5b07a2fdbfb3979a9d501e2e8a337670f494eade3a244a26e9" }, "downloads": -1, "filename": "poliastro-0.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "eb1396e3673c13fb4744a948e8bf68e9", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 45910, "upload_time": "2017-02-12T16:38:39", "url": "https://files.pythonhosted.org/packages/6e/15/519af44858e7929224108d68f919994a0e56bd7482869db0d91e52bb7e1a/poliastro-0.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be0ef61cf3b0285272f8c02e899a5a05", "sha256": "07f34f29e6c470436979dd84cf15b33c0e6033388cd5b1a12c0f5c969afaf7d4" }, "downloads": -1, "filename": "poliastro-0.6.0.tar.gz", "has_sig": false, "md5_digest": "be0ef61cf3b0285272f8c02e899a5a05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 968660, "upload_time": "2017-02-12T16:38:36", "url": "https://files.pythonhosted.org/packages/b2/19/12bfff8a233261ca60c2d347c3304cbb71cf1ffc51d8bbefe558fbd7e1ad/poliastro-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "4abefddfbd4267fb704a4423ac40ac6a", "sha256": "dd8d1e1d23c17d3d247029d6a53da8b94e6bdb0f5b4e9875b20733cdc01e77a3" }, "downloads": -1, "filename": "poliastro-0.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4abefddfbd4267fb704a4423ac40ac6a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 62694, "upload_time": "2017-09-14T22:35:38", "url": "https://files.pythonhosted.org/packages/25/7f/84692b6edc18230cbd81703526e1276265e7176f1a1431feb64f1b50ced6/poliastro-0.7.0-py3-none-any.whl" } ], "0.7.0b1": [ { "comment_text": "", "digests": { "md5": "ef07d08bdf7561eea7851935b8fc7020", "sha256": "69ef506f55c7ec8922fa781c50cd44fd8aeadbe98e905692b9e34e75c1be3bc2" }, "downloads": -1, "filename": "poliastro-0.7.0b1-py3-none-any.whl", "has_sig": false, "md5_digest": "ef07d08bdf7561eea7851935b8fc7020", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 61592, "upload_time": "2017-09-07T22:11:11", "url": "https://files.pythonhosted.org/packages/51/6a/db349ded47d9c088e0ace45e75ffc63b8fa46191f759d7803f064b7c71d9/poliastro-0.7.0b1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25eb8c4805b946c094592c2d27755c79", "sha256": "b4a62333ee32606b12aac2c5dbeaa17d1be99023fd62d2118efaeeeb72b3ab4e" }, "downloads": -1, "filename": "poliastro-0.7.0b1.tar.gz", "has_sig": false, "md5_digest": "25eb8c4805b946c094592c2d27755c79", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7690163, "upload_time": "2017-09-07T22:11:21", "url": "https://files.pythonhosted.org/packages/6a/e8/32cf6715d13131341d0906bb3a1b2075a50307a408c06e8a82ea5332d23c/poliastro-0.7.0b1.tar.gz" } ], "0.7.dev0": [ { "comment_text": "", "digests": { "md5": "ee690fb4eaffc8889a8714e43a0fdd50", "sha256": "207396eeea1851f5e39e71242152ddf2e52bad954885d3def12fab89824a8567" }, "downloads": -1, "filename": "poliastro-0.7.dev0-py3-none-any.whl", "has_sig": false, "md5_digest": "ee690fb4eaffc8889a8714e43a0fdd50", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 59147, "upload_time": "2017-08-29T06:58:09", "url": "https://files.pythonhosted.org/packages/c0/cb/20054852542906c71a6354050c23072a2f67af3d9c5bf758f8febbfef00a/poliastro-0.7.dev0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97b3cc00ce5ca2cc78968f66d1d3971d", "sha256": "11016b56b1959eeec3a1c59fbf0cd2f315305345e851f3acd93b61d4cf0a20b6" }, "downloads": -1, "filename": "poliastro-0.7.dev0.tar.gz", "has_sig": false, "md5_digest": "97b3cc00ce5ca2cc78968f66d1d3971d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7034758, "upload_time": "2017-08-29T06:58:13", "url": "https://files.pythonhosted.org/packages/48/99/e9e5ddb591de5149ae2011394b62360eb45d58d782bdb40641eac9f27641/poliastro-0.7.dev0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "83d54b91105531c0f93ee4d0a2ff775e", "sha256": "30bc856fc9c8ac99d22eb6f0c079f397776b40e5e9fec6f410e9c2802459e632" }, "downloads": -1, "filename": "poliastro-0.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "83d54b91105531c0f93ee4d0a2ff775e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 69674, "upload_time": "2017-11-18T22:03:54", "url": "https://files.pythonhosted.org/packages/c3/be/9a36875a8f554ed7aefde934eca3d93972d10528b677f1a8f7900d7d0fc2/poliastro-0.8.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8575c2b62852c563dd581a3a50d2059d", "sha256": "e7e8663c0638f5724e94f959f1d890092d8b9b6b1522f77abb73768ec06028a9" }, "downloads": -1, "filename": "poliastro-0.8.0.tar.gz", "has_sig": false, "md5_digest": "8575c2b62852c563dd581a3a50d2059d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 11145697, "upload_time": "2017-11-18T22:03:59", "url": "https://files.pythonhosted.org/packages/31/3e/6a39d9dd8c91d92b55543d47e4452dc81907c1369212e275a9217092533c/poliastro-0.8.0.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "f1b6bcd9dad067b6e805051ef9f2777a", "sha256": "552b301bbcf69b463bfed9baccc3ff1caac476e896d760b632925bff90d12b2c" }, "downloads": -1, "filename": "poliastro-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f1b6bcd9dad067b6e805051ef9f2777a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 76529, "upload_time": "2018-04-25T16:59:19", "url": "https://files.pythonhosted.org/packages/26/d8/56fcb725b38c91a337ecce4d1d6c2417fa0d8ae1c5119772380b9a8c71ae/poliastro-0.9.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb6f9f045c2c8f566492ba0366b12206", "sha256": "f0d8b27f62182204da143b290f688e06e311bd8c7dc2693dbbd925eb550030fe" }, "downloads": -1, "filename": "poliastro-0.9.0.tar.gz", "has_sig": false, "md5_digest": "bb6f9f045c2c8f566492ba0366b12206", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 12650578, "upload_time": "2018-04-25T16:59:23", "url": "https://files.pythonhosted.org/packages/1a/ba/dac1a1361b6ca7e7fd577155e2c59d7a6863e15a1ff71b773ac4fe26d579/poliastro-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "6433b02f9ebf44e639daa098f59ae2e4", "sha256": "d15a46cdb712dbc44e45671dd5132baf5ea6932eb15c8883000c275fe9568a38" }, "downloads": -1, "filename": "poliastro-0.9.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6433b02f9ebf44e639daa098f59ae2e4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 76700, "upload_time": "2018-05-11T12:50:26", "url": "https://files.pythonhosted.org/packages/08/6a/2d358c5fb7057a2abe3c247b971f610841b94b77a26c6bef100d68cab528/poliastro-0.9.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b638f175fca5b70a6e28751399876be5", "sha256": "47fa3a0136090fc260786981dce1340436693c971d78bf72ca6a3a7bd334490d" }, "downloads": -1, "filename": "poliastro-0.9.1.tar.gz", "has_sig": false, "md5_digest": "b638f175fca5b70a6e28751399876be5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 2827002, "upload_time": "2018-05-11T12:50:29", "url": "https://files.pythonhosted.org/packages/91/a5/1a67a7df553085f1c81acf1d5d105b18f1566636e8d1bf412b2750b4be29/poliastro-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "871d55fedf9ce73b6bcde2403334f315", "sha256": "8fc0b134333371dce9ddc2198c605771ba7cbbf74692e68e8f901f68d36185f0" }, "downloads": -1, "filename": "poliastro-0.13.0-py3-none-any.whl", "has_sig": false, "md5_digest": "871d55fedf9ce73b6bcde2403334f315", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<3.8", "size": 142599, "upload_time": "2019-08-05T20:26:51", "url": "https://files.pythonhosted.org/packages/0a/b4/a29ed05251eb54fd8c63b1a6a73f8a7f99032e6e530092860c5b258fe2bf/poliastro-0.13.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db19b3509d1f288caef8b9dd5bd02e23", "sha256": "ac70c197520a02fa9a414a7ca1b07693206aa9317b50547b8493012c4ccbb1be" }, "downloads": -1, "filename": "poliastro-0.13.0.tar.gz", "has_sig": false, "md5_digest": "db19b3509d1f288caef8b9dd5bd02e23", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<3.8", "size": 116561, "upload_time": "2019-08-05T20:26:53", "url": "https://files.pythonhosted.org/packages/e5/c4/294dd3da7f79566b9e70238a7bb51a2a9b8e8dc74720aad07cbd0bf1da91/poliastro-0.13.0.tar.gz" } ] }