Skip to main content

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

  1. Install the package
poetry add pykolofinance
  1. Add pykolofinance to installed apps in django
  2. 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


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)

Uploaded Source

Built Distribution

pykolofinance-1.0.2-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

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

Hashes for pykolofinance-1.0.2.tar.gz
Algorithm Hash digest
SHA256 cd5bcb6645c8221e80fb2f873b9e26bc0600ccc5c352fe391d0a5c2f42cc07c0
MD5 73dab3a054ee97823967ff25b01a21c3
BLAKE2b-256 03941ef1763e99b1649715c32ba5db598a2fc1ccb057e450dc02978777644726

See more details on using hashes here.

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

Hashes for pykolofinance-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bd88039448b0568a911923ccf470dd57cbb2d79903835e2cbd2e4f957010ad94
MD5 f81949fda26d9fc3db751fe47e0d7332
BLAKE2b-256 f1f89fdd844901ce38ea786529b05d055434af9bec270cec6532883f8b81fdb4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page