A package to find upi details details
Project description
bhimupipy
BHIMUPIPY is a pip packages which can verify UPI IDs.
Installation
Install this pip package .
pip install bhimupipy
and use it like
from bhimupipy import verify_upi
Usage
CLI
~$ bhimupipy --help
usage: -m [-h] [-v] [--upi UPI]
bhimupipy: Get the details of UPI ID.
options:
-h, --help show this help message and exit
-v, --version print the version of the package (default: False)
--upi UPI see upi datails (default: None)
Verifying UPI ID
~$ bhimupipy --upi sumithemmadi@ybl
~$ bhimupipy --upi sumithemmadi@ybl
{
"result": true,
"vpa": "sumithemmadi@upi",
"vpaValid": true,
"payeeAccountName": "EMMADI SUMITH KUMAR",
"message": "Verified UPI ID"
}
- This will verify UPI ID
Verifing UPI ID
from bhimupipy import verify_upi
verify_upi("sumithemmadi@ybl")
output
{
"result": true,
"vpa": "sumithemmadi@upi",
"vpaValid": true,
"payeeAccountName": "EMMADI SUMITH KUMAR",
"message": "Verified UPI ID"
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bhimupipy-0.0.2.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file bhimupipy-0.0.2.tar.gz
.
File metadata
- Download URL: bhimupipy-0.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f4ed7d9c8a0893618cb457bc36dde50aa5a4eb1b6b15ae64ae35a92bb1c4b50 |
|
MD5 | d619b0780c253641dffdb9805bc3cbfa |
|
BLAKE2b-256 | c3d85808ee22e04ae463b68beeeda15839e73e7b692ca9327bffb0ce4dfab487 |
File details
Details for the file bhimupipy-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: bhimupipy-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acf34283ea4d5c7f5393c7460a6eb1d75220396c26b99b2a514d9c3fb6d2d9f6 |
|
MD5 | 0e886b73a81d149c1cb43eebc0dce7df |
|
BLAKE2b-256 | 7bc890fa5540eb146abb9231e71125f8c24ae535bdbb7667e593b96fe00ccb18 |