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 bank import deposit_amount from bank import withdraw_amount from bank import home_loan from bank import personal_loan from bank import vehicle_loan from bank 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 bank1 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 | |
|---|---|---|---|
| bank1-0.0.1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bank1-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.5 kB
Release files / bank1-0.0.1.tar.gz
| Download URL | bank1-0.0.1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c41b4f56d34ca2a555cf25f92c6205850cb3351470b3dee7733f2b88b39b572a
|
|
BLAKE2b-256 checksum How to use checksums |
735581b24c21faaa3100925460df1f79510a009dacc6f2b8ab8eea44b6fe393c
|
| 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 / bank1-0.0.1-py3-none-any.whl
| Download URL | bank1-0.0.1-py3-none-any.whl |
|---|---|
| Size | 15.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b184e0a0ceb170242d2324e224b223469fc9afe69bd71d213c05f20b6b712969
|
|
BLAKE2b-256 checksum How to use checksums |
de6aac4e09a66b5acd82a71d938e8bd6618ba99b113d224f60a6c17769da7398
|
| 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
|