You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`osparc` is a Python package that provides tools and functionalities to interact with the oΒ²SΒ²PARC platform. It allows for seamless integration and automation of workflows in simulation science, making it easier to handle simulations and access [oΒ²SΒ²PARC services](https://github.com/ITISFoundation/osparc-simcore)
9
8
10
9
## Features
@@ -21,10 +20,8 @@ You can install `osparc` directly from PyPI:
21
20
pip install osparc
22
21
```
23
22
24
-
25
23
## Getting Started with `osparc`
26
24
27
-
28
25
### API Key/Secret Setup
29
26
30
27
Before interacting with the osparc API, you need to generate an API key-secret pair from your osparc account. Follow the [instructions here](https://docs.osparc.io/#/docs/platform_introduction/user_setup/security_details?id=generating-o%c2%b2s%c2%b2parc-tokens) to create the key and secret.
@@ -72,16 +69,17 @@ with ApiClient() as api_client:
72
69
73
70
### Additional Resources
74
71
75
-
For more in-depth usage, refer to the following tutorial guides:
72
+
For more in-depth usage, refer to the following resources:
- β¨ [gh:newton1985/osparc_api_example](https://github.com/newton1985/osparc_api_example): A repository containing a "standalone" sample project that illustrates the use of the osparc API
79
+
80
+
>π‘ If you want your scripts to be listed here, just create a github repository and [tag it with the `osparc-python` topic](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics).
79
81
80
82
81
83
## License
82
84
83
85
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.
84
-
85
-
---
86
-
87
-
Make sure to replace `your-username` with your actual GitHub username or repository link, and feel free to modify the sections as necessary.
0 commit comments