Metadata-Version: 2.1
Name: tvolib
Version: 0.1.1
Summary: A personal collection of Python and IDL research tools in Space Plasma Physics.
Home-page: https://github.com/tien-vo/tvolib
License: GPL-3.0-or-later
Author: Tien Vo
Author-email: tien.a.vo@proton.me
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: astropy
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Project-URL: Repository, https://github.com/tien-vo/tvolib
Description-Content-Type: text/markdown

# About

This is a personal collection of Python and IDL routines for my research in Space Plasma Physics, organized
into packages. Some are more well-documented than others. Please use them at your discretion.

## Installation

```
conda create --name tvolib --file conda-linux-64.lock
conda activate tvolib
poetry install
```

