summaryrefslogtreecommitdiff
path: root/vagrant
AgeCommit message (Collapse)Author
2026-05-19chore: trim root, move examples, drop committed uv.lockRoberto Bertó
- delete CONTRIB.md (superseded by CONTRIBUTING.md) - delete requirements.txt (duplicated [project].dependencies) - delete test_quick.py (ad-hoc smoke covered by tests/test_shims.py) - rewrite example.py as examples/basic.py using the public API (from pyvyos import VyDevice) and drop the RuntimeWarning suppression - move vagrant/ to examples/vagrant/ - stop tracking uv.lock and add it to .gitignore (library, not app) - README: link the examples/ directory - CHANGELOG: document the moves and removals
2025-09-01Feature/9930599848 - Configuration and implementation of unit tests for the ↵eduardormorais
device
2025-08-28Feature - Separation of API communication logic into a separate class. Code ↵eduardormorais
adjustments and improvements.
2025-08-27Fix/9910428810 - Atualizando Vagrantfile, remoção de dependencia dotenv, ↵Eduardo Morais
atualizacao .env.example
2024-03-11script to make virtualbox compatible with wsl2Roberto Berto
2024-03-10vagrant infra to test and developmentv0.2.1Roberto Berto
2024-03-10vagrant infra to test and developmentRoberto Berto