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: src/exp2python/python/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
-
# SCL - A Python3 STEP Class Library
1
+
# stepcode - A Python3 STEP Library
2
2
3
-
SCL is a Python3-based library for parsing and manipulating ISO 10303 Part 21 ("STEP") files.
3
+
STEPCODE Python is a Python3-based library for parsing and manipulating ISO 10303 Part 21 ("STEP") files.
4
4
5
5
# Use
6
6
7
-
To parse a ISO 10303 Part 21 file, use the `Parser` class of `SCL.Part21`. On a successful parse, the result will be a Part 21 parse tree and associated STEP instances.
7
+
To parse a ISO 10303 Part 21 file, use the `Parser` class of `stepcode.Part21`. On a successful parse, the result will be a Part 21 parse tree and associated STEP instances.
8
8
9
-
See [test_parser](tests/test_parser.py) for use of the `SCL.Part21` parser with a sample STEP file.
9
+
See [test_parser](tests/test_parser.py) for use of the `stepcode.Part21` parser with a sample STEP file.
10
10
11
11
12
12
# Building
13
13
14
-
The SCL Python package can be built directly using [PyPA's build module](https://github.com/pypa/build). Run `python3 -m build` from this directory.
14
+
The stepcode Python package can be built directly using [PyPA's build module](https://github.com/pypa/build). Run `python3 -m build` from this directory.
15
15
16
16
# Testing
17
17
18
-
SCL comes with a small test suite (additions welcome!) From this directory, `python3 -m unittest discover`.
18
+
STEPCODE Python comes with a small test suite (additions welcome!) From this directory, `python3 -m unittest discover`.
0 commit comments