HWP 문서 포맷 버젼5 파서 & 처리기
HWP 문서 버젼 5 파일의 내부 스트림을 분석/분리
(실험적) OpenDocument 포맷(.odt)나 일반 텍스트 문서로 변환
pypi 에서:
virtualenv pyhwp
pyhwp/bin/pip install --pre pyhwp # Install pyhwp into a virtualenv directory
혹은:
pip install --user --pre pyhwp # Install pyhwp into user's home directory
CPython 2.5, 2.6, 2.7, Jython 2.5.3 혹은 PyPy 2.0.2
pycrypto (선택적, 배포용 문서읽기에 필요)
피드백이나 기여 환영합니다.
Copyright (C) 2010-2014 mete0r <mete0r@sarangbang.or.kr>
GNU Affero General Public License v3.0 (text version)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.