This file is indexed.

/usr/share/doc/python-rdflib/TODO.Debian is in python-rdflib 4.1.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
* jsonlayer.py may be duplicate of python-sparql-wrapper
   rdflib/plugins/sparql/results/jsonlayer.py
* rdflib/plugins/parsers/pyRdfa/ may be packaged separately
   (https://github.com/RDFLib/pyrdfa3) => apparently not if reading
   https://github.com/RDFLib/pyrdfa3/blob/master/README.md#warning-deprecated-package correctly.
* rdflib/plugins/parsers/pyMicrodata/ :
   https://github.com/RDFLib/pymicrodata 
   package as a lib on its own ?
* rdfpipe ?
   cf. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655039#20
* reverse dependencies :
   $> apt-cache rdepends python-rdflib
   python-selenium
   swaml
   python-sparqlwrapper
   python-feedvalidator
   buxon
   
   see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655039#35
* Maybe not ship static files from the armstrong theme in sphinx docs
   ... ?
* Make sure why tests don't pass for Python3
* Maybe provide command-line tools for Python 3 some day. For the
   moment, KISS with only Python2.