edaa-org / pyEDAA.IPXACT

An IP-XACT DOM for IEEE 1685-2014 in Python.
https://edaa-org.github.io/pyEDAA.IPXACT
Other
17 stars 11 forks source link

Could you give some examples about how to use this library? #3

Closed zhajio1988 closed 4 years ago

Paebbels commented 4 years ago

This library is in pre-alpha state. It is currently a case study on how to quickly translate IP-XACT XML files into an object model. It can already handle some of the constructs, but not all of them.

As this project is in pre-alpha state I didn't write a full documentation.


Do you like to use this library or want to help implement more tags? If so I could write some documentation in the next days including a tiny example.

Paebbels commented 4 years ago

A little bit of test-code can be found here: https://github.com/Paebbels/pyIPXACT/blob/master/Test.py?ts=2

zhajio1988 commented 4 years ago

@Paebbels thanks for your immediate reply. I just search the lib for parsing IPXACT and found your source. Thanks for your work.