CoolFace
Apppublic

Heartsync/toss-hwp

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
README74 linesDownload Raw Back to root
1pyhwp2=====3 4HWP Document Format v5 parser & processor.5 6Features7--------8 9- Analyze and extract internal streams out from a HWP Document Format v5 file10- (*Experimental*) Conversion to OpenDocument format (.odt) or plain text (.txt)11 12Installation13------------14 15from `pypi <http://pypi.org/project/pyhwp>`_::16 17   virtualenv pyhwp18   pyhwp/bin/pip install --pre pyhwp  # Install pyhwp into a virtualenv directory19 20Or::21 22   pip install --user --pre pyhwp  # Install pyhwp into user's home directory23 24Requirements25------------26 27- Python 2.7, 3.5, 3.6, 3.7 or 3.828- `cryptography <https://pypi.org/project/cryptography>`_29- `lxml <https://pypi.org/project/lxml>`_30- `olefile <https://pypi.org/project/olefile>`_31 32Documentation & Development33---------------------------34 35- Documentation: `https://pyhwp.readthedocs.io <https://pyhwp.readthedocs.io>`_ [`한국/조선어 <https://pyhwp.readthedocs.io/ko/latest>`_]36- Distribution: `https://pypi.org/project/pyhwp/ <https://pypi.org/project/pyhwp/>`_37- Development: `https://github.com/mete0r/pyhwp <https://github.com/mete0r/pyhwp>`_38- Issue tracker: `https://github.com/mete0r/pyhwp/issues <https://github.com/mete0r/pyhwp/issues>`_39- Feedbacks & contributions are welcome!40 41Contributors42------------43 44Maintainer: `mete0r <https://github.com/mete0r>`_45 46License47-------48 49Copyright (C) 2010-2023 mete0r <https://github.com/mete0r>50 51.. image:: http://www.gnu.org/graphics/agplv3-155x51.png52 53`GNU Affero General Public License v3.0 <http://www.gnu.org/licenses/agpl-3.0.html>`_54`(text version) <http://www.gnu.org/licenses/agpl-3.0.txt>`_55 56This program is free software: you can redistribute it and/or modify57it under the terms of the GNU Affero General Public License as published by58the Free Software Foundation, either version 3 of the License, or59(at your option) any later version.60 61This program is distributed in the hope that it will be useful,62but WITHOUT ANY WARRANTY; without even the implied warranty of63MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the64GNU Affero General Public License for more details.65 66You should have received a copy of the GNU Affero General Public License67along with this program.  If not, see <http://www.gnu.org/licenses/>.68 69Disclosure70----------71 72This program has been developed in accordance with a public document named "HWP73Binary Specification 1.1" published by `Hancom Inc. <http://www.hancom.co.kr>`_74