Metadata-Version: 2.2
Name: pyttop
Version: 0.4.2
Summary: Python Tools for Table Operations and Plotting
Author: Yu-Chen Wang
License: GPL-3.0-only
Project-URL: Documentation, https://pyttop.readthedocs.io/
Project-URL: Repository, https://github.com/ycwang-astro/pyttop.git
Project-URL: Issues, https://github.com/ycwang-astro/pyttop/issues
Keywords: table,table operation,catalog matching,catalog merging,table matching,table merging,plot,scientific plot,row subset
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: matplotlib
Requires-Dist: numpy

# pyttop
[![PyPI version](https://badge.fury.io/py/pyttop.svg)](https://badge.fury.io/py/pyttop) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14710979.svg)](https://zenodo.org/doi/10.5281/zenodo.14710979)

Python Tools for Table Operations and Plotting (PyTTOP) is a Python package.

See the [documentation](https://pyttop.readthedocs.io/) for details.

This package is distributed *solely* under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html) (GPL-3.0). 

If you use this package, citing it is appreciated. Citations for any version can be generated or exported from [this Zenodo page](https://zenodo.org/doi/10.5281/zenodo.14710979).

## Installation

To install this package, run the following command: 
```
pip install pyttop
```
If you would like to try the latest development version, you may directly install from the project repository by:
```
pip install git+https://github.com/ycwang-astro/pyttop.git
```
