An API Client for Optimyzer
Project description
Optimyzer API Client
This is the Python API Client for Optimyzer. Use it to conveniently run optimizations from Python.
To get access to the API you will need an Optimyzer account.
If you have any kind of issue or suggestion, please drop us a line: info@gauss-ml.com.
Getting started
Installing the Optimyzer API Client is very easy, just run pip install optimyzer_api_client
in your favorite Python environment and you're done. If you like it, you might want to add
optimyzer_api_client to your project's dependencies.
Optimyzer Usage
OptimyzerClient has been built to be included in any kind of workflow as easily as possible.
First you have to import it:
from optimyzer_api_client import OptimyzerClient
Then you need to create an instance using your Optimyzer username and password.
oac = OptimyzerClient.from_login(username="your@email.com", password="AVery$ecureP@ssw0rd!")
You can also use a credentials file.
oac = OptimyzerClient.from_credentials("/path/to/credentials_file.json")
Once you have an Optimyzer API Client instance, you can start creating machines, optimizations,
and runing them.
Check out the notebooks on this repository for examples on how to get started.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file optimyzer_api_client-0.5.1.tar.gz.
File metadata
- Download URL: optimyzer_api_client-0.5.1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16ab29f30878ef1df303f354328e8926f200384eb2a2860789aee1b756e02760
|
|
| MD5 |
40d45136eadccbf64481a79497eca308
|
|
| BLAKE2b-256 |
cb9aa97377dd7bdfab4e9eea2607a0301d35d842b5a4ccc0ed2263514e186a68
|
File details
Details for the file optimyzer_api_client-0.5.1-py3-none-any.whl.
File metadata
- Download URL: optimyzer_api_client-0.5.1-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5021c8a2027669f4ee34d87c5fb344c733f18073f2d58bd3dfa5388e04dcab89
|
|
| MD5 |
f41be4af073734236fb6f1c7af7fa892
|
|
| BLAKE2b-256 |
943a6a93af275ae8f5d0100d4ecc3590c7824cca5525b3b2c0da10ced7cd4c43
|