Skip to content

juniors90/MercadoPagoAPI-OAuth-Python

Repository files navigation

Mercado Pago API OAuth Python

GitHub issues GitHub forks GitHub stars GitHub license GitHub contributors black

Python version used 3.8

Recommended running instructions:

  1. Create a virtual environment:

    $> python3 -m venv venv
  2. Activate the newly created environment:

    On macOS and Linux:

    $> source venv/bin/activate

    On Windows

    c:\> .\env\Scripts\activate
    
  3. Install dependencies:

    $> (venv) python -m pip install -r requirements/dev.txt
  4. Start the server locally:

    $> (venv) python mercadopago-oauth.py

Links

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:

Official repository and Issues

License

MercadoPagoAPI-OAuth-Python 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.

About

No description, website, or topics provided.

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors