Skip to main content

M3 UI клиента для взаимодействия со СМЭВ3 посредством Адаптера

Project description

M3 UI клиента для взаимодействия со СМЭВ3 посредством Адаптера

Подключение

settings:

INSTALLED_APPS = [
    'adapter_client',
    'm3_adapter_client'
]

apps:

from django.apps.config import AppConfig as AppConfigBase

class AppConfig(AppConfigBase):

    name = __package__

    def ready(self):
        self._init_adapter_client()

    def _init_adapter_client(self):
        from adapter_client.config import ProductConfig, set_config

        set_config(ProductConfig())

app_meta:

from django.conf.urls import url
from m3_adapter_client import actions
from .controllers import controller

def register_actions():
    controller.extend_packs((
        actions.Pack(),
        actions.JournalPack(),
    ))

Запуск тестов

$ tox

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

m3_adapter_client-1.2.0.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

m3_adapter_client-1.2.0-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file m3_adapter_client-1.2.0.tar.gz.

File metadata

  • Download URL: m3_adapter_client-1.2.0.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for m3_adapter_client-1.2.0.tar.gz
Algorithm Hash digest
SHA256 ffb3d657650726e92e3e2c4923c6ba35a259359186fce44a7ea12d3415e50aeb
MD5 609fba9798908ee396e13628824847b6
BLAKE2b-256 d80a77d41034227503e0d62a88f92c9667b456ff2c1cfb98f3413312db43f737

See more details on using hashes here.

File details

Details for the file m3_adapter_client-1.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for m3_adapter_client-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 248f11ed6422ab587683a715d4ce7a7398fe732481da18a4255966953ca75eb2
MD5 c2cc395eb51f9de95a9a37b5bed3b0f6
BLAKE2b-256 dfc9f7017b39f736f4c29655faf1c63a5af39eeb683363163aab0c46bc7e936d

See more details on using hashes here.

Supported by

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