bridgex 0.0.1.dev0__tar.gz

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.
Files changed (53) hide show
  1. bridgex-0.0.1.dev0/LICENSE +21 -0
  2. bridgex-0.0.1.dev0/PKG-INFO +193 -0
  3. bridgex-0.0.1.dev0/README.md +159 -0
  4. bridgex-0.0.1.dev0/pyproject.toml +85 -0
  5. bridgex-0.0.1.dev0/setup.cfg +4 -0
  6. bridgex-0.0.1.dev0/src/bridgex/NOTICE +28 -0
  7. bridgex-0.0.1.dev0/src/bridgex/OSL/LICENSE_MARKITDOWN +21 -0
  8. bridgex-0.0.1.dev0/src/bridgex/OSL/LICENSE_PYSIDE6 +165 -0
  9. bridgex-0.0.1.dev0/src/bridgex/OSL/url_licenses.srm +4 -0
  10. bridgex-0.0.1.dev0/src/bridgex/__init__.py +9 -0
  11. bridgex-0.0.1.dev0/src/bridgex/__main__.py +7 -0
  12. bridgex-0.0.1.dev0/src/bridgex/_bridgex.py +16 -0
  13. bridgex-0.0.1.dev0/src/bridgex/database/Manager.py +22 -0
  14. bridgex-0.0.1.dev0/src/bridgex/database/__init__.py +0 -0
  15. bridgex-0.0.1.dev0/src/bridgex/interface/__init__.py +6 -0
  16. bridgex-0.0.1.dev0/src/bridgex/interface/_about.py +20 -0
  17. bridgex-0.0.1.dev0/src/bridgex/interface/_initialHelp.py +31 -0
  18. bridgex-0.0.1.dev0/src/bridgex/interface/_interface.py +232 -0
  19. bridgex-0.0.1.dev0/src/bridgex/interface/_lang.py +46 -0
  20. bridgex-0.0.1.dev0/src/bridgex/interface/_osl.py +30 -0
  21. bridgex-0.0.1.dev0/src/bridgex/interface/assets/img/gh-logo.png +0 -0
  22. bridgex-0.0.1.dev0/src/bridgex/interface/assets/img/language/en_GB.svg +7 -0
  23. bridgex-0.0.1.dev0/src/bridgex/interface/assets/img/language/es_CO.svg +11 -0
  24. bridgex-0.0.1.dev0/src/bridgex/interface/assets/img/logo-bridgex/logo-bridgex-2.1.png +0 -0
  25. bridgex-0.0.1.dev0/src/bridgex/interface/assets/img/logo-bridgex/logo-bridgex-2.2.png +0 -0
  26. bridgex-0.0.1.dev0/src/bridgex/interface/assets/img/logo-bridgex/logo-bridgex-2.png +0 -0
  27. bridgex-0.0.1.dev0/src/bridgex/interface/assets/img/osl_icon.webp +0 -0
  28. bridgex-0.0.1.dev0/src/bridgex/interface/resources_rc.py +34626 -0
  29. bridgex-0.0.1.dev0/src/bridgex/interface/translations/locale/bridge_es_CO.qm +0 -0
  30. bridgex-0.0.1.dev0/src/bridgex/interface/translations/locale/bridge_es_GB.qm +0 -0
  31. bridgex-0.0.1.dev0/src/bridgex/interface/translations/others/ABOUT_en_GB.trg +77 -0
  32. bridgex-0.0.1.dev0/src/bridgex/interface/translations/others/ABOUT_es_CO.trg +77 -0
  33. bridgex-0.0.1.dev0/src/bridgex/interface/translations/others/IH_en_GB.srm +19 -0
  34. bridgex-0.0.1.dev0/src/bridgex/interface/translations/others/IH_es_CO.srm +19 -0
  35. bridgex-0.0.1.dev0/src/bridgex/interface/translations/others/NOTICE_en_GB.srm +29 -0
  36. bridgex-0.0.1.dev0/src/bridgex/interface/translations/others/NOTICE_es_CO.srm +29 -0
  37. bridgex-0.0.1.dev0/src/bridgex/interface/ui_dialog_about.py +107 -0
  38. bridgex-0.0.1.dev0/src/bridgex/interface/ui_dialog_language.py +120 -0
  39. bridgex-0.0.1.dev0/src/bridgex/interface/ui_main_window.py +532 -0
  40. bridgex-0.0.1.dev0/src/bridgex/interface/ui_osl.py +133 -0
  41. bridgex-0.0.1.dev0/src/bridgex/logic/Converter.py +33 -0
  42. bridgex-0.0.1.dev0/src/bridgex/logic/__init__.py +0 -0
  43. bridgex-0.0.1.dev0/src/bridgex/logs/__init__.py +0 -0
  44. bridgex-0.0.1.dev0/src/bridgex/models/Returning.py +14 -0
  45. bridgex-0.0.1.dev0/src/bridgex/models/__init__.py +0 -0
  46. bridgex-0.0.1.dev0/src/bridgex/utils/FilesManager.py +65 -0
  47. bridgex-0.0.1.dev0/src/bridgex/utils/__init__.py +0 -0
  48. bridgex-0.0.1.dev0/src/bridgex.egg-info/PKG-INFO +193 -0
  49. bridgex-0.0.1.dev0/src/bridgex.egg-info/SOURCES.txt +51 -0
  50. bridgex-0.0.1.dev0/src/bridgex.egg-info/dependency_links.txt +1 -0
  51. bridgex-0.0.1.dev0/src/bridgex.egg-info/entry_points.txt +2 -0
  52. bridgex-0.0.1.dev0/src/bridgex.egg-info/requires.txt +5 -0
  53. bridgex-0.0.1.dev0/src/bridgex.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Dev2Forge
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,193 @@
1
+ Metadata-Version: 2.4
2
+ Name: bridgex
3
+ Version: 0.0.1.dev0
4
+ Summary: graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown
5
+ Author-email: dev2forge <bridgex@dev2forge.software>
6
+ Maintainer-email: tutosrive <tutosrive@dev2forge.software>
7
+ License-Expression: MIT
8
+ Project-URL: Homepage, https://github.com/Dev2Forge/bridgex
9
+ Project-URL: Repository, https://github.com/Dev2Forge/bridgex
10
+ Project-URL: Issues, https://github.com/Dev2Forge/bridgex/issues
11
+ Keywords: markdown,converter,pyside6,gui,editor,viewer,pdf,docx,pptx,xls,xlsx,outlook,csv,txt,html,htm,file converter,markdown converter,markitdown,dev2forge,bridgex,microsoft office
12
+ Classifier: Development Status :: 3 - Alpha
13
+ Classifier: Intended Audience :: End Users/Desktop
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Topic :: Utilities
16
+ Classifier: Topic :: Text Processing :: Markup
17
+ Classifier: Programming Language :: Python :: 3.9
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Environment :: X11 Applications :: Qt
23
+ Classifier: Environment :: Win32 (MS Windows)
24
+ Classifier: Environment :: MacOS X
25
+ Requires-Python: <=3.13,>=3.9
26
+ Description-Content-Type: text/markdown
27
+ License-File: LICENSE
28
+ Requires-Dist: markitdown[docx,outlook,pdf,pptx,xls,xlsx]==0.1.1
29
+ Requires-Dist: chromologger==0.1.8
30
+ Requires-Dist: PySide6-Essentials==6.9.0
31
+ Requires-Dist: sqlazo==0.1.5
32
+ Requires-Dist: chromolog==0.2.4
33
+ Dynamic: license-file
34
+
35
+ # Bridgex 🌉🐍
36
+
37
+ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
38
+ ![Pepy Total Downloads](https://img.shields.io/pepy/dt/bridgex)
39
+ [![PyPI version](https://img.shields.io/pypi/v/bridgex?label=bridgex)](https://pypi.org/project/bridgex/)
40
+ [![Python Version](https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13-blue.svg)](https://www.python.org/downloads/)
41
+ [![Issues](https://img.shields.io/github/issues/Dev2Forge/bridgex)](https://github.com/Dev2Forge/bridgex/issues)
42
+
43
+ Bridgex is an open‑source graphical interface for converting files to Markdown, built in Python and based on [Pyside6 (Qt for Python)](https://doc.qt.io/qtforpython-6/). Its objective is to simplify access to the [Markitdown](https://github.com/microsoft/markitdown) library through a straightforward, modular visual experience.
44
+
45
+ ---
46
+
47
+ ## Table of Contents
48
+
49
+ - [Bridgex 🌉🐍](#bridgex-)
50
+ - [Table of Contents](#table-of-contents)
51
+ - [Features](#features)
52
+ - [Screenshots](#screenshots)
53
+ - [Installation](#installation)
54
+ - [Local Cloning and Execution 💻](#local-cloning-and-execution-)
55
+ - [Basic Usage](#basic-usage)
56
+ - [Supported Formats](#supported-formats)
57
+ - [Limitations](#limitations)
58
+ - [Releases](#releases)
59
+ - [Dependencies and Licences](#dependencies-and-licences)
60
+ - [Contribute](#contribute)
61
+ - [Licence](#licence)
62
+
63
+ ---
64
+
65
+ ## Features
66
+
67
+ * Cross‑platform graphical interface.
68
+ * Efficient file‑to‑Markdown conversion.
69
+ * Modularity: easy to adapt and extend.
70
+ * Support for multiple input formats.
71
+ * Lightweight editing prior to saving.
72
+
73
+ ---
74
+
75
+ ## Screenshots
76
+
77
+ ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-1-main.png)
78
+ *Example of Bridgex’s main window.*
79
+
80
+ <details>
81
+ <summary><strong>View interface previews</strong></summary>
82
+
83
+ <br>
84
+
85
+ | Name | Preview |
86
+ |:----------------:|:---------------------:|
87
+ | Open File | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-2-openfile.png) |
88
+ | Mini Editor | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-3-minieditor.png) |
89
+ | Convert | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-4-convert.png) |
90
+ | Change Language | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-5-languagechange.png) |
91
+
92
+ </details>
93
+
94
+ ---
95
+
96
+ ## Installation
97
+
98
+ Requirements:
99
+
100
+ * Python ≥ **3.9** and ≤ **3.13**
101
+
102
+ Install via pip:
103
+
104
+ ```sh
105
+ pip install bridgex
106
+ ```
107
+
108
+ Start Bridgex from the terminal:
109
+
110
+ ```sh
111
+ bridgex
112
+ ```
113
+
114
+ It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](./requirements.txt) file as needed.
115
+
116
+ ---
117
+
118
+ ## Local Cloning and Execution 💻
119
+
120
+ Clone the repository and run Bridgex locally:
121
+
122
+ ```sh
123
+ git clone https://github.com/Dev2Forge/bridgex.git
124
+ cd bridgex
125
+ python -m venv .venv
126
+ .venv\Scripts\activate # On Windows
127
+ # source .venv/bin/activate # On Linux/MacOS
128
+ pip install -r requirements.txt
129
+ python -m src.bridgex
130
+ ```
131
+
132
+ ---
133
+
134
+ ## Basic Usage
135
+
136
+ 1. Run the application from the terminal or GUI.
137
+ 2. Select the file to convert.
138
+ 3. Review and edit the result if necessary.
139
+ 4. Save the file in Markdown format.
140
+
141
+ ---
142
+
143
+ ## Supported Formats
144
+
145
+ Bridgex supports conversion of the following file formats:
146
+
147
+ * PDF (`.pdf`)
148
+ * Word (`.docx`)
149
+ * PowerPoint (`.pptx`)
150
+ * Excel (`.xlsx`, `.xls`, `.csv`)
151
+ * Outlook Messages (`.msg`)
152
+ * Text (`.txt`, `.text`)
153
+ * Markdown (`.md`, `.markdown`)
154
+ * JSON (`.json`, `.jsonl`)
155
+ * XML (`.xml`)
156
+ * RSS/Atom (`.rss`, `.atom`)
157
+ * HTML/MHTML (`.html`, `.htm`, `.mhtml`)
158
+ * ePub (`.epub`)
159
+ * Compressed files (`.zip`)
160
+ * Jupyter Notebooks (`.ipynb`)
161
+ * Other formats supported by Markitdown
162
+
163
+ ---
164
+
165
+ ## Limitations
166
+
167
+ Bridgex is not an IDE, text editor, Markdown editor, or document viewer. Its purpose is to serve as a bridgex between the user and Markdown conversion, offering lightweight editing without advanced editing features.
168
+
169
+ ---
170
+
171
+ ## Releases
172
+
173
+ Check the published versions and release notes in the [Releases](https://github.com/Dev2Forge/bridgex/releases) section of the repository.
174
+
175
+ ---
176
+
177
+ ## Dependencies and Licences
178
+
179
+ This project uses third‑party libraries, each with its own licence. See the [third‑party](./third-party/) folder for more information.
180
+
181
+ ---
182
+
183
+ ## Contribute
184
+
185
+ Contributions are welcome. Please open an issue or pull request following the community’s best practices.
186
+
187
+ ---
188
+
189
+ ## Licence
190
+
191
+ Distributed under the [MIT Licence](./LICENSE).
192
+
193
+ ©2025 Dev2Forge
@@ -0,0 +1,159 @@
1
+ # Bridgex 🌉🐍
2
+
3
+ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
4
+ ![Pepy Total Downloads](https://img.shields.io/pepy/dt/bridgex)
5
+ [![PyPI version](https://img.shields.io/pypi/v/bridgex?label=bridgex)](https://pypi.org/project/bridgex/)
6
+ [![Python Version](https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13-blue.svg)](https://www.python.org/downloads/)
7
+ [![Issues](https://img.shields.io/github/issues/Dev2Forge/bridgex)](https://github.com/Dev2Forge/bridgex/issues)
8
+
9
+ Bridgex is an open‑source graphical interface for converting files to Markdown, built in Python and based on [Pyside6 (Qt for Python)](https://doc.qt.io/qtforpython-6/). Its objective is to simplify access to the [Markitdown](https://github.com/microsoft/markitdown) library through a straightforward, modular visual experience.
10
+
11
+ ---
12
+
13
+ ## Table of Contents
14
+
15
+ - [Bridgex 🌉🐍](#bridgex-)
16
+ - [Table of Contents](#table-of-contents)
17
+ - [Features](#features)
18
+ - [Screenshots](#screenshots)
19
+ - [Installation](#installation)
20
+ - [Local Cloning and Execution 💻](#local-cloning-and-execution-)
21
+ - [Basic Usage](#basic-usage)
22
+ - [Supported Formats](#supported-formats)
23
+ - [Limitations](#limitations)
24
+ - [Releases](#releases)
25
+ - [Dependencies and Licences](#dependencies-and-licences)
26
+ - [Contribute](#contribute)
27
+ - [Licence](#licence)
28
+
29
+ ---
30
+
31
+ ## Features
32
+
33
+ * Cross‑platform graphical interface.
34
+ * Efficient file‑to‑Markdown conversion.
35
+ * Modularity: easy to adapt and extend.
36
+ * Support for multiple input formats.
37
+ * Lightweight editing prior to saving.
38
+
39
+ ---
40
+
41
+ ## Screenshots
42
+
43
+ ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-1-main.png)
44
+ *Example of Bridgex’s main window.*
45
+
46
+ <details>
47
+ <summary><strong>View interface previews</strong></summary>
48
+
49
+ <br>
50
+
51
+ | Name | Preview |
52
+ |:----------------:|:---------------------:|
53
+ | Open File | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-2-openfile.png) |
54
+ | Mini Editor | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-3-minieditor.png) |
55
+ | Convert | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-4-convert.png) |
56
+ | Change Language | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-5-languagechange.png) |
57
+
58
+ </details>
59
+
60
+ ---
61
+
62
+ ## Installation
63
+
64
+ Requirements:
65
+
66
+ * Python ≥ **3.9** and ≤ **3.13**
67
+
68
+ Install via pip:
69
+
70
+ ```sh
71
+ pip install bridgex
72
+ ```
73
+
74
+ Start Bridgex from the terminal:
75
+
76
+ ```sh
77
+ bridgex
78
+ ```
79
+
80
+ It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](./requirements.txt) file as needed.
81
+
82
+ ---
83
+
84
+ ## Local Cloning and Execution 💻
85
+
86
+ Clone the repository and run Bridgex locally:
87
+
88
+ ```sh
89
+ git clone https://github.com/Dev2Forge/bridgex.git
90
+ cd bridgex
91
+ python -m venv .venv
92
+ .venv\Scripts\activate # On Windows
93
+ # source .venv/bin/activate # On Linux/MacOS
94
+ pip install -r requirements.txt
95
+ python -m src.bridgex
96
+ ```
97
+
98
+ ---
99
+
100
+ ## Basic Usage
101
+
102
+ 1. Run the application from the terminal or GUI.
103
+ 2. Select the file to convert.
104
+ 3. Review and edit the result if necessary.
105
+ 4. Save the file in Markdown format.
106
+
107
+ ---
108
+
109
+ ## Supported Formats
110
+
111
+ Bridgex supports conversion of the following file formats:
112
+
113
+ * PDF (`.pdf`)
114
+ * Word (`.docx`)
115
+ * PowerPoint (`.pptx`)
116
+ * Excel (`.xlsx`, `.xls`, `.csv`)
117
+ * Outlook Messages (`.msg`)
118
+ * Text (`.txt`, `.text`)
119
+ * Markdown (`.md`, `.markdown`)
120
+ * JSON (`.json`, `.jsonl`)
121
+ * XML (`.xml`)
122
+ * RSS/Atom (`.rss`, `.atom`)
123
+ * HTML/MHTML (`.html`, `.htm`, `.mhtml`)
124
+ * ePub (`.epub`)
125
+ * Compressed files (`.zip`)
126
+ * Jupyter Notebooks (`.ipynb`)
127
+ * Other formats supported by Markitdown
128
+
129
+ ---
130
+
131
+ ## Limitations
132
+
133
+ Bridgex is not an IDE, text editor, Markdown editor, or document viewer. Its purpose is to serve as a bridgex between the user and Markdown conversion, offering lightweight editing without advanced editing features.
134
+
135
+ ---
136
+
137
+ ## Releases
138
+
139
+ Check the published versions and release notes in the [Releases](https://github.com/Dev2Forge/bridgex/releases) section of the repository.
140
+
141
+ ---
142
+
143
+ ## Dependencies and Licences
144
+
145
+ This project uses third‑party libraries, each with its own licence. See the [third‑party](./third-party/) folder for more information.
146
+
147
+ ---
148
+
149
+ ## Contribute
150
+
151
+ Contributions are welcome. Please open an issue or pull request following the community’s best practices.
152
+
153
+ ---
154
+
155
+ ## Licence
156
+
157
+ Distributed under the [MIT Licence](./LICENSE).
158
+
159
+ ©2025 Dev2Forge
@@ -0,0 +1,85 @@
1
+ [build-system]
2
+ requires = ["setuptools>=67.0.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "bridgex"
7
+ version = "0.0.1-dev"
8
+ description = "graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown"
9
+ readme = { file = "README.md", content-type = "text/markdown", charset = "utf-8" }
10
+ license = "MIT"
11
+ authors = [{ name = "dev2forge", email = "bridgex@dev2forge.software" }]
12
+ maintainers = [{ name = "tutosrive", email = "tutosrive@dev2forge.software" }]
13
+
14
+ keywords = [
15
+ "markdown",
16
+ "converter",
17
+ "pyside6",
18
+ "gui",
19
+ "editor",
20
+ "viewer",
21
+ "pdf",
22
+ "docx",
23
+ "pptx",
24
+ "xls",
25
+ "xlsx",
26
+ "outlook",
27
+ "csv",
28
+ "txt",
29
+ "html",
30
+ "htm",
31
+ "file converter",
32
+ "markdown converter",
33
+ "markitdown",
34
+ "dev2forge",
35
+ "bridgex",
36
+ "microsoft office"
37
+ ]
38
+
39
+ dependencies = [
40
+ "markitdown[pdf,docx,pptx,xls,xlsx,outlook]==0.1.1",
41
+ "chromologger==0.1.8",
42
+ "PySide6-Essentials==6.9.0",
43
+ "sqlazo==0.1.5",
44
+ "chromolog==0.2.4"
45
+ ]
46
+ requires-python = ">=3.9,<=3.13"
47
+
48
+ classifiers = [
49
+ "Development Status :: 3 - Alpha",
50
+ "Intended Audience :: End Users/Desktop",
51
+ "Intended Audience :: Developers",
52
+ "Topic :: Utilities",
53
+ "Topic :: Text Processing :: Markup",
54
+ "Programming Language :: Python :: 3.9",
55
+ "Programming Language :: Python :: 3.10",
56
+ "Programming Language :: Python :: 3.11",
57
+ "Programming Language :: Python :: 3.12",
58
+ "Programming Language :: Python :: 3.13",
59
+ "Environment :: X11 Applications :: Qt",
60
+ "Environment :: Win32 (MS Windows)",
61
+ "Environment :: MacOS X"
62
+ ]
63
+
64
+ [project.scripts]
65
+ bridgex = "bridgex.__main__:main"
66
+
67
+ [project.urls]
68
+ Homepage = "https://github.com/Dev2Forge/bridgex"
69
+ Repository = "https://github.com/Dev2Forge/bridgex"
70
+ Issues = "https://github.com/Dev2Forge/bridgex/issues"
71
+
72
+ [tool.setuptools]
73
+ package-dir = {"" = "src"}
74
+ packages = { find = { where = ["src"] } }
75
+
76
+ [tool.setuptools.package-data]
77
+ bridgex = [
78
+ "NOTICE",
79
+ "OSL/*",
80
+ "interface/assets/**/*",
81
+ "logs/*",
82
+ "interface/translations/locale/**/*.qm",
83
+ "interface/translations/others/**/*.trg",
84
+ "interface/translations/others/**/*.srm"
85
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,28 @@
1
+ # Use of External Libraries
2
+
3
+ > **Note:** You can select all the original licences of each library used from the top right-hand corner.
4
+
5
+ ---
6
+
7
+ This project uses third-party libraries to provide additional functionality. Below is a description of these libraries along with their respective licences:
8
+
9
+ ## 1. Markitdown
10
+ - **Author:** Microsoft Corporation
11
+ - **Repository:** [https://github.com/microsoft/markitdown](https://github.com/microsoft/markitdown)
12
+ - **Licence:** MIT Licence
13
+ - **Description:**
14
+ Markitdown is a tool for analysing and transforming Markdown files, developed by Microsoft. Under the MIT Licence, it allows free use, modification, and distribution, including for commercial projects, provided that the copyright notice is preserved.
15
+
16
+ ## 2. PySide6 (Qt for Python)
17
+ - **Author:** The Qt Company Ltd. and contributors
18
+ - **Website:** [https://doc.qt.io/qtforpython/](https://doc.qt.io/qtforpython/)
19
+ - **Licence:** GNU Lesser General Public Licence v3.0 (LGPLv3)
20
+ - **Description:** PySide6 provides the official Python bindings for the Qt graphical user interface library. Under the LGPLv3, it allows use in open source and commercial projects, under the condition that the library can be replaced and that a copy of the licence and a notice of licence usage are provided.
21
+
22
+ ---
23
+
24
+ # General Conditions
25
+
26
+ - All third-party libraries used in this project retain their respective licences.
27
+ - This project respects the usage conditions of those licences.
28
+ - If you wish to use, redistribute, or modify this project, you must comply not only with this project's primary licence but also with the specific conditions of the libraries mentioned above.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE
@@ -0,0 +1,165 @@
1
+ GNU LESSER GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+
9
+ This version of the GNU Lesser General Public License incorporates
10
+ the terms and conditions of version 3 of the GNU General Public
11
+ License, supplemented by the additional permissions listed below.
12
+
13
+ 0. Additional Definitions.
14
+
15
+ As used herein, "this License" refers to version 3 of the GNU Lesser
16
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
17
+ General Public License.
18
+
19
+ "The Library" refers to a covered work governed by this License,
20
+ other than an Application or a Combined Work as defined below.
21
+
22
+ An "Application" is any work that makes use of an interface provided
23
+ by the Library, but which is not otherwise based on the Library.
24
+ Defining a subclass of a class defined by the Library is deemed a mode
25
+ of using an interface provided by the Library.
26
+
27
+ A "Combined Work" is a work produced by combining or linking an
28
+ Application with the Library. The particular version of the Library
29
+ with which the Combined Work was made is also called the "Linked
30
+ Version".
31
+
32
+ The "Minimal Corresponding Source" for a Combined Work means the
33
+ Corresponding Source for the Combined Work, excluding any source code
34
+ for portions of the Combined Work that, considered in isolation, are
35
+ based on the Application, and not on the Linked Version.
36
+
37
+ The "Corresponding Application Code" for a Combined Work means the
38
+ object code and/or source code for the Application, including any data
39
+ and utility programs needed for reproducing the Combined Work from the
40
+ Application, but excluding the System Libraries of the Combined Work.
41
+
42
+ 1. Exception to Section 3 of the GNU GPL.
43
+
44
+ You may convey a covered work under sections 3 and 4 of this License
45
+ without being bound by section 3 of the GNU GPL.
46
+
47
+ 2. Conveying Modified Versions.
48
+
49
+ If you modify a copy of the Library, and, in your modifications, a
50
+ facility refers to a function or data to be supplied by an Application
51
+ that uses the facility (other than as an argument passed when the
52
+ facility is invoked), then you may convey a copy of the modified
53
+ version:
54
+
55
+ a) under this License, provided that you make a good faith effort to
56
+ ensure that, in the event an Application does not supply the
57
+ function or data, the facility still operates, and performs
58
+ whatever part of its purpose remains meaningful, or
59
+
60
+ b) under the GNU GPL, with none of the additional permissions of
61
+ this License applicable to that copy.
62
+
63
+ 3. Object Code Incorporating Material from Library Header Files.
64
+
65
+ The object code form of an Application may incorporate material from
66
+ a header file that is part of the Library. You may convey such object
67
+ code under terms of your choice, provided that, if the incorporated
68
+ material is not limited to numerical parameters, data structure
69
+ layouts and accessors, or small macros, inline functions and templates
70
+ (ten or fewer lines in length), you do both of the following:
71
+
72
+ a) Give prominent notice with each copy of the object code that the
73
+ Library is used in it and that the Library and its use are
74
+ covered by this License.
75
+
76
+ b) Accompany the object code with a copy of the GNU GPL and this license
77
+ document.
78
+
79
+ 4. Combined Works.
80
+
81
+ You may convey a Combined Work under terms of your choice that,
82
+ taken together, effectively do not restrict modification of the
83
+ portions of the Library contained in the Combined Work and reverse
84
+ engineering for debugging such modifications, if you also do each of
85
+ the following:
86
+
87
+ a) Give prominent notice with each copy of the Combined Work that
88
+ the Library is used in it and that the Library and its use are
89
+ covered by this License.
90
+
91
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
92
+ document.
93
+
94
+ c) For a Combined Work that displays copyright notices during
95
+ execution, include the copyright notice for the Library among
96
+ these notices, as well as a reference directing the user to the
97
+ copies of the GNU GPL and this license document.
98
+
99
+ d) Do one of the following:
100
+
101
+ 0) Convey the Minimal Corresponding Source under the terms of this
102
+ License, and the Corresponding Application Code in a form
103
+ suitable for, and under terms that permit, the user to
104
+ recombine or relink the Application with a modified version of
105
+ the Linked Version to produce a modified Combined Work, in the
106
+ manner specified by section 6 of the GNU GPL for conveying
107
+ Corresponding Source.
108
+
109
+ 1) Use a suitable shared library mechanism for linking with the
110
+ Library. A suitable mechanism is one that (a) uses at run time
111
+ a copy of the Library already present on the user's computer
112
+ system, and (b) will operate properly with a modified version
113
+ of the Library that is interface-compatible with the Linked
114
+ Version.
115
+
116
+ e) Provide Installation Information, but only if you would otherwise
117
+ be required to provide such information under section 6 of the
118
+ GNU GPL, and only to the extent that such information is
119
+ necessary to install and execute a modified version of the
120
+ Combined Work produced by recombining or relinking the
121
+ Application with a modified version of the Linked Version. (If
122
+ you use option 4d0, the Installation Information must accompany
123
+ the Minimal Corresponding Source and Corresponding Application
124
+ Code. If you use option 4d1, you must provide the Installation
125
+ Information in the manner specified by section 6 of the GNU GPL
126
+ for conveying Corresponding Source.)
127
+
128
+ 5. Combined Libraries.
129
+
130
+ You may place library facilities that are a work based on the
131
+ Library side by side in a single library together with other library
132
+ facilities that are not Applications and are not covered by this
133
+ License, and convey such a combined library under terms of your
134
+ choice, if you do both of the following:
135
+
136
+ a) Accompany the combined library with a copy of the same work based
137
+ on the Library, uncombined with any other library facilities,
138
+ conveyed under the terms of this License.
139
+
140
+ b) Give prominent notice with the combined library that part of it
141
+ is a work based on the Library, and explaining where to find the
142
+ accompanying uncombined form of the same work.
143
+
144
+ 6. Revised Versions of the GNU Lesser General Public License.
145
+
146
+ The Free Software Foundation may publish revised and/or new versions
147
+ of the GNU Lesser General Public License from time to time. Such new
148
+ versions will be similar in spirit to the present version, but may
149
+ differ in detail to address new problems or concerns.
150
+
151
+ Each version is given a distinguishing version number. If the
152
+ Library as you received it specifies that a certain numbered version
153
+ of the GNU Lesser General Public License "or any later version"
154
+ applies to it, you have the option of following the terms and
155
+ conditions either of that published version or of any later version
156
+ published by the Free Software Foundation. If the Library as you
157
+ received it does not specify a version number of the GNU Lesser
158
+ General Public License, you may choose any version of the GNU Lesser
159
+ General Public License ever published by the Free Software Foundation.
160
+
161
+ If the Library as you received it specifies that a proxy can decide
162
+ whether future versions of the GNU Lesser General Public License shall
163
+ apply, that proxy's public statement of acceptance of any version is
164
+ permanent authorization for you to choose that version for the
165
+ Library.
@@ -0,0 +1,4 @@
1
+ {
2
+ "markitdown": "https://github.com/microsoft/markitdown/blob/main/LICENSE",
3
+ "pyside6": "https://github.com/qtproject/pyside-pyside-setup/blob/dev/LICENSES/LGPL-3.0-only.txt"
4
+ }