This package provides some bank functions
Project description
nubank
This is an example bank project publishing into pypi.
''' python pip install nubank
'''
''' ##usage
from nubank import deposit_amount from nubank import withdraw_amount from nubank import home_loan from nubank import personal_loan from nubank import vehicle_loan
#if you want to deposit
d_a=deposit_amount.dep_amount(1000,100000) print(d_a)
#if you want to withdraw
w_a=withdraw_amount.with_amount(1000,11111111) print(w_a)
#if you want to loans
h_l=home_loan.hm_loan(100000) print(h_1)
#personal loan
p_l=personal_loan.per_loan(100000)
print(p_l)
#vehicle loan
v_l=vehicle_loan.ve_loan(100000) print(v_l) '''
'''developing nubank
pip install -e .[dev]
'''
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
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 nubank-0.0.1.tar.gz.
File metadata
- Download URL: nubank-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
379e0f46786e6a5e464c54ac3a3d12d73dddf4024b6dabe4d5effce3e9585904
|
|
| MD5 |
8dff041caa6cdc6d55aaef159a56f74b
|
|
| BLAKE2b-256 |
1abecb22409a432153907fa7ef78b18f22c994e9b3f8986bf0ec074cac5f264f
|
File details
Details for the file nubank-0.0.1-py3-none-any.whl.
File metadata
- Download URL: nubank-0.0.1-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3668f878fefe560af855649152d02cc819753f91de3e770b518089b7e33d6be
|
|
| MD5 |
7cea00eb3d6ca15bddd5214a65af7aa8
|
|
| BLAKE2b-256 |
9eb05c86c078de5fa649821a69302ab4a435f2e5beb714171311c11570e08e3c
|