aetherfield 0.3.3__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aetherfield-0.3.3 → aetherfield-0.3.4}/PKG-INFO +1 -1
- {aetherfield-0.3.3 → aetherfield-0.3.4}/pyproject.toml +1 -1
- {aetherfield-0.3.3 → aetherfield-0.3.4}/src/aetherfield/cli.py +1 -1
- {aetherfield-0.3.3 → aetherfield-0.3.4}/src/aetherfield.egg-info/PKG-INFO +1 -1
- {aetherfield-0.3.3 → aetherfield-0.3.4}/LICENSE +0 -0
- {aetherfield-0.3.3 → aetherfield-0.3.4}/README.md +0 -0
- {aetherfield-0.3.3 → aetherfield-0.3.4}/setup.cfg +0 -0
- {aetherfield-0.3.3 → aetherfield-0.3.4}/src/aetherfield/__init__.py +0 -0
- {aetherfield-0.3.3 → aetherfield-0.3.4}/src/aetherfield/core.py +0 -0
- {aetherfield-0.3.3 → aetherfield-0.3.4}/src/aetherfield/iplocal.py +0 -0
- {aetherfield-0.3.3 → aetherfield-0.3.4}/src/aetherfield.egg-info/SOURCES.txt +0 -0
- {aetherfield-0.3.3 → aetherfield-0.3.4}/src/aetherfield.egg-info/dependency_links.txt +0 -0
- {aetherfield-0.3.3 → aetherfield-0.3.4}/src/aetherfield.egg-info/entry_points.txt +0 -0
- {aetherfield-0.3.3 → aetherfield-0.3.4}/src/aetherfield.egg-info/requires.txt +0 -0
- {aetherfield-0.3.3 → aetherfield-0.3.4}/src/aetherfield.egg-info/top_level.txt +0 -0
|
@@ -341,7 +341,7 @@ def main(argv=None) -> int:
|
|
|
341
341
|
}, indent=2))
|
|
342
342
|
else:
|
|
343
343
|
print(f"{res.body} @ {format_time_label(res.dt)}\n"
|
|
344
|
-
f" Aether: {res.
|
|
344
|
+
f" Aether: {res.lon:8.3f} deg ({res.sign})")
|
|
345
345
|
#f" Skyfield: {'n/a' if res.skyfield_lon is None else f'{res.skyfield_lon:8.3f} deg ('+str(res.skyfield_sign)+')'}\n"
|
|
346
346
|
#f" Delta: {'n/a' if res.delta_deg is None else f'{res.delta_deg:+.3f} deg'}")
|
|
347
347
|
return 0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|