verlex 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,166 @@
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+
6
+ # C extensions
7
+ *.so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ build/
12
+ develop-eggs/
13
+ dist/
14
+ downloads/
15
+ eggs/
16
+ .eggs/
17
+ # lib/ - removed because it was blocking website/src/lib/
18
+ lib64/
19
+ parts/
20
+ sdist/
21
+ var/
22
+ wheels/
23
+ share/python-wheels/
24
+ *.egg-info/
25
+ .installed.cfg
26
+ *.egg
27
+ MANIFEST
28
+
29
+ # PyInstaller
30
+ *.manifest
31
+ *.spec
32
+
33
+ # Installer logs
34
+ pip-log.txt
35
+ pip-delete-this-directory.txt
36
+
37
+ # Unit test / coverage reports
38
+ htmlcov/
39
+ .tox/
40
+ .nox/
41
+ .coverage
42
+ .coverage.*
43
+ .cache
44
+ nosetests.xml
45
+ coverage.xml
46
+ *.cover
47
+ *.py,cover
48
+ .hypothesis/
49
+ .pytest_cache/
50
+
51
+ # Translations
52
+ *.mo
53
+ *.pot
54
+
55
+ # Django stuff
56
+ *.log
57
+ local_settings.py
58
+ db.sqlite3
59
+ db.sqlite3-journal
60
+
61
+ # Flask stuff
62
+ instance/
63
+ .webassets-cache
64
+
65
+ # Scrapy stuff
66
+ .scrapy
67
+
68
+ # Sphinx documentation
69
+ docs/_build/
70
+
71
+ # PyBuilder
72
+ .pybuilder/
73
+ target/
74
+
75
+ # Jupyter Notebook
76
+ .ipynb_checkpoints
77
+
78
+ # IPython
79
+ profile_default/
80
+ ipython_config.py
81
+
82
+ # pyenv
83
+ .python-version
84
+
85
+ # pipenv
86
+ Pipfile.lock
87
+
88
+ # PEP 582
89
+ __pypackages__/
90
+
91
+ # Celery stuff
92
+ celerybeat-schedule
93
+ celerybeat.pid
94
+
95
+ # SageMath parsed files
96
+ *.sage.py
97
+
98
+ # Environments
99
+ .env
100
+ .venv
101
+ env/
102
+ venv/
103
+ ENV/
104
+ env.bak/
105
+ venv.bak/
106
+
107
+ # Spyder project settings
108
+ .spyderproject
109
+ .spyproject
110
+
111
+ # Rope project settings
112
+ .ropeproject
113
+
114
+ # mkdocs documentation
115
+ /site
116
+
117
+ # mypy
118
+ .mypy_cache/
119
+ .dmypy.json
120
+ dmypy.json
121
+
122
+ # Pyre type checker
123
+ .pyre/
124
+
125
+ # pytype static type analyzer
126
+ .pytype/
127
+
128
+ # Cython debug symbols
129
+ cython_debug/
130
+
131
+ # IDE
132
+ .idea/
133
+ .vscode/
134
+ *.swp
135
+ *.swo
136
+ *~
137
+
138
+ # OS
139
+ .DS_Store
140
+ .DS_Store?
141
+ ._*
142
+ .Spotlight-V100
143
+ .Trashes
144
+ ehthumbs.db
145
+ Thumbs.db
146
+
147
+ # Project specific
148
+ .gateway/
149
+ *.checkpoint
150
+ *.ckpt
151
+ checkpoints/
152
+ logs/
153
+ *.log
154
+
155
+ # Secrets
156
+ .secrets
157
+ *.pem
158
+ *.key
159
+ credentials.json
160
+ credentials/
161
+ *-sa.json
162
+ service-account*.json
163
+
164
+ # Docker
165
+ .docker/
166
+ docker-compose.override.yml
verlex-0.1.0/LICENSE ADDED
@@ -0,0 +1,189 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work.
38
+
39
+ "Derivative Works" shall mean any work, whether in Source or Object
40
+ form, that is based on (or derived from) the Work and for which the
41
+ editorial revisions, annotations, elaborations, or other modifications
42
+ represent, as a whole, an original work of authorship. For the purposes
43
+ of this License, Derivative Works shall not include works that remain
44
+ separable from, or merely link (or bind by name) to the interfaces of,
45
+ the Work and Derivative Works thereof.
46
+
47
+ "Contribution" shall mean any work of authorship, including
48
+ the original version of the Work and any modifications or additions
49
+ to that Work or Derivative Works thereof, that is intentionally
50
+ submitted to the Licensor for inclusion in the Work by the copyright owner
51
+ or by an individual or Legal Entity authorized to submit on behalf of
52
+ the copyright owner. For the purposes of this definition, "submitted"
53
+ means any form of electronic, verbal, or written communication sent
54
+ to the Licensor or its representatives, including but not limited to
55
+ communication on electronic mailing lists, source code control systems,
56
+ and issue tracking systems that are managed by, or on behalf of, the
57
+ Licensor for the purpose of discussing and improving the Work, but
58
+ excluding communication that is conspicuously marked or otherwise
59
+ designated in writing by the copyright owner as "Not a Contribution."
60
+
61
+ "Contributor" shall mean Licensor and any individual or Legal Entity
62
+ on behalf of whom a Contribution has been received by Licensor and
63
+ subsequently incorporated within the Work.
64
+
65
+ 2. Grant of Copyright License. Subject to the terms and conditions of
66
+ this License, each Contributor hereby grants to You a perpetual,
67
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
68
+ copyright license to reproduce, prepare Derivative Works of,
69
+ publicly display, publicly perform, sublicense, and distribute the
70
+ Work and such Derivative Works in Source or Object form.
71
+
72
+ 3. Grant of Patent License. Subject to the terms and conditions of
73
+ this License, each Contributor hereby grants to You a perpetual,
74
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75
+ (except as stated in this section) patent license to make, have made,
76
+ use, offer to sell, sell, import, and otherwise transfer the Work,
77
+ where such license applies only to those patent claims licensable
78
+ by such Contributor that are necessarily infringed by their
79
+ Contribution(s) alone or by combination of their Contribution(s)
80
+ with the Work to which such Contribution(s) was submitted. If You
81
+ institute patent litigation against any entity (including a
82
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
83
+ or a Contribution incorporated within the Work constitutes direct
84
+ or contributory patent infringement, then any patent licenses
85
+ granted to You under this License for that Work shall terminate
86
+ as of the date such litigation is filed.
87
+
88
+ 4. Redistribution. You may reproduce and distribute copies of the
89
+ Work or Derivative Works thereof in any medium, with or without
90
+ modifications, and in Source or Object form, provided that You
91
+ meet the following conditions:
92
+
93
+ (a) You must give any other recipients of the Work or
94
+ Derivative Works a copy of this License; and
95
+
96
+ (b) You must cause any modified files to carry prominent notices
97
+ stating that You changed the files; and
98
+
99
+ (c) You must retain, in the Source form of any Derivative Works
100
+ that You distribute, all copyright, patent, trademark, and
101
+ attribution notices from the Source form of the Work,
102
+ excluding those notices that do not pertain to any part of
103
+ the Derivative Works; and
104
+
105
+ (d) If the Work includes a "NOTICE" text file as part of its
106
+ distribution, then any Derivative Works that You distribute must
107
+ include a readable copy of the attribution notices contained
108
+ within such NOTICE file, excluding those notices that do not
109
+ pertain to any part of the Derivative Works, in at least one
110
+ of the following places: within a NOTICE text file distributed
111
+ as part of the Derivative Works; within the Source form or
112
+ documentation, if provided along with the Derivative Works; or,
113
+ within a display generated by the Derivative Works, if and
114
+ wherever such third-party notices normally appear. The contents
115
+ of the NOTICE file are for informational purposes only and
116
+ do not modify the License. You may add Your own attribution
117
+ notices within Derivative Works that You distribute, alongside
118
+ or as an addendum to the NOTICE text from the Work, provided
119
+ that such additional attribution notices cannot be construed
120
+ as modifying the License.
121
+
122
+ You may add Your own copyright statement to Your modifications and
123
+ may provide additional or different license terms and conditions
124
+ for use, reproduction, or distribution of Your modifications, or
125
+ for any such Derivative Works as a whole, provided Your use,
126
+ reproduction, and distribution of the Work otherwise complies with
127
+ the conditions stated in this License.
128
+
129
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
130
+ any Contribution intentionally submitted for inclusion in the Work
131
+ by You to the Licensor shall be under the terms and conditions of
132
+ this License, without any additional terms or conditions.
133
+ Notwithstanding the above, nothing herein shall supersede or modify
134
+ the terms of any separate license agreement you may have executed
135
+ with Licensor regarding such Contributions.
136
+
137
+ 6. Trademarks. This License does not grant permission to use the trade
138
+ names, trademarks, service marks, or product names of the Licensor,
139
+ except as required for reasonable and customary use in describing the
140
+ origin of the Work and reproducing the content of the NOTICE file.
141
+
142
+ 7. Disclaimer of Warranty. Unless required by applicable law or
143
+ agreed to in writing, Licensor provides the Work (and each
144
+ Contributor provides its Contributions) on an "AS IS" BASIS,
145
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
146
+ implied, including, without limitation, any warranties or conditions
147
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
148
+ PARTICULAR PURPOSE. You are solely responsible for determining the
149
+ appropriateness of using or redistributing the Work and assume any
150
+ risks associated with Your exercise of permissions under this License.
151
+
152
+ 8. Limitation of Liability. In no event and under no legal theory,
153
+ whether in tort (including negligence), contract, or otherwise,
154
+ unless required by applicable law (such as deliberate and grossly
155
+ negligent acts) or agreed to in writing, shall any Contributor be
156
+ liable to You for damages, including any direct, indirect, special,
157
+ incidental, or consequential damages of any character arising as a
158
+ result of this License or out of the use or inability to use the
159
+ Work (including but not limited to damages for loss of goodwill,
160
+ work stoppage, computer failure or malfunction, or any and all
161
+ other commercial damages or losses), even if such Contributor
162
+ has been advised of the possibility of such damages.
163
+
164
+ 9. Accepting Warranty or Additional Liability. While redistributing
165
+ the Work or Derivative Works thereof, You may choose to offer,
166
+ and charge a fee for, acceptance of support, warranty, indemnity,
167
+ or other liability obligations and/or rights consistent with this
168
+ License. However, in accepting such obligations, You may act only
169
+ on Your own behalf and on Your sole responsibility, not on behalf
170
+ of any other Contributor, and only if You agree to indemnify,
171
+ defend, and hold each Contributor harmless for any liability
172
+ incurred by, or claims asserted against, such Contributor by reason
173
+ of your accepting any such warranty or additional liability.
174
+
175
+ END OF TERMS AND CONDITIONS
176
+
177
+ Copyright 2024 GateWay Cloud
178
+
179
+ Licensed under the Apache License, Version 2.0 (the "License");
180
+ you may not use this file except in compliance with the License.
181
+ You may obtain a copy of the License at
182
+
183
+ http://www.apache.org/licenses/LICENSE-2.0
184
+
185
+ Unless required by applicable law or agreed to in writing, software
186
+ distributed under the License is distributed on an "AS IS" BASIS,
187
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
188
+ See the License for the specific language governing permissions and
189
+ limitations under the License.
verlex-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,196 @@
1
+ Metadata-Version: 2.4
2
+ Name: verlex
3
+ Version: 0.1.0
4
+ Summary: Run your code on the cheapest cloud provider automatically - Uber for Cloud Computing
5
+ Project-URL: Homepage, https://verlex.dev
6
+ Project-URL: Documentation, https://verlex.dev/docs
7
+ Author: Verlex Team
8
+ Maintainer: Verlex Team
9
+ License-Expression: Apache-2.0
10
+ License-File: LICENSE
11
+ Keywords: aws,azure,cloud,cloud-computing,cost-optimization,distributed-computing,gcp,gpu,machine-learning,orchestration,preemptible,price-comparison,serverless,spot-instances
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Environment :: Console
14
+ Classifier: Framework :: AsyncIO
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: Intended Audience :: Science/Research
17
+ Classifier: License :: OSI Approved :: Apache Software License
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3.9
21
+ Classifier: Programming Language :: Python :: 3.10
22
+ Classifier: Programming Language :: Python :: 3.11
23
+ Classifier: Programming Language :: Python :: 3.12
24
+ Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
25
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
26
+ Classifier: Topic :: System :: Distributed Computing
27
+ Classifier: Typing :: Typed
28
+ Requires-Python: >=3.9
29
+ Requires-Dist: cloudpickle>=3.0.0
30
+ Requires-Dist: httpx>=0.25.0
31
+ Provides-Extra: cli
32
+ Requires-Dist: rich>=13.0.0; extra == 'cli'
33
+ Provides-Extra: dev
34
+ Requires-Dist: black>=23.0.0; extra == 'dev'
35
+ Requires-Dist: mypy>=1.0.0; extra == 'dev'
36
+ Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
37
+ Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
38
+ Requires-Dist: pytest>=7.0.0; extra == 'dev'
39
+ Requires-Dist: ruff>=0.1.0; extra == 'dev'
40
+ Description-Content-Type: text/markdown
41
+
42
+ # Verlex
43
+
44
+ **Run your code in the cloud for the price of a coffee.**
45
+
46
+ Verlex is a Python SDK that lets you execute code on the cheapest available cloud infrastructure across AWS, GCP, and Azure — all with a single function call.
47
+
48
+ ## Installation
49
+
50
+ ```bash
51
+ pip install verlex
52
+ ```
53
+
54
+ With ML dependencies:
55
+
56
+ ```bash
57
+ pip install verlex[ml]
58
+ ```
59
+
60
+ ## Quick Start
61
+
62
+ ```python
63
+ import verlex
64
+
65
+ def train_model():
66
+ import torch
67
+ model = torch.nn.Linear(100, 10)
68
+ # Your training code here...
69
+ return {"accuracy": 0.95}
70
+
71
+ # Run it in the cloud - that's it!
72
+ with verlex.GateWay(api_key="gw_your_key") as gw:
73
+ result = gw.run(train_model)
74
+ print(result)
75
+ ```
76
+
77
+ ## Basic Usage
78
+
79
+ ### Context Manager (Recommended)
80
+
81
+ ```python
82
+ import verlex
83
+
84
+ with verlex.GateWay(api_key="gw_your_key") as gw:
85
+ # Analyze resources your function needs
86
+ recommendation = gw.analyze(my_function)
87
+ print(f"Recommended: {recommendation.gpu_type}")
88
+
89
+ # Run in the cloud
90
+ result = gw.run(my_function)
91
+ ```
92
+
93
+ ### Specifying Resources
94
+
95
+ ```python
96
+ with verlex.GateWay(api_key="gw_your_key") as gw:
97
+ result = gw.run(
98
+ train_model,
99
+ gpu="A100", # Specific GPU type
100
+ gpu_count=2, # Multiple GPUs
101
+ memory="64GB", # Memory requirement
102
+ timeout=7200, # 2 hour timeout
103
+ )
104
+ ```
105
+
106
+ ### Async Execution
107
+
108
+ ```python
109
+ with verlex.GateWay(api_key="gw_your_key") as gw:
110
+ # Submit jobs (non-blocking)
111
+ job1 = gw.run_async(train_model_1)
112
+ job2 = gw.run_async(train_model_2)
113
+
114
+ # Wait for results when needed
115
+ result1 = job1.result()
116
+ result2 = job2.result()
117
+ ```
118
+
119
+ ## Pricing Modes
120
+
121
+ Choose your price-speed tradeoff:
122
+
123
+ | Mode | Margin | Wait Time | Best For |
124
+ |------|--------|-----------|----------|
125
+ | **Priority** | +25% | Immediate | Time-sensitive workloads |
126
+ | **Patient** | +12% | Up to 10 min | Batch jobs, cost-sensitive |
127
+ | **Flexible** | +10% | Variable | Long-running, can migrate |
128
+ | **Sticky** | +15% | Up to 10 min | Jobs that can't be interrupted |
129
+
130
+ ```python
131
+ # Priority mode - immediate execution
132
+ with verlex.GateWay(api_key="gw_your_key", priority=True) as gw:
133
+ result = gw.run(my_function)
134
+
135
+ # Patient mode - wait for lower prices
136
+ with verlex.GateWay(api_key="gw_your_key", priority=False) as gw:
137
+ result = gw.run(my_function)
138
+
139
+ # Flexible mode - can migrate to cheaper providers
140
+ with verlex.GateWay(api_key="gw_your_key", priority=False, flexible=True) as gw:
141
+ result = gw.run(my_function)
142
+ ```
143
+
144
+ ## Authentication
145
+
146
+ ### Option 1: Direct API Key
147
+
148
+ ```python
149
+ with verlex.GateWay(api_key="gw_your_key") as gw:
150
+ result = gw.run(my_function)
151
+ ```
152
+
153
+ ### Option 2: Environment Variable
154
+
155
+ ```bash
156
+ export VERLEX_API_KEY="gw_your_key"
157
+ ```
158
+
159
+ ```python
160
+ with verlex.GateWay() as gw:
161
+ result = gw.run(my_function)
162
+ ```
163
+
164
+ ## CLI
165
+
166
+ ```bash
167
+ # Login
168
+ verlex login
169
+
170
+ # Run a script
171
+ verlex run train.py
172
+
173
+ # Run with specific GPU
174
+ verlex run train.py --gpu A100
175
+
176
+ # Check job status
177
+ verlex jobs
178
+
179
+ # View account info
180
+ verlex whoami
181
+ ```
182
+
183
+ ## Supported Cloud Providers
184
+
185
+ - **AWS** - EC2, with Spot instances (up to 90% off)
186
+ - **GCP** - Compute Engine, with Preemptible VMs (up to 91% off)
187
+ - **Azure** - VMs, with Spot instances (up to 81% off)
188
+
189
+ ## Links
190
+
191
+ - **Website**: [verlex.dev](https://verlex.dev)
192
+ - **Documentation**: [verlex.dev/docs](https://verlex.dev/docs)
193
+
194
+ ## License
195
+
196
+ Apache 2.0
@@ -0,0 +1,155 @@
1
+ # Verlex
2
+
3
+ **Run your code in the cloud for the price of a coffee.**
4
+
5
+ Verlex is a Python SDK that lets you execute code on the cheapest available cloud infrastructure across AWS, GCP, and Azure — all with a single function call.
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ pip install verlex
11
+ ```
12
+
13
+ With ML dependencies:
14
+
15
+ ```bash
16
+ pip install verlex[ml]
17
+ ```
18
+
19
+ ## Quick Start
20
+
21
+ ```python
22
+ import verlex
23
+
24
+ def train_model():
25
+ import torch
26
+ model = torch.nn.Linear(100, 10)
27
+ # Your training code here...
28
+ return {"accuracy": 0.95}
29
+
30
+ # Run it in the cloud - that's it!
31
+ with verlex.GateWay(api_key="gw_your_key") as gw:
32
+ result = gw.run(train_model)
33
+ print(result)
34
+ ```
35
+
36
+ ## Basic Usage
37
+
38
+ ### Context Manager (Recommended)
39
+
40
+ ```python
41
+ import verlex
42
+
43
+ with verlex.GateWay(api_key="gw_your_key") as gw:
44
+ # Analyze resources your function needs
45
+ recommendation = gw.analyze(my_function)
46
+ print(f"Recommended: {recommendation.gpu_type}")
47
+
48
+ # Run in the cloud
49
+ result = gw.run(my_function)
50
+ ```
51
+
52
+ ### Specifying Resources
53
+
54
+ ```python
55
+ with verlex.GateWay(api_key="gw_your_key") as gw:
56
+ result = gw.run(
57
+ train_model,
58
+ gpu="A100", # Specific GPU type
59
+ gpu_count=2, # Multiple GPUs
60
+ memory="64GB", # Memory requirement
61
+ timeout=7200, # 2 hour timeout
62
+ )
63
+ ```
64
+
65
+ ### Async Execution
66
+
67
+ ```python
68
+ with verlex.GateWay(api_key="gw_your_key") as gw:
69
+ # Submit jobs (non-blocking)
70
+ job1 = gw.run_async(train_model_1)
71
+ job2 = gw.run_async(train_model_2)
72
+
73
+ # Wait for results when needed
74
+ result1 = job1.result()
75
+ result2 = job2.result()
76
+ ```
77
+
78
+ ## Pricing Modes
79
+
80
+ Choose your price-speed tradeoff:
81
+
82
+ | Mode | Margin | Wait Time | Best For |
83
+ |------|--------|-----------|----------|
84
+ | **Priority** | +25% | Immediate | Time-sensitive workloads |
85
+ | **Patient** | +12% | Up to 10 min | Batch jobs, cost-sensitive |
86
+ | **Flexible** | +10% | Variable | Long-running, can migrate |
87
+ | **Sticky** | +15% | Up to 10 min | Jobs that can't be interrupted |
88
+
89
+ ```python
90
+ # Priority mode - immediate execution
91
+ with verlex.GateWay(api_key="gw_your_key", priority=True) as gw:
92
+ result = gw.run(my_function)
93
+
94
+ # Patient mode - wait for lower prices
95
+ with verlex.GateWay(api_key="gw_your_key", priority=False) as gw:
96
+ result = gw.run(my_function)
97
+
98
+ # Flexible mode - can migrate to cheaper providers
99
+ with verlex.GateWay(api_key="gw_your_key", priority=False, flexible=True) as gw:
100
+ result = gw.run(my_function)
101
+ ```
102
+
103
+ ## Authentication
104
+
105
+ ### Option 1: Direct API Key
106
+
107
+ ```python
108
+ with verlex.GateWay(api_key="gw_your_key") as gw:
109
+ result = gw.run(my_function)
110
+ ```
111
+
112
+ ### Option 2: Environment Variable
113
+
114
+ ```bash
115
+ export VERLEX_API_KEY="gw_your_key"
116
+ ```
117
+
118
+ ```python
119
+ with verlex.GateWay() as gw:
120
+ result = gw.run(my_function)
121
+ ```
122
+
123
+ ## CLI
124
+
125
+ ```bash
126
+ # Login
127
+ verlex login
128
+
129
+ # Run a script
130
+ verlex run train.py
131
+
132
+ # Run with specific GPU
133
+ verlex run train.py --gpu A100
134
+
135
+ # Check job status
136
+ verlex jobs
137
+
138
+ # View account info
139
+ verlex whoami
140
+ ```
141
+
142
+ ## Supported Cloud Providers
143
+
144
+ - **AWS** - EC2, with Spot instances (up to 90% off)
145
+ - **GCP** - Compute Engine, with Preemptible VMs (up to 91% off)
146
+ - **Azure** - VMs, with Spot instances (up to 81% off)
147
+
148
+ ## Links
149
+
150
+ - **Website**: [verlex.dev](https://verlex.dev)
151
+ - **Documentation**: [verlex.dev/docs](https://verlex.dev/docs)
152
+
153
+ ## License
154
+
155
+ Apache 2.0