Metadata-Version: 2.4
Name: tspice
Version: 0.0.1
Summary: Tidal signal with Python and SPICE
Home-page: https://github.com/DeivyMercado/TSPICE
Author: Deivy Mercado
Author-email: Deivy Mercado <david231097@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/DeivyMercado/TSPICE
Keywords: astrodynamics,geophysics,tides,spice
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: spiceypy
Dynamic: author
Dynamic: home-page
Dynamic: license-file

# TSPICE

Tidal Signal with Python and SPICE

## Description

`TSPICE` is a Python package developed for my Bachelor's thesis, "Tidal Potential: Calculations". It is designed to calculate tidal potentials and signals on Earth and other bodies, generated by other external bodies, using NASA's SPICE toolkit for high-precision ephemeris calculations.

## Installation

```bash
pip install tspice
