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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffb3d657650726e92e3e2c4923c6ba35a259359186fce44a7ea12d3415e50aeb
|
|
| MD5 |
609fba9798908ee396e13628824847b6
|
|
| BLAKE2b-256 |
d80a77d41034227503e0d62a88f92c9667b456ff2c1cfb98f3413312db43f737
|
File details
Details for the file m3_adapter_client-1.2.0-py3-none-any.whl.
File metadata
- Download URL: m3_adapter_client-1.2.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
248f11ed6422ab587683a715d4ce7a7398fe732481da18a4255966953ca75eb2
|
|
| MD5 |
c2cc395eb51f9de95a9a37b5bed3b0f6
|
|
| BLAKE2b-256 |
dfc9f7017b39f736f4c29655faf1c63a5af39eeb683363163aab0c46bc7e936d
|