Аржейст версии
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
__pycache__/
|
||||||
@@ -20,6 +20,14 @@
|
|||||||
|
|
||||||
Правила построения приложений на платформе собраны отдельно в [application_guidelines.md](/Users/alex/Dev_projects_v2/apps/plba/requirements/application_guidelines.md).
|
Правила построения приложений на платформе собраны отдельно в [application_guidelines.md](/Users/alex/Dev_projects_v2/apps/plba/requirements/application_guidelines.md).
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Установка `plba` через `pip` из git-репозитория:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install "plba @ git+https://git.lesha.spb.ru/alex/plba.git"
|
||||||
|
```
|
||||||
|
|
||||||
## Runtime model
|
## Runtime model
|
||||||
|
|
||||||
1. приложение объявляет `ApplicationModule`
|
1. приложение объявляет `ApplicationModule`
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ name = "plba"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Platform runtime for business applications"
|
description = "Platform runtime for business applications"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastapi>=0.129.0",
|
"fastapi>=0.129.0",
|
||||||
"PyMySQL>=1.1",
|
"PyMySQL>=1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user