-
Notifications
You must be signed in to change notification settings - Fork 431
SQLAlchemy Storage #345
Comments
We have two efforts in place to make this easier:
I'm waiting on #344 to be reviewed and merged before creating the contrib package. |
Sure, I don't see moving existing class to another file a problem. When I'll be ready to submit PR (a.k.a. write tests), I'll check if |
No worries. I think it's very useful, especially if you/we can get it to work in conjunction with |
Well, my application uses Flask as well, but edit: |
Any updates on this? I'd like to be able to use this and it'd be great if it were just part of the library. Thanks. |
contrib is now available and I'm happy to review new modules to be added there. |
I have rebased my branch to master, but it is lacking some tests. Maybe we could merge it to some kind of dev branch? If not, I need few days to write them, but until them you can try using my fork. |
We don't have a dev branch, so just send a PR from your fork when you're ready for review. We do have a strict 100% code coverage requirement. |
@anthonymayer, good news! I have submitted #527. |
@anthonymayer, good news again. PR was merged -- 267bbc5. |
#319
I've started working on SQLAlchemy Storage class, based on AppEngine and Django ones. There is already functional class, without unit tests. I am not sure whether more docs than docstrings are needed.
Here is the fork:
https://github.com/miedzinski/oauth2client/tree/sqlalchemy-storage
The text was updated successfully, but these errors were encountered: