Skip to main content

Pydantic cхемы для всех проектов

Project description

🧩 tp-shared

Общий репозиторий схем для использования в нескольких проектах.


Установка:

poetry add tp-shared

Очистка при обновлении

poetry cache clear pypi --all --no-interaction; poetry add tp-shared@latest
poetry cache clear pypi --all --no-interaction && poetry add tp-shared@latest

Публикация:

Собирает и загружает собранный пакет в PyPI.

poetry publish --build

Структура проекта

messages

Схемы сообщений от сервисов

Пример импорта

from tp_shared_schemas.messages import GibddDcResultMessage

В каждой папке лежат соответствующие Pydantic-схемы, сгруппированные по функционалу.


Как подключить репозиторий к существующему проекту

Если у вас есть локальный проект и вы хотите добавить репозиторий с общими схемами, выполните команды: в файле pyproject.toml прописать зависимость: 1)

[tool.poetry.dependencies]
tp-shared = { git = "https://gitlab.8525.ru/modules/tp-shared.git", rev = "main" }

poetry add git

poetry add git+https://gitlab.8525.ru/modules/tp-shared.git
  1. Выполнить команду poetry install или poetry update

Репозиторий

cd existing_repo
git remote add origin https://gitlab.8525.ru/modules/tp-shared.git
git branch -M main
git push -uf origin main

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

tp_shared-0.2.36.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

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

tp_shared-0.2.36-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

Details for the file tp_shared-0.2.36.tar.gz.

File metadata

  • Download URL: tp_shared-0.2.36.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.1.0-37-amd64

File hashes

Hashes for tp_shared-0.2.36.tar.gz
Algorithm Hash digest
SHA256 774ed9aec58bba2e364dedeb4cd04227a5ff0ac4b76b0d0ca5260dc75fb1fee3
MD5 e8837dac674ab78d97dd56b9895262d6
BLAKE2b-256 9c4a9511e65af4027dd1f39111de4c1f8136bd211830174f85c4bd2bbcf072be

See more details on using hashes here.

File details

Details for the file tp_shared-0.2.36-py3-none-any.whl.

File metadata

  • Download URL: tp_shared-0.2.36-py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.1.0-37-amd64

File hashes

Hashes for tp_shared-0.2.36-py3-none-any.whl
Algorithm Hash digest
SHA256 20a2a1fef45f0247547e330cb98233ef2b691004c7f0dce8c277e24bc5cdad71
MD5 7c8c38fc5843e722e0e32baff2d17a35
BLAKE2b-256 4182581b466ee242cc85bb4482b243b7bdfbc89da192907108b7fea07cb42869

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