bridgex 0.0.1.dev0__tar.gz → 0.0.2.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 (54) hide show
  1. {bridgex-0.0.1.dev0/src/bridgex.egg-info → bridgex-0.0.2.dev0}/PKG-INFO +6 -23
  2. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/README.md +4 -21
  3. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/pyproject.toml +2 -2
  4. bridgex-0.0.2.dev0/src/bridgex/__init__.py +9 -0
  5. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0/src/bridgex.egg-info}/PKG-INFO +6 -23
  6. bridgex-0.0.1.dev0/src/bridgex/__init__.py +0 -9
  7. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/LICENSE +0 -0
  8. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/setup.cfg +0 -0
  9. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/NOTICE +0 -0
  10. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/OSL/LICENSE_MARKITDOWN +0 -0
  11. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/OSL/LICENSE_PYSIDE6 +0 -0
  12. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/OSL/url_licenses.srm +0 -0
  13. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/__main__.py +0 -0
  14. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/_bridgex.py +0 -0
  15. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/database/Manager.py +0 -0
  16. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/database/__init__.py +0 -0
  17. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/__init__.py +0 -0
  18. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/_about.py +0 -0
  19. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/_initialHelp.py +0 -0
  20. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/_interface.py +0 -0
  21. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/_lang.py +0 -0
  22. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/_osl.py +0 -0
  23. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/assets/img/gh-logo.png +0 -0
  24. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/assets/img/language/en_GB.svg +0 -0
  25. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/assets/img/language/es_CO.svg +0 -0
  26. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/assets/img/logo-bridgex/logo-bridgex-2.1.png +0 -0
  27. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/assets/img/logo-bridgex/logo-bridgex-2.2.png +0 -0
  28. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/assets/img/logo-bridgex/logo-bridgex-2.png +0 -0
  29. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/assets/img/osl_icon.webp +0 -0
  30. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/resources_rc.py +0 -0
  31. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/translations/locale/bridge_es_CO.qm +0 -0
  32. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/translations/locale/bridge_es_GB.qm +0 -0
  33. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/translations/others/ABOUT_en_GB.trg +0 -0
  34. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/translations/others/ABOUT_es_CO.trg +0 -0
  35. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/translations/others/IH_en_GB.srm +0 -0
  36. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/translations/others/IH_es_CO.srm +0 -0
  37. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/translations/others/NOTICE_en_GB.srm +0 -0
  38. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/translations/others/NOTICE_es_CO.srm +0 -0
  39. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/ui_dialog_about.py +0 -0
  40. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/ui_dialog_language.py +0 -0
  41. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/ui_main_window.py +0 -0
  42. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/interface/ui_osl.py +0 -0
  43. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/logic/Converter.py +0 -0
  44. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/logic/__init__.py +0 -0
  45. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/logs/__init__.py +0 -0
  46. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/models/Returning.py +0 -0
  47. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/models/__init__.py +0 -0
  48. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/utils/FilesManager.py +0 -0
  49. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex/utils/__init__.py +0 -0
  50. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex.egg-info/SOURCES.txt +0 -0
  51. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex.egg-info/dependency_links.txt +0 -0
  52. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex.egg-info/entry_points.txt +0 -0
  53. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex.egg-info/requires.txt +0 -0
  54. {bridgex-0.0.1.dev0 → bridgex-0.0.2.dev0}/src/bridgex.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
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
3
+ Version: 0.0.2.dev0
4
+ Summary: Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown.
5
5
  Author-email: dev2forge <bridgex@dev2forge.software>
6
6
  Maintainer-email: tutosrive <tutosrive@dev2forge.software>
7
7
  License-Expression: MIT
@@ -34,6 +34,7 @@ Dynamic: license-file
34
34
 
35
35
  # Bridgex 🌉🐍
36
36
 
37
+ [![Read in Spanish](https://img.shields.io/badge/read%20in-ES-red?logo=github)](https://github.com/Dev2Forge/bridgex/blob/main/translations/README_ES.md)
37
38
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
38
39
  ![Pepy Total Downloads](https://img.shields.io/pepy/dt/bridgex)
39
40
  [![PyPI version](https://img.shields.io/pypi/v/bridgex?label=bridgex)](https://pypi.org/project/bridgex/)
@@ -44,24 +45,6 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
44
45
 
45
46
  ---
46
47
 
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
48
  ## Features
66
49
 
67
50
  * Cross‑platform graphical interface.
@@ -111,7 +94,7 @@ Start Bridgex from the terminal:
111
94
  bridgex
112
95
  ```
113
96
 
114
- It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](./requirements.txt) file as needed.
97
+ It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](https://github.com/Dev2Forge/bridgex/blob/main/requirements.txt) file as needed.
115
98
 
116
99
  ---
117
100
 
@@ -176,7 +159,7 @@ Check the published versions and release notes in the [Releases](https://github.
176
159
 
177
160
  ## Dependencies and Licences
178
161
 
179
- This project uses third‑party libraries, each with its own licence. See the [third‑party](./third-party/) folder for more information.
162
+ This project uses third‑party libraries, each with its own licence. See the [third‑party](https://github.com/Dev2Forge/bridgex/tree/main/third-party/) folder for more information.
180
163
 
181
164
  ---
182
165
 
@@ -188,6 +171,6 @@ Contributions are welcome. Please open an issue or pull request following the co
188
171
 
189
172
  ## Licence
190
173
 
191
- Distributed under the [MIT Licence](./LICENSE).
174
+ Distributed under the [MIT Licence](https://github.com/Dev2Forge/bridgex/blob/main/LICENSE).
192
175
 
193
176
  ©2025 Dev2Forge
@@ -1,5 +1,6 @@
1
1
  # Bridgex 🌉🐍
2
2
 
3
+ [![Read in Spanish](https://img.shields.io/badge/read%20in-ES-red?logo=github)](https://github.com/Dev2Forge/bridgex/blob/main/translations/README_ES.md)
3
4
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
4
5
  ![Pepy Total Downloads](https://img.shields.io/pepy/dt/bridgex)
5
6
  [![PyPI version](https://img.shields.io/pypi/v/bridgex?label=bridgex)](https://pypi.org/project/bridgex/)
@@ -10,24 +11,6 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
10
11
 
11
12
  ---
12
13
 
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
14
  ## Features
32
15
 
33
16
  * Cross‑platform graphical interface.
@@ -77,7 +60,7 @@ Start Bridgex from the terminal:
77
60
  bridgex
78
61
  ```
79
62
 
80
- It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](./requirements.txt) file as needed.
63
+ It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](https://github.com/Dev2Forge/bridgex/blob/main/requirements.txt) file as needed.
81
64
 
82
65
  ---
83
66
 
@@ -142,7 +125,7 @@ Check the published versions and release notes in the [Releases](https://github.
142
125
 
143
126
  ## Dependencies and Licences
144
127
 
145
- This project uses third‑party libraries, each with its own licence. See the [third‑party](./third-party/) folder for more information.
128
+ This project uses third‑party libraries, each with its own licence. See the [third‑party](https://github.com/Dev2Forge/bridgex/tree/main/third-party/) folder for more information.
146
129
 
147
130
  ---
148
131
 
@@ -154,6 +137,6 @@ Contributions are welcome. Please open an issue or pull request following the co
154
137
 
155
138
  ## Licence
156
139
 
157
- Distributed under the [MIT Licence](./LICENSE).
140
+ Distributed under the [MIT Licence](https://github.com/Dev2Forge/bridgex/blob/main/LICENSE).
158
141
 
159
142
  ©2025 Dev2Forge
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
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"
7
+ version = "0.0.2-dev"
8
+ description = "Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown."
9
9
  readme = { file = "README.md", content-type = "text/markdown", charset = "utf-8" }
10
10
  license = "MIT"
11
11
  authors = [{ name = "dev2forge", email = "bridgex@dev2forge.software" }]
@@ -0,0 +1,9 @@
1
+ from .utils.FilesManager import FileManager
2
+ from .logic.Converter import Converter
3
+ from ._bridgex import Bridgex
4
+
5
+ __author__:str = "Tutos Rive"
6
+ __version__:str = "0.0.2-dev"
7
+ __license__:str = "MIT"
8
+ __description__:str = "Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown."
9
+ __all__:list[str] = ['FileManager', 'Converter', 'Bridgex', '__author__', '__version__', '__license__', '__description__']
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
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
3
+ Version: 0.0.2.dev0
4
+ Summary: Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown.
5
5
  Author-email: dev2forge <bridgex@dev2forge.software>
6
6
  Maintainer-email: tutosrive <tutosrive@dev2forge.software>
7
7
  License-Expression: MIT
@@ -34,6 +34,7 @@ Dynamic: license-file
34
34
 
35
35
  # Bridgex 🌉🐍
36
36
 
37
+ [![Read in Spanish](https://img.shields.io/badge/read%20in-ES-red?logo=github)](https://github.com/Dev2Forge/bridgex/blob/main/translations/README_ES.md)
37
38
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
38
39
  ![Pepy Total Downloads](https://img.shields.io/pepy/dt/bridgex)
39
40
  [![PyPI version](https://img.shields.io/pypi/v/bridgex?label=bridgex)](https://pypi.org/project/bridgex/)
@@ -44,24 +45,6 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
44
45
 
45
46
  ---
46
47
 
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
48
  ## Features
66
49
 
67
50
  * Cross‑platform graphical interface.
@@ -111,7 +94,7 @@ Start Bridgex from the terminal:
111
94
  bridgex
112
95
  ```
113
96
 
114
- It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](./requirements.txt) file as needed.
97
+ It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](https://github.com/Dev2Forge/bridgex/blob/main/requirements.txt) file as needed.
115
98
 
116
99
  ---
117
100
 
@@ -176,7 +159,7 @@ Check the published versions and release notes in the [Releases](https://github.
176
159
 
177
160
  ## Dependencies and Licences
178
161
 
179
- This project uses third‑party libraries, each with its own licence. See the [third‑party](./third-party/) folder for more information.
162
+ This project uses third‑party libraries, each with its own licence. See the [third‑party](https://github.com/Dev2Forge/bridgex/tree/main/third-party/) folder for more information.
180
163
 
181
164
  ---
182
165
 
@@ -188,6 +171,6 @@ Contributions are welcome. Please open an issue or pull request following the co
188
171
 
189
172
  ## Licence
190
173
 
191
- Distributed under the [MIT Licence](./LICENSE).
174
+ Distributed under the [MIT Licence](https://github.com/Dev2Forge/bridgex/blob/main/LICENSE).
192
175
 
193
176
  ©2025 Dev2Forge
@@ -1,9 +0,0 @@
1
- from .utils.FilesManager import FileManager
2
- from .logic.Converter import Converter
3
- from ._bridgex import Bridgex
4
-
5
- __author__:str = "Tutos Rive"
6
- __version__:str = "0.0.1-dev"
7
- __license__:str = "MIT"
8
- __description__:str = "Bridgex is a PySide6 application for file management and conversion, featuring a lite markdown editor and viewer."
9
- __all__:list[str] = ['FileManager', 'Converter', 'Bridgex', '__author__', '__version__', '__license__', '__description__']
File without changes
File without changes