Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nubank-0.0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

nubank-0.0.1-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page