aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix pip_index_providesJoseph Hunkeler2024-10-211-1/+1
| | | | | * Always quote the incoming spec to avoid accidental shell redirection * Never use the local cache. We're checking a remote source, so it matters greatly where pip is looking for the package
* Reduce length of stasis_main.crestructure-the-worldJoseph Hunkeler2024-10-141-0/+41
|
* Refactor directory structureJoseph Hunkeler2024-10-1435-0/+9153
* Move core library sources into src/lib/core * Move command-line programs into src/cli