Metadata-Version: 2.1
Name: ayed
Version: 0.5.1
Summary: AyED Tools
Home-page: https://github.com/Bocanada/AyED-Tool
License: MIT
Author: Bocanada
Author-email: 24578415+Bocanada@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: openpyxl (>=3.0.7,<4.0.0)
Requires-Dist: pandas (>=1.2.4,<2.0.0)
Requires-Dist: rich (>=10.4.0,<11.0.0)
Project-URL: Repository, https://github.com/Bocanada/AyED-Tool
Description-Content-Type: text/markdown

## AyED Tools
### Instalación
```zsh
bocanada in ~/Dev/ayed/ayed on main ● λ $ pip install ayed
```
Requiere `python3.8^`*
### Uso fn generator
```zsh
$ bocanada in ~/Dev/ayed/ayed on main ● λ $ ayed
1. Coll fn generator
2. Files generator
Option [1/2]: $ 1
Open editor? [y/n] (y): $ n
Enter path to a .cpp[,.hpp,.c,.h]: >> ../tests/structs/structs.cpp
[14:25:10]                     Wrote /home/bocanada/Dev/ayed/output_files/20-06-21-1425.hpp            tool.py:68
                                Wrote TtoDebug, TtoString, TfromString and newT for Equipo
                                                      Done! Bye! 👋 
```
### Uso files generator
```zsh
$ bocanada in ~/Dev/ayed on main ● λ ayed
1. Coll fn generator
2. Files generator
Option [1/2]: $ 2
Enter path to a .xlsx file 👀 (AlgoritmosFiles.xlsx): $ AlgoritmosFiles.xlsx
Por default, esto abrirá el excel y escribirá archivos en output_files/. Continuar? [y/n] (y): 
[14:29:48]                                     Found 3 structs 🙉                                 excel.py:53
                                               Found 2 structs 🙉                                 excel.py:53
                                             VUELOS.dat - 64 bytes
                                          ┏━━━━━━━┳━━━━━┳━━━━━━━┳━━━━━━━┓
                                          ┃ idVue ┃ cap ┃ idOri ┃ idDes ┃ 
                                          ┡━━━━━━━╇━━━━━╇━━━━━━━╇━━━━━━━┩
                                          │   1   │ 10  │   1   │   4   │            
                                          ├───────┼─────┼───────┼───────┤     
                                          │   2   │ 15  │   2   │   1   │ 
                                          ├───────┼─────┼───────┼───────┤ 
                                          │   3   │ 12  │   4   │   3   │ 
                                          ├───────┼─────┼───────┼───────┤
                                          │   4   │  5  │   3   │   2   │
                                          └───────┴─────┴───────┴───────┘
                                                   Done! Bye! 👋
```

