scex_py
Python wrapper for SCEX - Loan calculation package
Pre-commit
Run the below command to install the pre-commit hooks:
$ poetry run pre-commit install
To execute the hooks without making any commit:
$ poetry run pre-commit run --all-files
Usage
>>> from scex_py.scex_client import ScexClient
>>> client = ScexClient("host", "api_key")
>>> client.process_equal_payment_loan({
"LoanDate": "2020-02-02", # Year-month-date
"PmtDate": "2020-02-02", # Year-month-date
"IntStartDate": "2020-02-02", # Year-month-date
"Proceeds": 20000,
"Term": 5,
"IntRate": 10,
"TotalDown": 2000
})
Release files for scex-py 1.0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scex_py-1.0.9.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| scex_py-1.0.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.9 kB
Release files / scex_py-1.0.9.tar.gz
| Download URL | scex_py-1.0.9.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
88f5d903571b5d2d1e72dac20686fc8f92c715b7b5c10eccd3ac5eea92df20dc
|
|
BLAKE2b-256 checksum How to use checksums |
20b1dc9626dcacdff027497f52feb9a13334d6171b45be13389a9ce14ba6125a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.2 CPython/3.8.15 Darwin/21.6.0
|
Release files / scex_py-1.0.9-py3-none-any.whl
| Download URL | scex_py-1.0.9-py3-none-any.whl |
|---|---|
| Size | 9.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e7ce4901cc9c081a708e9ea63f7a4a6cb4d7c6b78fa50593c34821eece9591b4
|
|
BLAKE2b-256 checksum How to use checksums |
49ed12c8cc17f44c41bbab67fb8d866a5b6069ae279e07fdcf7d67ccff3a290d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.2 CPython/3.8.15 Darwin/21.6.0
|