Skip to content

Commit

Permalink
Merge pull request humiaozuzu#34 from rochacbruno/master
Browse files Browse the repository at this point in the history
Added GoogleMaps, OrientDB, PagSeguro and Fixed Quokka URL
  • Loading branch information
humiaozuzu committed Jun 27, 2015
2 parents 32ed926 + 99d5ad5 commit 10d893d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Resources
- [thenewsmeme.com](https://github.com/danjac/newsmeme)
- [overholt](https://github.com/mattupstate/overholt) - Example Flask application illustrating common practices
- [pypress](https://github.com/laoqiu/pypress) - flask team blog
- [quokka](https://github.com/pythonhub/quokka) - Flask powered CMS on top of mongoengine/MongoDB
- [quokka](https://github.com/quokkaproject/quokka) - Flask powered CMS on top of mongoengine/MongoDB
- [thepast.me](https://github.com/laiwei/thepast)
- [flaskblog](https://github.com/defshine/flaskblog) - a simple blog system based on flask
- App template/bootstrap/boilerplate
Expand Down Expand Up @@ -81,6 +81,7 @@ Plugins
- [Flask-SQLAlchemy](https://github.com/mitsuhiko/flask-sqlalchemy) - Adds SQLAlchemy support to Flask
- [Flask-And-Redis](https://github.com/playpauseandstop/Flask-And-Redis) - Simple as dead support of Redis database for Flask apps
- [Flask-CouchDBKit](https://github.com/sirn/flask-couchdbkit) - Flask extension that provides integration with CouchDBKit
- [Flask-OrientDB](https://github.com/calthoff/flask-orientdb) - Flask extension for OrientDB Graph&Document Database
- Database Migrations
- [Flask-Migrate](https://github.com/miguelgrinberg/Flask-Migrate) - SQLAlchemy database migrations for Flask applications using Alembic
- [Flask-Alembic](https://github.com/tobiasandtobias/flask-alembic) - A Flask Extension to provide Alembic integration with Flask
Expand Down Expand Up @@ -120,6 +121,7 @@ Plugins
- [Python-Social-Auth](https://github.com/omab/python-social-auth) - Social auth made simple
- [Flask-social-blueprint](https://github.com/wooyek/flask-social-blueprint) - OAuth OOP way
- Payment
- [PagSeguro - Brazil](https://github.com/rochacbruno/python-pagseguro/tree/master/examples) - Example to integrate Flask to PagSeguro Brazilian payment gateway
- [alipay_python](https://github.com/fengli/alipay_python) - not a flask plugin now but you can integrate easily
- [flask-paypal](https://github.com/jdiez17/flask-paypal) - PayPal integration example with Flask
- [Flask-WePay](https://github.com/maxcountryman/flask-wepay) - A Flask wrapper for WePay's Python API
Expand All @@ -133,6 +135,7 @@ Plugins
- [scales](https://github.com/Cue/scales) - Metrics for Python
- [flask-tracking](https://github.com/elasticsales/flask-tracking) - Tracking app for Flask that logs HTTP request and response information in a capped MongoDB collection
- Other SDK
- [Flask-GoogleMaps](https://github.com/rochacbruno/Flask-GoogleMaps) - Build and embed google maps in our Flask templates
- [Flask-Dropbox](https://github.com/playpauseandstop/Flask-Dropbox) - Dropbox Python SDK support for Flask applications
- [Flask-Heroku](https://github.com/kennethreitz/flask-heroku) - Heroku environment variable configurations for Flask
- [Flask-Gravatar](https://github.com/zzzsochi/Flask-Gravatar) - Small and simple gravatar usage in Flask
Expand Down

0 comments on commit 10d893d

Please sign in to comment.