seawolf2357 commited on
Commit
508c01c
·
verified ·
1 Parent(s): 6267926

Upload README.rst with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.rst +73 -0
README.rst ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pyhwp
2
+ =====
3
+
4
+ HWP Document Format v5 parser & processor.
5
+
6
+ Features
7
+ --------
8
+
9
+ - Analyze and extract internal streams out from a HWP Document Format v5 file
10
+ - (*Experimental*) Conversion to OpenDocument format (.odt) or plain text (.txt)
11
+
12
+ Installation
13
+ ------------
14
+
15
+ from `pypi <http://pypi.org/project/pyhwp>`_::
16
+
17
+ virtualenv pyhwp
18
+ pyhwp/bin/pip install --pre pyhwp # Install pyhwp into a virtualenv directory
19
+
20
+ Or::
21
+
22
+ pip install --user --pre pyhwp # Install pyhwp into user's home directory
23
+
24
+ Requirements
25
+ ------------
26
+
27
+ - Python 2.7, 3.5, 3.6, 3.7 or 3.8
28
+ - `cryptography <https://pypi.org/project/cryptography>`_
29
+ - `lxml <https://pypi.org/project/lxml>`_
30
+ - `olefile <https://pypi.org/project/olefile>`_
31
+
32
+ Documentation & Development
33
+ ---------------------------
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
+
41
+ Contributors
42
+ ------------
43
+
44
+ Maintainer: `mete0r <https://github.com/mete0r>`_
45
+
46
+ License
47
+ -------
48
+
49
+ Copyright (C) 2010-2023 mete0r <https://github.com/mete0r>
50
+
51
+ .. image:: http://www.gnu.org/graphics/agplv3-155x51.png
52
+
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
+
56
+ This program is free software: you can redistribute it and/or modify
57
+ it under the terms of the GNU Affero General Public License as published by
58
+ the Free Software Foundation, either version 3 of the License, or
59
+ (at your option) any later version.
60
+
61
+ This program is distributed in the hope that it will be useful,
62
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
63
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
64
+ GNU Affero General Public License for more details.
65
+
66
+ You should have received a copy of the GNU Affero General Public License
67
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
68
+
69
+ Disclosure
70
+ ----------
71
+
72
+ This program has been developed in accordance with a public document named "HWP
73
+ Binary Specification 1.1" published by `Hancom Inc. <http://www.hancom.co.kr>`_