Metadata-Version: 2.1
Name: chime-frb-constants
Version: 2020.6.1
Summary: CHIME/FRB Constants
Home-page: https://github.com/CHIMEFRB/frb-constants
License: MIT
Author: Shiny Brar
Author-email: charanjotbrar@gmail.com
Requires-Python: >=3.5,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Documentation, https://github.com/CHIMEFRB/frb-constants
Project-URL: Repository, https://github.com/CHIMEFRB/frb-constants
Description-Content-Type: text/markdown

# CHIME/FRB Constants

Constants is a is pure-python, light-weight and a dependency-less package to access the commonly used variables in the CHIME/FRB software projects.

## Installation
```
pip install chime-frb-constants
```

## Usage
```python
import chime_frb_constants as constants

print constants.K_DM
```


