Metadata-Version: 2.3
Name: pygro
Version: 1.0.1
Summary: A Python Integrator for General Relativistic Orbits
License: GNU GPL-3.0 license
Author: Riccardo Della Monica
Author-email: dellamonicariccardo@gmail.com
Requires-Python: >=3.10
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=2.2.2)
Requires-Dist: scipy (>=1.15.1)
Requires-Dist: sympy (>=1.11.1)
Description-Content-Type: text/markdown

# PyGRO

![PyGRO](https://github.com/rdellamonica/pygro/blob/master/docs/source/_static/pygro-banner.png?raw=true#gh-light-mode-only)
![PyGRO](https://github.com/rdellamonica/pygro/blob/master/docs/source/_static/pygro-banner-dark.png?raw=true#gh-dark-mode-only)

[<img src="https://img.shields.io/badge/pygro-v.1.0.1-blue">](https://github.com/rdellamonica/pygro)
[<img src="https://img.shields.io/badge/docs-passing-green">](https://rdellamonica.github.io/pygro/index.html)
[<img src="https://img.shields.io/badge/pypi-pygro-orange?link=">](https://pypi.org/project/PyGRO)

![watchers](https://img.shields.io/github/watchers/rdellamonica/pygro) ![stars](https://img.shields.io/github/stars/rdellamonica/pygro)

[PyGRO](https://github.com/rdellamonica/pygro) is a Python library that provides methods and functions to perform the numerical integration of the geodesic equations describing a particle or photon orbit in any metric theory of gravity, given an analytic expression of the metric tensor.

---

## Installation

PyGRO is distributed as a Python package that can be installed through the PyPi package mangaer via:

```bash
pip install pygro
```

or by cloning [PyGRO GitHub repository](https://github.com/rdellamonica/pygro).

## Documentation

The complete documentation for PyGRO is available on [docs](https://rdellamonica.github.io/pygro/index.html).

## Copyright

© Copyright 2025 Riccardo Della Monica

## License

This project is licensed under the GNU General Public License v3.0. See the [LICENSE](./LICENSE.txt) file for details.

