Name | luminarycloud JSON |
Version |
0.18.0
JSON |
| download |
home_page | None |
Summary | Luminary Cloud SDK |
upload_time | 2025-08-18 19:47:34 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | None |
keywords |
luminary cloud
sdk
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Luminary Cloud's Python Software Development Kit (SDK) allows you to access many of the features within our platform programmatically (i.e. without needing to go through the graphical user interface in your browser).
Our Python SDK provides a secure abstraction layer, a set of simulation-specific data structures, and all the necessary functionality to enable automation via simple Python scripts.
It allows you to create your own applications leveraging Luminary (such as importing geometry and creating meshes, running and post-processing simulations, running explorations and creating surrogate models) and connect Luminary simulations to pre- and post-processing tools that are already part of your own workflows.
The sample code below shows how the SDK can be used to upload a mesh and run a
simulation (note that the Python SDK is designated as Early Access and syntax
and functionality may change significantly).
```py
import luminarycloud as lc
project = lc.create_project("NACA 0012", "My first SDK project.")
mesh = project.upload_mesh("./airfoil.lcmesh")
sim_template = project.create_simulation_template("test template", params_json_path="./simulation_template.json")
sim = project.create_simulation(mesh.id, "My simulation", sim_template.id)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "luminarycloud",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "Luminary Cloud, SDK",
"author": null,
"author_email": "\"Luminary Cloud Inc.\" <support@luminarycloud.com>",
"download_url": "https://files.pythonhosted.org/packages/59/c2/c54a47322681324d518338bf912e9dabf47679adc6804200586bf14c9a19/luminarycloud-0.18.0.tar.gz",
"platform": null,
"description": "Luminary Cloud's Python Software Development Kit (SDK) allows you to access many of the features within our platform programmatically (i.e. without needing to go through the graphical user interface in your browser).\n\nOur Python SDK provides a secure abstraction layer, a set of simulation-specific data structures, and all the necessary functionality to enable automation via simple Python scripts.\n\nIt allows you to create your own applications leveraging Luminary (such as importing geometry and creating meshes, running and post-processing simulations, running explorations and creating surrogate models) and connect Luminary simulations to pre- and post-processing tools that are already part of your own workflows.\n\nThe sample code below shows how the SDK can be used to upload a mesh and run a\nsimulation (note that the Python SDK is designated as Early Access and syntax\nand functionality may change significantly).\n\n```py\nimport luminarycloud as lc\nproject = lc.create_project(\"NACA 0012\", \"My first SDK project.\")\nmesh = project.upload_mesh(\"./airfoil.lcmesh\")\nsim_template = project.create_simulation_template(\"test template\", params_json_path=\"./simulation_template.json\")\nsim = project.create_simulation(mesh.id, \"My simulation\", sim_template.id)\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Luminary Cloud SDK",
"version": "0.18.0",
"project_urls": {
"Documentation": "https://app.luminarycloud.com/docs/api/",
"Homepage": "https://www.luminarycloud.com/"
},
"split_keywords": [
"luminary cloud",
" sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "91649a27fb49e051124c2aee60084383419095ce4a8b10ce687666ec4a1adb4e",
"md5": "1cb26727cae85d35dcda8e114a757d3f",
"sha256": "ac8d9f9d8f1fc75e69fa8f87c873cdb3ed4ab4593571f6c45861616813e372f1"
},
"downloads": -1,
"filename": "luminarycloud-0.18.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1cb26727cae85d35dcda8e114a757d3f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 955019,
"upload_time": "2025-08-18T19:47:33",
"upload_time_iso_8601": "2025-08-18T19:47:33.222221Z",
"url": "https://files.pythonhosted.org/packages/91/64/9a27fb49e051124c2aee60084383419095ce4a8b10ce687666ec4a1adb4e/luminarycloud-0.18.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "59c2c54a47322681324d518338bf912e9dabf47679adc6804200586bf14c9a19",
"md5": "68af90ff7e1c686aad707149ee7523eb",
"sha256": "4fbdf03ff25e603d652db33f232d021bfed6209e02ec2beaa8b0fa0987c01862"
},
"downloads": -1,
"filename": "luminarycloud-0.18.0.tar.gz",
"has_sig": false,
"md5_digest": "68af90ff7e1c686aad707149ee7523eb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 658007,
"upload_time": "2025-08-18T19:47:34",
"upload_time_iso_8601": "2025-08-18T19:47:34.945336Z",
"url": "https://files.pythonhosted.org/packages/59/c2/c54a47322681324d518338bf912e9dabf47679adc6804200586bf14c9a19/luminarycloud-0.18.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-18 19:47:34",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "luminarycloud"
}