Skip to main content

No project description provided

Project description

CalcTree Python Client

GitHub Workflow Status

The CalcTree Python Client is a Python library that provides a convenient interface for interacting with the CalcTree API. It allows you to perform calculations using CalcTree's powerful calculation engine.

Installation

You can install the CalcTree Python Client using pip:

pip install calctree-python-client

Getting Started

To use the CalcTree Python Client, you need to obtain an API key from CalcTree. Once you have your API key, you can initialize the client and start running calculations.

import json

from calctree.client import CalcTreeClient

client = CalcTreeClient('YOUR_API_KEY')

res = client.run_calculation("6fd16232-39e3-44a9-aee2-d6ad375698b0",
                             [{"name": "cylinder_radius", "formula": "1000"}]
                             )
print(res)

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

calctree-0.1.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

calctree-0.1.1-py3-none-any.whl (3.4 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