mkdocstrings/griffe
Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
PythonISC
Issues
- 0
change: Follow imports when loading
#347 opened by pawamoy - 0
- 3
change: Stop caching parsed docstrings
#340 opened by pawamoy - 1
- 7
- 2
docs: CI example
#334 opened by pawamoy - 1
feature: Support PEP 695 Type Parameter Syntax
#342 opened by viccie30 - 0
feature: Marshmallow extension
#339 opened by pawamoy - 1
bug: Different results when checking API breaking changes with static and dynamic analysis
#277 opened by pawamoy - 2
- 6
- 0
change: Remove stale branches
#336 opened by bswck - 0
bug: Modernization is crashing on `typing.Literal`
#333 opened by pawamoy - 3
feature: Docstring pre-formater
#331 opened by nbanyan - 0
refactor: Rewrite diff logic to actually return differences, not just breaking changes
#278 opened by pawamoy - 7
feat: Generate `__init__` methods for typed dicts with `**kwargs: Unpack[MyDict]` to help docstring parser fetch other parameters types
#284 opened by butterlyn - 14
feature: Support `__new__` signatures for classses
#320 opened by Viicos - 0
- 9
bug: Pydantic dataclasses with extra args break parsing of the function signature
#303 opened by Vodes - 8
bug: Descriptors are not handled properly
#328 opened by pekkaklarck - 5
bug: docstring inspection breaks with 3.13
#329 opened by samuelcolvin - 4
- 2
feature: Numpydoc reference parsing
#326 opened by danielk333 - 1
feature: code-block directive rendering
#325 opened by nbanyan - 2
bug: Temp dir name should be normalized
#324 opened by stevapple - 5
bug: BuiltinModuleError in PyTorch 2.3.0
#323 opened by sbrugman - 6
bug: unsupported node
#316 opened by slyons - 4
- 2
- 6
feature: stable `as_json`
#310 opened by patrick91 - 8
feature: I'd like to be able to use `Docstring` without requiring `parent` but get no warning
#293 opened by samuelcolvin - 0
bug: The `setter` and `deleter` attribute should be set on the `Attribute` class, since that's how properties are instantiated
#311 opened by pawamoy - 1
- 14
- 1
bug: Yields broken for properties
#298 opened by michprev - 1
refactor: Rework public API
#279 opened by pawamoy - 1
docs: Improve docstrings and docs
#280 opened by pawamoy - 7
- 3
bug: `.pth` files generated by PyTorch are incompatible with path configuration file handling
#300 opened by qthequartermasterman - 20
bug: Wrong alias target path when inspecting class, causing stubs-merging to fail silently
#296 opened by tlambert03 - 18
bug: mkdocstrings filters option doesn't work anymore after upgrade to griffe 0.46.0
#294 opened by kkpattern - 4
bug: [regression 0.46] Does not find inherited methods
#295 opened by llucax - 2
- 4
bug: Type is missing, and default value is incorrect for class variable in a dataclass
#289 opened by awaismirza92 - 3
- 3
feature: allow plugins to extend json output
#291 opened by patrick91 - 0
refactor: Rework "exported" and "public" logic
#281 opened by pawamoy - 1
Adopt a shared specification for api structure
#285 opened by tristanlatr - 2
- 2
bug: griffe doesn't render dynamic docstrings
#275 opened by Benjamin-T