Metadata-Version: 2.4
Name: pyxarf
Version: 0.2.0
Summary: DEPRECATED — superseded by the 'xarf' package. Run: pip install xarf
Author-email: Abusix <info@abusix.com>
License: Apache-2.0
Project-URL: Homepage, https://xarf.org/
Project-URL: Replacement package (xarf), https://pypi.org/project/xarf/
Project-URL: Specification, https://github.com/xarf/xarf-spec
Project-URL: Source, https://github.com/xarf/xarf-python
Keywords: xarf,x-arf,abuse,deprecated
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pyxarf — DEPRECATED ⚠️

**`pyxarf` is deprecated and no longer maintained.** It implemented the legacy
*x-arf* format and last had a real release in 2019 (Python 2.7 era).

## Use [`xarf`](https://pypi.org/project/xarf/) instead

XARF has moved to **XARF v4** with a new, actively maintained Python library
published as **`xarf`**:

```bash
pip install xarf
```

```python
from xarf import parse, create_report, create_evidence
```

- 📦 PyPI: https://pypi.org/project/xarf/
- 📖 Spec & docs: https://xarf.org and https://github.com/xarf/xarf-spec
- 🐍 Source: https://github.com/xarf/xarf-python

This `0.2.0` release contains **no functional code** — only this deprecation
notice. Installing or importing `pyxarf` emits a `DeprecationWarning`.
