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 git+https://github.com/capitalsagetechnology/pykolofinance.git@main

poetry add 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.1.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

pykolofinance-1.0.1-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

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

Hashes for pykolofinance-1.0.1.tar.gz
Algorithm Hash digest
SHA256 02f790c93f0947bee9a587347f9859c71b60eb44111c78262125624d83467460
MD5 83a2c53298b1da8b90991adb56107fcc
BLAKE2b-256 444b49a6e8664d068a813d3c29bf8c1c5ba6a7b0d18c2a09b2fcbb1bd3beec72

See more details on using hashes here.

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

Hashes for pykolofinance-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4b9bde41bcf6cd80c3b82c6b78f526541e9c1d08acb8961a0ecac1f6f62cc843
MD5 2d4531ff55ae13ccd5130db564e64dc2
BLAKE2b-256 f2a428eecf22a8afe8e7d97bae13014eb48867c1c2a2c85fef46ab5d1f727388

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