Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-python
Commits
15fec069
Commit
15fec069
authored
1 month ago
by
Eterevskiy Georgiy
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/docs' into 'master'
Add description for modules See merge request
!98
parents
b00501bf
da98491c
No related branches found
No related tags found
1 merge request
!98
Add description for modules
Pipeline
#82081
failed with stage
Stage:
in 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+4
-1
4 additions, 1 deletion
.gitignore
perxis/__init__.py
+13
-0
13 additions, 0 deletions
perxis/__init__.py
perxis/extensions/__init__.py
+8
-0
8 additions, 0 deletions
perxis/extensions/__init__.py
with
25 additions
and
1 deletion
.gitignore
+
4
−
1
View file @
15fec069
...
...
@@ -129,4 +129,7 @@ venv.bak/
dmypy.json
# Pyre type checker
.pyre/
\ No newline at end of file
.pyre/
# pydoc
public
\ No newline at end of file
This diff is collapsed.
Click to expand it.
perxis/__init__.py
+
13
−
0
View file @
15fec069
"""
Библиотека `perxis-python` это результат кодогенерации proto файлов для системы Perxis.
Библиотека также содержит набор дополинтельных модулей, упрощающих разработку python приложений.
## Список дополнительных модулей:
- .auth - Модуль для аутентификации в gRPC с использованием OAuth2 и API-ключей
- .channel - Модуль для создания защищенного gRPC-соединения
- .collections.helpers - Набор вспомогательных функций для установки схем коллекций в Perxis
- .extensions - Расширения для системы Perxis
- .files.uploader - Модуль для загрузки файлов в систему Perxis
- .provider - Модуль для работы с данными и файлами в системе Perxis
"""
\ No newline at end of file
This diff is collapsed.
Click to expand it.
perxis/extensions/__init__.py
+
8
−
0
View file @
15fec069
"""
## Список дополнительных модулей:
- .actions - Модуль содержит вспомогательные функции для работы с экшнами
- .bootstrap - Модуль содержит функцию bootstrap для упрощения запуска сервисов расширений
- .extension_service - Модуль содержит базовый класс сервисов расширений - ExtensionService
- .extension_setup - Модуль содержит класс ExtensionSetup. Он используется для управления всеми данными расширения
"""
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment