[ Avaa Bypassed ]




Upload:

Command:

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

# Author:
# Contact: grubert@users.sf.net
# Copyright: This module has been placed in the public domain.

"""
man.py
======

This module provides a simple command line interface that uses the
man page writer to output from ReStructuredText source.
"""

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

from docutils.core import publish_cmdline, default_description
from docutils.writers import manpage

description = ("Generates plain unix manual documents.  "
               + default_description)

publish_cmdline(writer=manpage.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