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_taplatest versionpip install ob_dj_payment_tap -
Add "ob_dj_payment_tap" to your
INSTALLED_APPSsetting like this:
# settings.py
INSTALLED_APPS = [
...
"ob_dj_payment_tap",
]
- Run
python manage.py migrateto 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ob-dj-payment-tap-0.0.4.tar.gz.
File metadata
- Download URL: ob-dj-payment-tap-0.0.4.tar.gz
- Upload date:
- Size: 57.9 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.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d26ca588e8e7a9f4c49414d26b222b4329d4a8e25bc214a41d43f2b9fbdc11a9
|
|
| MD5 |
3bbcf964bb117a97d44040f24a44796b
|
|
| BLAKE2b-256 |
2f8b0299f51a52a3487c7fec51e0f2fd3e90d9cad56ff3e5d188b35c99b81a14
|
File details
Details for the file ob_dj_payment_tap-0.0.4-py3-none-any.whl.
File metadata
- Download URL: ob_dj_payment_tap-0.0.4-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.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3153422518a7def87dda200ed292ee309fd77670c66a46fa2090ac094eceb629
|
|
| MD5 |
b79bb0c008aac90882a295f8e3ee4f6d
|
|
| BLAKE2b-256 |
0b895bf5880c33e98658c6fc91a9d0b12dcdb88972fda2728a549ae12218a4a3
|