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 5
5
[ ![ 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 )
6
6
[ ![ Sourcecode License] ( https://img.shields.io/pypi/l/pyEDAA.IPXACT?longCache=true&style=flat-square&logo=Apache&label=code )] ( LICENSE.md )
7
7
[ ![ 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 )
10
9
[ ![ PyPI] ( https://img.shields.io/pypi/v/pyEDAA.IPXACT?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072 )] ( https://pypi.org/project/pyEDAA.IPXACT/ )
11
10
![ PyPI - Status] ( https://img.shields.io/pypi/status/pyEDAA.IPXACT?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072 )
12
11
![ 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
26
25
27
26
# Features
28
27
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
29
32
* Generate IP-XACT files for
30
33
* IP-XACT catalogs
31
34
Original file line number Diff line number Diff line change 24
24
25
25
.. only :: html
26
26
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|
28
28
| |SHIELD:svg:IPXACT-pypi-tag| |SHIELD:svg:IPXACT-pypi-status| |SHIELD:svg:IPXACT-pypi-python|
29
29
| |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|
30
30
31
31
.. Disabled shields: |SHIELD:svg:IPXACT-lib-dep| |SHIELD:svg:IPXACT-req-status| |SHIELD:svg:IPXACT-lib-rank|
32
32
33
33
.. only :: latex
34
34
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 |
36
36
|SHIELD:png:IPXACT-pypi-tag | |SHIELD:png:IPXACT-pypi-status | |SHIELD:png:IPXACT-pypi-python |
37
37
|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 |
38
38
Original file line number Diff line number Diff line change 48
48
__email__ = "Paebbels@gmail.com"
49
49
__copyright__ = "2016-2025, Patrick Lehmann"
50
50
__license__ = "Apache License, Version 2.0"
51
- __version__ = "0.6.0 "
51
+ __version__ = "0.6.1 "
52
52
53
53
54
54
@export
Original file line number Diff line number Diff line change 33
33
)
34
34
35
35
$PackageName = " pyEDAA.IPXACT"
36
- $PackageVersion = " 0.4 .1"
36
+ $PackageVersion = " 0.6 .1"
37
37
38
38
# set default values
39
39
$EnableDebug = [bool ]$PSCmdlet.MyInvocation.BoundParameters [" Debug" ]
You can’t perform that action at this time.
0 commit comments