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
Copy file name to clipboardExpand all lines: README.md
+12-17Lines changed: 12 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,14 @@
4
4
5
5
## Abstract
6
6
7
-
This Python package is designed to facilitate the connection between the [OpenStaad API](https://docs.bentley.com/LiveContent/web/STAAD.Pro%20Help-v14/en/GUID-93E26CB6-E60E-4175-920A-72D504639722.html) and python.
7
+
openstaad python is a starting project to wrap the official OpenStaad API functionalities into a Python package.
8
+
9
+
It aims to facilitate the connection with the [OpenStaad API](https://docs.bentley.com/LiveContent/web/STAAD.Pro%20Help-v14/en/GUID-93E26CB6-E60E-4175-920A-72D504639722.html) functions, avoiding boilerplate code and type management, allowing the user to focus on the real automation tasks.
8
10
9
11
## Quick Info
10
12
11
13
-`openstaad` is a Python package to call easily functions from the OpenStaad API.
14
+
- Require a StaadPRO and a valid file open to connect
12
15
- MIT-License
13
16
- The intended audience is StaadPro users with knowledge of Python
14
17
- Compatibitity:
@@ -17,14 +20,15 @@ This Python package is designed to facilitate the connection between the [OpenSt
17
20
- Dependencies:
18
21
-[comtypes](https://pypi.org/project/comtypes/)
19
22
20
-
- See [implemented funcionts](docs/implemented.md) for a list of currently working features.
21
23
- Please contact the [developer](openstee611@gmail.com) for requests.
0 commit comments