Metadata-Version: 2.4
Name: docpler
Version: 1.0.5
Requires-Dist: markitdown>=0.0.1 ; extra == 'markitdown'
Provides-Extra: markitdown
License-File: LICENSE
Summary: [DEPRECATED] Renamed to hwpcli — install with: pip install hwpcli
License-Expression: LicenseRef-BSL-1.1
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# docpler — DEPRECATED

> ## ⚠️ This package has been renamed to `hwpcli`.
>
> Please switch to the new package:
>
> ```bash
> pip install hwpcli
> ```
>
> ```python
> from hwpcli.hwp import convert
> markdown = convert("document.hwp")
> ```
>
> The `docpler` PyPI package will not receive further updates.
> All future development happens in `hwpcli` (HWp Converter).

---

## 한국어

> ### ⚠️ 이 패키지는 `hwpcli`로 이름이 변경되었습니다.
>
> 새 패키지로 전환해 주세요:
>
> ```bash
> pip install hwpcli
> ```
>
> ```python
> from hwpcli.hwp import convert
> markdown = convert("document.hwp")
> ```
>
> 기존 `docpler` PyPI 패키지는 더 이상 업데이트되지 않습니다.
> 향후 개발은 `hwpcli` (HWp Converter)에서 진행됩니다.

---

## Why the rename?

`docpler` started as a generic document tool but stabilized into a focused HWP
(한글) converter. The rename to `hwpcli` (HWp Converter) makes that scope
explicit and improves discoverability.

The license has also changed from **BSL 1.1** to **Elastic License v2 (ELv2)**
in `hwpcli`. Existing usage of `docpler` 1.0.4 remains under BSL 1.1.

## Last `docpler` release

This is the final `docpler` release on PyPI. It is functionally identical to
1.0.4 except for the deprecation warning emitted on import. The package
remains usable, but please plan your migration to `hwpcli`.

## License

[Business Source License 1.1 (BSL 1.1)](https://mariadb.com/bsl11/) — applies
to this `docpler` package only. The successor `hwpcli` is licensed under
[Elastic License v2](https://www.elastic.co/licensing/elastic-license).

