bank
This is an example project demonstrating how to publish a python module to pypi.
##installation
Run the following to install
'''python pip install bank '''
##usage
'''python from bank2 import deposit_amount from bank2 import withdraw_amount from bank2 import home_loan from bank2 import personal_loan from bank2 import vehicle_loan from bank2 import home_loan
if you want deposit a amount
dep_amount=deposit_amount.dep_amount(10000,10000000) print(dep_amount)
if you want withdraw a amount
with_amount=withdraw_amount.with_amount(1000,10000) print(with_amount)
#home_loan h_loan=home_loan.hm_loan(10000) print(h_loan) #personal_loan per_loan=personal_loan.per_loan(1000) print(per_loan) #vehicle_loan
v_loan=vehicle_loan.ve_loan(10000) print(v_loan)
''' '''python pip install -e .[dev]
Release files for bank2 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 | |
|---|---|---|---|
| bank2-0.0.1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bank2-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.5 kB
Release files / bank2-0.0.1.tar.gz
| Download URL | bank2-0.0.1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
142a1b9adeabd145317ef92086943c7a49d156aa2a938842946e842c1e155647
|
|
BLAKE2b-256 checksum How to use checksums |
6ea98afef82953f103a795abccb616d44612e4d57cc854906a0471ebef03927e
|
| 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 / bank2-0.0.1-py3-none-any.whl
| Download URL | bank2-0.0.1-py3-none-any.whl |
|---|---|
| Size | 15.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
50f18b91aed72299cc27e225d6361e4051e39ff666dc237aceecc5390f0361db
|
|
BLAKE2b-256 checksum How to use checksums |
499a18be76ce8cfb80d36761bd770ae1cf1b563b1b54a9172ef396f22b7adae2
|
| 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
|