Some Python Open Source Projects in need of some love ❤️
Generates a Swagger UI (live documentation page) for Flask REST APIs.
- Repo: http://github.com/rochacbruno/flasgger
- Issues: https://github.com/rochacbruno/flasgger/issues
- todo:
- Improve documentation
- Improve flask_restfull and Marshmallow integration
- Resolve open bugs
- Update to Swagger 3.x specs
Dynamic configuration for Python, read config values from env vars, yaml and any kind of source.
- Repo: http://github.com/rochacbruno/dynaconf
- Issues: https://github.com/rochacbruno/dynaconf/issues
Content Management Framework with powerful admin interface and generation of static web sites.
- Repo: http://github.com/rochacbruno/quokka
- Issues: https://github.com/rochacbruno/quokka/issues
- todo:
- Documentation
- Pelican Theme installation
- more tests
- Admin front-end fixes
- Implement TinyMongo operators
Pagseguro Python Integration
- Repo: http://github.com/rochacbruno/python-pagseguro
- Issues: https://github.com/rochacbruno/python-pagseguro/issues
- todo:
- Documentation
- Implement new API changes
- Pagamentos recorrentes
- Assinaturas
- Exemplo em Django
Generate Google Maps with all dynamic options for Flask apps by simply using { map() } on templates.
- Repo: http://github.com/rochacbruno/flask-googlemaps
- Issues: https://github.com/rochacbruno/flask-googlemaps/issues
- todo:
- Documentation
- Implement icons
- Fix bugs
- Better centralize to current location
- Implement changes of the new API
Simple Login for Flask apps
- Repo: http://github.com/rochacbruno/flask_simplelogin
- Issues: https://github.com/rochacbruno/flask_simplelogin/issues
- todo:
- Documentation
- More customization via env vars and config vars
- CAPTCHA
Management commands and shell for projects
- Repo: http://github.com/rochacbruno/manage
- Issues: https://github.com/rochacbruno/manage/issues
- todo:
- Documentation
Guide to learn Rust coming from Python
- Repo: http://github.com/rochacbruno/py2rs
- todo:
- Write more examples
A Flask example app (good for beginners)