File: entry_points.txt

package info (click to toggle)
python-rdflib-jsonld 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,832 kB
  • sloc: python: 1,800; makefile: 132
file content (8 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
[rdf.plugins.parser]
application/ld+json = rdflib_jsonld.parser:JsonLDParser
json-ld = rdflib_jsonld.parser:JsonLDParser

[rdf.plugins.serializer]
application/ld+json = rdflib_jsonld.serializer:JsonLDSerializer
json-ld = rdflib_jsonld.serializer:JsonLDSerializer