Metadata-Version: 2.4
Name: udsxml2tex
Version: 0.66.0
Summary: DEPRECATED: udsxml2tex has been renamed to udsdoc. This is a transitional package that installs udsdoc.
Author: udsdoc contributors
License: MIT
Project-URL: Homepage, https://github.com/YutaroNakagama/udsdoc
Project-URL: Repository, https://github.com/YutaroNakagama/udsdoc
Keywords: udsdoc,autosar,arxml,uds,deprecated
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: udsdoc>=0.66.0

# udsxml2tex (renamed to udsdoc)

**This package has been renamed to [`udsdoc`](https://pypi.org/project/udsdoc/).**

`udsxml2tex` 0.66.0 is a transitional shim: it depends on `udsdoc` and
re-exports its API, so existing `import udsxml2tex` code and
`pip install udsxml2tex` lines keep working with a `DeprecationWarning`.
No further releases will be made under this name.

Migrate by replacing:

```bash
pip install udsxml2tex     →  pip install udsdoc
```

```python
from udsxml2tex import ArxmlParser   →  from udsdoc import ArxmlParser
```

```bash
udsxml2tex dcm.arxml -o spec.tex     →  udsdoc dcm.arxml -o spec.tex
```

All project history, documentation and issues live at
<https://github.com/YutaroNakagama/udsdoc>.
