Metadata-Version: 2.1
Name: gaeio
Version: 1.0
Summary: A python tool for geoscience data analysis
Home-page: https://cognitivegeo.wixsite.com/gaeio
Author: Cognitive Geo
Author-email: cognitivegeo.info@gmail.com
License: UNKNOWN
Description: # GAEIO
        
        ![](https://github.com/cognitivegeo/gaeio/blob/master/logo.png?raw=true)
        
        [GAEIO] is a Python GUI for geoscientific data analysis (i.e., seismic).
        
        ### Dependency
        
        [GAEIO] uses a number of open source projects to work properly:
        
        * [PyQt5] - GUIs
        * [Vispy] - Visualizations
        
        ### Installation
        
        * pip install --upgrade gaeio
        
        ### Run
        
        * import gaeio as go
        * go.start()
        
        ### Developers
        
        [GAEIO] is developed by [Cognitive Geo].
        
        ### Support
        
        [Contact us] if you have any problem with using [GAEIO] and/or want to be a developer.
        
        ### License
        GNU Affero General Public License v3 or later (AGPLv3+)
        
        [//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)
        
        
           [GAEIO]: <https://cognitivegeo.wixsite.com/gaeio>
           [PyQt5]: <https://pypi.org/project/PyQt5/>
           [Vispy]: <https://pypi.org/project/vispy/>
           [Cognitive Geo]: <https://www.linkedin.com/in/cognitive-geo-182b27185/>
           [Contact us]: <https://cognitivegeo.wixsite.com/gaeio/support>
        
Keywords: Geoscience,Seismic
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
