about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/epub-0.5.2.dist-info/METADATA
diff options
context:
space:
mode:
authorS. Solomon Darnell2025-03-28 21:52:21 -0500
committerS. Solomon Darnell2025-03-28 21:52:21 -0500
commit4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch)
treeee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/epub-0.5.2.dist-info/METADATA
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are here HEAD master
Diffstat (limited to '.venv/lib/python3.12/site-packages/epub-0.5.2.dist-info/METADATA')
-rw-r--r--.venv/lib/python3.12/site-packages/epub-0.5.2.dist-info/METADATA71
1 files changed, 71 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/epub-0.5.2.dist-info/METADATA b/.venv/lib/python3.12/site-packages/epub-0.5.2.dist-info/METADATA
new file mode 100644
index 00000000..806df8b3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/epub-0.5.2.dist-info/METADATA
@@ -0,0 +1,71 @@
+Metadata-Version: 2.4
+Name: epub
+Version: 0.5.2
+Summary: Library to open and read files in the epub version 2.
+Home-page: http://epub.exirel.me
+Author: Florian Strzelecki
+Author-email: florian.strzelecki@gmail.com
+License: LGPL
+Classifier: Development Status :: 4 - Beta
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+License-File: LICENSE.txt
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: license
+Dynamic: license-file
+Dynamic: summary
+
+===========
+Python Epub
+===========
+
+This directory contains the 0.5.2 version of epub python library.
+
+Python Epub is free software. See the file LICENSE.txt for copying conditions.
+
+
+Downloading
+-----------
+
+Python Epub can be obtained in many different ways. You can both get it from
+pip install or pip site, or clone latest version from bitbucket repository.
+
+::
+
+    # install from pip
+    pip install epub
+    
+    # install latest version from repository (not recommended)
+    hg clone https://bitbucket.org/exirel/epub
+    cd epub
+    python setup.py install
+
+
+Documentation
+-------------
+
+This library is documented with Sphinx, and all files can be found into "docs".
+
+The documentation for version 0.5.2 is readable online at http://epub.exirel.me
+and can be downloaded from bitbucket.
+
+The documentation for development version will be available
+as soon as possible. However still it can be downloaded from bitbucket in
+the development version.
+
+
+Development and bug report
+--------------------------
+
+The source code is hosted on bitbucket. You can see it here:
+
+    https://bitbucket.org/exirel/epub
+
+Fork me if you want!