I am looking for a library to implement on OpenID server in Django. That is, I have my own database of users and need to be my own OpenID provider. I do not need to consume OpenID like all the Django libraries I've found. Are there any good libraries available?
The one library I found was https://bitbucket.org/romke/django_openid_provider/, but it hasn't been touched for a year. Is it in good shape?