Metadata-Version: 2.4
Name: spacetrace
Version: 0.1.0
Summary: A small example package
Project-URL: Homepage, https://github.com/bionick7/space-trace
Author-email: Nick Felten <nickfelten@yahoo.com>
License: MIT License
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: raylib
Description-Content-Type: text/markdown

# Space Trace

## Overview

## Features
- **3D Visualization**: Render 3D plots of simulation data.

## Installation
To install Tudat Visualizer, clone the repository and install the required dependencies:
```bash
pip install space-trace
```

## Usage
To use Tudat Visualizer, run the main script with your simulation data file:
```bash
python main.py path/to/your/simulation_data.json
```

## Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contact
For any questions or feedback, please contact [yourname@domain.com](mailto:yourname@domain.com).
