RDFLib / rdflib

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
https://rdflib.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.18k stars 560 forks source link

Make rdflib.plugins a namespace package? #114

Closed ghost closed 12 years ago

ghost commented 12 years ago

eik...@gmail.com, 2010-02-19T16:31:00.000Z

Does it make sense and is there a way using the Python standard library to make rdflib.plugins a namespace package?

http://docs.python.org/library/pkgutil.html

http://www.python.org/dev/peps/pep-0382/

gromgull commented 12 years ago

It seems PEP0382 was recently rejected.

I am not sure what this would bring us? Anyone?

ghost commented 12 years ago

More possible pain according to:

https://groups.google.com/group/pylons-discuss/msg/3793affa5ca53df4

gromgull commented 12 years ago

And as far as I can see - the extension points mechanism achieves the same thing this would have done. I.e. new plugins that are installed are available automatically.

I'm closing this. If someone has a specific reason why we need this - please reopen!