A utility package for kolomoni agency banking microservices
Project description
Shared Python Utilities
Set AUTH_SERVICE_BASE_URL=
To install
poetry add pykolofinance
or
pip install pykolofinance
Usage
- Install the package
poetry add pykolofinance
- Add
pykolofinance
to installed apps in django - update
REST_FRAMEWORK
settings as showing below
REST_FRAMEWORK = {
...
# 'DATE_INPUT_FORMATS': ["%d/%m/%Y", ],
'DEFAULT_AUTHENTICATION_CLASSES': (
"pykolofinance.authentication.CustomJWTAuthentication",
'rest_framework.authentication.BasicAuthentication',
'rest_framework.authentication.SessionAuthentication',
),
...
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pykolofinance-1.0.2.tar.gz
(7.7 kB
view details)
Built Distribution
File details
Details for the file pykolofinance-1.0.2.tar.gz
.
File metadata
- Download URL: pykolofinance-1.0.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.8 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd5bcb6645c8221e80fb2f873b9e26bc0600ccc5c352fe391d0a5c2f42cc07c0 |
|
MD5 | 73dab3a054ee97823967ff25b01a21c3 |
|
BLAKE2b-256 | 03941ef1763e99b1649715c32ba5db598a2fc1ccb057e450dc02978777644726 |
File details
Details for the file pykolofinance-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: pykolofinance-1.0.2-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.8 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd88039448b0568a911923ccf470dd57cbb2d79903835e2cbd2e4f957010ad94 |
|
MD5 | f81949fda26d9fc3db751fe47e0d7332 |
|
BLAKE2b-256 | f1f89fdd844901ce38ea786529b05d055434af9bec270cec6532883f8b81fdb4 |