From 4c2d96f312bb31f6eb60f8d6e3e28de0d5e9bac8 Mon Sep 17 00:00:00 2001 From: tutosrive Date: Sun, 29 Jun 2025 14:34:16 -0500 Subject: [PATCH] Update Readme files and version package --- README.md | 14 +++++++++++--- pyproject.toml | 6 ++++-- src/bridgex/__init__.py | 2 +- src/bridgex/_bridgex.py | 2 +- translations/README_ES.md | 8 ++++---- 5 files changed, 21 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 94f95d1..38c2e40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Bridgex 🌉🐍 +[![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) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) +![Pepy Total Downloads](https://img.shields.io/pepy/dt/bridgex) [![PyPI version](https://img.shields.io/pypi/v/bridgex?label=bridgex)](https://pypi.org/project/bridgex/) [![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/) [![Issues](https://img.shields.io/github/issues/Dev2Forge/bridgex)](https://github.com/Dev2Forge/bridgex/issues) @@ -70,7 +72,13 @@ Install via pip: pip install bridgex ``` -It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](./requirements.txt) file as needed. +Start Bridgex from the terminal: + +```sh +bridgex +``` + +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. --- @@ -135,7 +143,7 @@ Check the published versions and release notes in the [Releases](https://github. ## Dependencies and Licences -This project uses third‑party libraries, each with its own licence. See the [third‑party](./third-party/) folder for more information. +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. --- @@ -147,6 +155,6 @@ Contributions are welcome. Please open an issue or pull request following the co ## Licence -Distributed under the [MIT Licence](./LICENSE). +Distributed under the [MIT Licence](https://github.com/Dev2Forge/bridgex/blob/main/LICENSE). ©2025 Dev2Forge diff --git a/pyproject.toml b/pyproject.toml index 0f6c325..cbd24f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,9 @@ packages = { find = { where = ["src"] } } bridgex = [ "NOTICE", "OSL/*", - "interface/assets/*", + "interface/assets/**/*", "logs/*", - "interface/translations/*" + "interface/translations/locale/**/*.qm", + "interface/translations/others/**/*.trg", + "interface/translations/others/**/*.srm" ] \ No newline at end of file diff --git a/src/bridgex/__init__.py b/src/bridgex/__init__.py index ee3eeda..bc76513 100644 --- a/src/bridgex/__init__.py +++ b/src/bridgex/__init__.py @@ -3,7 +3,7 @@ from ._bridgex import Bridgex __author__:str = "Tutos Rive" -__version__:str = "0.1.0" +__version__:str = "0.0.1-dev" __license__:str = "MIT" __description__:str = "Bridgex is a PySide6 application for file management and conversion, featuring a lite markdown editor and viewer." __all__:list[str] = ['FileManager', 'Converter', 'Bridgex', '__author__', '__version__', '__license__', '__description__'] \ No newline at end of file diff --git a/src/bridgex/_bridgex.py b/src/bridgex/_bridgex.py index bdff79b..4fbf675 100644 --- a/src/bridgex/_bridgex.py +++ b/src/bridgex/_bridgex.py @@ -3,7 +3,7 @@ from chromologger import Logger as Log # Initial paths to files -log:Log = Log(f'{Path(__file__).parent}/logs/log_bridge.log') +log:Log = Log(f'{Path(__file__).parent}/logs/log_bridgex.log') class Bridgex: @staticmethod diff --git a/translations/README_ES.md b/translations/README_ES.md index cd34b2c..aa8bf32 100644 --- a/translations/README_ES.md +++ b/translations/README_ES.md @@ -1,6 +1,6 @@ # Bridgex 🌉🐍 -[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) +[![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) [![PyPI version](https://img.shields.io/pypi/v/bridgex-md.svg)](https://pypi.org/project/bridgex-md/) [![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/) [![Issues](https://img.shields.io/github/issues/Dev2Forge/bridgex)](https://github.com/Dev2Forge/bridgex/issues) @@ -72,7 +72,7 @@ InstalaciĂłn vĂ­a pip: pip install bridgex ``` -Se recomienda el uso de un entorno virtual. Para personalizar los formatos soportados, edite el archivo [`requirements.txt`](../requirements.txt) segĂșn sus necesidades. +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. --- @@ -137,7 +137,7 @@ Consulta las versiones publicadas y notas de lanzamiento en la secciĂłn [Release ## Dependencias y licencias 📚 -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. +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. --- @@ -149,6 +149,6 @@ Las contribuciones son bienvenidas. Por favor, abra un issue o pull request sigu ## Licencia 📄 -Distribuido bajo la [Licencia MIT](./LICENSE). +Distribuido bajo la [Licencia MIT](https://github.com/Dev2Forge/bridgex/blob/main/LICENSE). ©2025 Dev2Forge \ No newline at end of file