Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Plan
Custom issue tracker
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-python
Commits
da98491c
Commit
da98491c
authored
2 months ago
by
Georgiy Eterevskiy
Browse files
Options
Downloads
Patches
Plain Diff
Add description for modules
parent
b00501bf
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show 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 @
da98491c
...
...
@@ -130,3 +130,6 @@ dmypy.json
# Pyre type checker
.pyre/
# pydoc
public
\ No newline at end of file
This diff is collapsed.
Click to expand it.
perxis/__init__.py
+
13
−
0
View file @
da98491c
"""
Библиотека `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 @
da98491c
"""
## Список дополнительных модулей:
- .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