bbdd-utils 0.3.1__py3-none-any.whl → 0.3.2__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/utils.py CHANGED
@@ -1,7 +1,7 @@
1
1
  def saludar(nombre):
2
2
  return f"Hola, {nombre}! Esta es tu librería personalizada."
3
3
 
4
- def Conector_bbdd(tipo='sqlite', nombre='mi_base_de_datos', host='localhost', puerto=None, usuario=None, contraseña=None):
4
+ def Conector_bbdd(tipo='sqlite', nombre='mi_base_de_datos', host='localhost', puerto=None, usuario=None, password=None):
5
5
  """
6
6
  Conecta a una base de datos SQL o NoSQL según el tipo especificado.
7
7
 
@@ -40,7 +40,7 @@ def Conector_bbdd(tipo='sqlite', nombre='mi_base_de_datos', host='localhost', pu
40
40
  host=host,
41
41
  port=3306,
42
42
  user=usuario,
43
- password=contraseña,
43
+ password=password,
44
44
  database=nombre
45
45
  )
46
46
  return conn
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bbdd_utils
3
- Version: 0.3.1
4
- Summary: libreria para la gestion de bases de datos
3
+ Version: 0.3.2
4
+ Summary: actualizacion mysql y sqlite3
5
5
  Author: Luis_J_Domingo
6
6
  Description-Content-Type: text/markdown
7
7
  License-File: LICENSE
@@ -0,0 +1,7 @@
1
+ bbdd_utils/__init__.py,sha256=mjRX7GqWkOJq66KqghZ4MZE0Aai6R89LPeu1mjq4lD4,121
2
+ bbdd_utils/utils.py,sha256=hcnExKE4gxYA-lCTzUu42hePlRPbpPB3yBCl546UM6M,4346
3
+ bbdd_utils-0.3.2.dist-info/licenses/LICENSE,sha256=D4uqg6QX0fapLNcdUznOuGaRIUPnypOdeE2zIyYq7xY,217
4
+ bbdd_utils-0.3.2.dist-info/METADATA,sha256=k-tDHjb7wJGiVNPdC7DDAAMiSSbt8tUGiVDu6s7b3bw,675
5
+ bbdd_utils-0.3.2.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
6
+ bbdd_utils-0.3.2.dist-info/top_level.txt,sha256=bBGkVkxnOw7tZ2zRcyCM3lgVgYo1hFbcmwkGdKAj9Gk,11
7
+ bbdd_utils-0.3.2.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- bbdd_utils/__init__.py,sha256=mjRX7GqWkOJq66KqghZ4MZE0Aai6R89LPeu1mjq4lD4,121
2
- bbdd_utils/utils.py,sha256=k6OQF5UQuDlRIxw6CNytY5TXnyTFeOCzTpvFsIQiqWg,4352
3
- bbdd_utils-0.3.1.dist-info/licenses/LICENSE,sha256=D4uqg6QX0fapLNcdUznOuGaRIUPnypOdeE2zIyYq7xY,217
4
- bbdd_utils-0.3.1.dist-info/METADATA,sha256=BVWPIZFbOVZTMIl-kCUKoMm_cetKpLV_YeL_2dIzxb8,688
5
- bbdd_utils-0.3.1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
6
- bbdd_utils-0.3.1.dist-info/top_level.txt,sha256=bBGkVkxnOw7tZ2zRcyCM3lgVgYo1hFbcmwkGdKAj9Gk,11
7
- bbdd_utils-0.3.1.dist-info/RECORD,,