Metadata-Version: 2.3
Name: pygro
Version: 1.0.0
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
Description-Content-Type: text/markdown

# PyGRO

![PyGRO](/docs/source/_static/pygro-banner.png#gh-light-mode-only)
![PyGRO](/docs/source/_static/pygro-banner-dark.png#gh-dark-mode-only)

![pygro-badge](https://img.shields.io/badge/pygro-v.1.0.0-blue)
![docs](https://img.shields.io/badge/docs-passing-green?link=https://rdellamonica.github.io/pygro/index.html)
![pip](https://img.shields.io/badge/pypi-pygro-orange?link=https://pypi.org/project/PyGRO)
![downloads](https://img.shields.io/pypi/dm/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.

