Skip to main content

DiKBM adapter to send request to RSA web service

Project description

[Русская документация](python-dikbm-adapter/blob/master/README-ru.md)

Installation

installation is simple

easy_install python-dikbm-adapter

or

pip install python-dikbm-adapter

or

pip install git+https://github.com/suvit/python-dikbm-adapter

Settings

Please, create settings.ini file in the same dir as dikbm_main script installed

Sample of ini file

[DiKBM] username = my_secret_username password = my_secret_password

other settings and their default values

[DiKBM]

incomingDir = incoming outgoingDir = outgoing errorDir = error logDir = log #statusDir = status #tempStatus = tempStatus

kbmToServiceUrl = http://172.19.3.9/dkbm-ws-1.0/services/kbmToServiceNoMtom?wsdl PolicyLossServiceUrl = http://172.19.3.9/dkbm-ws-1.0/services/policyLossService?wsdl historyServiceUrl = http://172.19.3.9/dkbm-ws-1.0/services/historyService?wsdl

in the same ini file may be placed logging settings

Example of logging settings

[loggers] keys=root, suds

[handlers] keys=console, default

[formatters] keys=simple, advanced, verbose

[logger_root] level=DEBUG #handlers=console handlers=default

[logger_suds] level=INFO #handlers=console handlers=default qualname=suds propagate=0

[handler_console] class=StreamHandler level=DEBUG formatter=advanced args=(sys.stdout,)

[handler_default] class=FileHandler level=INFO formatter=advanced filename=main.log args=(‘log/main.log’, ‘a’)

[formatter_simple] format = %(levelname)s - %(message)s

[formatter_advanced] format = %(asctime)s - %(levelname)s - %(name)s - %(message)s

[formatter_verbose] format = %(asctime)s - %(levelname)s - %(name)s - %(module)s - %(process)d - %(thread)d - %(message)s

to run use virtualenv/bin/dikbm_main or virtualenv/Scripts/dikbm_main.exe

you may add dikbm_main script to cron job or windows task

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

python-dikbm-adapter-0.1.7.zip (8.6 kB view details)

Uploaded Source

File details

Details for the file python-dikbm-adapter-0.1.7.zip.

File metadata

File hashes

Hashes for python-dikbm-adapter-0.1.7.zip
Algorithm Hash digest
SHA256 7648fa89e64821691f8dabe6f55db21cd0436eea88ad3a3561c888e340f1d702
MD5 e172d156ac9d86a0b1b73f9d2b1bc8d8
BLAKE2b-256 053a8e2f80ee4b8b6dbc8775e4d146afb71d0d396d18d148c4cb7acba68ee823

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