Skip to content

vpurcarea/simscale-python-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimScale Python SDK

API access is currently part of our paid Enterprise plan. However, if you have an idea for an integration or app and would like to become a development partner, please contact us at api@simscale.com!

Requirements

Python >= 3.6

Installation & Usage

pip install

You can install the Python package directly from the hosted git repository.

To install the lastest version:

pip install git+https://github.com/SimScaleGmbH/simscale-python-sdk.git

To install a specific version:

pip install git+https://github.com/SimScaleGmbH/simscale-python-sdk.git@0.0.12

Then import the package:

import simscale_sdk

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import simscale_sdk

Examples

The examples folder contains executable code examples to demonstrate how the SDK can be used.

In order to run them the following environment variables need to be set:

export SIMSCALE_API_URL="https://api.simscale.com"
export SIMSCALE_API_KEY="your-api-key"

About

SimScale Python SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%