Metadata-Version: 2.1
Name: ionopy
Version: 0.0.6
Summary: Package for processing and analysis of GNSS data
Home-page: https://github.com/dinilbose/ismrpy
Author: Dinil Bose P
Author-email: dinilbose@gmail.com
License: gpl-3.0
Download-URL: https://github.com/dinilbose/ionopy/archive/0.0.6.tar.gz
Keywords: ionopy,pandas
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.13.1)

# ionopy

Package for processing and analysis of GNSS data

## Getting Started
### Prerequisites

Things needed before installation of package
```
pip install numpy
pip install pandas
```

### Installation

```
pip install ionopy
```

## Authors

All are welcome to contribute to the project
See also the list of [contributors](https://github.com/dinilbose/ismrpy/contributors) who participated in this project.

## License

This project is licensed under the GPL-3 License - see the [LICENSE.md](LICENSE.txt) file for details


