bbdd-utils 0.2.1__py3-none-any.whl → 0.2.3__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.
bbdd_utils/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
1
  # Esto hace que puedas hacer: from milibreria import saludar
2
- from .utils import saludar
2
+ from .utils import Conector_bbdd, cerrar_conexion
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: bbdd_utils
3
+ Version: 0.2.3
4
+ Summary: libreria para la gestion de bases de datos
5
+ Author: Luis_J_Domingo
6
+ Description-Content-Type: text/markdown
7
+ License-File: LICENSE
8
+ Dynamic: author
9
+ Dynamic: description
10
+ Dynamic: description-content-type
11
+ Dynamic: license-file
12
+ Dynamic: summary
13
+
14
+
15
+ # bbdd_utils
16
+
17
+ **bbdd_utils** es una librería en Python diseñada para facilitar la gestión de bases de datos SQL y NoSQL. Ofrece funciones para conectar a bases de datos SQLite, MySQL y MongoDB, así como para cerrar conexiones de manera sencilla.
18
+
19
+ ## Instalación
20
+
21
+ Puedes instalar la librería localmente utilizando `pip`:
22
+
23
+ ```bash
24
+ pip install .
@@ -0,0 +1,7 @@
1
+ bbdd_utils/__init__.py,sha256=xBstya-eiOF6pap24hXd9rRfCO1rLrkjBPVFok7CvCE,113
2
+ bbdd_utils/utils.py,sha256=BUqLIaZQTIh7CKBYGNMSe8xLjNxGV2zL__l8V5SCnUc,2168
3
+ bbdd_utils-0.2.3.dist-info/licenses/LICENSE,sha256=D4uqg6QX0fapLNcdUznOuGaRIUPnypOdeE2zIyYq7xY,217
4
+ bbdd_utils-0.2.3.dist-info/METADATA,sha256=rY2SWJYhh7gw53ZPqNizA064yfZBWfj9jo8rAQTIFww,688
5
+ bbdd_utils-0.2.3.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
6
+ bbdd_utils-0.2.3.dist-info/top_level.txt,sha256=bBGkVkxnOw7tZ2zRcyCM3lgVgYo1hFbcmwkGdKAj9Gk,11
7
+ bbdd_utils-0.2.3.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: bbdd_utils
3
- Version: 0.2.1
4
- Summary: libreria para la gestion de bases de datos
5
- Author: Luis_J_Domingo
6
- Description-Content-Type: text/markdown
7
- License-File: LICENSE
8
- Dynamic: author
9
- Dynamic: description-content-type
10
- Dynamic: license-file
11
- Dynamic: summary
@@ -1,7 +0,0 @@
1
- bbdd_utils/__init__.py,sha256=mfT9j4sXdmNbWKXnuAaL1YNWtqmDiUp_C3SepMIqf-4,90
2
- bbdd_utils/utils.py,sha256=BUqLIaZQTIh7CKBYGNMSe8xLjNxGV2zL__l8V5SCnUc,2168
3
- bbdd_utils-0.2.1.dist-info/licenses/LICENSE,sha256=D4uqg6QX0fapLNcdUznOuGaRIUPnypOdeE2zIyYq7xY,217
4
- bbdd_utils-0.2.1.dist-info/METADATA,sha256=sv9uraT1jNwGNpgB8d2FeqBjdNF5kfVB6NEK404NvJw,291
5
- bbdd_utils-0.2.1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
6
- bbdd_utils-0.2.1.dist-info/top_level.txt,sha256=bBGkVkxnOw7tZ2zRcyCM3lgVgYo1hFbcmwkGdKAj9Gk,11
7
- bbdd_utils-0.2.1.dist-info/RECORD,,