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.2.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.2.tar.gz.
File metadata
- Download URL: quipudigital-0.1.2.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 |
3ad9f6b844f43bd86d5de5b5390d4c97e33d4fdb116c85d81ab9bf1db1bb8ddc
|
|
| MD5 |
605b25ea67e8a06eab3df512e73faba4
|
|
| BLAKE2b-256 |
8aeef9613aaa8cb1332b0bca88b2f08743d6f85ecdac404b6e15097442a417f5
|
File details
Details for the file quipudigital-0.1.2-py3-none-any.whl.
File metadata
- Download URL: quipudigital-0.1.2-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 |
ca5bce50f86e82fb56e2c95561ef18119434d5b8e79f0dbbcd9ed6f77f3e069d
|
|
| MD5 |
9423079c9f8c3cdda03044d0b30c47a1
|
|
| BLAKE2b-256 |
da25fffd47322dd85d49cbe6157a6baf34b4cb9f55327c5ba8b8dd54cc036566
|