Metadata-Version: 2.1
Name: ratelib
Version: 0.1.0
Summary: Python interface to REACLIB databases
Home-page: https://github.com/kompoth/ratelib
Author: Vasily Negrebetskiy
Author-email: negrebetckii.vv16@physics.msu.ru
License: MIT
Keywords: nucleosynthesis astrophysics
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Physics 
Requires-Python: >=3.5
Description-Content-Type: text/markdown

ratelib
=======

A simple interface to handle REACLIB format databases of astrophysical
reaction rates.

Standard REACLIB database can be downloaded from here: 
https://reaclib.jinaweb.org

Requirements
------------
- Python 3.5+
- numpy
- scipy

Installation
------------
Default way to get `ratelib` is to download it from PyPI:
```
  pip install ratelib
```

Classes
-------
- **Library:** Collection of reaction rates, database itself
- **Rate:** Reaction rate class with properties from REACLIB format
- **RateFilter:** Class for filtering rates in Library
- **Nucleus:** Basic class to unify different nucleus denotions


