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
Optimyzer
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 Optimyzer
Then you need to create an instance using your Optimyzer
username and password.
oac = Optimyzer(username="your@email.com", password="AVery$ecureP@ssw0rd!")
You can also use a credentials file.
oac = Optimyzer.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
Hashes for optimyzer_api_client-0.5.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4202399f731fd0148acf77c397627d9b1e4ba515f7bfa81654bc1959939a25c |
|
MD5 | c9b5a424f5af91209208340ce6c4e999 |
|
BLAKE2b-256 | 924b8dd37f2d624c9343092cedbfad08639d56f17e4075efe5f90cb5c0d07ced |
Hashes for optimyzer_api_client-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 290fdaec219878d384df451006cd4231e87964e1864b73c842ff48f5f73b363f |
|
MD5 | a3693b5bbf88783b6edab0f4c0c51424 |
|
BLAKE2b-256 | 1f037cff0bad3d5b63899a28569d2990571cd1ad83079cf97481931736463db5 |