Metadata-Version: 2.1
Name: azely
Version: 0.4.2
Summary: Python package for calculation and plotting of astronomical object's azimuth/elevation
License: MIT
Author: Akio Taniguchi
Author-email: taniguchi@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: astropy (>=4.0,<5.0)
Requires-Dist: dataclasses (>=0.7,<0.8); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: docopt (>=0.6.2,<0.7.0)
Requires-Dist: geopy (>=1.21.0,<2.0.0)
Requires-Dist: matplotlib (>=3.1.3,<4.0.0)
Requires-Dist: numpy (>=1.17.5,<2.0.0)
Requires-Dist: pandas (>=0.25.0,<1.1.0)
Requires-Dist: python-dateutil (>=2.6.1,<3.0.0)
Requires-Dist: pytz (>=2018.9,<2020.0)
Requires-Dist: requests (>=2.21.0,<3.0.0)
Requires-Dist: timezonefinder (>=4.2.0,<5.0.0)
Requires-Dist: toml (>=0.10.0,<0.11.0)
