Skip to main content

Ejemplo de paquete

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 tuberiassantiagoa

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


Download files

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

Source Distribution

tuberiassantiagoa-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.

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: tuberiassantiagoa-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-1024-gcp

File hashes

Hashes for tuberiassantiagoa-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f87a4499553a3def32e63fb15076a2f94631f5b265df489dfd5b37025c653170
MD5 09e125ed722e3375cbb9cbaff3f44ebd
BLAKE2b-256 86c88eff88482da5a054340f5b66d94628a5754df47434d28aa5ee3fa4215a1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tuberiassantiagoa-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

Hashes for tuberiassantiagoa-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fe35e59ffdc1ea2d389c7fa475292c000b4b65f6fb1b61e6c5973dc8864325dd
MD5 e9442d3d7b0b15bf1d0bd165cdfc12f8
BLAKE2b-256 71bab7d3fe6187ea35505b40aaa059514d89196fd7c45509fc85497f526c067e

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