Metadata-Version: 2.1
Name: ionopy
Version: 0.0.9
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
Description: # ionopy
        
        Package for processing and analysis of GNSS data
        
        ## Getting Started
        ### Prerequisites
        
        Things needed before installation of the package
        ```
        pip install numpy
        pip install pandas
        pip install unlzw
        pip install tables
        ```
        
        ### Installation
        
        ```
        pip install ionopy
        ```
        
        ## Documentation
        
        Tutorial for analysis module can be found [here](ionopy/analysis/analysis_readme.md)
        
        ## 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
        
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
