Metadata-Version: 2.1
Name: pyIPXACT
Version: 0.1.1
Summary: A Document-Object-Model (DOM) for IP-XACT files.
Home-page: https://github.com/Paebbels/pyIPXACT
Author: Patrick Lehmann
Author-email: Paebbels@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# pyIPXACT - An IP-XACT DOM for [IEEE 1685-2014][IEEE-1685-2014] in Python.

![PyPI - License](https://img.shields.io/pypi/l/pyIPXACT)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Paebbels/pyIPXACT) 
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Paebbels/pyIPXACT)
[![Documentation Status](https://readthedocs.org/projects/pyipxact/badge/?version=latest)](https://pyipxact.readthedocs.io/en/latest/?badge=latest)  
[![PyPI](https://img.shields.io/pypi/v/pyIPXACT)](https://pypi.org/project/pyIPXACT/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyIPXACT)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyIPXACT)
![PyPI - Status](https://img.shields.io/pypi/status/pyIPXACT)

<!--
[![Code Health](https://landscape.io/github/Paebbels/pyIPXACT/master/landscape.svg?style=flat)](https://landscape.io/github/Paebbels/pyIPXACT/master)
[![Build Status](https://travis-ci.org/Paebbels/pyIPXACT.svg?branch=master)](https://travis-ci.org/Paebbels/pyIPXACT)
-->



## Features

* Generate IP-XACT files for
  * IP-XACT catalogs


## IP-XACT Resources:

* Standards:
  * [IEEE 1685-2009][IEEE-1685-2009]
  * [IEEE 1685-2014][IEEE-1685-2014]
* Schema files:
  * [IPXACT-Schema](https://github.com/UnofficialRepos/IPXACT-Schema) at GitHub
  * [IP-XACT][IPXACT] at [Accellera][Accellera]


## Contributors:

* [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)


## License

This library is licensed under [Apache License 2.0](LICENSE.md)

-------------------------

SPDX-License-Identifier: Apache-2.0



[IEEE-1685-2009]: https://standards.ieee.org/findstds/standard/1685-2009.html
[IEEE-1685-2014]: https://standards.ieee.org/findstds/standard/1685-2014.html
[IPXACT]:         http://accellera.org/downloads/standards/ip-xact
[Accellera]:      http://accellera.org




