Metadata-Version: 2.4
Name: barycenter
Version: 0.1.4
Summary: Barycentric correction a la barycorr, but in Python, using PINT
Project-URL: Homepage, https://github.com/matteobachetti/barycenter
Project-URL: Source Code, https://github.com/matteobachetti/barycenter
Project-URL: Bug Tracker, https://github.com/matteobachetti/barycenter/issues
Project-URL: Documentation, https://barycenter.readthedocs.io
Project-URL: Download, https://pypi.org/project/barycenter/#files
Author-email: Matteo Bachetti <matteo@matteobachetti.it>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Provides-Extra: recommended
Requires-Dist: astroquery; extra == 'recommended'
Requires-Dist: astroquery>=0.4.11; extra == 'recommended'
Requires-Dist: boto3; extra == 'recommended'
Requires-Dist: botocore; extra == 'recommended'
Requires-Dist: fsspec; extra == 'recommended'
Requires-Dist: numba; extra == 'recommended'
Requires-Dist: pint-pulsar; extra == 'recommended'
Requires-Dist: regions; extra == 'recommended'
Requires-Dist: s3fs; extra == 'recommended'
Requires-Dist: stingray>=2.2.10; extra == 'recommended'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-astropy; extra == 'test'
Description-Content-Type: text/markdown

# Welcome to barycenter

|        |        |
|--------|--------|
| Package | [![Latest PyPI Version](https://img.shields.io/pypi/v/barycenter.svg)](https://pypi.org/project/barycenter/) [![Supported Python Versions](https://img.shields.io/pypi/pyversions/barycenter.svg)](https://pypi.org/project/barycenter/)  |
| Meta   | [![Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) |

*TODO: the above badges that indicate python version and package version will only work if your package is on PyPI.
If you don't plan to publish to PyPI, you can remove them.*

barycenter is a project that (describe what it does here).

## Get started

You can install this package into your preferred Python environment using pip:

```bash
$ pip install barycenter
```

TODO: Add a brief example of how to use the package to this section

To use barycenter in your code:

```python
>>> import barycenter
>>> barycenter.hello_world()
```

## Copyright

- Copyright © 2025 Matteo Bachetti.
- Free software distributed under the [MIT License](./LICENSE).
