Metadata-Version: 2.1
Name: cybershuttle-tune
Version: 0.1.2
Summary: Parameter Tunning Library for CyberShuttle
Home-page: https://github.com/cyber-shuttle/cybershuttle-tune
License: Apache-2.0
Keywords: CyberShuttle,Prameter Tunning,Parameter Sweeping
Author: Dimuthu Wannipurage
Author-email: dimuthuw@gatech.edu
Maintainer: Apache Airavata Developers
Maintainer-email: dev@apache.airavata.org
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: airavata-python-sdk (>=1.1.7,<2.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: pandas (>=2.0.3,<3.0.0)
Requires-Dist: paramiko (>=3.3.1,<4.0.0)
Requires-Dist: pick (==2.2.0)
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
Requires-Dist: requests-oauthlib (>=1.3.1,<2.0.0)
Requires-Dist: scp (>=0.14.5,<0.15.0)
Requires-Dist: thrift (>=0.16.0,<0.17.0)
Requires-Dist: thrift-connector (>=0.24,<0.25)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

python3.10 -m venv venv  ## Use python 3.10.6 or higher
source venv/bin/activate
pip install poetry
poetry shell

poetry install
poetry publish --build
