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]
'''
Release files for nubank 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nubank-0.0.1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nubank-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.4 kB
Release files / nubank-0.0.1.tar.gz
| Download URL | nubank-0.0.1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
379e0f46786e6a5e464c54ac3a3d12d73dddf4024b6dabe4d5effce3e9585904
|
|
BLAKE2b-256 checksum How to use checksums |
1abecb22409a432153907fa7ef78b18f22c994e9b3f8986bf0ec074cac5f264f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / nubank-0.0.1-py3-none-any.whl
| Download URL | nubank-0.0.1-py3-none-any.whl |
|---|---|
| Size | 15.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e3668f878fefe560af855649152d02cc819753f91de3e770b518089b7e33d6be
|
|
BLAKE2b-256 checksum How to use checksums |
9eb05c86c078de5fa649821a69302ab4a435f2e5beb714171311c11570e08e3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|