Metadata-Version: 2.3
Name: pgdtools
Version: 0.1.0
Summary: Read and interact with the presolar grain database with python.
Project-URL: Source, https://github.com/galactic-forensics/pgdtools
Project-URL: Documentation, https://pgdtools.readthedocs.io
Author-email: Reto Trappitsch <reto@galactic-forensics.space>
License: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: iniabu>=1.1.2
Requires-Dist: matplotlib>=3.7.4
Requires-Dist: numpy>=1.26.4
Requires-Dist: pandas>=2.2.0
Requires-Dist: requests>=2.31.0
Requires-Dist: scipy>=1.12.0
Provides-Extra: docs
Requires-Dist: ceresfit>=0.3.1; extra == 'docs'
Requires-Dist: mkdocs-jupyter>=0.24.8; extra == 'docs'
Requires-Dist: mkdocs-material>=9.5.25; extra == 'docs'
Requires-Dist: mkdocs>=1.6.0; extra == 'docs'
Requires-Dist: mkdocstrings[python]>=0.25.1; extra == 'docs'
Requires-Dist: notebook>=7.2.1; extra == 'docs'
Provides-Extra: maintainer
Requires-Dist: bibtexparser>=1.4.1; extra == 'maintainer'
Requires-Dist: openpyxl>=3.1.2; extra == 'maintainer'
Description-Content-Type: text/markdown

[![PyPi](https://img.shields.io/pypi/v/pgdtools?color=informational)](https://pypi.org/project/pgdtools/)
[![docs](https://readthedocs.org/projects/pgdtools/badge/?version=latest)](https://pgdtools.readthedocs.io)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/NASA-Planetary-Science/pgdtools/blob/main/LICENSE)
[![tests](https://github.com/NASA-Planetary-Science/pgdtools/actions/workflows/tests.yml/badge.svg)](https://github.com/NASA-Planetary-Science/pgdtools/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/NASA-Planetary-Science/pgdtools/branch/main/graph/badge.svg?token=N0NNVEI8CX)](https://codecov.io/gh/NASA-Planetary-Science/pgdtools)
[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye.astral.sh)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)

# Presolar grain database tools (pgdTools)


This package provides a set of tools to
easily access and interface with the presolar grain database.
This package allows users to manage which database(s) they want to use
and provides a set of tools to filter and access the data itself.
Furthermore, maintainer tools are provided as well
in order for database maintainers to keep the package up to date.

For installation, usage guidance, and more information,
see the [documentation](https://pgdtools.readthedocs.io).

While we hope that most of functionality is stable,
this package is still under development.
Please report any issues you encounter and let us know what you think!
Feel free either open a [new issue](https://github.com/NASA-Planetary-Science/pgdtools/issues) on GitHub,
start a [new discussion](https://github.com/NASA-Planetary-Science/pgdtools/discussions),
or reach out to us directly.
