sundialy
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")
- 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.
Release files for sundialy 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sundialy-0.0.1.tar.gz | 61.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sundialy-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 89.5 kB
Release files / sundialy-0.0.1.tar.gz
| Download URL | sundialy-0.0.1.tar.gz |
|---|---|
| Size | 61.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3bd01aa73508b34cc9b8010cd9c5e64a01ab57e1e955bf796dc2e02e632a7da1
|
|
BLAKE2b-256 checksum How to use checksums |
b9e97c693408ba37626a48c385d72814a812be3512683d643df649a6c3d3c673
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|
Release files / sundialy-0.0.1-py3-none-any.whl
| Download URL | sundialy-0.0.1-py3-none-any.whl |
|---|---|
| Size | 28.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
eaaf49f497932d0c3f1ed228385efd55f33e3ebb720477208a72e7d141417dce
|
|
BLAKE2b-256 checksum How to use checksums |
5d28f6e6b0c7d0203c79ca34521019c821af67dca00d1b05b4d814342ec8ffa9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|