SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

pdoc rpm build for : OpenSuSE. For other distributions click pdoc.

Name : pdoc
Version : 0.3.2 Vendor : obs://build_opensuse_org/home:Tomcat42
Release : 150400.9.1 Date : 2023-12-18 17:28:22
Group : Development/Languages/Python Source RPM : pdoc-0.3.2-150400.9.1.src.rpm
Size : 0.59 MB
Packager : https://www_suse_com/
Summary : A simple program and library to auto generate API doc\'s for Python modules
Description :
Module pdoc provides types and functions for accessing the public documentation of a Python module. This includes modules (and sub-modules), functions, classes and module, class and instance variables. Docstrings are taken from modules, functions and classes using the special __doc__ attribute. Docstrings for variables are extracted by examining the module’s abstract syntax tree.

The public interface of a module is determined through one of two ways. If __all__ is defined in the module, then all identifiers in that list will be considered public. No other identifiers will be considered as public. Conversely, if __all__ is not defined, then pdoc will heuristically determine the public interface. There are three rules that are applied to each identifier in the module:

If the name starts with an underscore, it is not public.
If the name is defined in a different module, it is not public.
If the name refers to an immediate sub-module, then it is public.

Once documentation for a module is created with pdoc.Module, it can be output as either HTML or plain text using the covenience functions pdoc.html and pdoc.text, or the corresponding methods pdoc.Module.html and pdoc.Module.text.

Alternatively, you may run an HTTP server with the pdoc script included with this module.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/Tomcat42/15.4/x86_64

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  pdoc-0.3.2-150400.9.1.x86_64.rpm
     

Provides :
pdoc
pdoc(x86-64)

Requires :
/usr/bin/python3
python(abi) = 3.6
python3-Mako
python3-Markdown
python3-MarkupSafe
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/bin/pdoc
/usr/lib/python3.6/site-packages/pdoc
/usr/lib/python3.6/site-packages/pdoc-0.3.2-py3.6.egg-info
/usr/lib/python3.6/site-packages/pdoc/__init__.py
/usr/lib/python3.6/site-packages/pdoc/__pycache__
/usr/lib/python3.6/site-packages/pdoc/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pdoc/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pdoc/templates
/usr/lib/python3.6/site-packages/pdoc/templates/LICENSE
/usr/lib/python3.6/site-packages/pdoc/templates/README.md
/usr/lib/python3.6/site-packages/pdoc/templates/css.mako
/usr/lib/python3.6/site-packages/pdoc/templates/html.mako
/usr/lib/python3.6/site-packages/pdoc/templates/text.mako
/usr/share/doc/pdoc
/usr/share/doc/pdoc/index.html
/usr/share/pdoc
/usr/share/pdoc/CHANGELOG
/usr/share/pdoc/INSTALL
/usr/share/pdoc/README.md
/usr/share/pdoc/UNLICENSE
/usr/share/pdoc/longdesc.rst

 
ICM