Skip to content

Commit 85fc581

Browse files
authored
Merge pull request #23 from Dev2Forge/develop
Update Readme files and version package
2 parents 4c8b3e0 + 4c2d96f commit 85fc581

5 files changed

Lines changed: 21 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Bridgex 🌉🐍
22

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)
34
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
5+
![Pepy Total Downloads](https://img.shields.io/pepy/dt/bridgex)
46
[![PyPI version](https://img.shields.io/pypi/v/bridgex?label=bridgex)](https://pypi.org/project/bridgex/)
57
[![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/)
68
[![Issues](https://img.shields.io/github/issues/Dev2Forge/bridgex)](https://github.com/Dev2Forge/bridgex/issues)
@@ -70,7 +72,13 @@ Install via pip:
7072
pip install bridgex
7173
```
7274

73-
It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](./requirements.txt) file as needed.
75+
Start Bridgex from the terminal:
76+
77+
```sh
78+
bridgex
79+
```
80+
81+
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.
7482

7583
---
7684

@@ -135,7 +143,7 @@ Check the published versions and release notes in the [Releases](https://github.
135143

136144
## Dependencies and Licences
137145

138-
This project uses third‑party libraries, each with its own licence. See the [third‑party](./third-party/) folder for more information.
146+
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.
139147

140148
---
141149

@@ -147,6 +155,6 @@ Contributions are welcome. Please open an issue or pull request following the co
147155

148156
## Licence
149157

150-
Distributed under the [MIT Licence](./LICENSE).
158+
Distributed under the [MIT Licence](https://github.com/Dev2Forge/bridgex/blob/main/LICENSE).
151159

152160
©2025 Dev2Forge

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ packages = { find = { where = ["src"] } }
7777
bridgex = [
7878
"NOTICE",
7979
"OSL/*",
80-
"interface/assets/*",
80+
"interface/assets/**/*",
8181
"logs/*",
82-
"interface/translations/*"
82+
"interface/translations/locale/**/*.qm",
83+
"interface/translations/others/**/*.trg",
84+
"interface/translations/others/**/*.srm"
8385
]

src/bridgex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from ._bridgex import Bridgex
44

55
__author__:str = "Tutos Rive"
6-
__version__:str = "0.1.0"
6+
__version__:str = "0.0.1-dev"
77
__license__:str = "MIT"
88
__description__:str = "Bridgex is a PySide6 application for file management and conversion, featuring a lite markdown editor and viewer."
99
__all__:list[str] = ['FileManager', 'Converter', 'Bridgex', '__author__', '__version__', '__license__', '__description__']

src/bridgex/_bridgex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from chromologger import Logger as Log
44

55
# Initial paths to files
6-
log:Log = Log(f'{Path(__file__).parent}/logs/log_bridge.log')
6+
log:Log = Log(f'{Path(__file__).parent}/logs/log_bridgex.log')
77

88
class Bridgex:
99
@staticmethod

translations/README_ES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bridgex 🌉🐍
22

3-
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
3+
[![Read inglés](https://img.shields.io/badge/read%20in-EN-red?logo=github)](https://github.com/Dev2Forge/bridgex/blob/main/README.md) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
44
[![PyPI version](https://img.shields.io/pypi/v/bridgex-md.svg)](https://pypi.org/project/bridgex-md/)
55
[![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/)
66
[![Issues](https://img.shields.io/github/issues/Dev2Forge/bridgex)](https://github.com/Dev2Forge/bridgex/issues)
@@ -72,7 +72,7 @@ Instalación vía pip:
7272
pip install bridgex
7373
```
7474

75-
Se recomienda el uso de un entorno virtual. Para personalizar los formatos soportados, edite el archivo [`requirements.txt`](../requirements.txt) según sus necesidades.
75+
Se recomienda el uso de un entorno virtual. Para personalizar los formatos soportados, edite el archivo [`requirements.txt`](https://github.com/Dev2Forge/bridgex/blob/main/requirements.txt) según sus necesidades.
7676

7777
---
7878

@@ -137,7 +137,7 @@ Consulta las versiones publicadas y notas de lanzamiento en la sección [Release
137137

138138
## Dependencias y licencias 📚
139139

140-
Este proyecto utiliza librerías de terceros, cada una con su propia licencia. Consulte la carpeta [third-party](../third-party/) para más información.
140+
Este proyecto utiliza librerías de terceros, cada una con su propia licencia. Consulte la carpeta [third-party](https://github.com/Dev2Forge/bridgex/tree/main/third-party/) para más información.
141141

142142
---
143143

@@ -149,6 +149,6 @@ Las contribuciones son bienvenidas. Por favor, abra un issue o pull request sigu
149149

150150
## Licencia 📄
151151

152-
Distribuido bajo la [Licencia MIT](./LICENSE).
152+
Distribuido bajo la [Licencia MIT](https://github.com/Dev2Forge/bridgex/blob/main/LICENSE).
153153

154154
©2025 Dev2Forge

0 commit comments

Comments
 (0)