package-floor 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package_floor-0.1.0/LICENSE +201 -0
  2. package_floor-0.1.0/PKG-INFO +143 -0
  3. package_floor-0.1.0/README.md +108 -0
  4. package_floor-0.1.0/pyproject.toml +107 -0
  5. package_floor-0.1.0/src/pf/__init__.py +5 -0
  6. package_floor-0.1.0/src/pf/__main__.py +5 -0
  7. package_floor-0.1.0/src/pf/_pytest_observer.py +407 -0
  8. package_floor-0.1.0/src/pf/_pytest_pruning.py +43 -0
  9. package_floor-0.1.0/src/pf/_secure_runlog.py +504 -0
  10. package_floor-0.1.0/src/pf/adapters/__init__.py +1 -0
  11. package_floor-0.1.0/src/pf/adapters/process.py +588 -0
  12. package_floor-0.1.0/src/pf/adapters/pytest_observer.py +410 -0
  13. package_floor-0.1.0/src/pf/adapters/pytest_progress.py +131 -0
  14. package_floor-0.1.0/src/pf/adapters/runtime_witness.py +140 -0
  15. package_floor-0.1.0/src/pf/adapters/test_command.py +596 -0
  16. package_floor-0.1.0/src/pf/adapters/ty.py +315 -0
  17. package_floor-0.1.0/src/pf/adapters/uv.py +1165 -0
  18. package_floor-0.1.0/src/pf/adapters/uv_diagnostics.py +169 -0
  19. package_floor-0.1.0/src/pf/adapters/uv_lock.py +368 -0
  20. package_floor-0.1.0/src/pf/authorization.py +568 -0
  21. package_floor-0.1.0/src/pf/baseline.py +137 -0
  22. package_floor-0.1.0/src/pf/candidates.py +258 -0
  23. package_floor-0.1.0/src/pf/check.py +172 -0
  24. package_floor-0.1.0/src/pf/cli.py +678 -0
  25. package_floor-0.1.0/src/pf/config.py +496 -0
  26. package_floor-0.1.0/src/pf/coordinate_search.py +592 -0
  27. package_floor-0.1.0/src/pf/editor.py +369 -0
  28. package_floor-0.1.0/src/pf/environment.py +971 -0
  29. package_floor-0.1.0/src/pf/errors.py +139 -0
  30. package_floor-0.1.0/src/pf/evaluation.py +499 -0
  31. package_floor-0.1.0/src/pf/failure.py +124 -0
  32. package_floor-0.1.0/src/pf/harness.py +149 -0
  33. package_floor-0.1.0/src/pf/policy.py +47 -0
  34. package_floor-0.1.0/src/pf/project.py +979 -0
  35. package_floor-0.1.0/src/pf/project_discovery.py +394 -0
  36. package_floor-0.1.0/src/pf/py.typed +0 -0
  37. package_floor-0.1.0/src/pf/report.py +3634 -0
  38. package_floor-0.1.0/src/pf/resolution.py +540 -0
  39. package_floor-0.1.0/src/pf/runlog.py +807 -0
  40. package_floor-0.1.0/src/pf/scheduling.py +125 -0
  41. package_floor-0.1.0/src/pf/schemas/__init__.py +335 -0
  42. package_floor-0.1.0/src/pf/schemas/apply.py +74 -0
  43. package_floor-0.1.0/src/pf/schemas/base.py +26 -0
  44. package_floor-0.1.0/src/pf/schemas/config.py +257 -0
  45. package_floor-0.1.0/src/pf/schemas/evaluation.py +1941 -0
  46. package_floor-0.1.0/src/pf/schemas/project.py +823 -0
  47. package_floor-0.1.0/src/pf/schemas/report.py +1697 -0
  48. package_floor-0.1.0/src/pf/search.py +1150 -0
  49. package_floor-0.1.0/src/pf/snapshot.py +455 -0
  50. package_floor-0.1.0/src/pf/static_transition.py +238 -0
  51. package_floor-0.1.0/src/pf/terminal/__init__.py +1494 -0
  52. package_floor-0.1.0/src/pf/terminal/_diagnose.py +235 -0
  53. package_floor-0.1.0/src/pf/terminal/_explain.py +431 -0
  54. package_floor-0.1.0/src/pf/terminal/_live.py +1137 -0
  55. package_floor-0.1.0/src/pf/terminal/_presentation.py +710 -0
  56. package_floor-0.1.0/src/pf/verification.py +735 -0
  57. package_floor-0.1.0/src/pf/windows_runlog.py +472 -0
  58. package_floor-0.1.0/src/pf/workflow.py +664 -0
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2026 Lihao Liu
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,143 @@
1
+ Metadata-Version: 2.4
2
+ Name: package-floor
3
+ Version: 0.1.0
4
+ Summary: PF finds verified lower bounds for your Python package's direct dependencies.
5
+ Keywords: python,dependencies,dependency-management,lower-bounds,packaging,uv,testing
6
+ Author: Lihao Liu
7
+ Author-email: Lihao Liu <leoherz.liu@gmail.com>
8
+ License-Expression: Apache-2.0
9
+ License-File: LICENSE
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Environment :: Console
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Programming Language :: Python :: 3 :: Only
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Topic :: Software Development
18
+ Classifier: Topic :: Software Development :: Build Tools
19
+ Classifier: Topic :: Software Development :: Quality Assurance
20
+ Classifier: Topic :: Software Development :: Testing
21
+ Requires-Dist: cyclopts>=4.10.2
22
+ Requires-Dist: packaging>=26.3
23
+ Requires-Dist: pydantic>=2.4.2
24
+ Requires-Dist: rich>=14.3.4
25
+ Requires-Dist: tomli>=1.1.0 ; python_full_version >= '3.11' and python_full_version < '3.13'
26
+ Requires-Dist: tomli>=2.0.2 ; python_full_version == '3.10.*'
27
+ Requires-Dist: tomlkit>=0.8.0
28
+ Requires-Dist: ty==0.0.74
29
+ Requires-Dist: uv==0.12.5
30
+ Requires-Python: >=3.10, <3.13
31
+ Project-URL: Homepage, https://github.com/BigTailFox/pf
32
+ Project-URL: Issues, https://github.com/BigTailFox/pf/issues
33
+ Project-URL: Repository, https://github.com/BigTailFox/pf
34
+ Description-Content-Type: text/markdown
35
+
36
+ # PF — Package Floor
37
+
38
+ English | [简体中文](README.zh.md)
39
+
40
+ > Find verified lower bounds for a Python package's direct dependencies.
41
+
42
+ ## What it does
43
+
44
+ PF discovers candidate versions in isolated environments, captures a `ty` static baseline from the highest versions your declarations allow, then runs the project's full test command. It returns an explainable, reproducible floor for each managed direct dependency.
45
+
46
+ The search unit is one installable package and one compatibility cell: exact uv target triple, CPython minor, and extra surface. On a frozen candidate snapshot, PF returns a coordinate-minimal vector that passed full tests. It does not claim a global minimum over the Cartesian product of dependencies, and it does not prove that unprobed versions or other combinations work. The product contract is [D001](docs/designs/D001-pf.md).
47
+
48
+ ## Installation
49
+
50
+ ```bash
51
+ uv tool install package-floor
52
+ ```
53
+
54
+ `pip install package-floor` also works. The CLI name is `pf`. From a clone, `uv run pf` uses the local tree.
55
+
56
+ ## Quick Start
57
+
58
+ The target project needs static `project.dependencies` (and optional-dependencies, if used), a `test` dependency group (may be empty), and a `[tool.pf]` test command:
59
+
60
+ ```toml
61
+ [tool.pf]
62
+ test-command = ["pytest"]
63
+ ```
64
+
65
+ Then:
66
+
67
+ ```bash
68
+ pf smoke
69
+ pf search
70
+ pf apply
71
+ ```
72
+
73
+ `smoke` checks a fresh install at the newest allowed versions. `search` writes `package-floor.json`. `apply` updates the project's requirement floors from that report when authorization succeeds.
74
+
75
+ ## Commands
76
+
77
+ | Command | What it does |
78
+ | --- | --- |
79
+ | `pf smoke` | Fresh-install at newest allowed versions, capture a `ty` baseline, run the full tests. Does not search or write a report. |
80
+ | `pf check` | Verify the lower bounds the project already declares. Does not search or write a report. |
81
+ | `pf search` | Find verified floors and write `package-floor.json`. Never edits project metadata. |
82
+ | `pf explain` | Read the report and show floors, coverage, and apply blockers. |
83
+ | `pf apply` | Edit project metadata from an authorized report. `--force` only waives source-layer drift. |
84
+ | `pf minimize` | Run `search`, then the default `apply`. |
85
+ | `pf diagnose FAILURE_ID` | Explain one recorded rejection or indeterminate result. Offline; does not replay. |
86
+ | `pf merge REPORT ... --output PATH` | Combine compatible reports produced on different hosts. |
87
+
88
+ Typical workflow: `pf smoke` → `pf search` → `pf explain` → `pf apply`. Use `pf minimize` to search and apply in one step.
89
+
90
+ ## Requirements
91
+
92
+ - Omit `--package` to select the installable workspace root. An explicit value is a canonical distribution name of one workspace member, not a path.
93
+ - Each process only runs the target that matches the current host. Merge other hosts with `pf merge`. When this host succeeds and the only gaps are other hosts, `pf search` exits 0 with an incomplete report so CI can collect artifacts.
94
+ - `search` writes `package-floor.json`. `apply` does not re-resolve dependencies or rerun `ty` or tests.
95
+
96
+ ## Configuration
97
+
98
+ Persistent settings merge two layers: workspace-root `[tool.pf]`, then the selected member's own `[tool.pf]`. CLI flags override that run only. Unknown keys fail. The values below are the omitted defaults except `test-command`, `pythons`, and `platforms`, which have no static default.
99
+
100
+ ```toml
101
+ [tool.pf]
102
+ test-command = ["pytest"] # required argv; not a shell string; must not start with "uv run"
103
+ # pythons = ["3.10", "3.11", "3.12"] # CPython minors; omit to infer from requires-python
104
+ # platforms = ["x86_64-unknown-linux-gnu"] # uv target triples; omit to use the host
105
+ extra-policy = "each" # none | each | all
106
+ extra-surfaces = [] # extra extra-combinations, e.g. [["docs", "check"]]
107
+ search-space = "all" # all | current-major | current-minor
108
+ search-step = "minor" # major | minor | patch
109
+ search-prereleases = false
110
+ resolve-artifact = "wheel" # wheel | sdist | any
111
+ # managed-deps = ["rich"] # mutually exclusive with unmanaged-deps
112
+ # unmanaged-deps = ["build"] # omit both to manage every searchable direct dependency
113
+ test-group = "test" # may be empty
114
+ test-cwd = "package" # package | root
115
+ ty-args = []
116
+ max-cells = "auto" # auto or a positive integer; cell concurrency
117
+ ty-jobs = "auto" # ty process concurrency
118
+ test-jobs = "auto" # verifier concurrency
119
+ resolve-timeout = "10m"
120
+ ty-timeout = "10m"
121
+ test-timeout = "30m" # each timeout may be "none"
122
+
123
+ # [[tool.pf.dep]]
124
+ # name = "rich" # canonical distribution name
125
+ # search-space = "current-major" # or a PEP 440 specifier; omitted fields inherit the globals
126
+ # search-step = "minor"
127
+ # search-prereleases = false
128
+ ```
129
+
130
+ `search-space` × `search-step` must be one of `all` × `major|minor|patch`, `current-major` × `minor|patch`, or `current-minor` × `patch`. Per-dependency `[[tool.pf.dep]]` rows replace as a whole table; omit `dep` on a member to inherit the root table, or set `dep = []` to clear it. Full fields and exit codes are in [D001](docs/designs/D001-pf.md).
131
+
132
+ ## Pinned tools
133
+
134
+ Released PF pins uv `0.12.5` and ty `0.0.74`. The resolver protocol accepts only that uv version; other versions fail closed. Upgrading either tool requires re-qualification before the pin changes.
135
+
136
+ ## Documentation
137
+
138
+ - [D001 — product and command contract](docs/designs/D001-pf.md): floors, commands, configuration, reports, and exit codes
139
+ - [Engineering docs index](docs/README.md): contract ownership and layout
140
+
141
+ ## License
142
+
143
+ Apache License 2.0. See [LICENSE](LICENSE).
@@ -0,0 +1,108 @@
1
+ # PF — Package Floor
2
+
3
+ English | [简体中文](README.zh.md)
4
+
5
+ > Find verified lower bounds for a Python package's direct dependencies.
6
+
7
+ ## What it does
8
+
9
+ PF discovers candidate versions in isolated environments, captures a `ty` static baseline from the highest versions your declarations allow, then runs the project's full test command. It returns an explainable, reproducible floor for each managed direct dependency.
10
+
11
+ The search unit is one installable package and one compatibility cell: exact uv target triple, CPython minor, and extra surface. On a frozen candidate snapshot, PF returns a coordinate-minimal vector that passed full tests. It does not claim a global minimum over the Cartesian product of dependencies, and it does not prove that unprobed versions or other combinations work. The product contract is [D001](docs/designs/D001-pf.md).
12
+
13
+ ## Installation
14
+
15
+ ```bash
16
+ uv tool install package-floor
17
+ ```
18
+
19
+ `pip install package-floor` also works. The CLI name is `pf`. From a clone, `uv run pf` uses the local tree.
20
+
21
+ ## Quick Start
22
+
23
+ The target project needs static `project.dependencies` (and optional-dependencies, if used), a `test` dependency group (may be empty), and a `[tool.pf]` test command:
24
+
25
+ ```toml
26
+ [tool.pf]
27
+ test-command = ["pytest"]
28
+ ```
29
+
30
+ Then:
31
+
32
+ ```bash
33
+ pf smoke
34
+ pf search
35
+ pf apply
36
+ ```
37
+
38
+ `smoke` checks a fresh install at the newest allowed versions. `search` writes `package-floor.json`. `apply` updates the project's requirement floors from that report when authorization succeeds.
39
+
40
+ ## Commands
41
+
42
+ | Command | What it does |
43
+ | --- | --- |
44
+ | `pf smoke` | Fresh-install at newest allowed versions, capture a `ty` baseline, run the full tests. Does not search or write a report. |
45
+ | `pf check` | Verify the lower bounds the project already declares. Does not search or write a report. |
46
+ | `pf search` | Find verified floors and write `package-floor.json`. Never edits project metadata. |
47
+ | `pf explain` | Read the report and show floors, coverage, and apply blockers. |
48
+ | `pf apply` | Edit project metadata from an authorized report. `--force` only waives source-layer drift. |
49
+ | `pf minimize` | Run `search`, then the default `apply`. |
50
+ | `pf diagnose FAILURE_ID` | Explain one recorded rejection or indeterminate result. Offline; does not replay. |
51
+ | `pf merge REPORT ... --output PATH` | Combine compatible reports produced on different hosts. |
52
+
53
+ Typical workflow: `pf smoke` → `pf search` → `pf explain` → `pf apply`. Use `pf minimize` to search and apply in one step.
54
+
55
+ ## Requirements
56
+
57
+ - Omit `--package` to select the installable workspace root. An explicit value is a canonical distribution name of one workspace member, not a path.
58
+ - Each process only runs the target that matches the current host. Merge other hosts with `pf merge`. When this host succeeds and the only gaps are other hosts, `pf search` exits 0 with an incomplete report so CI can collect artifacts.
59
+ - `search` writes `package-floor.json`. `apply` does not re-resolve dependencies or rerun `ty` or tests.
60
+
61
+ ## Configuration
62
+
63
+ Persistent settings merge two layers: workspace-root `[tool.pf]`, then the selected member's own `[tool.pf]`. CLI flags override that run only. Unknown keys fail. The values below are the omitted defaults except `test-command`, `pythons`, and `platforms`, which have no static default.
64
+
65
+ ```toml
66
+ [tool.pf]
67
+ test-command = ["pytest"] # required argv; not a shell string; must not start with "uv run"
68
+ # pythons = ["3.10", "3.11", "3.12"] # CPython minors; omit to infer from requires-python
69
+ # platforms = ["x86_64-unknown-linux-gnu"] # uv target triples; omit to use the host
70
+ extra-policy = "each" # none | each | all
71
+ extra-surfaces = [] # extra extra-combinations, e.g. [["docs", "check"]]
72
+ search-space = "all" # all | current-major | current-minor
73
+ search-step = "minor" # major | minor | patch
74
+ search-prereleases = false
75
+ resolve-artifact = "wheel" # wheel | sdist | any
76
+ # managed-deps = ["rich"] # mutually exclusive with unmanaged-deps
77
+ # unmanaged-deps = ["build"] # omit both to manage every searchable direct dependency
78
+ test-group = "test" # may be empty
79
+ test-cwd = "package" # package | root
80
+ ty-args = []
81
+ max-cells = "auto" # auto or a positive integer; cell concurrency
82
+ ty-jobs = "auto" # ty process concurrency
83
+ test-jobs = "auto" # verifier concurrency
84
+ resolve-timeout = "10m"
85
+ ty-timeout = "10m"
86
+ test-timeout = "30m" # each timeout may be "none"
87
+
88
+ # [[tool.pf.dep]]
89
+ # name = "rich" # canonical distribution name
90
+ # search-space = "current-major" # or a PEP 440 specifier; omitted fields inherit the globals
91
+ # search-step = "minor"
92
+ # search-prereleases = false
93
+ ```
94
+
95
+ `search-space` × `search-step` must be one of `all` × `major|minor|patch`, `current-major` × `minor|patch`, or `current-minor` × `patch`. Per-dependency `[[tool.pf.dep]]` rows replace as a whole table; omit `dep` on a member to inherit the root table, or set `dep = []` to clear it. Full fields and exit codes are in [D001](docs/designs/D001-pf.md).
96
+
97
+ ## Pinned tools
98
+
99
+ Released PF pins uv `0.12.5` and ty `0.0.74`. The resolver protocol accepts only that uv version; other versions fail closed. Upgrading either tool requires re-qualification before the pin changes.
100
+
101
+ ## Documentation
102
+
103
+ - [D001 — product and command contract](docs/designs/D001-pf.md): floors, commands, configuration, reports, and exit codes
104
+ - [Engineering docs index](docs/README.md): contract ownership and layout
105
+
106
+ ## License
107
+
108
+ Apache License 2.0. See [LICENSE](LICENSE).
@@ -0,0 +1,107 @@
1
+ [project]
2
+ name = "package-floor"
3
+ version = "0.1.0"
4
+ description = "PF finds verified lower bounds for your Python package's direct dependencies."
5
+ readme = "README.md"
6
+ requires-python = ">=3.10,<3.13"
7
+ license = "Apache-2.0"
8
+ license-files = ["LICENSE"]
9
+ authors = [
10
+ { name = "Lihao Liu", email = "leoherz.liu@gmail.com" },
11
+ ]
12
+ keywords = [
13
+ "python",
14
+ "dependencies",
15
+ "dependency-management",
16
+ "lower-bounds",
17
+ "packaging",
18
+ "uv",
19
+ "testing",
20
+ ]
21
+ classifiers = [
22
+ "Development Status :: 3 - Alpha",
23
+ "Environment :: Console",
24
+ "Intended Audience :: Developers",
25
+ "Programming Language :: Python :: 3 :: Only",
26
+ "Programming Language :: Python :: 3.10",
27
+ "Programming Language :: Python :: 3.11",
28
+ "Programming Language :: Python :: 3.12",
29
+ "Topic :: Software Development",
30
+ "Topic :: Software Development :: Build Tools",
31
+ "Topic :: Software Development :: Quality Assurance",
32
+ "Topic :: Software Development :: Testing",
33
+ ]
34
+ dependencies = [
35
+ "cyclopts>=4.10.2",
36
+ "packaging>=26.3",
37
+ "pydantic>=2.4.2",
38
+ "rich>=14.3.4",
39
+ "tomli>=1.1.0; python_version == \"3.11\" or python_version == \"3.12\"",
40
+ "tomli>=2.0.2; python_version == \"3.10\"",
41
+ "tomlkit>=0.8.0",
42
+ "ty==0.0.74",
43
+ "uv==0.12.5",
44
+ ]
45
+
46
+ [project.urls]
47
+ Homepage = "https://github.com/BigTailFox/pf"
48
+ Repository = "https://github.com/BigTailFox/pf"
49
+ Issues = "https://github.com/BigTailFox/pf/issues"
50
+
51
+ [project.scripts]
52
+ pf = "pf.cli:main"
53
+
54
+ [dependency-groups]
55
+ dev = [
56
+ "jsonschema>=4.25",
57
+ "pytest>=9.1",
58
+ "pytest-benchmark>=5.2",
59
+ "pytest-cov>=7.1",
60
+ "pytest-env>=1.0",
61
+ "pytest-testmon>=2.2",
62
+ "pytest-xdist>=3.8",
63
+ "ruff>=0.12",
64
+ ]
65
+ test = [{ include-group = "dev" }]
66
+
67
+ [build-system]
68
+ requires = ["uv_build>=0.8.22,<0.9.0"]
69
+ build-backend = "uv_build"
70
+
71
+ [tool.uv.build-backend]
72
+ module-name = "pf"
73
+
74
+ [[tool.uv.index]]
75
+ name = "pypi"
76
+ url = "https://pypi.org/simple"
77
+ default = true
78
+
79
+ [tool.pytest.ini_options]
80
+ addopts = ["--testmon"]
81
+ cache_dir = "tests/.cache/pytest"
82
+ required_plugins = ["pytest-cov>=7.1", "pytest-env>=1.0", "pytest-testmon>=2.2"]
83
+
84
+ [tool.pytest_env]
85
+ TESTMON_DATAFILE = "tests/.cache/testmon/.testmondata"
86
+
87
+ [tool.coverage.run]
88
+ branch = true
89
+ data_file = "tests/.cache/cov/.coverage"
90
+ source = ["pf"]
91
+
92
+ [tool.coverage.html]
93
+ directory = "tests/.cache/cov/html"
94
+
95
+ [tool.coverage.report]
96
+ fail_under = 90
97
+
98
+ [tool.pf]
99
+ test-command = ["pytest", "--no-testmon", "--no-cov", "--maxfail=1"]
100
+
101
+ [tool.ruff]
102
+ target-version = "py310"
103
+ src = ["src", "tests"]
104
+
105
+ [tool.ruff.lint]
106
+ select = ["E", "F"]
107
+ ignore = ["E501", "E731"]
@@ -0,0 +1,5 @@
1
+ """Find verified lower bounds for a Python package's direct dependencies."""
2
+
3
+ __version__ = "0.1.0"
4
+
5
+ __all__ = ["__version__"]
@@ -0,0 +1,5 @@
1
+ from pf.cli import main
2
+
3
+
4
+ if __name__ == "__main__":
5
+ main()