A utility package for kolomoni agency banking microservices
Project description
Shared Python Utilities
Set AUTH_SERVICE_BASE_URL=
To install
poetry add git+https://github.com/capitalsagetechnology/pykolofinance.git@main
poetry add 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.1.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file pykolofinance-1.0.1.tar.gz
.
File metadata
- Download URL: pykolofinance-1.0.1.tar.gz
- Upload date:
- Size: 7.8 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 | 02f790c93f0947bee9a587347f9859c71b60eb44111c78262125624d83467460 |
|
MD5 | 83a2c53298b1da8b90991adb56107fcc |
|
BLAKE2b-256 | 444b49a6e8664d068a813d3c29bf8c1c5ba6a7b0d18c2a09b2fcbb1bd3beec72 |
File details
Details for the file pykolofinance-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pykolofinance-1.0.1-py3-none-any.whl
- Upload date:
- Size: 9.7 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 | 4b9bde41bcf6cd80c3b82c6b78f526541e9c1d08acb8961a0ecac1f6f62cc843 |
|
MD5 | 2d4531ff55ae13ccd5130db564e64dc2 |
|
BLAKE2b-256 | f2a428eecf22a8afe8e7d97bae13014eb48867c1c2a2c85fef46ab5d1f727388 |