sphinx-autodoc2

View on PyPIReverse Dependencies (16)

0.5.0 sphinx_autodoc2-0.5.0-py3-none-any.whl

Wheel Details

Project: sphinx-autodoc2
Version: 0.5.0
Filename: sphinx_autodoc2-0.5.0-py3-none-any.whl
Download: [link]
Size: 43385
MD5: 2bd5bc453f9b6c2031700fef13aed751
SHA256: e867013b1512f9d6d7e6f6799f8b537d6884462acd118ef361f3f619a60b5c9e
Uploaded: 2023-11-27 07:27:49 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: sphinx-autodoc2
Version: 0.5.0
Summary: Analyse a python project and create documentation for it.
Author-Email: Chris Sewell <chrisj_sewell[at]hotmail.com>
Project-Url: Home, https://github.com/chrisjsewell/sphinx-autodoc2
Keywords: sphinx,autodoc,extension,documentation
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Sphinx :: Extension
Requires-Python: >=3.8
Requires-Dist: astroid (<4,>=2.7)
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: typing-extensions
Requires-Dist: typer[all]; extra == "cli"
Requires-Dist: sphinx (>=4.0.0); extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx (>=4.0.0); extra == "sphinx"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-regressions; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: sphinx (<7,>=4.0.0); extra == "testing"
Provides-Extra: cli
Provides-Extra: docs
Provides-Extra: sphinx
Provides-Extra: testing
[No description]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
autodoc2/__init__.py sha256=iJm2sJJ9Z-_6y9RYGHlW6kItjdjzfJPALXWA08rFxE4 228
autodoc2/analysis.py sha256=1qtyfBKPFTfha4rsKcEjmtVhqaudS5O1w4rUDHNtSWw 11436
autodoc2/astroid_utils.py sha256=U3MrIHpr6BTHG_NlfiXkI8AG-MN1Szo3o3mDs7zzD3E 20542
autodoc2/cli.py sha256=Zmf3IwJp7QMjmfxYmjOWPBIcbo8S0yUQWRjH4JY384w 9571
autodoc2/config.py sha256=dWMFMNvmWda8BLgURjkRr2O-_yGH01N2yDu5o3_6Mxo 17810
autodoc2/db.py sha256=uoB5lbRrBt7uhuPQ0Xrw2yRrKQvJ1c9QJ1BCQ4mI_wY 7173
autodoc2/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
autodoc2/resolve_all.py sha256=9mpUnyJmXtlWFptGfkgoCN4XyYaHf26V3zUi1aKj4Dg 5111
autodoc2/utils.py sha256=ovMYq7vy1jEmkjsMRllqov-zfasUn3FD6IzEcHIp5vg 3649
autodoc2/render/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
autodoc2/render/base.py sha256=QTwxouD6zU0OOOB3lspAohk0z-wV1lq21k2lRgyMarc 10356
autodoc2/render/myst_.py sha256=Y9Hc3BM9YRXWlGBhGtjBbwDSxiWb9TYXRL4dIGf5OyI 14516
autodoc2/render/rst_.py sha256=EMpI-pWskYbWeTo88HBrOjC5oOj4rdOijND0f9MOpek 13654
autodoc2/sphinx/__init__.py sha256=H9FXIey9Jb4UvyPtuZQzhLLZqBJM3YDbIXWtUnOOE6U 37
autodoc2/sphinx/autodoc.py sha256=tS4pB0sUApglrwNEkIlNyMg4W8EspwQ8Syq1jGPDwRE 4621
autodoc2/sphinx/docstring.py sha256=Pia5VEbG-4ZcgGij8XkMiFFXpTgrkmaqUV8lDD1wtdo 9122
autodoc2/sphinx/extension.py sha256=xuR9GiufiI4sb5X7hnWaLRMC653qhzNc0B4o55RpLi8 9657
autodoc2/sphinx/summary.py sha256=vCz5y6zEjpsKSRL1tiMyePSA_ycVpl_av1iUIaVAXjc 3646
autodoc2/sphinx/utils.py sha256=WHaHllmqIsKHkR93hufMG83PbBHtsewwgLyRD_NnKF0 3941
sphinx_autodoc2-0.5.0.dist-info/entry_points.txt sha256=Wo2eW0hlZMlj0um2e5lwkga5BpW2GMpWCiC-qrkQLtI 50
sphinx_autodoc2-0.5.0.dist-info/LICENSE sha256=j0AKBd8uzv6v8xy3Gi8LsbNmqK979yb2OREO8WZ9Vvc 1079
sphinx_autodoc2-0.5.0.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
sphinx_autodoc2-0.5.0.dist-info/METADATA sha256=zh7GmgNAWPQiwl3DGJ14EqZ8izFb8MJkeI2Wo11avRg 1080
sphinx_autodoc2-0.5.0.dist-info/RECORD

entry_points.txt

autodoc2 = autodoc2.cli:app_main