Metadata-Version: 2.1
Name: skyway-cloud
Version: 2.0.5
Summary: Skyway -- a Python package for bridging on-premises and cloud resources
Author-email: Trung Nguyen <ndactrung@gmail.com>
Project-URL: Homepage, https://github.com/rcc-uchicago/skyway
Project-URL: Issues, https://github.com/rcc-uchicago/skyway/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: apache-libcloud>=3.8.0
Requires-Dist: azure-common>=1.1.28
Requires-Dist: azure-core>=1.30.1
Requires-Dist: azure-identity>=1.16.0
Requires-Dist: azure-mgmt-compute>=31.0.0
Requires-Dist: azure-mgmt-core>=1.4.0
Requires-Dist: azure-mgmt-network>=25.3.0
Requires-Dist: azure-mgmt-resource>=23.1.1
Requires-Dist: boto3>=1.34.101
Requires-Dist: botocore>=1.34.101
Requires-Dist: colorama
Requires-Dist: globus-sdk
Requires-Dist: google-api-core
Requires-Dist: google-auth
Requires-Dist: google-cloud-compute
Requires-Dist: googleapis-common-protos
Requires-Dist: jinja2
Requires-Dist: numpy
Requires-Dist: oci>=2.128.2
Requires-Dist: pandas>=2.0.3
Requires-Dist: PyMySQL>=1.1.0
Requires-Dist: pyOpenSSL
Requires-Dist: PyYAML
Requires-Dist: streamlit>=1.35.0
Requires-Dist: streamlit-autorefresh>=1.0.1
Requires-Dist: tabulate

# Skyway

Skyway is an integrated platform developed at the U Chicago Research Computing
Center to allow users to burst computing workloads from the on-premise HPC cluster,
to run on remote commercial cloud platforms such as Amazon AWS,
Google GCP, Microsoft Azure and Oracle Cloud Infrastructure. Skyway enables users
to access cloud resources in a seamless manner with both command line and graphical
user interfaces. 

Refer to the [Skyway homepage](https://cloud-skyway.rcc.uchicago.edu/)
for more information.

This repository contains the Skyway documentation. The Skyway source code is
available through [PyPI](https://pypi.org/project/Skyway-cloud/). 
