Skip to main content

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: Tayron Correa Email: tcorrealoaiza@gmail.com GitHub:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

puentestayro-0.1.0.tar.gz (1.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

puentestayro-0.1.0-py3-none-any.whl (1.9 kB view details)

Uploaded Python 3

File details

Details for the file puentestayro-0.1.0.tar.gz.

File metadata

  • Download URL: puentestayro-0.1.0.tar.gz
  • Upload date:
  • Size: 1.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.4 CPython/3.10.14 Linux/6.5.0-1025-gcp

File hashes

Hashes for puentestayro-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a334713fe22a74e0bdd501dfd931fdae3c218c75c7268ac3439902ac56be42ba
MD5 3655a137f30b0ccefcddbc6e8fe38a2b
BLAKE2b-256 c8bd6249978d2fa6cd0c13cf76d893f71bdafe58d3bccfe551c2abef154038d4

See more details on using hashes here.

File details

Details for the file puentestayro-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: puentestayro-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-1025-gcp

File hashes

Hashes for puentestayro-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f6c7d17dc2254837df9aeb4320ed92292a67eb288537d1d26bd8fd9fadb1703d
MD5 43e88fd8330598c9608e461ddc02fbeb
BLAKE2b-256 997edb66369b8786a3739f9470316e8f7ba7d8b4459e22dd00b965fb966f2239

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page