Metadata-Version: 2.4
Name: tychos_skyfield
Version: 1.0.1
Summary: Package for Tychos model implementation in Python and Tychos model interface to the Skyfield package.
Project-URL: Homepage, https://github.com/mindaugl/tychos_skyfield
Project-URL: Issues, https://github.com/mindaugl/tychos_skyfield/issues
Author-email: Mindaugas Lekaveckas <mindelek@gmail.com>
License-Expression: GPL-2.0-only
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: scipy
Description-Content-Type: text/markdown

# tychos_skyfield

Tychos (Tychosium) implementation in Python3 (base library) and integration to the Skyfield.

The project enables users to use Tychos model directly in Python and to use it along Skyfield package, which allows them to do practical computations for planets, stars and satellites.

The project Python library dependencies are:
-  numpy
-  scipy
-  skyfield (only for tychos skyfield library)

The best way to test the library is either to clone this repository, or to copy the library files directly to a local directory.
Then install the Python library dependencies in the associated project virtual environment.
The library was tested to work with numpy version 2.2.1, scipy version 1.15.1 and skyfield version 1.51.

There are two example files in the Examples directory:
- example_native.py
- example_skyfield.py
  
that demonstrates how to use Tychos libraries practically.



Tychosium 3-D (source code): https://codepen.io/pholmq/full/XGPrPd

Tychos project: https://www.tychos.space/

Skyfield: https://rhodesmill.org/skyfield/
