Metadata-Version: 1.2
Name: TideServer
Version: 0.2a4
Summary: Flask REST API to supply tidal gravity corrections
Home-page: https://github.com/DynamicGravitySystems/TideFlaskServer
Author: Zachery Brady
Author-email: bradyzp@dynamicgravitysystems.com
License: UNKNOWN
Description: TideServer
        ==========
        
        Installation
        ------------
        
        1. Create a virtual environment on deployment server:
        
        .. code-block:: bash
        
            mkdir TideServer && cd TideServer
            python3 -m virtualenv venv
        
        
        2. Activate the virtual environment and install the flask app
        
        .. code-block:: bash
        
            source venv/bin/activate
            pip install tideserver
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.5.*
