OBytes Django application for managing payment processing with TAP.
Project description
OBytes Django Payment Tap App
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
-
Install
ob_dj_payment_tap
latest versionpip install ob_dj_payment_tap
-
Add "ob_dj_payment_tap" to your
INSTALLED_APPS
setting like this:
# settings.py
INSTALLED_APPS = [
...
"ob_dj_payment_tap",
]
- Run
python manage.py migrate
to create the TAP models.
Developer Guide
-
Clone github repo
git clone [url]
-
pipenv install --dev
-
pre-commit install
-
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 .
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ob-dj-payment-tap-0.0.2.tar.gz
.
File metadata
- Download URL: ob-dj-payment-tap-0.0.2.tar.gz
- Upload date:
- Size: 57.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4ec639cb590eb9779c7404d4294a24b8bdfa3d58b4813c5d9f16f2678aefd11 |
|
MD5 | a426e3b1dd87acc25b3df5c5fe61fec6 |
|
BLAKE2b-256 | 1011a4af4287f011266521191e87584136268d5ee320c52422ca2d0894b8c10b |
File details
Details for the file ob_dj_payment_tap-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: ob_dj_payment_tap-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae460dca6cfe44866c1b3da78b7efa92c4714d9cb1a844156f5b5bb66e69153e |
|
MD5 | 62c1c5de8b62f8d0168c9ea09ad569d4 |
|
BLAKE2b-256 | faa439a261e1fcd52d9635cc49758d819bb9079a50f06452a0f0d8f71b3bccd6 |