Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

optimyzer_api_client-0.5.1.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

optimyzer_api_client-0.5.1-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page