File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 55[ ![ Sourcecode on GitHub] ( https://img.shields.io/badge/pyEDAA-IPXACT-29b6f6.svg?longCache=true&style=flat-square&logo=GitHub&labelColor=0277bd )] ( https://github.com/edaa-org/pyEDAA.IPXACT )
66[ ![ Sourcecode License] ( https://img.shields.io/pypi/l/pyEDAA.IPXACT?longCache=true&style=flat-square&logo=Apache&label=code )] ( LICENSE.md )
77[ ![ Documentation] ( https://img.shields.io/website?longCache=true&style=flat-square&label=edaa-org.github.io%2FpyEDAA.IPXACT&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2Fedaa-org.github.io%2FpyEDAA.IPXACT%2Findex.html )] ( https://edaa-org.github.io/pyEDAA.IPXACT/ )
8- [ ![ Documentation License] ( https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff )] ( LICENSE.md )
9- [ ![ Gitter] ( https://img.shields.io/badge/chat-on%20gitter-4db797.svg?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef )] ( https://gitter.im/hdl/community )
8+ [ ![ Documentation License] ( https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff )] ( LICENSE.md )
109[ ![ PyPI] ( https://img.shields.io/pypi/v/pyEDAA.IPXACT?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072 )] ( https://pypi.org/project/pyEDAA.IPXACT/ )
1110![ PyPI - Status] ( https://img.shields.io/pypi/status/pyEDAA.IPXACT?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072 )
1211![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/pyEDAA.IPXACT?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072 )
@@ -26,6 +25,10 @@ An IP-XACT Document Object Model (DOM) for [IEEE 1685-2022][IEEE-1685-2022] writ
2625
2726# Features
2827
28+ * Read IP-XACT files
29+ * Validate IP-XACT XML files with matching XML schema definition as provided by [ Accellera - IP-XACT] [ IPXACT ]
30+ * Read components
31+ * Extract filesets and files
2932* Generate IP-XACT files for
3033 * IP-XACT catalogs
3134
Original file line number Diff line number Diff line change 2424
2525.. only :: html
2626
27- | |SHIELD:svg:IPXACT-github| |SHIELD:svg:IPXACT-src-license| |SHIELD:svg:IPXACT-ghp-doc| |SHIELD:svg:IPXACT-doc-license| |SHIELD:svg:IPXACT-gitter|
27+ | |SHIELD:svg:IPXACT-github| |SHIELD:svg:IPXACT-src-license| |SHIELD:svg:IPXACT-ghp-doc| |SHIELD:svg:IPXACT-doc-license|
2828 | |SHIELD:svg:IPXACT-pypi-tag| |SHIELD:svg:IPXACT-pypi-status| |SHIELD:svg:IPXACT-pypi-python|
2929 | |SHIELD:svg:IPXACT-gha-test| |SHIELD:svg:IPXACT-lib-status| |SHIELD:svg:IPXACT-codacy-quality| |SHIELD:svg:IPXACT-codacy-coverage| |SHIELD:svg:IPXACT-codecov-coverage|
3030
3131.. Disabled shields: |SHIELD:svg:IPXACT-lib-dep| |SHIELD:svg:IPXACT-req-status| |SHIELD:svg:IPXACT-lib-rank|
3232
3333 .. only :: latex
3434
35- |SHIELD:png:IPXACT-github | |SHIELD:png:IPXACT-src-license | |SHIELD:png:IPXACT-ghp-doc | |SHIELD:png:IPXACT-doc-license | | SHIELD:png:IPXACT-gitter |
35+ |SHIELD:png:IPXACT-github | |SHIELD:png:IPXACT-src-license | |SHIELD:png:IPXACT-ghp-doc | |SHIELD:png:IPXACT-doc-license |
3636 |SHIELD:png:IPXACT-pypi-tag | |SHIELD:png:IPXACT-pypi-status | |SHIELD:png:IPXACT-pypi-python |
3737 |SHIELD:png:IPXACT-gha-test | |SHIELD:png:IPXACT-lib-status | |SHIELD:png:IPXACT-codacy-quality | |SHIELD:png:IPXACT-codacy-coverage | |SHIELD:png:IPXACT-codecov-coverage |
3838
Original file line number Diff line number Diff line change 4848__email__ = "Paebbels@gmail.com"
4949__copyright__ = "2016-2025, Patrick Lehmann"
5050__license__ = "Apache License, Version 2.0"
51- __version__ = "0.6.0 "
51+ __version__ = "0.6.1 "
5252
5353
5454@export
Original file line number Diff line number Diff line change 3333)
3434
3535$PackageName = " pyEDAA.IPXACT"
36- $PackageVersion = " 0.4 .1"
36+ $PackageVersion = " 0.6 .1"
3737
3838# set default values
3939$EnableDebug = [bool ]$PSCmdlet.MyInvocation.BoundParameters [" Debug" ]
You can’t perform that action at this time.
0 commit comments