Metadata-Version: 2.4
Name: PyTeVCat
Version: 1.3.3
Summary: Python wrapper for TeVCat
Author-email: Akira Okumura <oxon@mac.com>
License: BSD License
Project-URL: Repository, https://github.com/akira-okumura/PyTeVCat.git
Project-URL: Issues, https://github.com/akira-okumura/PyTeVCat/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: astropy
Requires-Dist: future
Requires-Dist: requests

# PyTeVCat

PyTeVCat is a small Python project which plots TeV gamma-ray sources on a ROOT canvas. This is not a spin-off
project by the official [TeVCat](http://tevcat.uchicago.edu) developers.

```shell
$ pip install pytevcat
$ python
```
```python
>>> import tevcat
>>> viewer = tevcat.Viewer()
```

![alt tag](https://raw.githubusercontent.com/akira-okumura/PyTeVCat/master/screenshot.png)

You need to have ROOT installed on your machine.
