Metadata-Version: 2.1
Name: qhub-ops
Version: 0.1.3
Summary: Management of QHub on Cloud Infrastructure
Home-page: https://github.com/quansight/qhub-ops
Author: Quansight
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/quansight/QHub
Project-URL: Source, https://github.com/quansight/QHub
Description: # QHub-Ops
        
        Is tool for initializing and maintaining the state of QHub deployments
        
        ## Installation:
        
        ```bash
        python setup.py install
        ```
        
        ## Initializing the Provider Template
        
        * Amazon Web Services
        
        ```bash
        qhub-ops render -c tests/assets/config_aws.yaml
        ```
        
        * Digital Ocean
        
        ```bash
        qhub-ops render -c tests/assets/config_do.yaml -f
        ```
        
        * Google Cloud Platform
        
        ```bash
        qhub-ops render -c tests/assets/config_gcp.yaml
        ```
        
        After initialising the provider templates, follow the instructions
        in docs: `qhub-ops/qhub_ops/template/{{ cookiecutter.project_name }}/docs/`
        
        ## Terraform Module Dependencies
        
        This project depends on the terraform modules repository:
        https://github.com/Quansight/qhub-terraform-modules
        
        # License
        
        qhub-ops is BSD3 licensed
        
        
        
Keywords: aws gcp do qhub
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
