Una librería Python para manejo de archivos y bases de datos PostgreSQL
Project description
Chicoasen
Chicoasen es una librería Python para el manejo de archivos y bases de datos PostgreSQL. Proporciona utilidades para análisis de datos, manejo de archivos y operaciones de base de datos.
Instalación
pip install chicoasen
Uso
from chicoasen import archivos, PostgresDB
# Ejemplo de manejo de archivos
config = archivos.config()
path = "ruta/a/tu/archivo.csv"
archivos.validar_carga_muestra(path, config)
# Ejemplo de base de datos
db = PostgresDB(
host='localhost',
port=5432,
dbname='tu_base_datos',
user='tu_usuario',
password='tu_contraseña'
)
bases_datos = db.obtener_bases_de_datos()
print(bases_datos)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chicoasen-0.1.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chicoasen-0.1.0.tar.gz.
File metadata
- Download URL: chicoasen-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0d964bed402ea4de03511ce77993487fa3f1663ebef37d6b52883f6b8a0f357
|
|
| MD5 |
5f045a4c21b61c096cf961064b98be34
|
|
| BLAKE2b-256 |
687b5e58b0b04278adfa6b51b7c8c3b09137b3d17be2f2b443daf09ca0de6593
|
File details
Details for the file chicoasen-0.1.0-py3-none-any.whl.
File metadata
- Download URL: chicoasen-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a99e30ac7f15587c37b2a5d7721d9908a319730c9218b41c123fceb8b6db032e
|
|
| MD5 |
4e9266c59ab06d9789675ce6c48234a9
|
|
| BLAKE2b-256 |
404e60335b33b7948bd255ae6b2a1e15e755c54f3d2267c1f1b26726551bc9e3
|