Paquete de ejemplo
Project description
puentesantiago
Una biblioteca que permite realizar operaciones de ingeniería con puentes.
Tabla de Contenidos
Instalación
Instala la librería usando pip:
pip install puentessantiago
Uso
Ejemplo de uso
from resistencias.tuberias import leer_datos_desde_diccionario, optimizar_red, mostrar_red
if __name__ == "__main__":
# Opción 2: Leer datos desde un diccionario
datos = [
{"point_id": 1, "x": 0, "y": 0, "demand": 10},
{"point_id": 2, "x": 10, "y": 0, "demand": 15},
{"point_id": 3, "x": 20, "y": 10, "demand": 20},
{"point_id": 4, "x": 30, "y": 5, "demand": 25},
]
puntos_desde_diccionario = leer_datos_desde_diccionario(datos)
conexiones = optimizar_red(puntos_desde_diccionario)
mostrar_red(puntos_desde_diccionario, conexiones)
Características
- Operaciones matemáticas básicas
- Optimización de redes de distribución de agua
- Lectura de puntos de red
Licencia
Este proyecto está licenciado bajo la MIT License.
Contacto
Información de contacto:
Nombre: Santiago Quiñones Email: lsquinones@gmail.com GitHub: lsquinones
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
puentessantiago-0.1.0.tar.gz
(1.6 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 puentessantiago-0.1.0.tar.gz.
File metadata
- Download URL: puentessantiago-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.4 CPython/3.10.14 Linux/6.5.0-1024-gcp
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57aea4fa0f0b3c92705d4d8b2b7020d658f2f8c3ec103baf672a16e86e61a327
|
|
| MD5 |
d3e99cd328e9300c214541e6f4fbc8b1
|
|
| BLAKE2b-256 |
a059719cec1314d61d8d82ba3e774b006f8631af3de8ebc824a9cb6db3b44f0f
|
File details
Details for the file puentessantiago-0.1.0-py3-none-any.whl.
File metadata
- Download URL: puentessantiago-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.4 CPython/3.10.14 Linux/6.5.0-1024-gcp
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d91a90c73312c5b6efaa4898f0241e4e1a3a7c6d4787f33b7da44cc9be150810
|
|
| MD5 |
2f63ac0c6f0c28c76a1a23fb50eb3bf4
|
|
| BLAKE2b-256 |
2bc22da986e0899c81b837cabb27c743e1c142a1c9944ed690e52f625e87d89e
|