py-doq:Docstring生成器

时间:2024-06-03 06:55:56
【文件属性】:

文件名称:py-doq:Docstring生成器

文件大小:38KB

文件格式:ZIP

更新时间:2024-06-03 06:55:56

python docstring Python

多格 Docstring生成器。 安装 $ pip install doq 如何使用 $ cat spam.py def spam(arg1, arg2: str) -> str: pass $ cat spam.py | doq def spam(arg1, arg2: str) -> str: """spam. :param arg1: :param arg2: :type arg2: str :rtype: str """ pass 默认格式设置为sphinx。 您可以选择狮身人面像,谷歌或numpy。 $ cat spam.py | doq --formatter=google def spam(arg1, arg2: str) -> str: """spam. Args: arg1 : arg1 arg2 (


【文件预览】:
py-doq-master
----MANIFEST.in(333B)
----README.rst(4KB)
----doq()
--------template.py(435B)
--------parser.py(5KB)
--------cli.py(9KB)
--------templates()
--------__init__.py(194B)
--------outputter.py(2KB)
----.github()
--------release-drafter.yml(158B)
--------workflows()
----tests()
--------test_template.py(7KB)
--------expected()
--------test_parser.py(29KB)
--------__init__.py(0B)
--------test_outputter.py(5KB)
--------test_cli.py(17KB)
--------fixtures()
----tox.ini(187B)
----LICENSE(1KB)
----setup.cfg(378B)
----requirements.txt(292B)
----examples()
--------def.txt(543B)
--------class.txt(20B)
--------noarg.txt(19B)
----setup.py(1KB)
----.gitignore(2KB)
----.editorconfig(191B)

网友评论