Skip to content

Better documentation for plugins, like parser and serializer #3307

@WhiteGobo

Description

@WhiteGobo

The documentation for plugins, for example documentation about, which parameters are usable for graph.parse are a little difficult to find and understand. I would like to put a little effort that the documentation automatically gathers data about:

  • a list of available plugins for at least parser and serializerh
  • an easy way to find out, which parameters are available, when using eg graph.parse

I havent done any automatic scripting, for documentation, so im not sure how possible this is.

Also i want to change the representation of rdflib.plugin.Plugin so that rdflib.plugin.plugins() returns a more informative list, like:

>>>from rdflib import plugin
>>>list(plugin.plugins())
[Plugin('turtle', ''other usable information'), ...]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions