Skip to content

Commit 68cca0e

Browse files
devonsparkscshorler
authored andcommitted
Added initial README
1 parent bfe5219 commit 68cca0e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/exp2python/python/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SCL - A Python3 STEP Class Library
2+
3+
SCL is a Python3-based library for parsing and manipulating ISO 10303 Part 21 ("STEP") files.
4+
5+
# Use
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.
8+
9+
See [test_parser](tests/test_parser.py) for use of the `SCL.Part21` parser with a sample STEP file.
10+
11+
12+
# Building
13+
14+
The SCL Python package can be built directly using [PyPA's build module](https://github.com/pypa/build)
15+
16+
# License
17+
18+
See [LICENSE](LICENSE)

0 commit comments

Comments
 (0)