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.1.tar.gz
(15.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 quipudigital-0.1.1.tar.gz.
File metadata
- Download URL: quipudigital-0.1.1.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbbc2608adbeedfc175ee53582a6c0c0aece047e5376a759003c28f88d9a8337
|
|
| MD5 |
71ae290737856fef07f517fd1fa25e0e
|
|
| BLAKE2b-256 |
47a0851af970e509051fcf6dd590ae5a7879dee2bacf87eb20d1d1a1c980f2ac
|
File details
Details for the file quipudigital-0.1.1-py3-none-any.whl.
File metadata
- Download URL: quipudigital-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.7 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 |
04cee127d5cded69fff42c092f60518fc28ce8f3331d5110025180edd5436ad2
|
|
| MD5 |
8e8a2f22bad757f68fbb52188695e83a
|
|
| BLAKE2b-256 |
ead4312411674322e49886eb04d3856d4a4a842d0d490772f00ca8c4e1ca4f5a
|