Skip to main content

A sundial library for python

Project description

sundialy

PyPI version Tests Build Mypy codecov Docs

A sundial library for python.

Installing

Download and install the latest release:

pip install sundialy

Features

  • Includes mypy typings

  • Create a sundial

from sundialy import AnalemmaticHorizontal

# An analemmatic sundial for Los Angeles.
sundial = AnalemmaticHorizontal(latitude=34, longitude=-118)
  • View how it will look
sundial.create_sundial("sundial.jpg")

Sundial

  • Use the tools
from sundialy.tools import SPA

spa_results = SPA(2020, 12, 31, 23, 59, 59, 0, 0, 0, 0, pressure=1000, temperature=10, omega=0, gamma=0)

License

sundialy is licensed under the MIT License. Check out LICENSE for the full text.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page