Flask-Mercadopago ================= .. only:: html .. image:: https://img.shields.io/github/issues/juniors90/Flask-Mercadopago :alt: GitHub issues :target: https://github.com/juniors90/Flask-Mercadopago/issues .. image:: https://img.shields.io/github/forks/juniors90/Flask-Mercadopago :alt: GitHub forks :target: https://github.com/juniors90/Flask-Mercadopago/network .. image:: https://img.shields.io/github/stars/juniors90/Flask-Mercadopago :alt: GitHub stars :target: https://github.com/juniors90/Flask-Mercadopago/stargazers .. image:: https://img.shields.io/github/license/juniors90/Flask-Mercadopago :alt: GitHub license :target: https://github.com/juniors90/Flask-Mercadopago/blob/main/LICENSE .. image:: https://img.shields.io/github/contributors/juniors90/Flask-Mercadopago?color=green :alt: GitHub contributors :target: https://github.com/juniors90/Flask-Mercadopago/graphs/contributors .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :alt: Code style :target: https://github.com/psf/black Features -------- - A features. Requirements ~~~~~~~~~~~~~ - Python 3.8+ Dependecies for this project. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - `Flask(>=2.0.1) `_ for build the backend. - `Requests(>=2.28.1) `_ for build the backend. Intallation ~~~~~~~~~~~ You can install via pip: .. code-block:: $> pip install Flask-Mercadopago Example ~~~~~~~ Register the extension: .. code-block:: python from flask import Flask # To follow the naming rule of Flask extension, although # this project's name is Flask-Mercadopago, the actual package # installed is named `flask_mercadopago`. from flask_mercadopago import Mercadopago app = Flask(__name__) mercadopago = Mercadopago(app) Now with the `render_ui_form` macro: .. code-block:: html {{ merccadopago.load_js() }}

Login

Read the `Basic Usage `_ docs for more details. Links ~~~~~ - `Documentation `_ - `Example Application `_ - `PyPI Releases `_ - `Changelog `_ Authors ~~~~~~~ - Ferreira, Juan David Please submit bug reports, suggestions for improvements and patches via the (E-mail: juandavid9a0@gmail.com). Contributors ~~~~~~~~~~~~ Credits goes to these peoples: .. raw:: html Official repository and Issues ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - https://github.com/juniors90/Flask-Mercadopago License ~~~~~~~ `Flask-Mercadopago` is free software you can redistribute it and/or modify it under the terms of the MIT License. For more information, you can see the `LICENSE `_ file for details.