Metadata-Version: 2.1
Name: iniabu
Version: 1.1.0
Summary: Solar System initial abundance package.
Home-page: https://github.com/galactic-forensics/iniabu
Author: Reto Trappitsch
Author-email: reto@galactic-forensics.space
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: numpy
Requires-Dist: darglint>=1.5.1 ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: flake8-bandit ; extra == "dev"
Requires-Dist: flake8-black ; extra == "dev"
Requires-Dist: flake8-bugbear ; extra == "dev"
Requires-Dist: flake8-docstrings ; extra == "dev"
Requires-Dist: flake8-import-order ; extra == "dev"
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: sphinx_rtd_theme ; extra == "doc"
Requires-Dist: pytest>=6.0 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-mock ; extra == "test"
Requires-Dist: pytest-sugar ; extra == "test"
Project-URL: Documentation, https://iniabu.readthedocs.io
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

The Iniabu Project
==================

.. image:: https://readthedocs.org/projects/iniabu/badge/?version=latest
    :target: https://iniabu.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/iniabu?color=informational
    :target: https://pypi.org/project/iniabu/
    :alt: PyPi
.. image:: https://github.com/galactic-forensics/iniabu/workflows/tests/badge.svg?branch=main
    :target: https://github.com/galactic-forensics/iniabu
    :alt: tests
.. image:: https://coveralls.io/repos/github/galactic-forensics/iniabu/badge.svg?branch=main
    :target: https://coveralls.io/github/galactic-forensics/iniabu?branch=main
    :alt: coverage
.. image:: https://img.shields.io/badge/License-GPL%20v2-blue.svg
    :target: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
    :alt: License: GPL v2
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: Code style: black

Introduction
------------

The goal of this project is to give you access
to various published solar abundance tables of elements as isotopes
from a Python terminal.
As one might guess,
``iniabu`` stands for initial abundances.
Functions that are useful for everyday's life as an
astrophysicist, cosmo-, or geochemist,
are here made available in an easy to use interface.
More information can also be found in the
`scientific background section <https://iniabu.readthedocs.io/en/latest/background.html>`_
in the documentation.
Aside from querying the databases,
the ``iniabu`` tool allows you directly
to calculate isotope ratios,
δ-values,
or ratios in bracket notation
for fast comparison with your observations or measurements.
These calculations can also be performed "numpy-style",
i.e., element-wise on whole arrays.

The iniabu project is a young undertaking
of the newly established
`Galactic Forensics Laboratory <https://galactic-forensics.space>`_.
We strive to support the open source culture
and would be happy to hear how you use this tool,
but also to see what you would like to have improved.

To get you started,
check out the
`Installation and Usage <https://iniabu.readthedocs.io/en/latest/intro.html>`_
page.
If you would like to contribute,
which we for sure welcome,
please have a look at our,
hopefully detailed,
`Developers Guide <https://iniabu.readthedocs.io/en/latest/dev/index.html>`_.
We welcome all contributions,
from simple typo fixes in the documentation,
to feature contributions!

Installation
------------

The stable version of this package
is available and PyPi
and can be installed as:

.. code-block:: console

  $ pip install iniabu

Alternatively,
you can install the latest version
directly from GitHub:

.. code-block:: console

  $ pip install git+https://github.com/galactic-forensics/iniabu.git


Issues and feature requests
---------------------------

If you find a bug or have other problems or questions
with this project, have a look at the
`GitHub issue page <https://github.com/galactic-forensics/iniabu/issues>`_.
Your issue might already have been discussed.
Otherwise feel free to open a new issue.
Please be as detailed as possible.

If you would like a new feature,
please feel free to file a feature request.
If you are interested in contributing
this feature yourself, say so and we can
help to get you started.


Contributing
------------

Contributions to this project are welcome.
Please see the
`Developers Guide <https://iniabu.readthedocs.io/en/latest/dev/index.html>`_
for detailed instructions on how to contribute.


Relationship to previous package
--------------------------------
This package is in its idea based on a
software package that was was written at
Lawrence Livermore National Laboratory,
and replaces that specific package,
which can in it's archived form be found
`here <https://github.com/LLNL/iniabu>`_.
That package's latest release was v0.3.1
and it was released under GPLv2.
Note that the codebase for this version was
rewritten from ground-up.

This new and improved version
is available on PyPi
and replaces the previous version there.
The new package is not backwards compatible
and is initially released as v1.0.0.

