Socket
Socket
Sign inDemoInstall

ob-dj-payment-tap

Package Overview
Dependencies
4
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ob-dj-payment-tap

OBytes Django application for managing payment processing with TAP.


Maintainers
2

Readme

OBytes Django Payment Tap App

Build & Test pypi license downloads python docs health-check

Payment TAP is a Django app for managing payment transactions with TAP. The project consist of wrapper and models to track transactions, settlement and configuration of tap accounts.

Quick start

  1. Install ob_dj_payment_tap latest version pip install ob_dj_payment_tap

  2. Add "ob_dj_payment_tap" to your INSTALLED_APPS setting like this:

   # settings.py
   INSTALLED_APPS = [
        ...
        "ob_dj_payment_tap",
   ]
  1. Run python manage.py migrate to create the TAP models.

Developer Guide

  1. Clone github repo git clone [url]

  2. pipenv install --dev

  3. pre-commit install

  4. Run unit tests pytest

Hint You can install the changes directly in your env using pip install .; this should allow you to pipenv shell to any env and navigate to the source code and install the package pip install .

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc