{ "info": { "author": "Tim Cera, P.E.", "author_email": "tim@cerazone.net", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Scientific/Engineering :: Astronomy" ], "description": ".. image:: https://travis-ci.org/timcera/astronomia.svg?branch=master\n :target: https://travis-ci.org/timcera/astronomia\n :height: 20\n\n.. image:: https://coveralls.io/repos/timcera/astronomia/badge.png?branch=master\n :target: https://coveralls.io/r/timcera/astronomia?branch=master\n :height: 20\n\n.. image:: https://pypip.in/v/astronomia/badge.png?style=flat\n :alt: Latest release\n :target: https://pypi.python.org/pypi/astronomia\n\n.. image:: https://pypip.in/d/astronomia/badge.png?style=flat\n :alt: PyPI downloads count\n :target: https://pypi.python.org/pypi/astronomia\n\n.. image:: https://pypip.in/license/astronomia/badge.png?style=flat\n :alt: astronomia license\n :target: https://pypi.python.org/pypi/astronomia/\n\nAstronomia - Quick Guide\n------------------------\nAstronomia is a collection of subroutines and applications for calculating the\npositions of the sun, moon, planets and other celestial objects. The emphasis\nis on high accuracy over a several thousand year time span. Note that the\ntechniques used are overkill for most calendar applications. \n\nThe subroutine library attempts to implement some the techniques described in\n*Astronomical Algorithms*, second edition 1998, by Jean Meeus, `Willmann-Bell,\nInc. `_\n\nCurrently there are no graphical applications apart from some demo CGI\ninterfaces. \n\nAstronomia will work with Python 2.6+ and 3.0+.\n\nDocumentation\n~~~~~~~~~~~~~\nReference documentation is at http://pythonhosted.org/astronomia/\n\nInstallation\n~~~~~~~~~~~~\nAt the command line::\n\n $ pip install astronomia\n # OR\n $ easy_install astronomia\n\nOr, if you have virtualenvwrapper installed::\n\n $ mkvirtualenv astronomia\n $ pip install astronomia\n\nUsage\n~~~~~\nTo use Astronomia in a project::\n\n\timport astronomia\n\nRefer to the API Documentation at http://pythonhosted.org/astronomia/\n\nDevelopment\n~~~~~~~~~~~\nDevelopment is managed on bitbucket at\nhttps://bitbucket.org/timcera/astronomia/overview.\n\nHistory\n~~~~~~~\nAstronomia is a fork of the Astrolabe library created by Bill McClain. The\nAstrolabe library is no longer available.\n\nI (Tim Cera) used the Astrolabe library within my tidal analysis package\n`TAPPy `_. In 2013 I pulled Astrolabe out of TAPPy and\nforked Astronomia. I have since fixed many bugs and added features. The most\nimportant added feature is the ability for most functions to work with array\ninputs. Bill McClain had dual Python and 'C' code, but I focused only on the\nPython code, updating with newer data and equations as I found them.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://timcera.bitbucket.org/", "keywords": "ephemeris astronomy", "license": "GPL2", "maintainer": null, "maintainer_email": null, "name": "astronomia", "package_url": "https://pypi.org/project/astronomia/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/astronomia/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://timcera.bitbucket.org/" }, "release_url": "https://pypi.org/project/astronomia/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "Library for calculation of ephemeris and other astronomical calculations", "version": "0.4.1" }, "last_serial": 3316063, "releases": { "0.4.1": [ { "comment_text": "", "digests": { "md5": "b4b03684b4232a4bd6328c52125efc91", "sha256": "088a20642d19d1b3d8ffaa88f67b36c9f5525ed272afb9d2e2e95b2a57c21d24" }, "downloads": -1, "filename": "astronomia-0.4.1.tar.gz", "has_sig": false, "md5_digest": "b4b03684b4232a4bd6328c52125efc91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 577229, "upload_time": "2014-12-15T00:27:55", "url": "https://files.pythonhosted.org/packages/58/0e/7294529a7213165bd2d7d92fb6e74ba6873d9721a7a2a81a3c1d287715a5/astronomia-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4b03684b4232a4bd6328c52125efc91", "sha256": "088a20642d19d1b3d8ffaa88f67b36c9f5525ed272afb9d2e2e95b2a57c21d24" }, "downloads": -1, "filename": "astronomia-0.4.1.tar.gz", "has_sig": false, "md5_digest": "b4b03684b4232a4bd6328c52125efc91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 577229, "upload_time": "2014-12-15T00:27:55", "url": "https://files.pythonhosted.org/packages/58/0e/7294529a7213165bd2d7d92fb6e74ba6873d9721a7a2a81a3c1d287715a5/astronomia-0.4.1.tar.gz" } ] }