01aab0517a
[+] improve pip_resolve
...
1. add -r flag
that can parse complicated
requirements
and format into a temp file
for uv pip compile;
2025-01-24 21:47:43 +03:00
57f74df865
[+] fix some mypy errors
2025-01-24 18:27:51 +03:00
528d9b1ce5
[+] integrate uv pip compile
2025-01-23 12:17:07 +03:00
62cfbf36cb
[+] fix --hash format
2025-01-18 21:13:26 +03:00
d643e8f97b
[+] improve pip_resolve
...
1. do not download anything;
2. provide hashes per dependency;
3. test that works on numpy
2025-01-18 20:56:03 +03:00
9b5fff93c0
[+] add pip_resolve
...
1. add freezing packages based on pip resolver;
1.1. the command
should resolve final packages with versions,
and provide constraints with file hashes;
to act alike go mod tool;
2025-01-18 19:34:46 +03:00
ff22d9311b
[+] update
...
1. fix python3.13 regression
with class property;
2. update books dependency;
2025-01-18 12:43:28 +03:00
cb69309307
[+] update repo
...
1. add asyncio.handle_task_result;
2. improve pass_ssh_osx;
3. update vpn dependency;
2024-12-10 20:28:00 +03:00
0a50c26d1d
[+] add qrcode mode for pass ssh osx
2024-12-05 09:03:22 +03:00
a6cdf03523
[+] fix exit status for commands
...
1. fix intercept_output when the process has died
before select poll has been started;
2024-12-04 20:28:20 +03:00
4afe4048d9
[+] update debugging
...
1. disable telemtry in ms-python;
1.1. TODO, use a forked version of the plugin;
2. add debug module into pr34;
3. enable show strack frame for all .py files;
2024-12-04 19:01:30 +03:00
b32b058083
[~] Refactor
2024-12-01 08:49:34 +03:00