[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.227.140.100: ~ $
#!/builddir/build/BUILD/imunify360-venv-2.4.0/opt/imunify360/venv/bin/python3

# $Id: rst2odt.py 9115 2022-07-28 17:06:24Z milde $
# Author: Dave Kuhlman <dkuhlman@rexx.com>
# Copyright: This module has been placed in the public domain.

"""
A front end to the Docutils Publisher, producing OpenOffice documents.
"""

try:
    import locale
    locale.setlocale(locale.LC_ALL, '')
except Exception:
    pass

from docutils.core import publish_cmdline_to_binary, default_description
from docutils.writers.odf_odt import Writer, Reader


description = ('Generates OpenDocument/OpenOffice/ODF documents from '
               'standalone reStructuredText sources.  ' + default_description)


writer = Writer()
reader = Reader()
output = publish_cmdline_to_binary(reader=reader, writer=writer,
                                   description=description)

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
Activate.ps1 File 8.82 KB 0644
activate File 1.69 KB 0644
activate.csh File 956 B 0644
activate.fish File 2.18 KB 0644
distro File 264 B 0755
docutils File 275 B 0755
imunify360-command-wrapper File 8.35 KB 0755
jsonschema File 272 B 0755
normalizer File 303 B 0755
pip File 280 B 0755
pip3 File 280 B 0755
pip3.11 File 280 B 0755
pw-migrate File 274 B 0755
pw_migrate File 274 B 0755
pwiz.py File 8.06 KB 0755
pybabel File 281 B 0755
python File 6.98 KB 0755
python3 File 6.98 KB 0755
python3.11 File 6.98 KB 0755
rst2html.py File 661 B 0755
rst2html4.py File 783 B 0755
rst2html5.py File 1.09 KB 0755
rst2latex.py File 860 B 0755
rst2man.py File 683 B 0755
rst2odt.py File 849 B 0755
rst2odt_prepstyles.py File 655 B 0755
rst2pseudoxml.py File 668 B 0755
rst2s5.py File 704 B 0755
rst2xetex.py File 940 B 0755
rst2xml.py File 669 B 0755
rstpep2html.py File 737 B 0755