libreflow 0.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- libreflow/__init__.py +20 -0
- libreflow/_version.py +24 -0
- libreflow/baseflow/__init__.py +1017 -0
- libreflow/baseflow/asset.py +238 -0
- libreflow/baseflow/departments.py +238 -0
- libreflow/baseflow/dependency.py +1082 -0
- libreflow/baseflow/entity_manager.py +93 -0
- libreflow/baseflow/file.py +6536 -0
- libreflow/baseflow/filesystem/file.py +35 -0
- libreflow/baseflow/filesystem/filesequence.py +41 -0
- libreflow/baseflow/filesystem/fileset.py +40 -0
- libreflow/baseflow/filesystem/filesystemobject.py +63 -0
- libreflow/baseflow/film.py +841 -0
- libreflow/baseflow/kitsu.py +1194 -0
- libreflow/baseflow/lib.py +214 -0
- libreflow/baseflow/maputils.py +188 -0
- libreflow/baseflow/mytasks.py +615 -0
- libreflow/baseflow/runactions.py +54 -0
- libreflow/baseflow/runners.py +1264 -0
- libreflow/baseflow/search.py +505 -0
- libreflow/baseflow/shot.py +126 -0
- libreflow/baseflow/site.py +1867 -0
- libreflow/baseflow/task.py +634 -0
- libreflow/baseflow/task_manager.py +2252 -0
- libreflow/baseflow/ui/__init__.py +0 -0
- libreflow/baseflow/ui/controller.py +978 -0
- libreflow/baseflow/ui/delegate.py +356 -0
- libreflow/baseflow/ui/file.py +524 -0
- libreflow/baseflow/ui/file_cell.py +8 -0
- libreflow/baseflow/ui/file_history.py +23 -0
- libreflow/baseflow/ui/file_list.py +375 -0
- libreflow/baseflow/ui/homepage.py +539 -0
- libreflow/baseflow/ui/importfiles/__init__.py +1 -0
- libreflow/baseflow/ui/importfiles/custom_widget.py +245 -0
- libreflow/baseflow/ui/importfiles/files_list.py +359 -0
- libreflow/baseflow/ui/importfiles/target_wizard.py +577 -0
- libreflow/baseflow/ui/job_queue.py +933 -0
- libreflow/baseflow/ui/mytasks/__init__.py +0 -0
- libreflow/baseflow/ui/mytasks/components.py +527 -0
- libreflow/baseflow/ui/mytasks/edit_dialog.py +370 -0
- libreflow/baseflow/ui/mytasks/file_list.py +189 -0
- libreflow/baseflow/ui/mytasks/mytasks.py +1426 -0
- libreflow/baseflow/ui/mytasks/qmodel.py +33 -0
- libreflow/baseflow/ui/qmodel.py +143 -0
- libreflow/baseflow/ui/task.py +542 -0
- libreflow/baseflow/users.py +680 -0
- libreflow/cli.py +0 -0
- libreflow/custom_home/__init__.py +258 -0
- libreflow/custom_home/ui.py +138 -0
- libreflow/custom_home/wizard.py +4759 -0
- libreflow/examples/__init__.py +0 -0
- libreflow/examples/demoflow/__init__.py +19 -0
- libreflow/examples/demoflow/film.py +48 -0
- libreflow/examples/demoflow/lib.py +121 -0
- libreflow/examples/majorque/__init__.py +56 -0
- libreflow/examples/majorque/departments.py +104 -0
- libreflow/examples/majorque/file.py +305 -0
- libreflow/examples/majorque/film.py +150 -0
- libreflow/examples/majorque/kitsu.py +114 -0
- libreflow/examples/majorque/lib.py +78 -0
- libreflow/examples/majorque/runners.py +41 -0
- libreflow/examples/majorque/users.py +9 -0
- libreflow/gui.py +105 -0
- libreflow/index.py +112 -0
- libreflow/jobs_cleaner.py +174 -0
- libreflow/jobs_node.py +46 -0
- libreflow/resources/__init__.py +0 -0
- libreflow/resources/file_templates/__init__.py +6 -0
- libreflow/resources/file_templates/template.abc +0 -0
- libreflow/resources/file_templates/template.aep +0 -0
- libreflow/resources/file_templates/template.ai +1903 -7
- libreflow/resources/file_templates/template.blend +0 -0
- libreflow/resources/file_templates/template.fbx +0 -0
- libreflow/resources/file_templates/template.fla +0 -0
- libreflow/resources/file_templates/template.jpg +0 -0
- libreflow/resources/file_templates/template.json +3 -0
- libreflow/resources/file_templates/template.jsx +0 -0
- libreflow/resources/file_templates/template.kra +0 -0
- libreflow/resources/file_templates/template.mov +0 -0
- libreflow/resources/file_templates/template.mp4 +0 -0
- libreflow/resources/file_templates/template.nk +59 -0
- libreflow/resources/file_templates/template.obj +2068 -0
- libreflow/resources/file_templates/template.png +0 -0
- libreflow/resources/file_templates/template.prproj +0 -0
- libreflow/resources/file_templates/template.psb +0 -0
- libreflow/resources/file_templates/template.psd +0 -0
- libreflow/resources/file_templates/template.tvpp +0 -0
- libreflow/resources/file_templates/template.txt +0 -0
- libreflow/resources/file_templates/template.usd +0 -0
- libreflow/resources/file_templates/template.usda +26 -0
- libreflow/resources/file_templates/template.usdz +0 -0
- libreflow/resources/file_templates/template.wav +0 -0
- libreflow/resources/file_templates/template.xpix +0 -0
- libreflow/resources/file_templates/template_2D.blend +0 -0
- libreflow/resources/fonts/SpaceGrotesk-Bold.ttf +0 -0
- libreflow/resources/fonts/SpaceGrotesk-Regular.ttf +0 -0
- libreflow/resources/fonts/__init__.py +6 -0
- libreflow/resources/icons/__init__.py +0 -0
- libreflow/resources/icons/applications/__init__.py +6 -0
- libreflow/resources/icons/applications/rv.png +0 -0
- libreflow/resources/icons/flow/__init__.py +6 -0
- libreflow/resources/icons/flow/alembic.png +0 -0
- libreflow/resources/icons/flow/explorer.png +0 -0
- libreflow/resources/icons/flow/photoshop.png +0 -0
- libreflow/resources/icons/flow/quicktime.png +0 -0
- libreflow/resources/icons/gui/__init__.py +6 -0
- libreflow/resources/icons/gui/add-file.png +0 -0
- libreflow/resources/icons/gui/add-folder.png +0 -0
- libreflow/resources/icons/gui/arrow-down.png +0 -0
- libreflow/resources/icons/gui/arrow-right.png +0 -0
- libreflow/resources/icons/gui/check-box-empty-dark.png +0 -0
- libreflow/resources/icons/gui/close.png +0 -0
- libreflow/resources/icons/gui/duplicate.png +0 -0
- libreflow/resources/icons/gui/location-worldwide-disabled.png +0 -0
- libreflow/resources/icons/gui/location-worldwide.png +0 -0
- libreflow/resources/icons/gui/maximize.png +0 -0
- libreflow/resources/icons/gui/menu.png +0 -0
- libreflow/resources/icons/gui/menu_dots.png +0 -0
- libreflow/resources/icons/gui/minimize.png +0 -0
- libreflow/resources/icons/gui/mytasks-disabled.png +0 -0
- libreflow/resources/icons/gui/mytasks.png +0 -0
- libreflow/resources/icons/gui/nav-arrow-left-disabled.png +0 -0
- libreflow/resources/icons/gui/nav-arrow-left.png +0 -0
- libreflow/resources/icons/gui/nav-arrow-refresh-disabled.png +0 -0
- libreflow/resources/icons/gui/nav-arrow-refresh.png +0 -0
- libreflow/resources/icons/gui/nav-arrow-right-disabled.png +0 -0
- libreflow/resources/icons/gui/nav-arrow-right.png +0 -0
- libreflow/resources/icons/gui/ref-broken.png +0 -0
- libreflow/resources/icons/gui/ref.png +0 -0
- libreflow/resources/icons/gui/refresh.png +0 -0
- libreflow/resources/icons/gui/send.png +0 -0
- libreflow/resources/icons/gui/send2.png +0 -0
- libreflow/resources/icons/history/__init__.py +2 -0
- libreflow/resources/icons/history/check.png +0 -0
- libreflow/resources/icons/history/done.png +0 -0
- libreflow/resources/icons/history/init.png +0 -0
- libreflow/resources/icons/history/on_kitsu.png +0 -0
- libreflow/resources/icons/history/retake.png +0 -0
- libreflow/resources/icons/history/wfa.png +0 -0
- libreflow/resources/icons/history/wip.png +0 -0
- libreflow/resources/icons/history/working_copy.png +0 -0
- libreflow/resources/icons/history/working_copy_mine.png +0 -0
- libreflow/resources/icons/libreflow/3d-object.png +0 -0
- libreflow/resources/icons/libreflow/__init__.py +6 -0
- libreflow/resources/icons/libreflow/active_site.png +0 -0
- libreflow/resources/icons/libreflow/afterfx.png +0 -0
- libreflow/resources/icons/libreflow/animate.svg +11 -0
- libreflow/resources/icons/libreflow/archive.png +0 -0
- libreflow/resources/icons/libreflow/available.png +0 -0
- libreflow/resources/icons/libreflow/blank.png +0 -0
- libreflow/resources/icons/libreflow/blender.png +0 -0
- libreflow/resources/icons/libreflow/checked-symbol-colored.png +0 -0
- libreflow/resources/icons/libreflow/checked-symbol-owner.png +0 -0
- libreflow/resources/icons/libreflow/checked-symbol.png +0 -0
- libreflow/resources/icons/libreflow/circle-shape-outline.png +0 -0
- libreflow/resources/icons/libreflow/circle-shape-right-eye-outline.png +0 -0
- libreflow/resources/icons/libreflow/circular-shape-right-eye-silhouette.png +0 -0
- libreflow/resources/icons/libreflow/circular-shape-silhouette.png +0 -0
- libreflow/resources/icons/libreflow/clean.png +0 -0
- libreflow/resources/icons/libreflow/clipboard.png +0 -0
- libreflow/resources/icons/libreflow/compare-previews.png +0 -0
- libreflow/resources/icons/libreflow/cross-mark-on-a-black-circle-background-colored.png +0 -0
- libreflow/resources/icons/libreflow/custom_home_star.png +0 -0
- libreflow/resources/icons/libreflow/delete.png +0 -0
- libreflow/resources/icons/libreflow/dependencies.png +0 -0
- libreflow/resources/icons/libreflow/download.png +0 -0
- libreflow/resources/icons/libreflow/downloadable.png +0 -0
- libreflow/resources/icons/libreflow/duplicate.png +0 -0
- libreflow/resources/icons/libreflow/edit-blank.png +0 -0
- libreflow/resources/icons/libreflow/edit-lock-green.png +0 -0
- libreflow/resources/icons/libreflow/edit-lock-red.png +0 -0
- libreflow/resources/icons/libreflow/error.png +0 -0
- libreflow/resources/icons/libreflow/exchange.png +0 -0
- libreflow/resources/icons/libreflow/exclamation-sign-colored.png +0 -0
- libreflow/resources/icons/libreflow/fbx.png +0 -0
- libreflow/resources/icons/libreflow/firefox.png +0 -0
- libreflow/resources/icons/libreflow/hide.png +0 -0
- libreflow/resources/icons/libreflow/history.png +0 -0
- libreflow/resources/icons/libreflow/illustrator.png +0 -0
- libreflow/resources/icons/libreflow/json.png +0 -0
- libreflow/resources/icons/libreflow/jsx.png +0 -0
- libreflow/resources/icons/libreflow/kitsu.svg +1 -0
- libreflow/resources/icons/libreflow/kitsu_status_done.png +0 -0
- libreflow/resources/icons/libreflow/kitsu_status_oklodv.png +0 -0
- libreflow/resources/icons/libreflow/kitsu_status_omit.png +0 -0
- libreflow/resources/icons/libreflow/kitsu_status_retake.png +0 -0
- libreflow/resources/icons/libreflow/kitsu_status_todo.png +0 -0
- libreflow/resources/icons/libreflow/kitsu_status_wfa.png +0 -0
- libreflow/resources/icons/libreflow/kitsu_status_wip.png +0 -0
- libreflow/resources/icons/libreflow/krita.png +0 -0
- libreflow/resources/icons/libreflow/lock-green.png +0 -0
- libreflow/resources/icons/libreflow/lock-red.png +0 -0
- libreflow/resources/icons/libreflow/log_out.png +0 -0
- libreflow/resources/icons/libreflow/multi-share-option.png +0 -0
- libreflow/resources/icons/libreflow/nuke.png +0 -0
- libreflow/resources/icons/libreflow/origin-site.png +0 -0
- libreflow/resources/icons/libreflow/padlock.png +0 -0
- libreflow/resources/icons/libreflow/padlock_green.png +0 -0
- libreflow/resources/icons/libreflow/padlock_red.png +0 -0
- libreflow/resources/icons/libreflow/premiere-pro.png +0 -0
- libreflow/resources/icons/libreflow/publish-ae.png +0 -0
- libreflow/resources/icons/libreflow/publish-blender.png +0 -0
- libreflow/resources/icons/libreflow/publish-ps.png +0 -0
- libreflow/resources/icons/libreflow/publish.png +0 -0
- libreflow/resources/icons/libreflow/quicktime.png +0 -0
- libreflow/resources/icons/libreflow/refresh.png +0 -0
- libreflow/resources/icons/libreflow/request.png +0 -0
- libreflow/resources/icons/libreflow/requestable.png +0 -0
- libreflow/resources/icons/libreflow/run.png +0 -0
- libreflow/resources/icons/libreflow/share-option.png +0 -0
- libreflow/resources/icons/libreflow/show.png +0 -0
- libreflow/resources/icons/libreflow/stop.png +0 -0
- libreflow/resources/icons/libreflow/sync.png +0 -0
- libreflow/resources/icons/libreflow/sync_arrow.png +0 -0
- libreflow/resources/icons/libreflow/time_format.png +0 -0
- libreflow/resources/icons/libreflow/tvpaint.png +0 -0
- libreflow/resources/icons/libreflow/unavailable.png +0 -0
- libreflow/resources/icons/libreflow/upload.png +0 -0
- libreflow/resources/icons/libreflow/vscodium.png +0 -0
- libreflow/resources/icons/libreflow/waiting.png +0 -0
- libreflow/resources/icons/libreflow/warning.png +0 -0
- libreflow/resources/icons/libreflow/watch.png +0 -0
- libreflow/resources/icons/status/__init__.py +2 -0
- libreflow/resources/icons/status/done.png +0 -0
- libreflow/resources/icons/status/err.png +0 -0
- libreflow/resources/icons/status/inv.png +0 -0
- libreflow/resources/icons/status/none.png +0 -0
- libreflow/resources/icons/status/nys.png +0 -0
- libreflow/resources/icons/status/oop.png +0 -0
- libreflow/resources/icons/status/rtk.png +0 -0
- libreflow/resources/icons/status/rvw.png +0 -0
- libreflow/resources/icons/status/wait.png +0 -0
- libreflow/resources/icons/status/warn.png +0 -0
- libreflow/resources/icons/status/wip.png +0 -0
- libreflow/resources/icons/tasks/__init__.py +6 -0
- libreflow/resources/icons/tasks/animation.svg +16 -0
- libreflow/resources/icons/tasks/clean.svg +10 -0
- libreflow/resources/icons/tasks/colo.svg +20 -0
- libreflow/resources/icons/tasks/compositing.svg +23 -0
- libreflow/resources/icons/tasks/design.svg +13 -0
- libreflow/resources/icons/tasks/layout.svg +16 -0
- libreflow/resources/icons/tasks/lighting.svg +10 -0
- libreflow/resources/icons/tasks/modeling.svg +14 -0
- libreflow/resources/icons/tasks/rigging.svg +18 -0
- libreflow/resources/icons/tasks/shading.svg +11 -0
- libreflow/resources/mark_sequence/__init__.py +0 -0
- libreflow/resources/mark_sequence/fields/__init__.py +5 -0
- libreflow/resources/mark_sequence/fields/default.json +100 -0
- libreflow/resources/mark_sequence/fonts/LiberationMono-Regular.ttf +0 -0
- libreflow/resources/mark_sequence/fonts/__init__.py +5 -0
- libreflow/resources/scripts/__init__.py +0 -0
- libreflow/resources/scripts/blender/__init__.py +5 -0
- libreflow/resources/scripts/blender/disable_save_keymap.py +51 -0
- libreflow/resources/scripts/tvpaint/__init__.py +5 -0
- libreflow/resources/scripts/tvpaint/save_dependencies.grg +11 -0
- libreflow/resources/styles/__init__.py +0 -0
- libreflow/resources/styles/custom_style/__init__.py +76 -0
- libreflow/resources/styles/custom_style/custom_style.css +599 -0
- libreflow/resources/styles/lfs_tech/__init__.py +76 -0
- libreflow/resources/styles/lfs_tech/lfs_tech_style.css +585 -0
- libreflow/scripts/__init__.py +0 -0
- libreflow/scripts/mark_sequence.py +516 -0
- libreflow/scripts/minio_file_downloader.py +21 -0
- libreflow/scripts/minio_file_uploader.py +21 -0
- libreflow/scripts/minio_progress.py +193 -0
- libreflow/scripts/session_worker.py +40 -0
- libreflow/session.py +32 -0
- libreflow/sync.py +129 -0
- libreflow/sync_jobs_cleaner.py +117 -0
- libreflow/utils/__init__.py +0 -0
- libreflow/utils/b3d.py +12 -0
- libreflow/utils/flow/__init__.py +3 -0
- libreflow/utils/flow/action_values.py +504 -0
- libreflow/utils/flow/context_values.py +76 -0
- libreflow/utils/flow/entities.py +173 -0
- libreflow/utils/flow/file_processing.py +67 -0
- libreflow/utils/flow/import_files.py +585 -0
- libreflow/utils/flow/process_files.py +166 -0
- libreflow/utils/flow/values.py +77 -0
- libreflow/utils/kabaret/__init__.py +1 -0
- libreflow/utils/kabaret/flow_contextual_dict/__init__.py +0 -0
- libreflow/utils/kabaret/flow_contextual_dict/view/__init__.py +49 -0
- libreflow/utils/kabaret/flow_entities/__init__.py +0 -0
- libreflow/utils/kabaret/flow_entities/entities.py +276 -0
- libreflow/utils/kabaret/jobs/__init__.py +2 -0
- libreflow/utils/kabaret/jobs/demo_flow.py +113 -0
- libreflow/utils/kabaret/jobs/jobs_actor.py +961 -0
- libreflow/utils/kabaret/jobs/jobs_flow.py +230 -0
- libreflow/utils/kabaret/jobs/jobs_flow_worker.py +56 -0
- libreflow/utils/kabaret/jobs/jobs_node.py +138 -0
- libreflow/utils/kabaret/jobs/jobs_view.py +379 -0
- libreflow/utils/kabaret/script_view/__init__.py +0 -0
- libreflow/utils/kabaret/script_view/script_view.py +36 -0
- libreflow/utils/kabaret/subprocess_manager/__init__.py +0 -0
- libreflow/utils/kabaret/subprocess_manager/views/__init__.py +0 -0
- libreflow/utils/kabaret/subprocess_manager/views/subprocess_view.py +21 -0
- libreflow/utils/kabaret/ui/__init__.py +0 -0
- libreflow/utils/kabaret/ui/flow_view.py +618 -0
- libreflow/utils/kabaret/ui/main_window.py +176 -0
- libreflow/utils/kabaret/ui/navigation_control.py +598 -0
- libreflow/utils/kabaret/ui/widget_view.py +56 -0
- libreflow/utils/os.py +80 -0
- libreflow/utils/search/__init__.py +0 -0
- libreflow/utils/search/actor.py +623 -0
- libreflow/utils/search/data/__init__.py +0 -0
- libreflow/utils/search/data/icons/__init__.py +5 -0
- libreflow/utils/search/data/icons/export.png +0 -0
- libreflow/utils/search/data/icons/filter-disabled.png +0 -0
- libreflow/utils/search/data/icons/filter-enabled.png +0 -0
- libreflow/utils/search/data/icons/import.png +0 -0
- libreflow/utils/search/data/icons/magn-glass.png +0 -0
- libreflow/utils/search/data/icons/minus-button.png +0 -0
- libreflow/utils/search/data/icons/plus-button.png +0 -0
- libreflow/utils/search/data/icons/remove.png +0 -0
- libreflow/utils/search/data/icons/run-button.png +0 -0
- libreflow/utils/search/view.py +399 -0
- libreflow/utils/ui/__init__.py +0 -0
- libreflow/utils/ui/file_processing.py +593 -0
- libreflow-0.0.0.dist-info/METADATA +75 -0
- libreflow-0.0.0.dist-info/RECORD +323 -0
- libreflow-0.0.0.dist-info/WHEEL +4 -0
- libreflow-0.0.0.dist-info/licenses/AUTHORS +15 -0
- libreflow-0.0.0.dist-info/licenses/LICENSE +22 -0
libreflow/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Copyright (C) 2016-2020 Les Fées Spéciales
|
|
2
|
+
# voeu@les-fees-speciales.coop
|
|
3
|
+
#
|
|
4
|
+
# This program is free software; you can redistribute it and/or modify
|
|
5
|
+
# it under the terms of the GNU General Public License as published by
|
|
6
|
+
# the Free Software Foundation; either version 2 of the License, or
|
|
7
|
+
# (at your option) any later version.
|
|
8
|
+
#
|
|
9
|
+
# This program is distributed in the hope that it will be useful,
|
|
10
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
# GNU General Public License for more details.
|
|
13
|
+
#
|
|
14
|
+
# You should have received a copy of the GNU General Public License along
|
|
15
|
+
# with this program; if not, write to the Free Software Foundation, Inc.,
|
|
16
|
+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
17
|
+
|
|
18
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
19
|
+
|
|
20
|
+
from ._version import __version__
|
libreflow/_version.py
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# file generated by vcs-versioning
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
__all__ = [
|
|
6
|
+
"__version__",
|
|
7
|
+
"__version_tuple__",
|
|
8
|
+
"version",
|
|
9
|
+
"version_tuple",
|
|
10
|
+
"__commit_id__",
|
|
11
|
+
"commit_id",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
version: str
|
|
15
|
+
__version__: str
|
|
16
|
+
__version_tuple__: tuple[int | str, ...]
|
|
17
|
+
version_tuple: tuple[int | str, ...]
|
|
18
|
+
commit_id: str | None
|
|
19
|
+
__commit_id__: str | None
|
|
20
|
+
|
|
21
|
+
__version__ = version = '0.0.0'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 0, 0)
|
|
23
|
+
|
|
24
|
+
__commit_id__ = commit_id = None
|