Una biblioteca de visualización de Quipus con Python
Project description
Quipudigital
Una biblioteca de visualización de Quipus con Python
Estructura del Proyecto
|--assets/ <-- archivos GIF para construir un quipu
|--quipudigital/ <-- Archivos de python
|--setup.py <-- Define el Python build
Uso
Un ejemplo de como usar la biblioteca
import quipudigital.main as qd
numbers =[1000, 2024, 1234 , 5234, 120, 1000]
quipu = qd.Quipu(numbers,x0=-300)
quipu.screen.setup(width=0.59, height=0.99)
quipu.draw()
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
quipudigital-0.1.3.tar.gz
(26.9 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 quipudigital-0.1.3.tar.gz.
File metadata
- Download URL: quipudigital-0.1.3.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75f9dba780c6bdfc6f6fcc24401f363911bcf3606e9e94f06244dfe2c2a14dc1
|
|
| MD5 |
9e9c24de41e95f90f165fbfd3391ff1b
|
|
| BLAKE2b-256 |
215d5c1d27ab98587dd27d4fbb9ae9465f63f7d760244f96be3c3bc6bed7d40c
|
File details
Details for the file quipudigital-0.1.3-py3-none-any.whl.
File metadata
- Download URL: quipudigital-0.1.3-py3-none-any.whl
- Upload date:
- Size: 36.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b61eaf159e5cb44330cc3120860b6ff1736ce05e5b8b055239e2cc4a6b300105
|
|
| MD5 |
8e64ad3fb6e54f98dceb7c448332c64b
|
|
| BLAKE2b-256 |
85aeabfaa2649b708b901b2e0b50a9288b9b1f5dc7eb38d704d2462f94d74a90
|