mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
|
|
Metadata-Version: 2.0
|
||
|
|
Name: astral
|
||
|
|
Version: 1.2
|
||
|
|
Summary: Calculations for the position of the sun and moon.
|
||
|
|
Home-page: https://launchpad.net/astral
|
||
|
|
Author: Simon Kennedy
|
||
|
|
Author-email: sffjunkie+code@gmail.com
|
||
|
|
License: Apache-2.0
|
||
|
|
Platform: UNKNOWN
|
||
|
|
Classifier: Intended Audience :: Developers
|
||
|
|
Classifier: Programming Language :: Python
|
||
|
|
Classifier: Programming Language :: Python :: 2.7
|
||
|
|
Classifier: Programming Language :: Python :: 3
|
||
|
|
Requires-Dist: pytz
|
||
|
|
|
||
|
|
This is 'astral' a Python module which calculates
|
||
|
|
|
||
|
|
* Times for various positions of the sun: dawn, sunrise, solar noon,
|
||
|
|
sunset, dusk, solar elevation, solar azimuth and rahukaalam.
|
||
|
|
* The phase of the moon.
|
||
|
|
|
||
|
|
For documentation see the http://pythonhosted.org/astral/
|
||
|
|
|
||
|
|
GoogleGeocoder
|
||
|
|
--------------
|
||
|
|
|
||
|
|
`GoogleGeocoder` uses the mapping services provided by Google
|
||
|
|
|
||
|
|
Access to the `GoogleGeocoder` requires you to agree to be bound by
|
||
|
|
Google Maps/Google Earth APIs Terms of Service found at
|
||
|
|
https://developers.google.com/maps/terms which includes but is not limited to
|
||
|
|
having a Google Account.
|
||
|
|
|
||
|
|
More information on Google's maps service can be found at
|
||
|
|
https://developers.google.com/maps/documentation/
|
||
|
|
|
||
|
|
|