Commit graph

14 commits

Author SHA1 Message Date
8b2b27961e
refactor(commands): extract commands to own module 2024-01-31 20:15:01 -05:00
6d72d1e51d
refactor(python-cli): push python namespace to python module
fix: use namespace in integration test

docs: update references to commands with namespace
2024-01-26 00:47:30 -05:00
d1200b81d1
feat(cli): separate python commands into own namespace 2024-01-26 00:27:46 -05:00
16509e82fe
refactor(python): move python commands under python module 2024-01-25 23:23:01 -05:00
a5c7242045
refactor(cli): move cli+logger to own module 2024-01-25 23:22:47 -05:00
c8faae8637
refactor(state-mgmt): move state management code to own module 2024-01-25 23:21:06 -05:00
1bbd6c1050
feat: handling for using versions that are not installed (#14)
* feat: handling for using versions that are not installed

* test: coverage for installed version list

* chore: increment version to 0.0.8
2023-11-29 01:24:00 +00:00
38450e0f72
feat: which + version commands (#13)
* refactor: simplify logic that determines which Python version is used

* feat: which to output path only, version to output full current version meta

* fix: command used in shims

* chore: bump version to 0.0.7
2023-11-28 05:19:34 +00:00
d6bce67296
feat: better formatting for which/where printouts (#11)
* feat: better formatting for which/where printouts

* chore: update version to 0.0.6
2023-11-27 23:46:19 +00:00
5bf3f36559
feat: default to system python if no version specified (#10)
* refactor: extract shared logic determining which python version is used

* feat: default to unshimmed python if no version specified

docs: mention of how system-python is evaluated

* refactor: extract python version determining funcs

* wip: ensure that output from system python check is cleaned for stray spaces

* test: coverage for system python fallback

* refactor: unused constant

* chore: update version to 0.0.5
2023-11-27 23:16:57 +00:00
5dea83f9a8
perf: use -j to build on multiple cores (#8)
* perf: use -j to build on multiple cores

* chore: update version, 0.0.4
2023-11-05 11:37:01 -05:00
5006ff3076
feat: easier path setup through init --add-path (#6)
* feat: init --add-path to provide env export

* docs: mention --add-path in setup docs

* chore: version update, 0.0.3
2023-11-05 10:41:43 -05:00
aa365131d1
fix: shim should use v executable from $PATH (#4) 2023-11-05 09:44:56 -05:00
ab711a28b8
refactor: simplify project structure (#2)
* refactor: remove file structure cruft

* refactor: flatten file structure entirely

* refactor: combine utils
2023-11-04 21:28:11 -04:00