projen 0.101.8 → 0.101.10
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.
- package/.jsii +1077 -310
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +6 -6
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +1 -1
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +3 -3
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-build.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/cli/cmds/new.js +1 -8
- package/lib/component.d.ts +21 -1
- package/lib/component.js +27 -3
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/dependency-review.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.d.ts +2 -1
- package/lib/java/projenrc.js +6 -9
- package/lib/javascript/biome/biome.d.ts +5 -1
- package/lib/javascript/biome/biome.js +8 -2
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.d.ts +5 -1
- package/lib/javascript/eslint.js +8 -2
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/pnpm-workspace-config.js +2 -2
- package/lib/javascript/pnpm-workspace.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.d.ts +2 -1
- package/lib/javascript/projenrc.js +6 -8
- package/lib/javascript/render-options.d.ts +15 -1
- package/lib/javascript/render-options.js +7 -3
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/logging.js +3 -2
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.d.ts +19 -5
- package/lib/project.js +34 -11
- package/lib/projects.js +7 -5
- package/lib/projenrc-json.d.ts +2 -1
- package/lib/projenrc-json.js +6 -8
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.d.ts +2 -1
- package/lib/python/projenrc.js +6 -9
- package/lib/python/pyproject-toml-file.js +1 -1
- package/lib/python/pyproject-toml.d.ts +66 -9
- package/lib/python/pyproject-toml.js +7 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/uv-config.d.ts +301 -128
- package/lib/python/uv-config.js +165 -106
- package/lib/python/uv.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.cjs +245 -49
- package/lib/sample-file.js +2 -2
- package/lib/script-runner.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-shell.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.d.ts +2 -1
- package/lib/typescript/projenrc-ts.js +6 -8
- package/lib/typescript/projenrc.d.ts +3 -1
- package/lib/typescript/projenrc.js +7 -9
- package/lib/typescript/typescript-runner.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +5 -5
- package/lib/util/exec.d.ts +7 -0
- package/lib/util/exec.js +36 -13
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +3 -3
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -720,6 +720,29 @@
|
|
|
720
720
|
},
|
|
721
721
|
"static": true
|
|
722
722
|
},
|
|
723
|
+
{
|
|
724
|
+
"docs": {
|
|
725
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nIt is also skipped when post-synthesis steps are disabled, e.g. `--no-post` or `PROJEN_DISABLE_POST`.\nUse it for one-off setup that can be turned off by the user, like running a task to give the user immediate\nfeedback on their new project. Order across components is not guaranteed.",
|
|
726
|
+
"stability": "experimental",
|
|
727
|
+
"summary": "Called once, right after `postSynthesize()`, only when the project is created for the first time."
|
|
728
|
+
},
|
|
729
|
+
"locationInModule": {
|
|
730
|
+
"filename": "src/component.ts",
|
|
731
|
+
"line": 79
|
|
732
|
+
},
|
|
733
|
+
"name": "postProjectCreation",
|
|
734
|
+
"parameters": [
|
|
735
|
+
{
|
|
736
|
+
"docs": {
|
|
737
|
+
"summary": "Details about how the project was created, e.g. its type and the original CLI args."
|
|
738
|
+
},
|
|
739
|
+
"name": "initProject",
|
|
740
|
+
"type": {
|
|
741
|
+
"fqn": "projen.InitProject"
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
]
|
|
745
|
+
},
|
|
723
746
|
{
|
|
724
747
|
"docs": {
|
|
725
748
|
"remarks": "Order is *not* guaranteed.",
|
|
@@ -743,6 +766,29 @@
|
|
|
743
766
|
},
|
|
744
767
|
"name": "preSynthesize"
|
|
745
768
|
},
|
|
769
|
+
{
|
|
770
|
+
"docs": {
|
|
771
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
772
|
+
"stability": "experimental",
|
|
773
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
774
|
+
},
|
|
775
|
+
"locationInModule": {
|
|
776
|
+
"filename": "src/component.ts",
|
|
777
|
+
"line": 65
|
|
778
|
+
},
|
|
779
|
+
"name": "projectCreation",
|
|
780
|
+
"parameters": [
|
|
781
|
+
{
|
|
782
|
+
"docs": {
|
|
783
|
+
"summary": "Details about how the project was created, e.g. its type and the original CLI args."
|
|
784
|
+
},
|
|
785
|
+
"name": "initProject",
|
|
786
|
+
"type": {
|
|
787
|
+
"fqn": "projen.InitProject"
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
]
|
|
791
|
+
},
|
|
746
792
|
{
|
|
747
793
|
"docs": {
|
|
748
794
|
"stability": "experimental",
|
|
@@ -3970,13 +4016,13 @@
|
|
|
3970
4016
|
},
|
|
3971
4017
|
"locationInModule": {
|
|
3972
4018
|
"filename": "src/component.ts",
|
|
3973
|
-
"line":
|
|
4019
|
+
"line": 209
|
|
3974
4020
|
}
|
|
3975
4021
|
},
|
|
3976
4022
|
"kind": "class",
|
|
3977
4023
|
"locationInModule": {
|
|
3978
4024
|
"filename": "src/component.ts",
|
|
3979
|
-
"line":
|
|
4025
|
+
"line": 205
|
|
3980
4026
|
},
|
|
3981
4027
|
"methods": [
|
|
3982
4028
|
{
|
|
@@ -3987,7 +4033,7 @@
|
|
|
3987
4033
|
},
|
|
3988
4034
|
"locationInModule": {
|
|
3989
4035
|
"filename": "src/component.ts",
|
|
3990
|
-
"line":
|
|
4036
|
+
"line": 248
|
|
3991
4037
|
},
|
|
3992
4038
|
"name": "attach",
|
|
3993
4039
|
"parameters": [
|
|
@@ -4019,7 +4065,7 @@
|
|
|
4019
4065
|
},
|
|
4020
4066
|
"locationInModule": {
|
|
4021
4067
|
"filename": "src/component.ts",
|
|
4022
|
-
"line":
|
|
4068
|
+
"line": 238
|
|
4023
4069
|
},
|
|
4024
4070
|
"name": "init",
|
|
4025
4071
|
"protected": true
|
|
@@ -4032,7 +4078,7 @@
|
|
|
4032
4078
|
},
|
|
4033
4079
|
"locationInModule": {
|
|
4034
4080
|
"filename": "src/component.ts",
|
|
4035
|
-
"line":
|
|
4081
|
+
"line": 294
|
|
4036
4082
|
},
|
|
4037
4083
|
"name": "tryAttach",
|
|
4038
4084
|
"parameters": [
|
|
@@ -4068,7 +4114,7 @@
|
|
|
4068
4114
|
"immutable": true,
|
|
4069
4115
|
"locationInModule": {
|
|
4070
4116
|
"filename": "src/component.ts",
|
|
4071
|
-
"line":
|
|
4117
|
+
"line": 230
|
|
4072
4118
|
},
|
|
4073
4119
|
"name": "attached",
|
|
4074
4120
|
"type": {
|
|
@@ -6138,7 +6184,7 @@
|
|
|
6138
6184
|
"kind": "interface",
|
|
6139
6185
|
"locationInModule": {
|
|
6140
6186
|
"filename": "src/project.ts",
|
|
6141
|
-
"line":
|
|
6187
|
+
"line": 712
|
|
6142
6188
|
},
|
|
6143
6189
|
"name": "InitProject",
|
|
6144
6190
|
"properties": [
|
|
@@ -6151,7 +6197,7 @@
|
|
|
6151
6197
|
"immutable": true,
|
|
6152
6198
|
"locationInModule": {
|
|
6153
6199
|
"filename": "src/project.ts",
|
|
6154
|
-
"line":
|
|
6200
|
+
"line": 721
|
|
6155
6201
|
},
|
|
6156
6202
|
"name": "args",
|
|
6157
6203
|
"type": {
|
|
@@ -6174,7 +6220,7 @@
|
|
|
6174
6220
|
"immutable": true,
|
|
6175
6221
|
"locationInModule": {
|
|
6176
6222
|
"filename": "src/project.ts",
|
|
6177
|
-
"line":
|
|
6223
|
+
"line": 732
|
|
6178
6224
|
},
|
|
6179
6225
|
"name": "comments",
|
|
6180
6226
|
"type": {
|
|
@@ -6190,13 +6236,47 @@
|
|
|
6190
6236
|
"immutable": true,
|
|
6191
6237
|
"locationInModule": {
|
|
6192
6238
|
"filename": "src/project.ts",
|
|
6193
|
-
"line":
|
|
6239
|
+
"line": 716
|
|
6194
6240
|
},
|
|
6195
6241
|
"name": "fqn",
|
|
6196
6242
|
"type": {
|
|
6197
6243
|
"primitive": "string"
|
|
6198
6244
|
}
|
|
6199
6245
|
},
|
|
6246
|
+
{
|
|
6247
|
+
"abstract": true,
|
|
6248
|
+
"docs": {
|
|
6249
|
+
"default": "true",
|
|
6250
|
+
"stability": "experimental",
|
|
6251
|
+
"summary": "Whether `projen new` should run post-synthesis steps (e.g. package manager install)."
|
|
6252
|
+
},
|
|
6253
|
+
"immutable": true,
|
|
6254
|
+
"locationInModule": {
|
|
6255
|
+
"filename": "src/project.ts",
|
|
6256
|
+
"line": 744
|
|
6257
|
+
},
|
|
6258
|
+
"name": "post",
|
|
6259
|
+
"type": {
|
|
6260
|
+
"primitive": "boolean"
|
|
6261
|
+
}
|
|
6262
|
+
},
|
|
6263
|
+
{
|
|
6264
|
+
"abstract": true,
|
|
6265
|
+
"docs": {
|
|
6266
|
+
"default": "true",
|
|
6267
|
+
"stability": "experimental",
|
|
6268
|
+
"summary": "Whether `projen new` should call `project.synth()` after construction."
|
|
6269
|
+
},
|
|
6270
|
+
"immutable": true,
|
|
6271
|
+
"locationInModule": {
|
|
6272
|
+
"filename": "src/project.ts",
|
|
6273
|
+
"line": 738
|
|
6274
|
+
},
|
|
6275
|
+
"name": "synth",
|
|
6276
|
+
"type": {
|
|
6277
|
+
"primitive": "boolean"
|
|
6278
|
+
}
|
|
6279
|
+
},
|
|
6200
6280
|
{
|
|
6201
6281
|
"abstract": true,
|
|
6202
6282
|
"docs": {
|
|
@@ -6206,7 +6286,7 @@
|
|
|
6206
6286
|
"immutable": true,
|
|
6207
6287
|
"locationInModule": {
|
|
6208
6288
|
"filename": "src/project.ts",
|
|
6209
|
-
"line":
|
|
6289
|
+
"line": 726
|
|
6210
6290
|
},
|
|
6211
6291
|
"name": "type",
|
|
6212
6292
|
"type": {
|
|
@@ -7677,7 +7757,7 @@
|
|
|
7677
7757
|
},
|
|
7678
7758
|
"locationInModule": {
|
|
7679
7759
|
"filename": "src/project.ts",
|
|
7680
|
-
"line":
|
|
7760
|
+
"line": 281
|
|
7681
7761
|
},
|
|
7682
7762
|
"parameters": [
|
|
7683
7763
|
{
|
|
@@ -7756,7 +7836,7 @@
|
|
|
7756
7836
|
},
|
|
7757
7837
|
"locationInModule": {
|
|
7758
7838
|
"filename": "src/project.ts",
|
|
7759
|
-
"line":
|
|
7839
|
+
"line": 553
|
|
7760
7840
|
},
|
|
7761
7841
|
"name": "addExcludeFromCleanup",
|
|
7762
7842
|
"parameters": [
|
|
@@ -7780,7 +7860,7 @@
|
|
|
7780
7860
|
},
|
|
7781
7861
|
"locationInModule": {
|
|
7782
7862
|
"filename": "src/project.ts",
|
|
7783
|
-
"line":
|
|
7863
|
+
"line": 583
|
|
7784
7864
|
},
|
|
7785
7865
|
"name": "addGitIgnore",
|
|
7786
7866
|
"parameters": [
|
|
@@ -7803,7 +7883,7 @@
|
|
|
7803
7883
|
},
|
|
7804
7884
|
"locationInModule": {
|
|
7805
7885
|
"filename": "src/project.ts",
|
|
7806
|
-
"line":
|
|
7886
|
+
"line": 575
|
|
7807
7887
|
},
|
|
7808
7888
|
"name": "addPackageIgnore",
|
|
7809
7889
|
"parameters": [
|
|
@@ -7826,7 +7906,7 @@
|
|
|
7826
7906
|
},
|
|
7827
7907
|
"locationInModule": {
|
|
7828
7908
|
"filename": "src/project.ts",
|
|
7829
|
-
"line":
|
|
7909
|
+
"line": 451
|
|
7830
7910
|
},
|
|
7831
7911
|
"name": "addTask",
|
|
7832
7912
|
"parameters": [
|
|
@@ -7864,7 +7944,7 @@
|
|
|
7864
7944
|
},
|
|
7865
7945
|
"locationInModule": {
|
|
7866
7946
|
"filename": "src/project.ts",
|
|
7867
|
-
"line":
|
|
7947
|
+
"line": 594
|
|
7868
7948
|
},
|
|
7869
7949
|
"name": "annotateGenerated",
|
|
7870
7950
|
"parameters": [
|
|
@@ -7887,7 +7967,7 @@
|
|
|
7887
7967
|
},
|
|
7888
7968
|
"locationInModule": {
|
|
7889
7969
|
"filename": "src/project.ts",
|
|
7890
|
-
"line":
|
|
7970
|
+
"line": 705
|
|
7891
7971
|
},
|
|
7892
7972
|
"name": "postSynthesize"
|
|
7893
7973
|
},
|
|
@@ -7898,7 +7978,7 @@
|
|
|
7898
7978
|
},
|
|
7899
7979
|
"locationInModule": {
|
|
7900
7980
|
"filename": "src/project.ts",
|
|
7901
|
-
"line":
|
|
7981
|
+
"line": 700
|
|
7902
7982
|
},
|
|
7903
7983
|
"name": "preSynthesize"
|
|
7904
7984
|
},
|
|
@@ -7910,7 +7990,7 @@
|
|
|
7910
7990
|
},
|
|
7911
7991
|
"locationInModule": {
|
|
7912
7992
|
"filename": "src/project.ts",
|
|
7913
|
-
"line":
|
|
7993
|
+
"line": 462
|
|
7914
7994
|
},
|
|
7915
7995
|
"name": "removeTask",
|
|
7916
7996
|
"parameters": [
|
|
@@ -7939,7 +8019,7 @@
|
|
|
7939
8019
|
},
|
|
7940
8020
|
"locationInModule": {
|
|
7941
8021
|
"filename": "src/project.ts",
|
|
7942
|
-
"line":
|
|
8022
|
+
"line": 564
|
|
7943
8023
|
},
|
|
7944
8024
|
"name": "runTaskCommand",
|
|
7945
8025
|
"parameters": [
|
|
@@ -7961,13 +8041,13 @@
|
|
|
7961
8041
|
},
|
|
7962
8042
|
{
|
|
7963
8043
|
"docs": {
|
|
7964
|
-
"remarks": "1. Call \"this.preSynthesize()\"\n2. Delete all generated files\n3. Synthesize all subprojects\n4. Synthesize all components of this project\n5. Call \"postSynthesize()\" for all components of this project\
|
|
8044
|
+
"remarks": "1. Call \"this.preSynthesize()\"\n2. Delete all generated files\n3. Synthesize all subprojects\n4. Synthesize all components of this project\n5. Call \"projectCreation()\" for all components, only if the project is being created for the first time\n6. Call \"postSynthesize()\" for all components of this project\n7. Call \"this.postSynthesize()\"\n8. Call \"postProjectCreation()\" for all components, only if the project is being created for the first time",
|
|
7965
8045
|
"stability": "experimental",
|
|
7966
8046
|
"summary": "Synthesize all project files into `outdir`."
|
|
7967
8047
|
},
|
|
7968
8048
|
"locationInModule": {
|
|
7969
8049
|
"filename": "src/project.ts",
|
|
7970
|
-
"line":
|
|
8050
|
+
"line": 610
|
|
7971
8051
|
},
|
|
7972
8052
|
"name": "synth"
|
|
7973
8053
|
},
|
|
@@ -7979,7 +8059,7 @@
|
|
|
7979
8059
|
},
|
|
7980
8060
|
"locationInModule": {
|
|
7981
8061
|
"filename": "src/project.ts",
|
|
7982
|
-
"line":
|
|
8062
|
+
"line": 493
|
|
7983
8063
|
},
|
|
7984
8064
|
"name": "tryFindFile",
|
|
7985
8065
|
"parameters": [
|
|
@@ -8008,7 +8088,7 @@
|
|
|
8008
8088
|
},
|
|
8009
8089
|
"locationInModule": {
|
|
8010
8090
|
"filename": "src/project.ts",
|
|
8011
|
-
"line":
|
|
8091
|
+
"line": 512
|
|
8012
8092
|
},
|
|
8013
8093
|
"name": "tryFindObjectFile",
|
|
8014
8094
|
"parameters": [
|
|
@@ -8037,7 +8117,7 @@
|
|
|
8037
8117
|
},
|
|
8038
8118
|
"locationInModule": {
|
|
8039
8119
|
"filename": "src/project.ts",
|
|
8040
|
-
"line":
|
|
8120
|
+
"line": 536
|
|
8041
8121
|
},
|
|
8042
8122
|
"name": "tryRemoveFile",
|
|
8043
8123
|
"parameters": [
|
|
@@ -8087,7 +8167,7 @@
|
|
|
8087
8167
|
"immutable": true,
|
|
8088
8168
|
"locationInModule": {
|
|
8089
8169
|
"filename": "src/project.ts",
|
|
8090
|
-
"line":
|
|
8170
|
+
"line": 466
|
|
8091
8171
|
},
|
|
8092
8172
|
"name": "buildTask",
|
|
8093
8173
|
"type": {
|
|
@@ -8102,7 +8182,7 @@
|
|
|
8102
8182
|
"immutable": true,
|
|
8103
8183
|
"locationInModule": {
|
|
8104
8184
|
"filename": "src/project.ts",
|
|
8105
|
-
"line":
|
|
8185
|
+
"line": 274
|
|
8106
8186
|
},
|
|
8107
8187
|
"name": "commitGenerated",
|
|
8108
8188
|
"type": {
|
|
@@ -8116,7 +8196,7 @@
|
|
|
8116
8196
|
"immutable": true,
|
|
8117
8197
|
"locationInModule": {
|
|
8118
8198
|
"filename": "src/project.ts",
|
|
8119
|
-
"line":
|
|
8199
|
+
"line": 469
|
|
8120
8200
|
},
|
|
8121
8201
|
"name": "compileTask",
|
|
8122
8202
|
"type": {
|
|
@@ -8131,7 +8211,7 @@
|
|
|
8131
8211
|
"immutable": true,
|
|
8132
8212
|
"locationInModule": {
|
|
8133
8213
|
"filename": "src/project.ts",
|
|
8134
|
-
"line":
|
|
8214
|
+
"line": 420
|
|
8135
8215
|
},
|
|
8136
8216
|
"name": "components",
|
|
8137
8217
|
"type": {
|
|
@@ -8166,7 +8246,7 @@
|
|
|
8166
8246
|
"immutable": true,
|
|
8167
8247
|
"locationInModule": {
|
|
8168
8248
|
"filename": "src/project.ts",
|
|
8169
|
-
"line":
|
|
8249
|
+
"line": 693
|
|
8170
8250
|
},
|
|
8171
8251
|
"name": "ejected",
|
|
8172
8252
|
"type": {
|
|
@@ -8181,7 +8261,7 @@
|
|
|
8181
8261
|
"immutable": true,
|
|
8182
8262
|
"locationInModule": {
|
|
8183
8263
|
"filename": "src/project.ts",
|
|
8184
|
-
"line":
|
|
8264
|
+
"line": 438
|
|
8185
8265
|
},
|
|
8186
8266
|
"name": "files",
|
|
8187
8267
|
"type": {
|
|
@@ -8275,7 +8355,7 @@
|
|
|
8275
8355
|
"immutable": true,
|
|
8276
8356
|
"locationInModule": {
|
|
8277
8357
|
"filename": "src/project.ts",
|
|
8278
|
-
"line":
|
|
8358
|
+
"line": 481
|
|
8279
8359
|
},
|
|
8280
8360
|
"name": "packageTask",
|
|
8281
8361
|
"type": {
|
|
@@ -8289,7 +8369,7 @@
|
|
|
8289
8369
|
"immutable": true,
|
|
8290
8370
|
"locationInModule": {
|
|
8291
8371
|
"filename": "src/project.ts",
|
|
8292
|
-
"line":
|
|
8372
|
+
"line": 478
|
|
8293
8373
|
},
|
|
8294
8374
|
"name": "postCompileTask",
|
|
8295
8375
|
"type": {
|
|
@@ -8303,7 +8383,7 @@
|
|
|
8303
8383
|
"immutable": true,
|
|
8304
8384
|
"locationInModule": {
|
|
8305
8385
|
"filename": "src/project.ts",
|
|
8306
|
-
"line":
|
|
8386
|
+
"line": 475
|
|
8307
8387
|
},
|
|
8308
8388
|
"name": "preCompileTask",
|
|
8309
8389
|
"type": {
|
|
@@ -8318,7 +8398,7 @@
|
|
|
8318
8398
|
"immutable": true,
|
|
8319
8399
|
"locationInModule": {
|
|
8320
8400
|
"filename": "src/project.ts",
|
|
8321
|
-
"line":
|
|
8401
|
+
"line": 269
|
|
8322
8402
|
},
|
|
8323
8403
|
"name": "projectBuild",
|
|
8324
8404
|
"type": {
|
|
@@ -8333,7 +8413,7 @@
|
|
|
8333
8413
|
"immutable": true,
|
|
8334
8414
|
"locationInModule": {
|
|
8335
8415
|
"filename": "src/project.ts",
|
|
8336
|
-
"line":
|
|
8416
|
+
"line": 248
|
|
8337
8417
|
},
|
|
8338
8418
|
"name": "projenCommand",
|
|
8339
8419
|
"type": {
|
|
@@ -8348,7 +8428,7 @@
|
|
|
8348
8428
|
"immutable": true,
|
|
8349
8429
|
"locationInModule": {
|
|
8350
8430
|
"filename": "src/project.ts",
|
|
8351
|
-
"line":
|
|
8431
|
+
"line": 413
|
|
8352
8432
|
},
|
|
8353
8433
|
"name": "root",
|
|
8354
8434
|
"type": {
|
|
@@ -8363,7 +8443,7 @@
|
|
|
8363
8443
|
"immutable": true,
|
|
8364
8444
|
"locationInModule": {
|
|
8365
8445
|
"filename": "src/project.ts",
|
|
8366
|
-
"line":
|
|
8446
|
+
"line": 431
|
|
8367
8447
|
},
|
|
8368
8448
|
"name": "subprojects",
|
|
8369
8449
|
"type": {
|
|
@@ -8397,7 +8477,7 @@
|
|
|
8397
8477
|
"immutable": true,
|
|
8398
8478
|
"locationInModule": {
|
|
8399
8479
|
"filename": "src/project.ts",
|
|
8400
|
-
"line":
|
|
8480
|
+
"line": 472
|
|
8401
8481
|
},
|
|
8402
8482
|
"name": "testTask",
|
|
8403
8483
|
"type": {
|
|
@@ -8413,7 +8493,7 @@
|
|
|
8413
8493
|
"immutable": true,
|
|
8414
8494
|
"locationInModule": {
|
|
8415
8495
|
"filename": "src/project.ts",
|
|
8416
|
-
"line":
|
|
8496
|
+
"line": 256
|
|
8417
8497
|
},
|
|
8418
8498
|
"name": "defaultTask",
|
|
8419
8499
|
"optional": true,
|
|
@@ -8423,14 +8503,15 @@
|
|
|
8423
8503
|
},
|
|
8424
8504
|
{
|
|
8425
8505
|
"docs": {
|
|
8506
|
+
"deprecated": "use the `initProject` argument passed to `Component.projectCreation()` instead.",
|
|
8426
8507
|
"remarks": "It\nincludes the original set of options passed to the CLI and also the JSII\nFQN of the project type.",
|
|
8427
|
-
"stability": "
|
|
8508
|
+
"stability": "deprecated",
|
|
8428
8509
|
"summary": "The options used when this project is bootstrapped via `projen new`."
|
|
8429
8510
|
},
|
|
8430
8511
|
"immutable": true,
|
|
8431
8512
|
"locationInModule": {
|
|
8432
8513
|
"filename": "src/project.ts",
|
|
8433
|
-
"line":
|
|
8514
|
+
"line": 241
|
|
8434
8515
|
},
|
|
8435
8516
|
"name": "initProject",
|
|
8436
8517
|
"optional": true,
|
|
@@ -9352,6 +9433,29 @@
|
|
|
9352
9433
|
"filename": "src/projenrc-json.ts",
|
|
9353
9434
|
"line": 17
|
|
9354
9435
|
},
|
|
9436
|
+
"methods": [
|
|
9437
|
+
{
|
|
9438
|
+
"docs": {
|
|
9439
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
9440
|
+
"stability": "experimental",
|
|
9441
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
9442
|
+
},
|
|
9443
|
+
"locationInModule": {
|
|
9444
|
+
"filename": "src/projenrc-json.ts",
|
|
9445
|
+
"line": 30
|
|
9446
|
+
},
|
|
9447
|
+
"name": "projectCreation",
|
|
9448
|
+
"overrides": "projen.Component",
|
|
9449
|
+
"parameters": [
|
|
9450
|
+
{
|
|
9451
|
+
"name": "initProject",
|
|
9452
|
+
"type": {
|
|
9453
|
+
"fqn": "projen.InitProject"
|
|
9454
|
+
}
|
|
9455
|
+
}
|
|
9456
|
+
]
|
|
9457
|
+
}
|
|
9458
|
+
],
|
|
9355
9459
|
"name": "ProjenrcJson",
|
|
9356
9460
|
"properties": [
|
|
9357
9461
|
{
|
|
@@ -10497,7 +10601,7 @@
|
|
|
10497
10601
|
},
|
|
10498
10602
|
"locationInModule": {
|
|
10499
10603
|
"filename": "src/component.ts",
|
|
10500
|
-
"line":
|
|
10604
|
+
"line": 209
|
|
10501
10605
|
}
|
|
10502
10606
|
},
|
|
10503
10607
|
"interfaces": [
|
|
@@ -44070,6 +44174,29 @@
|
|
|
44070
44174
|
"filename": "src/java/projenrc.ts",
|
|
44071
44175
|
"line": 50
|
|
44072
44176
|
},
|
|
44177
|
+
"methods": [
|
|
44178
|
+
{
|
|
44179
|
+
"docs": {
|
|
44180
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
44181
|
+
"stability": "experimental",
|
|
44182
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
44183
|
+
},
|
|
44184
|
+
"locationInModule": {
|
|
44185
|
+
"filename": "src/java/projenrc.ts",
|
|
44186
|
+
"line": 89
|
|
44187
|
+
},
|
|
44188
|
+
"name": "projectCreation",
|
|
44189
|
+
"overrides": "projen.Component",
|
|
44190
|
+
"parameters": [
|
|
44191
|
+
{
|
|
44192
|
+
"name": "initProject",
|
|
44193
|
+
"type": {
|
|
44194
|
+
"fqn": "projen.InitProject"
|
|
44195
|
+
}
|
|
44196
|
+
}
|
|
44197
|
+
]
|
|
44198
|
+
}
|
|
44199
|
+
],
|
|
44073
44200
|
"name": "Projenrc",
|
|
44074
44201
|
"namespace": "java",
|
|
44075
44202
|
"properties": [
|
|
@@ -44096,7 +44223,7 @@
|
|
|
44096
44223
|
"immutable": true,
|
|
44097
44224
|
"locationInModule": {
|
|
44098
44225
|
"filename": "src/java/projenrc.ts",
|
|
44099
|
-
"line":
|
|
44226
|
+
"line": 112
|
|
44100
44227
|
},
|
|
44101
44228
|
"name": "filePath",
|
|
44102
44229
|
"overrides": "projen.ProjenrcFile",
|
|
@@ -44920,7 +45047,7 @@
|
|
|
44920
45047
|
},
|
|
44921
45048
|
"locationInModule": {
|
|
44922
45049
|
"filename": "src/javascript/biome/biome.ts",
|
|
44923
|
-
"line":
|
|
45050
|
+
"line": 255
|
|
44924
45051
|
},
|
|
44925
45052
|
"name": "addFilePattern",
|
|
44926
45053
|
"parameters": [
|
|
@@ -44943,7 +45070,7 @@
|
|
|
44943
45070
|
},
|
|
44944
45071
|
"locationInModule": {
|
|
44945
45072
|
"filename": "src/javascript/biome/biome.ts",
|
|
44946
|
-
"line":
|
|
45073
|
+
"line": 264
|
|
44947
45074
|
},
|
|
44948
45075
|
"name": "addOverride",
|
|
44949
45076
|
"parameters": [
|
|
@@ -44968,7 +45095,7 @@
|
|
|
44968
45095
|
},
|
|
44969
45096
|
"locationInModule": {
|
|
44970
45097
|
"filename": "src/javascript/biome/biome.ts",
|
|
44971
|
-
"line":
|
|
45098
|
+
"line": 288
|
|
44972
45099
|
},
|
|
44973
45100
|
"name": "expandLinterRules",
|
|
44974
45101
|
"parameters": [
|
|
@@ -44982,6 +45109,26 @@
|
|
|
44982
45109
|
}
|
|
44983
45110
|
}
|
|
44984
45111
|
]
|
|
45112
|
+
},
|
|
45113
|
+
{
|
|
45114
|
+
"docs": {
|
|
45115
|
+
"stability": "experimental",
|
|
45116
|
+
"summary": "Runs biome once, right after the project is first created, so the generated code is linted and formatted immediately."
|
|
45117
|
+
},
|
|
45118
|
+
"locationInModule": {
|
|
45119
|
+
"filename": "src/javascript/biome/biome.ts",
|
|
45120
|
+
"line": 244
|
|
45121
|
+
},
|
|
45122
|
+
"name": "postProjectCreation",
|
|
45123
|
+
"overrides": "projen.Component",
|
|
45124
|
+
"parameters": [
|
|
45125
|
+
{
|
|
45126
|
+
"name": "_initProject",
|
|
45127
|
+
"type": {
|
|
45128
|
+
"fqn": "projen.InitProject"
|
|
45129
|
+
}
|
|
45130
|
+
}
|
|
45131
|
+
]
|
|
44985
45132
|
}
|
|
44986
45133
|
],
|
|
44987
45134
|
"name": "Biome",
|
|
@@ -46559,6 +46706,26 @@
|
|
|
46559
46706
|
}
|
|
46560
46707
|
}
|
|
46561
46708
|
]
|
|
46709
|
+
},
|
|
46710
|
+
{
|
|
46711
|
+
"docs": {
|
|
46712
|
+
"stability": "experimental",
|
|
46713
|
+
"summary": "Runs eslint once, right after the project is first created, so the generated code is linted (and auto-fixed) immediately."
|
|
46714
|
+
},
|
|
46715
|
+
"locationInModule": {
|
|
46716
|
+
"filename": "src/javascript/eslint.ts",
|
|
46717
|
+
"line": 592
|
|
46718
|
+
},
|
|
46719
|
+
"name": "postProjectCreation",
|
|
46720
|
+
"overrides": "projen.Component",
|
|
46721
|
+
"parameters": [
|
|
46722
|
+
{
|
|
46723
|
+
"name": "_initProject",
|
|
46724
|
+
"type": {
|
|
46725
|
+
"fqn": "projen.InitProject"
|
|
46726
|
+
}
|
|
46727
|
+
}
|
|
46728
|
+
]
|
|
46562
46729
|
}
|
|
46563
46730
|
],
|
|
46564
46731
|
"name": "Eslint",
|
|
@@ -59003,10 +59170,31 @@
|
|
|
59003
59170
|
},
|
|
59004
59171
|
"locationInModule": {
|
|
59005
59172
|
"filename": "src/javascript/projenrc.ts",
|
|
59006
|
-
"line":
|
|
59173
|
+
"line": 37
|
|
59007
59174
|
},
|
|
59008
59175
|
"name": "preSynthesize",
|
|
59009
59176
|
"overrides": "projen.ProjenrcFile"
|
|
59177
|
+
},
|
|
59178
|
+
{
|
|
59179
|
+
"docs": {
|
|
59180
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
59181
|
+
"stability": "experimental",
|
|
59182
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
59183
|
+
},
|
|
59184
|
+
"locationInModule": {
|
|
59185
|
+
"filename": "src/javascript/projenrc.ts",
|
|
59186
|
+
"line": 55
|
|
59187
|
+
},
|
|
59188
|
+
"name": "projectCreation",
|
|
59189
|
+
"overrides": "projen.Component",
|
|
59190
|
+
"parameters": [
|
|
59191
|
+
{
|
|
59192
|
+
"name": "initProject",
|
|
59193
|
+
"type": {
|
|
59194
|
+
"fqn": "projen.InitProject"
|
|
59195
|
+
}
|
|
59196
|
+
}
|
|
59197
|
+
]
|
|
59010
59198
|
}
|
|
59011
59199
|
],
|
|
59012
59200
|
"name": "Projenrc",
|
|
@@ -72479,7 +72667,7 @@
|
|
|
72479
72667
|
"kind": "interface",
|
|
72480
72668
|
"locationInModule": {
|
|
72481
72669
|
"filename": "src/python/pyproject-toml.ts",
|
|
72482
|
-
"line":
|
|
72670
|
+
"line": 568
|
|
72483
72671
|
},
|
|
72484
72672
|
"name": "ProjectAuthor",
|
|
72485
72673
|
"namespace": "python",
|
|
@@ -72495,7 +72683,7 @@
|
|
|
72495
72683
|
"immutable": true,
|
|
72496
72684
|
"locationInModule": {
|
|
72497
72685
|
"filename": "src/python/pyproject-toml.ts",
|
|
72498
|
-
"line":
|
|
72686
|
+
"line": 577
|
|
72499
72687
|
},
|
|
72500
72688
|
"name": "email",
|
|
72501
72689
|
"optional": true,
|
|
@@ -72514,7 +72702,7 @@
|
|
|
72514
72702
|
"immutable": true,
|
|
72515
72703
|
"locationInModule": {
|
|
72516
72704
|
"filename": "src/python/pyproject-toml.ts",
|
|
72517
|
-
"line":
|
|
72705
|
+
"line": 572
|
|
72518
72706
|
},
|
|
72519
72707
|
"name": "name",
|
|
72520
72708
|
"optional": true,
|
|
@@ -72563,6 +72751,29 @@
|
|
|
72563
72751
|
"filename": "src/python/projenrc.ts",
|
|
72564
72752
|
"line": 39
|
|
72565
72753
|
},
|
|
72754
|
+
"methods": [
|
|
72755
|
+
{
|
|
72756
|
+
"docs": {
|
|
72757
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
72758
|
+
"stability": "experimental",
|
|
72759
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
72760
|
+
},
|
|
72761
|
+
"locationInModule": {
|
|
72762
|
+
"filename": "src/python/projenrc.ts",
|
|
72763
|
+
"line": 65
|
|
72764
|
+
},
|
|
72765
|
+
"name": "projectCreation",
|
|
72766
|
+
"overrides": "projen.Component",
|
|
72767
|
+
"parameters": [
|
|
72768
|
+
{
|
|
72769
|
+
"name": "initProject",
|
|
72770
|
+
"type": {
|
|
72771
|
+
"fqn": "projen.InitProject"
|
|
72772
|
+
}
|
|
72773
|
+
}
|
|
72774
|
+
]
|
|
72775
|
+
}
|
|
72776
|
+
],
|
|
72566
72777
|
"name": "Projenrc",
|
|
72567
72778
|
"namespace": "python",
|
|
72568
72779
|
"properties": [
|
|
@@ -72702,7 +72913,7 @@
|
|
|
72702
72913
|
"immutable": true,
|
|
72703
72914
|
"locationInModule": {
|
|
72704
72915
|
"filename": "src/python/pyproject-toml.ts",
|
|
72705
|
-
"line":
|
|
72916
|
+
"line": 26
|
|
72706
72917
|
},
|
|
72707
72918
|
"name": "buildSystem",
|
|
72708
72919
|
"optional": true,
|
|
@@ -72722,7 +72933,7 @@
|
|
|
72722
72933
|
"immutable": true,
|
|
72723
72934
|
"locationInModule": {
|
|
72724
72935
|
"filename": "src/python/pyproject-toml.ts",
|
|
72725
|
-
"line":
|
|
72936
|
+
"line": 21
|
|
72726
72937
|
},
|
|
72727
72938
|
"name": "dependencyGroups",
|
|
72728
72939
|
"optional": true,
|
|
@@ -72736,14 +72947,14 @@
|
|
|
72736
72947
|
"custom": {
|
|
72737
72948
|
"schema": "PyprojectToml#project"
|
|
72738
72949
|
},
|
|
72739
|
-
"remarks": "- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.",
|
|
72950
|
+
"remarks": "- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.\n- Partially dynamic metadata is specified in the `[project]` table as a list or table, and also listed in `dynamic`, allowing the build backend to add entries but not modify or remove existing ones.",
|
|
72740
72951
|
"stability": "experimental",
|
|
72741
|
-
"summary": "There are
|
|
72952
|
+
"summary": "There are three kinds of metadata: _static_, _dynamic_, and _partially dynamic_."
|
|
72742
72953
|
},
|
|
72743
72954
|
"immutable": true,
|
|
72744
72955
|
"locationInModule": {
|
|
72745
72956
|
"filename": "src/python/pyproject-toml.ts",
|
|
72746
|
-
"line":
|
|
72957
|
+
"line": 14
|
|
72747
72958
|
},
|
|
72748
72959
|
"name": "project",
|
|
72749
72960
|
"optional": true,
|
|
@@ -72764,7 +72975,7 @@
|
|
|
72764
72975
|
"immutable": true,
|
|
72765
72976
|
"locationInModule": {
|
|
72766
72977
|
"filename": "src/python/pyproject-toml.ts",
|
|
72767
|
-
"line":
|
|
72978
|
+
"line": 33
|
|
72768
72979
|
},
|
|
72769
72980
|
"name": "tool",
|
|
72770
72981
|
"optional": true,
|
|
@@ -72898,15 +73109,15 @@
|
|
|
72898
73109
|
"custom": {
|
|
72899
73110
|
"schema": "PyprojectTomlProject"
|
|
72900
73111
|
},
|
|
72901
|
-
"remarks": "- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.",
|
|
73112
|
+
"remarks": "- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.\n- Partially dynamic metadata is specified in the `[project]` table as a list or table, and also listed in `dynamic`, allowing the build backend to add entries but not modify or remove existing ones.",
|
|
72902
73113
|
"stability": "experimental",
|
|
72903
|
-
"summary": "There are
|
|
73114
|
+
"summary": "There are three kinds of metadata: _static_, _dynamic_, and _partially dynamic_."
|
|
72904
73115
|
},
|
|
72905
73116
|
"fqn": "projen.python.PyprojectTomlProject",
|
|
72906
73117
|
"kind": "interface",
|
|
72907
73118
|
"locationInModule": {
|
|
72908
73119
|
"filename": "src/python/pyproject-toml.ts",
|
|
72909
|
-
"line":
|
|
73120
|
+
"line": 62
|
|
72910
73121
|
},
|
|
72911
73122
|
"name": "PyprojectTomlProject",
|
|
72912
73123
|
"namespace": "python",
|
|
@@ -72924,7 +73135,7 @@
|
|
|
72924
73135
|
"immutable": true,
|
|
72925
73136
|
"locationInModule": {
|
|
72926
73137
|
"filename": "src/python/pyproject-toml.ts",
|
|
72927
|
-
"line":
|
|
73138
|
+
"line": 68
|
|
72928
73139
|
},
|
|
72929
73140
|
"name": "name",
|
|
72930
73141
|
"type": {
|
|
@@ -73020,7 +73231,7 @@
|
|
|
73020
73231
|
"immutable": true,
|
|
73021
73232
|
"locationInModule": {
|
|
73022
73233
|
"filename": "src/python/pyproject-toml.ts",
|
|
73023
|
-
"line":
|
|
73234
|
+
"line": 82
|
|
73024
73235
|
},
|
|
73025
73236
|
"name": "description",
|
|
73026
73237
|
"optional": true,
|
|
@@ -73034,7 +73245,7 @@
|
|
|
73034
73245
|
"custom": {
|
|
73035
73246
|
"schema": "PyprojectTomlProject#dynamic"
|
|
73036
73247
|
},
|
|
73037
|
-
"remarks": "Each key must be listed only once. It is an error to both list a key in `dynamic` and use the key directly in `[project]
|
|
73248
|
+
"remarks": "Each key must be listed only once. It is an error to both list a key in `dynamic` and use the key directly in `[project]` unless the key is a list or table with arbitrary entries (PEP 808), in which case the build backend may extend it.\nOne of the most common usage is `version`, which allows build backend to retrieve project version from source code or version control system instead of hardcoding it in `pyproject.toml`.",
|
|
73038
73249
|
"stability": "experimental",
|
|
73039
73250
|
"summary": "Specifies which keys are intentionally unspecified under `[project]` table so build backend can/will provide such metadata dynamically."
|
|
73040
73251
|
},
|
|
@@ -73181,9 +73392,8 @@
|
|
|
73181
73392
|
"custom": {
|
|
73182
73393
|
"schema": "PyprojectTomlProject#license"
|
|
73183
73394
|
},
|
|
73184
|
-
"remarks": "Newer tool may accept a single [SPDX license expression](https://spdx.github.io/spdx-spec/v2.2.2/SPDX-license-expressions/) string instead of a table.",
|
|
73185
73395
|
"stability": "experimental",
|
|
73186
|
-
"summary": "
|
|
73396
|
+
"summary": "A string containing a valid [SPDX license expression](https://spdx.github.io/spdx-spec/v2.2.2/SPDX-license-expressions/) (recommended), or a table with either: - `file` key specifying a relative path to a license file (deprecated per PEP 639), or - `text` key containing full license content (deprecated per PEP 639)."
|
|
73187
73397
|
},
|
|
73188
73398
|
"immutable": true,
|
|
73189
73399
|
"locationInModule": {
|
|
@@ -73280,7 +73490,7 @@
|
|
|
73280
73490
|
"immutable": true,
|
|
73281
73491
|
"locationInModule": {
|
|
73282
73492
|
"filename": "src/python/pyproject-toml.ts",
|
|
73283
|
-
"line":
|
|
73493
|
+
"line": 91
|
|
73284
73494
|
},
|
|
73285
73495
|
"name": "readme",
|
|
73286
73496
|
"optional": true,
|
|
@@ -73301,7 +73511,7 @@
|
|
|
73301
73511
|
"immutable": true,
|
|
73302
73512
|
"locationInModule": {
|
|
73303
73513
|
"filename": "src/python/pyproject-toml.ts",
|
|
73304
|
-
"line":
|
|
73514
|
+
"line": 98
|
|
73305
73515
|
},
|
|
73306
73516
|
"name": "requiresPython",
|
|
73307
73517
|
"optional": true,
|
|
@@ -73372,7 +73582,7 @@
|
|
|
73372
73582
|
"immutable": true,
|
|
73373
73583
|
"locationInModule": {
|
|
73374
73584
|
"filename": "src/python/pyproject-toml.ts",
|
|
73375
|
-
"line":
|
|
73585
|
+
"line": 75
|
|
73376
73586
|
},
|
|
73377
73587
|
"name": "version",
|
|
73378
73588
|
"optional": true,
|
|
@@ -73395,7 +73605,7 @@
|
|
|
73395
73605
|
"kind": "enum",
|
|
73396
73606
|
"locationInModule": {
|
|
73397
73607
|
"filename": "src/python/pyproject-toml.ts",
|
|
73398
|
-
"line":
|
|
73608
|
+
"line": 599
|
|
73399
73609
|
},
|
|
73400
73610
|
"members": [
|
|
73401
73611
|
{
|
|
@@ -73589,6 +73799,66 @@
|
|
|
73589
73799
|
"primitive": "any"
|
|
73590
73800
|
}
|
|
73591
73801
|
},
|
|
73802
|
+
{
|
|
73803
|
+
"abstract": true,
|
|
73804
|
+
"docs": {
|
|
73805
|
+
"custom": {
|
|
73806
|
+
"schema": "PyprojectTomlTool#dfc"
|
|
73807
|
+
},
|
|
73808
|
+
"stability": "experimental",
|
|
73809
|
+
"summary": "A CLI tool to check and validate Python docstring formatting and completeness."
|
|
73810
|
+
},
|
|
73811
|
+
"immutable": true,
|
|
73812
|
+
"locationInModule": {
|
|
73813
|
+
"filename": "src/python/pyproject-toml.ts",
|
|
73814
|
+
"line": 508
|
|
73815
|
+
},
|
|
73816
|
+
"name": "dfc",
|
|
73817
|
+
"optional": true,
|
|
73818
|
+
"type": {
|
|
73819
|
+
"primitive": "any"
|
|
73820
|
+
}
|
|
73821
|
+
},
|
|
73822
|
+
{
|
|
73823
|
+
"abstract": true,
|
|
73824
|
+
"docs": {
|
|
73825
|
+
"custom": {
|
|
73826
|
+
"schema": "PyprojectTomlTool#docstring-format-checker"
|
|
73827
|
+
},
|
|
73828
|
+
"stability": "experimental",
|
|
73829
|
+
"summary": "A CLI tool to check and validate Python docstring formatting and completeness."
|
|
73830
|
+
},
|
|
73831
|
+
"immutable": true,
|
|
73832
|
+
"locationInModule": {
|
|
73833
|
+
"filename": "src/python/pyproject-toml.ts",
|
|
73834
|
+
"line": 515
|
|
73835
|
+
},
|
|
73836
|
+
"name": "docstringFormatChecker",
|
|
73837
|
+
"optional": true,
|
|
73838
|
+
"type": {
|
|
73839
|
+
"primitive": "any"
|
|
73840
|
+
}
|
|
73841
|
+
},
|
|
73842
|
+
{
|
|
73843
|
+
"abstract": true,
|
|
73844
|
+
"docs": {
|
|
73845
|
+
"custom": {
|
|
73846
|
+
"schema": "PyprojectTomlTool#fastapi"
|
|
73847
|
+
},
|
|
73848
|
+
"stability": "experimental",
|
|
73849
|
+
"summary": "FastAPI web framework configuration."
|
|
73850
|
+
},
|
|
73851
|
+
"immutable": true,
|
|
73852
|
+
"locationInModule": {
|
|
73853
|
+
"filename": "src/python/pyproject-toml.ts",
|
|
73854
|
+
"line": 340
|
|
73855
|
+
},
|
|
73856
|
+
"name": "fastapi",
|
|
73857
|
+
"optional": true,
|
|
73858
|
+
"type": {
|
|
73859
|
+
"primitive": "any"
|
|
73860
|
+
}
|
|
73861
|
+
},
|
|
73592
73862
|
{
|
|
73593
73863
|
"abstract": true,
|
|
73594
73864
|
"docs": {
|
|
@@ -73601,7 +73871,7 @@
|
|
|
73601
73871
|
"immutable": true,
|
|
73602
73872
|
"locationInModule": {
|
|
73603
73873
|
"filename": "src/python/pyproject-toml.ts",
|
|
73604
|
-
"line":
|
|
73874
|
+
"line": 396
|
|
73605
73875
|
},
|
|
73606
73876
|
"name": "hatch",
|
|
73607
73877
|
"optional": true,
|
|
@@ -73621,7 +73891,7 @@
|
|
|
73621
73891
|
"immutable": true,
|
|
73622
73892
|
"locationInModule": {
|
|
73623
73893
|
"filename": "src/python/pyproject-toml.ts",
|
|
73624
|
-
"line":
|
|
73894
|
+
"line": 403
|
|
73625
73895
|
},
|
|
73626
73896
|
"name": "maturin",
|
|
73627
73897
|
"optional": true,
|
|
@@ -73641,7 +73911,7 @@
|
|
|
73641
73911
|
"immutable": true,
|
|
73642
73912
|
"locationInModule": {
|
|
73643
73913
|
"filename": "src/python/pyproject-toml.ts",
|
|
73644
|
-
"line":
|
|
73914
|
+
"line": 375
|
|
73645
73915
|
},
|
|
73646
73916
|
"name": "mypy",
|
|
73647
73917
|
"optional": true,
|
|
@@ -73661,7 +73931,7 @@
|
|
|
73661
73931
|
"immutable": true,
|
|
73662
73932
|
"locationInModule": {
|
|
73663
73933
|
"filename": "src/python/pyproject-toml.ts",
|
|
73664
|
-
"line":
|
|
73934
|
+
"line": 452
|
|
73665
73935
|
},
|
|
73666
73936
|
"name": "pdm",
|
|
73667
73937
|
"optional": true,
|
|
@@ -73669,6 +73939,26 @@
|
|
|
73669
73939
|
"primitive": "any"
|
|
73670
73940
|
}
|
|
73671
73941
|
},
|
|
73942
|
+
{
|
|
73943
|
+
"abstract": true,
|
|
73944
|
+
"docs": {
|
|
73945
|
+
"custom": {
|
|
73946
|
+
"schema": "PyprojectTomlTool#pixi"
|
|
73947
|
+
},
|
|
73948
|
+
"stability": "experimental",
|
|
73949
|
+
"summary": "A package manager and task runner."
|
|
73950
|
+
},
|
|
73951
|
+
"immutable": true,
|
|
73952
|
+
"locationInModule": {
|
|
73953
|
+
"filename": "src/python/pyproject-toml.ts",
|
|
73954
|
+
"line": 431
|
|
73955
|
+
},
|
|
73956
|
+
"name": "pixi",
|
|
73957
|
+
"optional": true,
|
|
73958
|
+
"type": {
|
|
73959
|
+
"primitive": "any"
|
|
73960
|
+
}
|
|
73961
|
+
},
|
|
73672
73962
|
{
|
|
73673
73963
|
"abstract": true,
|
|
73674
73964
|
"docs": {
|
|
@@ -73676,12 +73966,12 @@
|
|
|
73676
73966
|
"schema": "PyprojectTomlTool#poe"
|
|
73677
73967
|
},
|
|
73678
73968
|
"stability": "experimental",
|
|
73679
|
-
"summary": "A task runner that works well with pyproject.toml files."
|
|
73969
|
+
"summary": "A task runner that works well with `pyproject.toml` files."
|
|
73680
73970
|
},
|
|
73681
73971
|
"immutable": true,
|
|
73682
73972
|
"locationInModule": {
|
|
73683
73973
|
"filename": "src/python/pyproject-toml.ts",
|
|
73684
|
-
"line":
|
|
73974
|
+
"line": 438
|
|
73685
73975
|
},
|
|
73686
73976
|
"name": "poe",
|
|
73687
73977
|
"optional": true,
|
|
@@ -73701,7 +73991,7 @@
|
|
|
73701
73991
|
"immutable": true,
|
|
73702
73992
|
"locationInModule": {
|
|
73703
73993
|
"filename": "src/python/pyproject-toml.ts",
|
|
73704
|
-
"line":
|
|
73994
|
+
"line": 445
|
|
73705
73995
|
},
|
|
73706
73996
|
"name": "poetry",
|
|
73707
73997
|
"optional": true,
|
|
@@ -73721,7 +74011,7 @@
|
|
|
73721
74011
|
"immutable": true,
|
|
73722
74012
|
"locationInModule": {
|
|
73723
74013
|
"filename": "src/python/pyproject-toml.ts",
|
|
73724
|
-
"line":
|
|
74014
|
+
"line": 459
|
|
73725
74015
|
},
|
|
73726
74016
|
"name": "pyright",
|
|
73727
74017
|
"optional": true,
|
|
@@ -73741,7 +74031,7 @@
|
|
|
73741
74031
|
"immutable": true,
|
|
73742
74032
|
"locationInModule": {
|
|
73743
74033
|
"filename": "src/python/pyproject-toml.ts",
|
|
73744
|
-
"line":
|
|
74034
|
+
"line": 466
|
|
73745
74035
|
},
|
|
73746
74036
|
"name": "pytest",
|
|
73747
74037
|
"optional": true,
|
|
@@ -73749,6 +74039,26 @@
|
|
|
73749
74039
|
"primitive": "any"
|
|
73750
74040
|
}
|
|
73751
74041
|
},
|
|
74042
|
+
{
|
|
74043
|
+
"abstract": true,
|
|
74044
|
+
"docs": {
|
|
74045
|
+
"custom": {
|
|
74046
|
+
"schema": "PyprojectTomlTool#quikrun"
|
|
74047
|
+
},
|
|
74048
|
+
"stability": "experimental",
|
|
74049
|
+
"summary": "A CLI tool to run code files instantly without typing complex commands in terminal."
|
|
74050
|
+
},
|
|
74051
|
+
"immutable": true,
|
|
74052
|
+
"locationInModule": {
|
|
74053
|
+
"filename": "src/python/pyproject-toml.ts",
|
|
74054
|
+
"line": 522
|
|
74055
|
+
},
|
|
74056
|
+
"name": "quikrun",
|
|
74057
|
+
"optional": true,
|
|
74058
|
+
"type": {
|
|
74059
|
+
"primitive": "any"
|
|
74060
|
+
}
|
|
74061
|
+
},
|
|
73752
74062
|
{
|
|
73753
74063
|
"abstract": true,
|
|
73754
74064
|
"docs": {
|
|
@@ -73761,7 +74071,7 @@
|
|
|
73761
74071
|
"immutable": true,
|
|
73762
74072
|
"locationInModule": {
|
|
73763
74073
|
"filename": "src/python/pyproject-toml.ts",
|
|
73764
|
-
"line":
|
|
74074
|
+
"line": 473
|
|
73765
74075
|
},
|
|
73766
74076
|
"name": "repoReview",
|
|
73767
74077
|
"optional": true,
|
|
@@ -73781,7 +74091,7 @@
|
|
|
73781
74091
|
"immutable": true,
|
|
73782
74092
|
"locationInModule": {
|
|
73783
74093
|
"filename": "src/python/pyproject-toml.ts",
|
|
73784
|
-
"line":
|
|
74094
|
+
"line": 382
|
|
73785
74095
|
},
|
|
73786
74096
|
"name": "ruff",
|
|
73787
74097
|
"optional": true,
|
|
@@ -73789,6 +74099,27 @@
|
|
|
73789
74099
|
"primitive": "any"
|
|
73790
74100
|
}
|
|
73791
74101
|
},
|
|
74102
|
+
{
|
|
74103
|
+
"abstract": true,
|
|
74104
|
+
"docs": {
|
|
74105
|
+
"custom": {
|
|
74106
|
+
"schema": "PyprojectTomlTool#scheduled"
|
|
74107
|
+
},
|
|
74108
|
+
"remarks": "This is a specification for declaring recurring scheduled jobs in Python projects, in `pyproject.toml`.\n\nIt defines how jobs are declared and how providers would run them.\n\nIt does not provide a specific implementation for running scheduled jobs, because that is provider specific.\n\nFor example, a file at `app/jobs.py` could define:\n\n```python\ndef clean_files():\nprint(\"Running cleanup...\")\n```\n\nYou could define a scheduled job to run that function once per day with:\n\n```toml\n[tool.scheduled.clean-files]\nevery = \"day\"\nentrypoint = \"app.jobs:clean_files\"\n```",
|
|
74109
|
+
"stability": "experimental",
|
|
74110
|
+
"summary": "Scheduled jobs in Python's `pyproject.toml`."
|
|
74111
|
+
},
|
|
74112
|
+
"immutable": true,
|
|
74113
|
+
"locationInModule": {
|
|
74114
|
+
"filename": "src/python/pyproject-toml.ts",
|
|
74115
|
+
"line": 368
|
|
74116
|
+
},
|
|
74117
|
+
"name": "scheduled",
|
|
74118
|
+
"optional": true,
|
|
74119
|
+
"type": {
|
|
74120
|
+
"primitive": "any"
|
|
74121
|
+
}
|
|
74122
|
+
},
|
|
73792
74123
|
{
|
|
73793
74124
|
"abstract": true,
|
|
73794
74125
|
"docs": {
|
|
@@ -73801,7 +74132,7 @@
|
|
|
73801
74132
|
"immutable": true,
|
|
73802
74133
|
"locationInModule": {
|
|
73803
74134
|
"filename": "src/python/pyproject-toml.ts",
|
|
73804
|
-
"line":
|
|
74135
|
+
"line": 410
|
|
73805
74136
|
},
|
|
73806
74137
|
"name": "scikitBuild",
|
|
73807
74138
|
"optional": true,
|
|
@@ -73821,7 +74152,7 @@
|
|
|
73821
74152
|
"immutable": true,
|
|
73822
74153
|
"locationInModule": {
|
|
73823
74154
|
"filename": "src/python/pyproject-toml.ts",
|
|
73824
|
-
"line":
|
|
74155
|
+
"line": 417
|
|
73825
74156
|
},
|
|
73826
74157
|
"name": "setuptools",
|
|
73827
74158
|
"optional": true,
|
|
@@ -73841,7 +74172,7 @@
|
|
|
73841
74172
|
"immutable": true,
|
|
73842
74173
|
"locationInModule": {
|
|
73843
74174
|
"filename": "src/python/pyproject-toml.ts",
|
|
73844
|
-
"line":
|
|
74175
|
+
"line": 424
|
|
73845
74176
|
},
|
|
73846
74177
|
"name": "setuptoolsScm",
|
|
73847
74178
|
"optional": true,
|
|
@@ -73861,7 +74192,7 @@
|
|
|
73861
74192
|
"immutable": true,
|
|
73862
74193
|
"locationInModule": {
|
|
73863
74194
|
"filename": "src/python/pyproject-toml.ts",
|
|
73864
|
-
"line":
|
|
74195
|
+
"line": 480
|
|
73865
74196
|
},
|
|
73866
74197
|
"name": "taskipy",
|
|
73867
74198
|
"optional": true,
|
|
@@ -73882,7 +74213,7 @@
|
|
|
73882
74213
|
"immutable": true,
|
|
73883
74214
|
"locationInModule": {
|
|
73884
74215
|
"filename": "src/python/pyproject-toml.ts",
|
|
73885
|
-
"line":
|
|
74216
|
+
"line": 487
|
|
73886
74217
|
},
|
|
73887
74218
|
"name": "tombi",
|
|
73888
74219
|
"optional": true,
|
|
@@ -73902,7 +74233,7 @@
|
|
|
73902
74233
|
"immutable": true,
|
|
73903
74234
|
"locationInModule": {
|
|
73904
74235
|
"filename": "src/python/pyproject-toml.ts",
|
|
73905
|
-
"line":
|
|
74236
|
+
"line": 494
|
|
73906
74237
|
},
|
|
73907
74238
|
"name": "tox",
|
|
73908
74239
|
"optional": true,
|
|
@@ -73922,7 +74253,7 @@
|
|
|
73922
74253
|
"immutable": true,
|
|
73923
74254
|
"locationInModule": {
|
|
73924
74255
|
"filename": "src/python/pyproject-toml.ts",
|
|
73925
|
-
"line":
|
|
74256
|
+
"line": 389
|
|
73926
74257
|
},
|
|
73927
74258
|
"name": "ty",
|
|
73928
74259
|
"optional": true,
|
|
@@ -73942,7 +74273,7 @@
|
|
|
73942
74273
|
"immutable": true,
|
|
73943
74274
|
"locationInModule": {
|
|
73944
74275
|
"filename": "src/python/pyproject-toml.ts",
|
|
73945
|
-
"line":
|
|
74276
|
+
"line": 501
|
|
73946
74277
|
},
|
|
73947
74278
|
"name": "uv",
|
|
73948
74279
|
"optional": true,
|
|
@@ -76024,7 +76355,7 @@
|
|
|
76024
76355
|
"kind": "enum",
|
|
76025
76356
|
"locationInModule": {
|
|
76026
76357
|
"filename": "src/python/uv-config.ts",
|
|
76027
|
-
"line":
|
|
76358
|
+
"line": 914
|
|
76028
76359
|
},
|
|
76029
76360
|
"members": [
|
|
76030
76361
|
{
|
|
@@ -76076,7 +76407,7 @@
|
|
|
76076
76407
|
"kind": "enum",
|
|
76077
76408
|
"locationInModule": {
|
|
76078
76409
|
"filename": "src/python/uv-config.ts",
|
|
76079
|
-
"line":
|
|
76410
|
+
"line": 2674
|
|
76080
76411
|
},
|
|
76081
76412
|
"members": [
|
|
76082
76413
|
{
|
|
@@ -76100,6 +76431,79 @@
|
|
|
76100
76431
|
"namespace": "python.uvConfig",
|
|
76101
76432
|
"symbolId": "src/python/uv-config:AnnotationStyle"
|
|
76102
76433
|
},
|
|
76434
|
+
"projen.python.uvConfig.AuditOptions": {
|
|
76435
|
+
"assembly": "projen",
|
|
76436
|
+
"datatype": true,
|
|
76437
|
+
"docs": {
|
|
76438
|
+
"custom": {
|
|
76439
|
+
"schema": "AuditOptions"
|
|
76440
|
+
},
|
|
76441
|
+
"stability": "experimental"
|
|
76442
|
+
},
|
|
76443
|
+
"fqn": "projen.python.uvConfig.AuditOptions",
|
|
76444
|
+
"kind": "interface",
|
|
76445
|
+
"locationInModule": {
|
|
76446
|
+
"filename": "src/python/uv-config.ts",
|
|
76447
|
+
"line": 934
|
|
76448
|
+
},
|
|
76449
|
+
"name": "AuditOptions",
|
|
76450
|
+
"namespace": "python.uvConfig",
|
|
76451
|
+
"properties": [
|
|
76452
|
+
{
|
|
76453
|
+
"abstract": true,
|
|
76454
|
+
"docs": {
|
|
76455
|
+
"custom": {
|
|
76456
|
+
"schema": "AuditOptions#ignore"
|
|
76457
|
+
},
|
|
76458
|
+
"remarks": "Vulnerabilities matching any of the provided IDs (including aliases) will be excluded from\nthe audit results.",
|
|
76459
|
+
"stability": "experimental",
|
|
76460
|
+
"summary": "A list of vulnerability IDs to ignore during auditing."
|
|
76461
|
+
},
|
|
76462
|
+
"immutable": true,
|
|
76463
|
+
"locationInModule": {
|
|
76464
|
+
"filename": "src/python/uv-config.ts",
|
|
76465
|
+
"line": 943
|
|
76466
|
+
},
|
|
76467
|
+
"name": "ignore",
|
|
76468
|
+
"optional": true,
|
|
76469
|
+
"type": {
|
|
76470
|
+
"collection": {
|
|
76471
|
+
"elementtype": {
|
|
76472
|
+
"primitive": "string"
|
|
76473
|
+
},
|
|
76474
|
+
"kind": "array"
|
|
76475
|
+
}
|
|
76476
|
+
}
|
|
76477
|
+
},
|
|
76478
|
+
{
|
|
76479
|
+
"abstract": true,
|
|
76480
|
+
"docs": {
|
|
76481
|
+
"custom": {
|
|
76482
|
+
"schema": "AuditOptions#ignore-until-fixed"
|
|
76483
|
+
},
|
|
76484
|
+
"remarks": "Vulnerabilities matching any of the provided IDs (including aliases) will be excluded from\nthe audit results as long as they have no known fix versions. Once a fix version becomes\navailable, the vulnerability will be reported again.",
|
|
76485
|
+
"stability": "experimental",
|
|
76486
|
+
"summary": "A list of vulnerability IDs to ignore during auditing, but only while no fix is available."
|
|
76487
|
+
},
|
|
76488
|
+
"immutable": true,
|
|
76489
|
+
"locationInModule": {
|
|
76490
|
+
"filename": "src/python/uv-config.ts",
|
|
76491
|
+
"line": 954
|
|
76492
|
+
},
|
|
76493
|
+
"name": "ignoreUntilFixed",
|
|
76494
|
+
"optional": true,
|
|
76495
|
+
"type": {
|
|
76496
|
+
"collection": {
|
|
76497
|
+
"elementtype": {
|
|
76498
|
+
"primitive": "string"
|
|
76499
|
+
},
|
|
76500
|
+
"kind": "array"
|
|
76501
|
+
}
|
|
76502
|
+
}
|
|
76503
|
+
}
|
|
76504
|
+
],
|
|
76505
|
+
"symbolId": "src/python/uv-config:AuditOptions"
|
|
76506
|
+
},
|
|
76103
76507
|
"projen.python.uvConfig.AuthPolicy": {
|
|
76104
76508
|
"assembly": "projen",
|
|
76105
76509
|
"docs": {
|
|
@@ -76113,7 +76517,7 @@
|
|
|
76113
76517
|
"kind": "enum",
|
|
76114
76518
|
"locationInModule": {
|
|
76115
76519
|
"filename": "src/python/uv-config.ts",
|
|
76116
|
-
"line":
|
|
76520
|
+
"line": 2603
|
|
76117
76521
|
},
|
|
76118
76522
|
"members": [
|
|
76119
76523
|
{
|
|
@@ -76160,7 +76564,7 @@
|
|
|
76160
76564
|
"kind": "interface",
|
|
76161
76565
|
"locationInModule": {
|
|
76162
76566
|
"filename": "src/python/uv-config.ts",
|
|
76163
|
-
"line":
|
|
76567
|
+
"line": 984
|
|
76164
76568
|
},
|
|
76165
76569
|
"name": "BuildBackendSettings",
|
|
76166
76570
|
"namespace": "python.uvConfig",
|
|
@@ -76178,7 +76582,7 @@
|
|
|
76178
76582
|
"immutable": true,
|
|
76179
76583
|
"locationInModule": {
|
|
76180
76584
|
"filename": "src/python/uv-config.ts",
|
|
76181
|
-
"line":
|
|
76585
|
+
"line": 1010
|
|
76182
76586
|
},
|
|
76183
76587
|
"name": "data",
|
|
76184
76588
|
"optional": true,
|
|
@@ -76199,7 +76603,7 @@
|
|
|
76199
76603
|
"immutable": true,
|
|
76200
76604
|
"locationInModule": {
|
|
76201
76605
|
"filename": "src/python/uv-config.ts",
|
|
76202
|
-
"line":
|
|
76606
|
+
"line": 1019
|
|
76203
76607
|
},
|
|
76204
76608
|
"name": "defaultExcludes",
|
|
76205
76609
|
"optional": true,
|
|
@@ -76220,7 +76624,7 @@
|
|
|
76220
76624
|
"immutable": true,
|
|
76221
76625
|
"locationInModule": {
|
|
76222
76626
|
"filename": "src/python/uv-config.ts",
|
|
76223
|
-
"line":
|
|
76627
|
+
"line": 1043
|
|
76224
76628
|
},
|
|
76225
76629
|
"name": "moduleName",
|
|
76226
76630
|
"optional": true,
|
|
@@ -76241,7 +76645,7 @@
|
|
|
76241
76645
|
"immutable": true,
|
|
76242
76646
|
"locationInModule": {
|
|
76243
76647
|
"filename": "src/python/uv-config.ts",
|
|
76244
|
-
"line":
|
|
76648
|
+
"line": 1052
|
|
76245
76649
|
},
|
|
76246
76650
|
"name": "moduleRoot",
|
|
76247
76651
|
"optional": true,
|
|
@@ -76262,7 +76666,7 @@
|
|
|
76262
76666
|
"immutable": true,
|
|
76263
76667
|
"locationInModule": {
|
|
76264
76668
|
"filename": "src/python/uv-config.ts",
|
|
76265
|
-
"line":
|
|
76669
|
+
"line": 1101
|
|
76266
76670
|
},
|
|
76267
76671
|
"name": "namespace",
|
|
76268
76672
|
"optional": true,
|
|
@@ -76276,13 +76680,14 @@
|
|
|
76276
76680
|
"custom": {
|
|
76277
76681
|
"schema": "BuildBackendSettings#source-exclude"
|
|
76278
76682
|
},
|
|
76683
|
+
"remarks": "These exclusions are also applied to wheels to ensure that a wheel built from a source tree\nis consistent with a wheel built from a source distribution.",
|
|
76279
76684
|
"stability": "experimental",
|
|
76280
76685
|
"summary": "Glob expressions which files and directories to exclude from the source distribution."
|
|
76281
76686
|
},
|
|
76282
76687
|
"immutable": true,
|
|
76283
76688
|
"locationInModule": {
|
|
76284
76689
|
"filename": "src/python/uv-config.ts",
|
|
76285
|
-
"line":
|
|
76690
|
+
"line": 1111
|
|
76286
76691
|
},
|
|
76287
76692
|
"name": "sourceExclude",
|
|
76288
76693
|
"optional": true,
|
|
@@ -76308,7 +76713,7 @@
|
|
|
76308
76713
|
"immutable": true,
|
|
76309
76714
|
"locationInModule": {
|
|
76310
76715
|
"filename": "src/python/uv-config.ts",
|
|
76311
|
-
"line":
|
|
76716
|
+
"line": 1121
|
|
76312
76717
|
},
|
|
76313
76718
|
"name": "sourceInclude",
|
|
76314
76719
|
"optional": true,
|
|
@@ -76333,7 +76738,7 @@
|
|
|
76333
76738
|
"immutable": true,
|
|
76334
76739
|
"locationInModule": {
|
|
76335
76740
|
"filename": "src/python/uv-config.ts",
|
|
76336
|
-
"line":
|
|
76741
|
+
"line": 1128
|
|
76337
76742
|
},
|
|
76338
76743
|
"name": "wheelExclude",
|
|
76339
76744
|
"optional": true,
|
|
@@ -76362,7 +76767,7 @@
|
|
|
76362
76767
|
"kind": "interface",
|
|
76363
76768
|
"locationInModule": {
|
|
76364
76769
|
"filename": "src/python/uv-config.ts",
|
|
76365
|
-
"line":
|
|
76770
|
+
"line": 1198
|
|
76366
76771
|
},
|
|
76367
76772
|
"name": "DependencyGroupSettings",
|
|
76368
76773
|
"namespace": "python.uvConfig",
|
|
@@ -76379,7 +76784,7 @@
|
|
|
76379
76784
|
"immutable": true,
|
|
76380
76785
|
"locationInModule": {
|
|
76381
76786
|
"filename": "src/python/uv-config.ts",
|
|
76382
|
-
"line":
|
|
76787
|
+
"line": 1204
|
|
76383
76788
|
},
|
|
76384
76789
|
"name": "requiresPython",
|
|
76385
76790
|
"optional": true,
|
|
@@ -76390,6 +76795,99 @@
|
|
|
76390
76795
|
],
|
|
76391
76796
|
"symbolId": "src/python/uv-config:DependencyGroupSettings"
|
|
76392
76797
|
},
|
|
76798
|
+
"projen.python.uvConfig.ExcludeNewerOverride": {
|
|
76799
|
+
"assembly": "projen",
|
|
76800
|
+
"docs": {
|
|
76801
|
+
"custom": {
|
|
76802
|
+
"schema": "ExcludeNewerOverride"
|
|
76803
|
+
},
|
|
76804
|
+
"stability": "experimental"
|
|
76805
|
+
},
|
|
76806
|
+
"fqn": "projen.python.uvConfig.ExcludeNewerOverride",
|
|
76807
|
+
"kind": "class",
|
|
76808
|
+
"locationInModule": {
|
|
76809
|
+
"filename": "src/python/uv-config.ts",
|
|
76810
|
+
"line": 1281
|
|
76811
|
+
},
|
|
76812
|
+
"methods": [
|
|
76813
|
+
{
|
|
76814
|
+
"docs": {
|
|
76815
|
+
"stability": "experimental"
|
|
76816
|
+
},
|
|
76817
|
+
"locationInModule": {
|
|
76818
|
+
"filename": "src/python/uv-config.ts",
|
|
76819
|
+
"line": 1282
|
|
76820
|
+
},
|
|
76821
|
+
"name": "fromBoolean",
|
|
76822
|
+
"parameters": [
|
|
76823
|
+
{
|
|
76824
|
+
"name": "value",
|
|
76825
|
+
"type": {
|
|
76826
|
+
"primitive": "boolean"
|
|
76827
|
+
}
|
|
76828
|
+
}
|
|
76829
|
+
],
|
|
76830
|
+
"returns": {
|
|
76831
|
+
"type": {
|
|
76832
|
+
"fqn": "projen.python.uvConfig.ExcludeNewerOverride"
|
|
76833
|
+
}
|
|
76834
|
+
},
|
|
76835
|
+
"static": true
|
|
76836
|
+
},
|
|
76837
|
+
{
|
|
76838
|
+
"docs": {
|
|
76839
|
+
"stability": "experimental"
|
|
76840
|
+
},
|
|
76841
|
+
"locationInModule": {
|
|
76842
|
+
"filename": "src/python/uv-config.ts",
|
|
76843
|
+
"line": 1285
|
|
76844
|
+
},
|
|
76845
|
+
"name": "fromString",
|
|
76846
|
+
"parameters": [
|
|
76847
|
+
{
|
|
76848
|
+
"name": "value",
|
|
76849
|
+
"type": {
|
|
76850
|
+
"primitive": "string"
|
|
76851
|
+
}
|
|
76852
|
+
}
|
|
76853
|
+
],
|
|
76854
|
+
"returns": {
|
|
76855
|
+
"type": {
|
|
76856
|
+
"fqn": "projen.python.uvConfig.ExcludeNewerOverride"
|
|
76857
|
+
}
|
|
76858
|
+
},
|
|
76859
|
+
"static": true
|
|
76860
|
+
}
|
|
76861
|
+
],
|
|
76862
|
+
"name": "ExcludeNewerOverride",
|
|
76863
|
+
"namespace": "python.uvConfig",
|
|
76864
|
+
"properties": [
|
|
76865
|
+
{
|
|
76866
|
+
"docs": {
|
|
76867
|
+
"stability": "experimental"
|
|
76868
|
+
},
|
|
76869
|
+
"immutable": true,
|
|
76870
|
+
"locationInModule": {
|
|
76871
|
+
"filename": "src/python/uv-config.ts",
|
|
76872
|
+
"line": 1288
|
|
76873
|
+
},
|
|
76874
|
+
"name": "value",
|
|
76875
|
+
"type": {
|
|
76876
|
+
"union": {
|
|
76877
|
+
"types": [
|
|
76878
|
+
{
|
|
76879
|
+
"primitive": "string"
|
|
76880
|
+
},
|
|
76881
|
+
{
|
|
76882
|
+
"primitive": "boolean"
|
|
76883
|
+
}
|
|
76884
|
+
]
|
|
76885
|
+
}
|
|
76886
|
+
}
|
|
76887
|
+
}
|
|
76888
|
+
],
|
|
76889
|
+
"symbolId": "src/python/uv-config:ExcludeNewerOverride"
|
|
76890
|
+
},
|
|
76393
76891
|
"projen.python.uvConfig.ForkStrategy": {
|
|
76394
76892
|
"assembly": "projen",
|
|
76395
76893
|
"docs": {
|
|
@@ -76402,7 +76900,7 @@
|
|
|
76402
76900
|
"kind": "enum",
|
|
76403
76901
|
"locationInModule": {
|
|
76404
76902
|
"filename": "src/python/uv-config.ts",
|
|
76405
|
-
"line":
|
|
76903
|
+
"line": 1295
|
|
76406
76904
|
},
|
|
76407
76905
|
"members": [
|
|
76408
76906
|
{
|
|
@@ -76439,7 +76937,7 @@
|
|
|
76439
76937
|
"kind": "interface",
|
|
76440
76938
|
"locationInModule": {
|
|
76441
76939
|
"filename": "src/python/uv-config.ts",
|
|
76442
|
-
"line":
|
|
76940
|
+
"line": 1308
|
|
76443
76941
|
},
|
|
76444
76942
|
"name": "Index",
|
|
76445
76943
|
"namespace": "python.uvConfig",
|
|
@@ -76457,7 +76955,7 @@
|
|
|
76457
76955
|
"immutable": true,
|
|
76458
76956
|
"locationInModule": {
|
|
76459
76957
|
"filename": "src/python/uv-config.ts",
|
|
76460
|
-
"line":
|
|
76958
|
+
"line": 1471
|
|
76461
76959
|
},
|
|
76462
76960
|
"name": "url",
|
|
76463
76961
|
"type": {
|
|
@@ -76477,7 +76975,7 @@
|
|
|
76477
76975
|
"immutable": true,
|
|
76478
76976
|
"locationInModule": {
|
|
76479
76977
|
"filename": "src/python/uv-config.ts",
|
|
76480
|
-
"line":
|
|
76978
|
+
"line": 1321
|
|
76481
76979
|
},
|
|
76482
76980
|
"name": "authenticate",
|
|
76483
76981
|
"optional": true,
|
|
@@ -76498,7 +76996,7 @@
|
|
|
76498
76996
|
"immutable": true,
|
|
76499
76997
|
"locationInModule": {
|
|
76500
76998
|
"filename": "src/python/uv-config.ts",
|
|
76501
|
-
"line":
|
|
76999
|
+
"line": 1338
|
|
76502
77000
|
},
|
|
76503
77001
|
"name": "cacheControl",
|
|
76504
77002
|
"optional": true,
|
|
@@ -76519,7 +77017,7 @@
|
|
|
76519
77017
|
"immutable": true,
|
|
76520
77018
|
"locationInModule": {
|
|
76521
77019
|
"filename": "src/python/uv-config.ts",
|
|
76522
|
-
"line":
|
|
77020
|
+
"line": 1353
|
|
76523
77021
|
},
|
|
76524
77022
|
"name": "default",
|
|
76525
77023
|
"optional": true,
|
|
@@ -76527,20 +77025,41 @@
|
|
|
76527
77025
|
"primitive": "boolean"
|
|
76528
77026
|
}
|
|
76529
77027
|
},
|
|
77028
|
+
{
|
|
77029
|
+
"abstract": true,
|
|
77030
|
+
"docs": {
|
|
77031
|
+
"custom": {
|
|
77032
|
+
"schema": "Index#exclude-newer"
|
|
77033
|
+
},
|
|
77034
|
+
"remarks": "Accepts the same date, timestamp, and duration values as the global `exclude-newer`\nsetting. Set this to `false` to disable `exclude-newer` for this index entirely.\n\nWhen set to a value, packages resolved from this index will use that cutoff instead of the\nglobally-specified value, unless a package-specific `exclude-newer-package` override is\npresent.\n\nThis option is in preview and may change in any future release.\n\n```toml\n[tool.uv]\nexclude-newer = \"2025-01-01T00:00:00Z\"\n\n[[tool.uv.index]]\nname = \"internal\"\nurl = \"https://internal.example.com/simple\"\nexclude-newer = \"7 days\"\n```",
|
|
77035
|
+
"stability": "experimental",
|
|
77036
|
+
"summary": "An index-specific `exclude-newer` cutoff."
|
|
77037
|
+
},
|
|
77038
|
+
"immutable": true,
|
|
77039
|
+
"locationInModule": {
|
|
77040
|
+
"filename": "src/python/uv-config.ts",
|
|
77041
|
+
"line": 1379
|
|
77042
|
+
},
|
|
77043
|
+
"name": "excludeNewer",
|
|
77044
|
+
"optional": true,
|
|
77045
|
+
"type": {
|
|
77046
|
+
"fqn": "projen.python.uvConfig.ExcludeNewerOverride"
|
|
77047
|
+
}
|
|
77048
|
+
},
|
|
76530
77049
|
{
|
|
76531
77050
|
"abstract": true,
|
|
76532
77051
|
"docs": {
|
|
76533
77052
|
"custom": {
|
|
76534
77053
|
"schema": "Index#explicit"
|
|
76535
77054
|
},
|
|
76536
|
-
"remarks": "Explicit indexes will _only_ be used when explicitly requested via a `[tool.uv.sources]`\ndefinition, as in:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/
|
|
77055
|
+
"remarks": "Explicit indexes will _only_ be used when explicitly requested via a `[tool.uv.sources]`\ndefinition, as in:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/cu130\"\nexplicit = true\n\n[tool.uv.sources]\ntorch = { index = \"pytorch\" }\n```",
|
|
76537
77056
|
"stability": "experimental",
|
|
76538
77057
|
"summary": "Mark the index as explicit."
|
|
76539
77058
|
},
|
|
76540
77059
|
"immutable": true,
|
|
76541
77060
|
"locationInModule": {
|
|
76542
77061
|
"filename": "src/python/uv-config.ts",
|
|
76543
|
-
"line":
|
|
77062
|
+
"line": 1399
|
|
76544
77063
|
},
|
|
76545
77064
|
"name": "explicit",
|
|
76546
77065
|
"optional": true,
|
|
@@ -76561,7 +77080,7 @@
|
|
|
76561
77080
|
"immutable": true,
|
|
76562
77081
|
"locationInModule": {
|
|
76563
77082
|
"filename": "src/python/uv-config.ts",
|
|
76564
|
-
"line":
|
|
77083
|
+
"line": 1410
|
|
76565
77084
|
},
|
|
76566
77085
|
"name": "format",
|
|
76567
77086
|
"optional": true,
|
|
@@ -76582,7 +77101,7 @@
|
|
|
76582
77101
|
"immutable": true,
|
|
76583
77102
|
"locationInModule": {
|
|
76584
77103
|
"filename": "src/python/uv-config.ts",
|
|
76585
|
-
"line":
|
|
77104
|
+
"line": 1425
|
|
76586
77105
|
},
|
|
76587
77106
|
"name": "ignoreErrorCodes",
|
|
76588
77107
|
"optional": true,
|
|
@@ -76601,14 +77120,14 @@
|
|
|
76601
77120
|
"custom": {
|
|
76602
77121
|
"schema": "Index#name"
|
|
76603
77122
|
},
|
|
76604
|
-
"remarks": "Index names can be used to reference indexes elsewhere in the configuration. For example,\nyou can pin a package to a specific index by name:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/
|
|
77123
|
+
"remarks": "Index names can be used to reference indexes elsewhere in the configuration. For example,\nyou can pin a package to a specific index by name:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/cu130\"\n\n[tool.uv.sources]\ntorch = { index = \"pytorch\" }\n```",
|
|
76605
77124
|
"stability": "experimental",
|
|
76606
77125
|
"summary": "The name of the index."
|
|
76607
77126
|
},
|
|
76608
77127
|
"immutable": true,
|
|
76609
77128
|
"locationInModule": {
|
|
76610
77129
|
"filename": "src/python/uv-config.ts",
|
|
76611
|
-
"line":
|
|
77130
|
+
"line": 1444
|
|
76612
77131
|
},
|
|
76613
77132
|
"name": "name",
|
|
76614
77133
|
"optional": true,
|
|
@@ -76629,7 +77148,7 @@
|
|
|
76629
77148
|
"immutable": true,
|
|
76630
77149
|
"locationInModule": {
|
|
76631
77150
|
"filename": "src/python/uv-config.ts",
|
|
76632
|
-
"line":
|
|
77151
|
+
"line": 1462
|
|
76633
77152
|
},
|
|
76634
77153
|
"name": "publishUrl",
|
|
76635
77154
|
"optional": true,
|
|
@@ -76654,7 +77173,7 @@
|
|
|
76654
77173
|
"kind": "interface",
|
|
76655
77174
|
"locationInModule": {
|
|
76656
77175
|
"filename": "src/python/uv-config.ts",
|
|
76657
|
-
"line":
|
|
77176
|
+
"line": 2626
|
|
76658
77177
|
},
|
|
76659
77178
|
"name": "IndexCacheControl",
|
|
76660
77179
|
"namespace": "python.uvConfig",
|
|
@@ -76671,7 +77190,7 @@
|
|
|
76671
77190
|
"immutable": true,
|
|
76672
77191
|
"locationInModule": {
|
|
76673
77192
|
"filename": "src/python/uv-config.ts",
|
|
76674
|
-
"line":
|
|
77193
|
+
"line": 2632
|
|
76675
77194
|
},
|
|
76676
77195
|
"name": "api",
|
|
76677
77196
|
"optional": true,
|
|
@@ -76691,7 +77210,7 @@
|
|
|
76691
77210
|
"immutable": true,
|
|
76692
77211
|
"locationInModule": {
|
|
76693
77212
|
"filename": "src/python/uv-config.ts",
|
|
76694
|
-
"line":
|
|
77213
|
+
"line": 2639
|
|
76695
77214
|
},
|
|
76696
77215
|
"name": "files",
|
|
76697
77216
|
"optional": true,
|
|
@@ -76714,7 +77233,7 @@
|
|
|
76714
77233
|
"kind": "enum",
|
|
76715
77234
|
"locationInModule": {
|
|
76716
77235
|
"filename": "src/python/uv-config.ts",
|
|
76717
|
-
"line":
|
|
77236
|
+
"line": 2661
|
|
76718
77237
|
},
|
|
76719
77238
|
"members": [
|
|
76720
77239
|
{
|
|
@@ -76750,7 +77269,7 @@
|
|
|
76750
77269
|
"kind": "enum",
|
|
76751
77270
|
"locationInModule": {
|
|
76752
77271
|
"filename": "src/python/uv-config.ts",
|
|
76753
|
-
"line":
|
|
77272
|
+
"line": 1501
|
|
76754
77273
|
},
|
|
76755
77274
|
"members": [
|
|
76756
77275
|
{
|
|
@@ -76795,7 +77314,7 @@
|
|
|
76795
77314
|
"kind": "enum",
|
|
76796
77315
|
"locationInModule": {
|
|
76797
77316
|
"filename": "src/python/uv-config.ts",
|
|
76798
|
-
"line":
|
|
77317
|
+
"line": 1540
|
|
76799
77318
|
},
|
|
76800
77319
|
"members": [
|
|
76801
77320
|
{
|
|
@@ -76825,19 +77344,22 @@
|
|
|
76825
77344
|
"custom": {
|
|
76826
77345
|
"schema": "LinkMode"
|
|
76827
77346
|
},
|
|
76828
|
-
"
|
|
77347
|
+
"default": "LinkMode::Clone`] on macOS and Linux (which support copy-on-write on",
|
|
77348
|
+
"remarks": "Defaults to [`LinkMode::Clone`] on macOS and Linux (which support copy-on-write on\nAPFS and btrfs/xfs/bcachefs respectively), and [`LinkMode::Hardlink`] on other\nplatforms.",
|
|
77349
|
+
"stability": "experimental",
|
|
77350
|
+
"summary": "The method to use when linking."
|
|
76829
77351
|
},
|
|
76830
77352
|
"fqn": "projen.python.uvConfig.LinkMode",
|
|
76831
77353
|
"kind": "enum",
|
|
76832
77354
|
"locationInModule": {
|
|
76833
77355
|
"filename": "src/python/uv-config.ts",
|
|
76834
|
-
"line":
|
|
77356
|
+
"line": 1557
|
|
76835
77357
|
},
|
|
76836
77358
|
"members": [
|
|
76837
77359
|
{
|
|
76838
77360
|
"docs": {
|
|
76839
77361
|
"stability": "experimental",
|
|
76840
|
-
"summary": "Clone (i.e., copy-on-write) packages from the
|
|
77362
|
+
"summary": "Clone (i.e., copy-on-write) packages from the source into the destination. (clone)."
|
|
76841
77363
|
},
|
|
76842
77364
|
"name": "CLONE"
|
|
76843
77365
|
},
|
|
@@ -76845,7 +77367,7 @@
|
|
|
76845
77367
|
"docs": {
|
|
76846
77368
|
"remarks": "(copy)",
|
|
76847
77369
|
"stability": "experimental",
|
|
76848
|
-
"summary": "Copy packages from the
|
|
77370
|
+
"summary": "Copy packages from the source into the destination."
|
|
76849
77371
|
},
|
|
76850
77372
|
"name": "COPY"
|
|
76851
77373
|
},
|
|
@@ -76853,7 +77375,7 @@
|
|
|
76853
77375
|
"docs": {
|
|
76854
77376
|
"remarks": "(hardlink)",
|
|
76855
77377
|
"stability": "experimental",
|
|
76856
|
-
"summary": "Hard link packages from the
|
|
77378
|
+
"summary": "Hard link packages from the source into the destination."
|
|
76857
77379
|
},
|
|
76858
77380
|
"name": "HARDLINK"
|
|
76859
77381
|
},
|
|
@@ -76861,7 +77383,7 @@
|
|
|
76861
77383
|
"docs": {
|
|
76862
77384
|
"remarks": "(symlink)",
|
|
76863
77385
|
"stability": "experimental",
|
|
76864
|
-
"summary": "Symbolically link packages from the
|
|
77386
|
+
"summary": "Symbolically link packages from the source into the destination."
|
|
76865
77387
|
},
|
|
76866
77388
|
"name": "SYMLINK"
|
|
76867
77389
|
}
|
|
@@ -76885,7 +77407,7 @@
|
|
|
76885
77407
|
"kind": "interface",
|
|
76886
77408
|
"locationInModule": {
|
|
76887
77409
|
"filename": "src/python/uv-config.ts",
|
|
76888
|
-
"line":
|
|
77410
|
+
"line": 2689
|
|
76889
77411
|
},
|
|
76890
77412
|
"name": "PipGroupName",
|
|
76891
77413
|
"namespace": "python.uvConfig",
|
|
@@ -76901,7 +77423,7 @@
|
|
|
76901
77423
|
"immutable": true,
|
|
76902
77424
|
"locationInModule": {
|
|
76903
77425
|
"filename": "src/python/uv-config.ts",
|
|
76904
|
-
"line":
|
|
77426
|
+
"line": 2693
|
|
76905
77427
|
},
|
|
76906
77428
|
"name": "name",
|
|
76907
77429
|
"type": {
|
|
@@ -76919,7 +77441,7 @@
|
|
|
76919
77441
|
"immutable": true,
|
|
76920
77442
|
"locationInModule": {
|
|
76921
77443
|
"filename": "src/python/uv-config.ts",
|
|
76922
|
-
"line":
|
|
77444
|
+
"line": 2698
|
|
76923
77445
|
},
|
|
76924
77446
|
"name": "path",
|
|
76925
77447
|
"optional": true,
|
|
@@ -76945,7 +77467,7 @@
|
|
|
76945
77467
|
"kind": "interface",
|
|
76946
77468
|
"locationInModule": {
|
|
76947
77469
|
"filename": "src/python/uv-config.ts",
|
|
76948
|
-
"line":
|
|
77470
|
+
"line": 1576
|
|
76949
77471
|
},
|
|
76950
77472
|
"name": "PipOptions",
|
|
76951
77473
|
"namespace": "python.uvConfig",
|
|
@@ -76963,7 +77485,7 @@
|
|
|
76963
77485
|
"immutable": true,
|
|
76964
77486
|
"locationInModule": {
|
|
76965
77487
|
"filename": "src/python/uv-config.ts",
|
|
76966
|
-
"line":
|
|
77488
|
+
"line": 1584
|
|
76967
77489
|
},
|
|
76968
77490
|
"name": "allExtras",
|
|
76969
77491
|
"optional": true,
|
|
@@ -76983,7 +77505,7 @@
|
|
|
76983
77505
|
"immutable": true,
|
|
76984
77506
|
"locationInModule": {
|
|
76985
77507
|
"filename": "src/python/uv-config.ts",
|
|
76986
|
-
"line":
|
|
77508
|
+
"line": 1592
|
|
76987
77509
|
},
|
|
76988
77510
|
"name": "allowEmptyRequirements",
|
|
76989
77511
|
"optional": true,
|
|
@@ -77003,7 +77525,7 @@
|
|
|
77003
77525
|
"immutable": true,
|
|
77004
77526
|
"locationInModule": {
|
|
77005
77527
|
"filename": "src/python/uv-config.ts",
|
|
77006
|
-
"line":
|
|
77528
|
+
"line": 1600
|
|
77007
77529
|
},
|
|
77008
77530
|
"name": "annotationStyle",
|
|
77009
77531
|
"optional": true,
|
|
@@ -77024,7 +77546,7 @@
|
|
|
77024
77546
|
"immutable": true,
|
|
77025
77547
|
"locationInModule": {
|
|
77026
77548
|
"filename": "src/python/uv-config.ts",
|
|
77027
|
-
"line":
|
|
77549
|
+
"line": 1612
|
|
77028
77550
|
},
|
|
77029
77551
|
"name": "breakSystemPackages",
|
|
77030
77552
|
"optional": true,
|
|
@@ -77045,7 +77567,7 @@
|
|
|
77045
77567
|
"immutable": true,
|
|
77046
77568
|
"locationInModule": {
|
|
77047
77569
|
"filename": "src/python/uv-config.ts",
|
|
77048
|
-
"line":
|
|
77570
|
+
"line": 1628
|
|
77049
77571
|
},
|
|
77050
77572
|
"name": "compileBytecode",
|
|
77051
77573
|
"optional": true,
|
|
@@ -77065,7 +77587,7 @@
|
|
|
77065
77587
|
"immutable": true,
|
|
77066
77588
|
"locationInModule": {
|
|
77067
77589
|
"filename": "src/python/uv-config.ts",
|
|
77068
|
-
"line":
|
|
77590
|
+
"line": 1636
|
|
77069
77591
|
},
|
|
77070
77592
|
"name": "configSettings",
|
|
77071
77593
|
"optional": true,
|
|
@@ -77090,7 +77612,7 @@
|
|
|
77090
77612
|
"immutable": true,
|
|
77091
77613
|
"locationInModule": {
|
|
77092
77614
|
"filename": "src/python/uv-config.ts",
|
|
77093
|
-
"line":
|
|
77615
|
+
"line": 1644
|
|
77094
77616
|
},
|
|
77095
77617
|
"name": "configSettingsPackage",
|
|
77096
77618
|
"optional": true,
|
|
@@ -77121,7 +77643,7 @@
|
|
|
77121
77643
|
"immutable": true,
|
|
77122
77644
|
"locationInModule": {
|
|
77123
77645
|
"filename": "src/python/uv-config.ts",
|
|
77124
|
-
"line":
|
|
77646
|
+
"line": 1653
|
|
77125
77647
|
},
|
|
77126
77648
|
"name": "customCompileCommand",
|
|
77127
77649
|
"optional": true,
|
|
@@ -77142,7 +77664,7 @@
|
|
|
77142
77664
|
"immutable": true,
|
|
77143
77665
|
"locationInModule": {
|
|
77144
77666
|
"filename": "src/python/uv-config.ts",
|
|
77145
|
-
"line":
|
|
77667
|
+
"line": 1672
|
|
77146
77668
|
},
|
|
77147
77669
|
"name": "dependencyMetadata",
|
|
77148
77670
|
"optional": true,
|
|
@@ -77167,7 +77689,7 @@
|
|
|
77167
77689
|
"immutable": true,
|
|
77168
77690
|
"locationInModule": {
|
|
77169
77691
|
"filename": "src/python/uv-config.ts",
|
|
77170
|
-
"line":
|
|
77692
|
+
"line": 1679
|
|
77171
77693
|
},
|
|
77172
77694
|
"name": "emitBuildOptions",
|
|
77173
77695
|
"optional": true,
|
|
@@ -77187,7 +77709,7 @@
|
|
|
77187
77709
|
"immutable": true,
|
|
77188
77710
|
"locationInModule": {
|
|
77189
77711
|
"filename": "src/python/uv-config.ts",
|
|
77190
|
-
"line":
|
|
77712
|
+
"line": 1686
|
|
77191
77713
|
},
|
|
77192
77714
|
"name": "emitFindLinks",
|
|
77193
77715
|
"optional": true,
|
|
@@ -77207,7 +77729,7 @@
|
|
|
77207
77729
|
"immutable": true,
|
|
77208
77730
|
"locationInModule": {
|
|
77209
77731
|
"filename": "src/python/uv-config.ts",
|
|
77210
|
-
"line":
|
|
77732
|
+
"line": 1694
|
|
77211
77733
|
},
|
|
77212
77734
|
"name": "emitIndexAnnotation",
|
|
77213
77735
|
"optional": true,
|
|
@@ -77227,7 +77749,7 @@
|
|
|
77227
77749
|
"immutable": true,
|
|
77228
77750
|
"locationInModule": {
|
|
77229
77751
|
"filename": "src/python/uv-config.ts",
|
|
77230
|
-
"line":
|
|
77752
|
+
"line": 1701
|
|
77231
77753
|
},
|
|
77232
77754
|
"name": "emitIndexUrl",
|
|
77233
77755
|
"optional": true,
|
|
@@ -77248,7 +77770,7 @@
|
|
|
77248
77770
|
"immutable": true,
|
|
77249
77771
|
"locationInModule": {
|
|
77250
77772
|
"filename": "src/python/uv-config.ts",
|
|
77251
|
-
"line":
|
|
77773
|
+
"line": 1713
|
|
77252
77774
|
},
|
|
77253
77775
|
"name": "emitMarkerExpression",
|
|
77254
77776
|
"optional": true,
|
|
@@ -77262,14 +77784,14 @@
|
|
|
77262
77784
|
"custom": {
|
|
77263
77785
|
"schema": "PipOptions#exclude-newer"
|
|
77264
77786
|
},
|
|
77265
|
-
"remarks": "
|
|
77787
|
+
"remarks": "The date is compared against the upload time of each individual distribution artifact\n(i.e., when each file was uploaded to the package index), not the release date of the\npackage version.\n\nAccepts RFC 3339 timestamps (e.g., `2006-12-02T02:07:43Z`), a \"friendly\" duration (e.g.,\n`24 hours`, `1 week`, `30 days`), or an ISO 8601 duration (e.g., `PT24H`, `P7D`, `P30D`).\n\nDurations do not respect semantics of the local time zone and are always resolved to a fixed\nnumber of seconds assuming that a day is 24 hours (e.g., DST transitions are ignored).\nCalendar units such as months and years are not allowed.",
|
|
77266
77788
|
"stability": "experimental",
|
|
77267
77789
|
"summary": "Limit candidate packages to those that were uploaded prior to a given point in time."
|
|
77268
77790
|
},
|
|
77269
77791
|
"immutable": true,
|
|
77270
77792
|
"locationInModule": {
|
|
77271
77793
|
"filename": "src/python/uv-config.ts",
|
|
77272
|
-
"line":
|
|
77794
|
+
"line": 1731
|
|
77273
77795
|
},
|
|
77274
77796
|
"name": "excludeNewer",
|
|
77275
77797
|
"optional": true,
|
|
@@ -77283,21 +77805,21 @@
|
|
|
77283
77805
|
"custom": {
|
|
77284
77806
|
"schema": "PipOptions#exclude-newer-package"
|
|
77285
77807
|
},
|
|
77286
|
-
"remarks": "Accepts
|
|
77808
|
+
"remarks": "Accepts a dictionary format of `PACKAGE = \"DATE\"` pairs, where `DATE` is an RFC 3339\ntimestamp (e.g., `2006-12-02T02:07:43Z`), a \"friendly\" duration (e.g., `24 hours`, `1 week`,\n`30 days`), or a ISO 8601 duration (e.g., `PT24H`, `P7D`, `P30D`).\n\nDurations do not respect semantics of the local time zone and are always resolved to a fixed\nnumber of seconds assuming that a day is 24 hours (e.g., DST transitions are ignored).\nCalendar units such as months and years are not allowed.\n\nSet a package to `false` to exempt it from the global [`exclude-newer`](#exclude-newer)\nconstraint entirely.",
|
|
77287
77809
|
"stability": "experimental",
|
|
77288
77810
|
"summary": "Limit candidate packages for specific packages to those that were uploaded prior to the given date."
|
|
77289
77811
|
},
|
|
77290
77812
|
"immutable": true,
|
|
77291
77813
|
"locationInModule": {
|
|
77292
77814
|
"filename": "src/python/uv-config.ts",
|
|
77293
|
-
"line":
|
|
77815
|
+
"line": 1749
|
|
77294
77816
|
},
|
|
77295
77817
|
"name": "excludeNewerPackage",
|
|
77296
77818
|
"optional": true,
|
|
77297
77819
|
"type": {
|
|
77298
77820
|
"collection": {
|
|
77299
77821
|
"elementtype": {
|
|
77300
|
-
"
|
|
77822
|
+
"fqn": "projen.python.uvConfig.ExcludeNewerOverride"
|
|
77301
77823
|
},
|
|
77302
77824
|
"kind": "map"
|
|
77303
77825
|
}
|
|
@@ -77316,7 +77838,7 @@
|
|
|
77316
77838
|
"immutable": true,
|
|
77317
77839
|
"locationInModule": {
|
|
77318
77840
|
"filename": "src/python/uv-config.ts",
|
|
77319
|
-
"line":
|
|
77841
|
+
"line": 1758
|
|
77320
77842
|
},
|
|
77321
77843
|
"name": "extra",
|
|
77322
77844
|
"optional": true,
|
|
@@ -77342,7 +77864,7 @@
|
|
|
77342
77864
|
"immutable": true,
|
|
77343
77865
|
"locationInModule": {
|
|
77344
77866
|
"filename": "src/python/uv-config.ts",
|
|
77345
|
-
"line":
|
|
77867
|
+
"line": 1769
|
|
77346
77868
|
},
|
|
77347
77869
|
"name": "extraBuildDependencies",
|
|
77348
77870
|
"optional": true,
|
|
@@ -77373,7 +77895,7 @@
|
|
|
77373
77895
|
"immutable": true,
|
|
77374
77896
|
"locationInModule": {
|
|
77375
77897
|
"filename": "src/python/uv-config.ts",
|
|
77376
|
-
"line":
|
|
77898
|
+
"line": 1779
|
|
77377
77899
|
},
|
|
77378
77900
|
"name": "extraBuildVariables",
|
|
77379
77901
|
"optional": true,
|
|
@@ -77404,7 +77926,7 @@
|
|
|
77404
77926
|
"immutable": true,
|
|
77405
77927
|
"locationInModule": {
|
|
77406
77928
|
"filename": "src/python/uv-config.ts",
|
|
77407
|
-
"line":
|
|
77929
|
+
"line": 1795
|
|
77408
77930
|
},
|
|
77409
77931
|
"name": "extraIndexUrl",
|
|
77410
77932
|
"optional": true,
|
|
@@ -77430,7 +77952,7 @@
|
|
|
77430
77952
|
"immutable": true,
|
|
77431
77953
|
"locationInModule": {
|
|
77432
77954
|
"filename": "src/python/uv-config.ts",
|
|
77433
|
-
"line":
|
|
77955
|
+
"line": 1809
|
|
77434
77956
|
},
|
|
77435
77957
|
"name": "findLinks",
|
|
77436
77958
|
"optional": true,
|
|
@@ -77456,7 +77978,7 @@
|
|
|
77456
77978
|
"immutable": true,
|
|
77457
77979
|
"locationInModule": {
|
|
77458
77980
|
"filename": "src/python/uv-config.ts",
|
|
77459
|
-
"line":
|
|
77981
|
+
"line": 1825
|
|
77460
77982
|
},
|
|
77461
77983
|
"name": "forkStrategy",
|
|
77462
77984
|
"optional": true,
|
|
@@ -77476,7 +77998,7 @@
|
|
|
77476
77998
|
"immutable": true,
|
|
77477
77999
|
"locationInModule": {
|
|
77478
78000
|
"filename": "src/python/uv-config.ts",
|
|
77479
|
-
"line":
|
|
78001
|
+
"line": 1832
|
|
77480
78002
|
},
|
|
77481
78003
|
"name": "generateHashes",
|
|
77482
78004
|
"optional": true,
|
|
@@ -77496,7 +78018,7 @@
|
|
|
77496
78018
|
"immutable": true,
|
|
77497
78019
|
"locationInModule": {
|
|
77498
78020
|
"filename": "src/python/uv-config.ts",
|
|
77499
|
-
"line":
|
|
78021
|
+
"line": 1839
|
|
77500
78022
|
},
|
|
77501
78023
|
"name": "group",
|
|
77502
78024
|
"optional": true,
|
|
@@ -77522,7 +78044,7 @@
|
|
|
77522
78044
|
"immutable": true,
|
|
77523
78045
|
"locationInModule": {
|
|
77524
78046
|
"filename": "src/python/uv-config.ts",
|
|
77525
|
-
"line":
|
|
78047
|
+
"line": 1851
|
|
77526
78048
|
},
|
|
77527
78049
|
"name": "indexStrategy",
|
|
77528
78050
|
"optional": true,
|
|
@@ -77543,7 +78065,7 @@
|
|
|
77543
78065
|
"immutable": true,
|
|
77544
78066
|
"locationInModule": {
|
|
77545
78067
|
"filename": "src/python/uv-config.ts",
|
|
77546
|
-
"line":
|
|
78068
|
+
"line": 1864
|
|
77547
78069
|
},
|
|
77548
78070
|
"name": "indexUrl",
|
|
77549
78071
|
"optional": true,
|
|
@@ -77564,7 +78086,7 @@
|
|
|
77564
78086
|
"immutable": true,
|
|
77565
78087
|
"locationInModule": {
|
|
77566
78088
|
"filename": "src/python/uv-config.ts",
|
|
77567
|
-
"line":
|
|
78089
|
+
"line": 1874
|
|
77568
78090
|
},
|
|
77569
78091
|
"name": "keyringProvider",
|
|
77570
78092
|
"optional": true,
|
|
@@ -77578,15 +78100,15 @@
|
|
|
77578
78100
|
"custom": {
|
|
77579
78101
|
"schema": "PipOptions#link-mode"
|
|
77580
78102
|
},
|
|
77581
|
-
"default": "clone` (also known as Copy-on-Write) on macOS, and `hardlink` on
|
|
77582
|
-
"remarks": "Defaults to `clone` (also known as Copy-on-Write) on macOS, and `hardlink` on
|
|
78103
|
+
"default": "clone` (also known as Copy-on-Write) on macOS and Linux, and `hardlink` on",
|
|
78104
|
+
"remarks": "Defaults to `clone` (also known as Copy-on-Write) on macOS and Linux, and `hardlink` on\nWindows.\n\nWARNING: The use of symlink link mode is discouraged, as they create tight coupling between\nthe cache and the target environment. For example, clearing the cache (`uv cache clean`)\nwill break all installed packages by way of removing the underlying source files. Use\nsymlinks with caution.",
|
|
77583
78105
|
"stability": "experimental",
|
|
77584
78106
|
"summary": "The method to use when installing packages from the global cache."
|
|
77585
78107
|
},
|
|
77586
78108
|
"immutable": true,
|
|
77587
78109
|
"locationInModule": {
|
|
77588
78110
|
"filename": "src/python/uv-config.ts",
|
|
77589
|
-
"line":
|
|
78111
|
+
"line": 1890
|
|
77590
78112
|
},
|
|
77591
78113
|
"name": "linkMode",
|
|
77592
78114
|
"optional": true,
|
|
@@ -77606,7 +78128,7 @@
|
|
|
77606
78128
|
"immutable": true,
|
|
77607
78129
|
"locationInModule": {
|
|
77608
78130
|
"filename": "src/python/uv-config.ts",
|
|
77609
|
-
"line":
|
|
78131
|
+
"line": 1898
|
|
77610
78132
|
},
|
|
77611
78133
|
"name": "noAnnotate",
|
|
77612
78134
|
"optional": true,
|
|
@@ -77627,7 +78149,7 @@
|
|
|
77627
78149
|
"immutable": true,
|
|
77628
78150
|
"locationInModule": {
|
|
77629
78151
|
"filename": "src/python/uv-config.ts",
|
|
77630
|
-
"line":
|
|
78152
|
+
"line": 1911
|
|
77631
78153
|
},
|
|
77632
78154
|
"name": "noBinary",
|
|
77633
78155
|
"optional": true,
|
|
@@ -77653,7 +78175,7 @@
|
|
|
77653
78175
|
"immutable": true,
|
|
77654
78176
|
"locationInModule": {
|
|
77655
78177
|
"filename": "src/python/uv-config.ts",
|
|
77656
|
-
"line":
|
|
78178
|
+
"line": 1924
|
|
77657
78179
|
},
|
|
77658
78180
|
"name": "noBuild",
|
|
77659
78181
|
"optional": true,
|
|
@@ -77674,7 +78196,7 @@
|
|
|
77674
78196
|
"immutable": true,
|
|
77675
78197
|
"locationInModule": {
|
|
77676
78198
|
"filename": "src/python/uv-config.ts",
|
|
77677
|
-
"line":
|
|
78199
|
+
"line": 1934
|
|
77678
78200
|
},
|
|
77679
78201
|
"name": "noBuildIsolation",
|
|
77680
78202
|
"optional": true,
|
|
@@ -77695,7 +78217,7 @@
|
|
|
77695
78217
|
"immutable": true,
|
|
77696
78218
|
"locationInModule": {
|
|
77697
78219
|
"filename": "src/python/uv-config.ts",
|
|
77698
|
-
"line":
|
|
78220
|
+
"line": 1944
|
|
77699
78221
|
},
|
|
77700
78222
|
"name": "noBuildIsolationPackage",
|
|
77701
78223
|
"optional": true,
|
|
@@ -77720,7 +78242,7 @@
|
|
|
77720
78242
|
"immutable": true,
|
|
77721
78243
|
"locationInModule": {
|
|
77722
78244
|
"filename": "src/python/uv-config.ts",
|
|
77723
|
-
"line":
|
|
78245
|
+
"line": 1952
|
|
77724
78246
|
},
|
|
77725
78247
|
"name": "noDeps",
|
|
77726
78248
|
"optional": true,
|
|
@@ -77741,7 +78263,7 @@
|
|
|
77741
78263
|
"immutable": true,
|
|
77742
78264
|
"locationInModule": {
|
|
77743
78265
|
"filename": "src/python/uv-config.ts",
|
|
77744
|
-
"line":
|
|
78266
|
+
"line": 1960
|
|
77745
78267
|
},
|
|
77746
78268
|
"name": "noEmitPackage",
|
|
77747
78269
|
"optional": true,
|
|
@@ -77766,7 +78288,7 @@
|
|
|
77766
78288
|
"immutable": true,
|
|
77767
78289
|
"locationInModule": {
|
|
77768
78290
|
"filename": "src/python/uv-config.ts",
|
|
77769
|
-
"line":
|
|
78291
|
+
"line": 1967
|
|
77770
78292
|
},
|
|
77771
78293
|
"name": "noExtra",
|
|
77772
78294
|
"optional": true,
|
|
@@ -77791,7 +78313,7 @@
|
|
|
77791
78313
|
"immutable": true,
|
|
77792
78314
|
"locationInModule": {
|
|
77793
78315
|
"filename": "src/python/uv-config.ts",
|
|
77794
|
-
"line":
|
|
78316
|
+
"line": 1974
|
|
77795
78317
|
},
|
|
77796
78318
|
"name": "noHeader",
|
|
77797
78319
|
"optional": true,
|
|
@@ -77811,7 +78333,7 @@
|
|
|
77811
78333
|
"immutable": true,
|
|
77812
78334
|
"locationInModule": {
|
|
77813
78335
|
"filename": "src/python/uv-config.ts",
|
|
77814
|
-
"line":
|
|
78336
|
+
"line": 1982
|
|
77815
78337
|
},
|
|
77816
78338
|
"name": "noIndex",
|
|
77817
78339
|
"optional": true,
|
|
@@ -77831,7 +78353,7 @@
|
|
|
77831
78353
|
"immutable": true,
|
|
77832
78354
|
"locationInModule": {
|
|
77833
78355
|
"filename": "src/python/uv-config.ts",
|
|
77834
|
-
"line":
|
|
78356
|
+
"line": 1991
|
|
77835
78357
|
},
|
|
77836
78358
|
"name": "noSources",
|
|
77837
78359
|
"optional": true,
|
|
@@ -77839,6 +78361,31 @@
|
|
|
77839
78361
|
"primitive": "boolean"
|
|
77840
78362
|
}
|
|
77841
78363
|
},
|
|
78364
|
+
{
|
|
78365
|
+
"abstract": true,
|
|
78366
|
+
"docs": {
|
|
78367
|
+
"custom": {
|
|
78368
|
+
"schema": "PipOptions#no-sources-package"
|
|
78369
|
+
},
|
|
78370
|
+
"stability": "experimental",
|
|
78371
|
+
"summary": "Ignore `tool.uv.sources` for the specified packages."
|
|
78372
|
+
},
|
|
78373
|
+
"immutable": true,
|
|
78374
|
+
"locationInModule": {
|
|
78375
|
+
"filename": "src/python/uv-config.ts",
|
|
78376
|
+
"line": 1998
|
|
78377
|
+
},
|
|
78378
|
+
"name": "noSourcesPackage",
|
|
78379
|
+
"optional": true,
|
|
78380
|
+
"type": {
|
|
78381
|
+
"collection": {
|
|
78382
|
+
"elementtype": {
|
|
78383
|
+
"primitive": "string"
|
|
78384
|
+
},
|
|
78385
|
+
"kind": "array"
|
|
78386
|
+
}
|
|
78387
|
+
}
|
|
78388
|
+
},
|
|
77842
78389
|
{
|
|
77843
78390
|
"abstract": true,
|
|
77844
78391
|
"docs": {
|
|
@@ -77852,7 +78399,7 @@
|
|
|
77852
78399
|
"immutable": true,
|
|
77853
78400
|
"locationInModule": {
|
|
77854
78401
|
"filename": "src/python/uv-config.ts",
|
|
77855
|
-
"line":
|
|
78402
|
+
"line": 2009
|
|
77856
78403
|
},
|
|
77857
78404
|
"name": "noStripExtras",
|
|
77858
78405
|
"optional": true,
|
|
@@ -77873,7 +78420,7 @@
|
|
|
77873
78420
|
"immutable": true,
|
|
77874
78421
|
"locationInModule": {
|
|
77875
78422
|
"filename": "src/python/uv-config.ts",
|
|
77876
|
-
"line":
|
|
78423
|
+
"line": 2019
|
|
77877
78424
|
},
|
|
77878
78425
|
"name": "noStripMarkers",
|
|
77879
78426
|
"optional": true,
|
|
@@ -77894,7 +78441,7 @@
|
|
|
77894
78441
|
"immutable": true,
|
|
77895
78442
|
"locationInModule": {
|
|
77896
78443
|
"filename": "src/python/uv-config.ts",
|
|
77897
|
-
"line":
|
|
78444
|
+
"line": 2033
|
|
77898
78445
|
},
|
|
77899
78446
|
"name": "onlyBinary",
|
|
77900
78447
|
"optional": true,
|
|
@@ -77920,7 +78467,7 @@
|
|
|
77920
78467
|
"immutable": true,
|
|
77921
78468
|
"locationInModule": {
|
|
77922
78469
|
"filename": "src/python/uv-config.ts",
|
|
77923
|
-
"line":
|
|
78470
|
+
"line": 2043
|
|
77924
78471
|
},
|
|
77925
78472
|
"name": "outputFile",
|
|
77926
78473
|
"optional": true,
|
|
@@ -77941,7 +78488,7 @@
|
|
|
77941
78488
|
"immutable": true,
|
|
77942
78489
|
"locationInModule": {
|
|
77943
78490
|
"filename": "src/python/uv-config.ts",
|
|
77944
|
-
"line":
|
|
78491
|
+
"line": 2056
|
|
77945
78492
|
},
|
|
77946
78493
|
"name": "prefix",
|
|
77947
78494
|
"optional": true,
|
|
@@ -77962,7 +78509,7 @@
|
|
|
77962
78509
|
"immutable": true,
|
|
77963
78510
|
"locationInModule": {
|
|
77964
78511
|
"filename": "src/python/uv-config.ts",
|
|
77965
|
-
"line":
|
|
78512
|
+
"line": 2067
|
|
77966
78513
|
},
|
|
77967
78514
|
"name": "prerelease",
|
|
77968
78515
|
"optional": true,
|
|
@@ -77983,7 +78530,7 @@
|
|
|
77983
78530
|
"immutable": true,
|
|
77984
78531
|
"locationInModule": {
|
|
77985
78532
|
"filename": "src/python/uv-config.ts",
|
|
77986
|
-
"line":
|
|
78533
|
+
"line": 2085
|
|
77987
78534
|
},
|
|
77988
78535
|
"name": "python",
|
|
77989
78536
|
"optional": true,
|
|
@@ -78004,7 +78551,7 @@
|
|
|
78004
78551
|
"immutable": true,
|
|
78005
78552
|
"locationInModule": {
|
|
78006
78553
|
"filename": "src/python/uv-config.ts",
|
|
78007
|
-
"line":
|
|
78554
|
+
"line": 2096
|
|
78008
78555
|
},
|
|
78009
78556
|
"name": "pythonPlatform",
|
|
78010
78557
|
"optional": true,
|
|
@@ -78025,7 +78572,7 @@
|
|
|
78025
78572
|
"immutable": true,
|
|
78026
78573
|
"locationInModule": {
|
|
78027
78574
|
"filename": "src/python/uv-config.ts",
|
|
78028
|
-
"line":
|
|
78575
|
+
"line": 2107
|
|
78029
78576
|
},
|
|
78030
78577
|
"name": "pythonVersion",
|
|
78031
78578
|
"optional": true,
|
|
@@ -78046,7 +78593,7 @@
|
|
|
78046
78593
|
"immutable": true,
|
|
78047
78594
|
"locationInModule": {
|
|
78048
78595
|
"filename": "src/python/uv-config.ts",
|
|
78049
|
-
"line":
|
|
78596
|
+
"line": 2114
|
|
78050
78597
|
},
|
|
78051
78598
|
"name": "reinstall",
|
|
78052
78599
|
"optional": true,
|
|
@@ -78067,7 +78614,7 @@
|
|
|
78067
78614
|
"immutable": true,
|
|
78068
78615
|
"locationInModule": {
|
|
78069
78616
|
"filename": "src/python/uv-config.ts",
|
|
78070
|
-
"line":
|
|
78617
|
+
"line": 2122
|
|
78071
78618
|
},
|
|
78072
78619
|
"name": "reinstallPackage",
|
|
78073
78620
|
"optional": true,
|
|
@@ -78093,7 +78640,7 @@
|
|
|
78093
78640
|
"immutable": true,
|
|
78094
78641
|
"locationInModule": {
|
|
78095
78642
|
"filename": "src/python/uv-config.ts",
|
|
78096
|
-
"line":
|
|
78643
|
+
"line": 2140
|
|
78097
78644
|
},
|
|
78098
78645
|
"name": "requireHashes",
|
|
78099
78646
|
"optional": true,
|
|
@@ -78114,7 +78661,7 @@
|
|
|
78114
78661
|
"immutable": true,
|
|
78115
78662
|
"locationInModule": {
|
|
78116
78663
|
"filename": "src/python/uv-config.ts",
|
|
78117
|
-
"line":
|
|
78664
|
+
"line": 2150
|
|
78118
78665
|
},
|
|
78119
78666
|
"name": "resolution",
|
|
78120
78667
|
"optional": true,
|
|
@@ -78134,7 +78681,7 @@
|
|
|
78134
78681
|
"immutable": true,
|
|
78135
78682
|
"locationInModule": {
|
|
78136
78683
|
"filename": "src/python/uv-config.ts",
|
|
78137
|
-
"line":
|
|
78684
|
+
"line": 2158
|
|
78138
78685
|
},
|
|
78139
78686
|
"name": "strict",
|
|
78140
78687
|
"optional": true,
|
|
@@ -78155,7 +78702,7 @@
|
|
|
78155
78702
|
"immutable": true,
|
|
78156
78703
|
"locationInModule": {
|
|
78157
78704
|
"filename": "src/python/uv-config.ts",
|
|
78158
|
-
"line":
|
|
78705
|
+
"line": 2172
|
|
78159
78706
|
},
|
|
78160
78707
|
"name": "system",
|
|
78161
78708
|
"optional": true,
|
|
@@ -78176,7 +78723,7 @@
|
|
|
78176
78723
|
"immutable": true,
|
|
78177
78724
|
"locationInModule": {
|
|
78178
78725
|
"filename": "src/python/uv-config.ts",
|
|
78179
|
-
"line":
|
|
78726
|
+
"line": 2180
|
|
78180
78727
|
},
|
|
78181
78728
|
"name": "target",
|
|
78182
78729
|
"optional": true,
|
|
@@ -78190,14 +78737,14 @@
|
|
|
78190
78737
|
"custom": {
|
|
78191
78738
|
"schema": "PipOptions#torch-backend"
|
|
78192
78739
|
},
|
|
78193
|
-
"remarks": "When set, uv will ignore the configured index URLs for packages in the PyTorch ecosystem,\nand will instead use the defined backend.\n\nFor example, when set to `cpu`, uv will use the CPU-only PyTorch index; when set to `cu126`,\nuv will use the PyTorch index for CUDA 12.6.\n\nThe `auto` mode will attempt to detect the appropriate PyTorch index based on the currently\ninstalled CUDA drivers.\n\nThis option is in preview and may change in any future release.",
|
|
78740
|
+
"remarks": "When set, uv will ignore the configured index URLs for packages in the PyTorch ecosystem,\nand will instead use the defined backend.\n\nFor example, when set to `cpu`, uv will use the CPU-only PyTorch index; when set to `cu126`,\nuv will use the PyTorch index for CUDA 12.6.\n\nThe `auto` mode will attempt to detect the appropriate PyTorch index based on the currently\ninstalled CUDA drivers.\n\nThis setting is only respected by `uv pip` commands.\n\nThis option is in preview and may change in any future release.",
|
|
78194
78741
|
"stability": "experimental",
|
|
78195
78742
|
"summary": "The backend to use when fetching packages in the PyTorch ecosystem."
|
|
78196
78743
|
},
|
|
78197
78744
|
"immutable": true,
|
|
78198
78745
|
"locationInModule": {
|
|
78199
78746
|
"filename": "src/python/uv-config.ts",
|
|
78200
|
-
"line":
|
|
78747
|
+
"line": 2200
|
|
78201
78748
|
},
|
|
78202
78749
|
"name": "torchBackend",
|
|
78203
78750
|
"optional": true,
|
|
@@ -78218,7 +78765,7 @@
|
|
|
78218
78765
|
"immutable": true,
|
|
78219
78766
|
"locationInModule": {
|
|
78220
78767
|
"filename": "src/python/uv-config.ts",
|
|
78221
|
-
"line":
|
|
78768
|
+
"line": 2213
|
|
78222
78769
|
},
|
|
78223
78770
|
"name": "universal",
|
|
78224
78771
|
"optional": true,
|
|
@@ -78238,7 +78785,7 @@
|
|
|
78238
78785
|
"immutable": true,
|
|
78239
78786
|
"locationInModule": {
|
|
78240
78787
|
"filename": "src/python/uv-config.ts",
|
|
78241
|
-
"line":
|
|
78788
|
+
"line": 2220
|
|
78242
78789
|
},
|
|
78243
78790
|
"name": "upgrade",
|
|
78244
78791
|
"optional": true,
|
|
@@ -78259,7 +78806,7 @@
|
|
|
78259
78806
|
"immutable": true,
|
|
78260
78807
|
"locationInModule": {
|
|
78261
78808
|
"filename": "src/python/uv-config.ts",
|
|
78262
|
-
"line":
|
|
78809
|
+
"line": 2230
|
|
78263
78810
|
},
|
|
78264
78811
|
"name": "upgradePackage",
|
|
78265
78812
|
"optional": true,
|
|
@@ -78285,7 +78832,7 @@
|
|
|
78285
78832
|
"immutable": true,
|
|
78286
78833
|
"locationInModule": {
|
|
78287
78834
|
"filename": "src/python/uv-config.ts",
|
|
78288
|
-
"line":
|
|
78835
|
+
"line": 2241
|
|
78289
78836
|
},
|
|
78290
78837
|
"name": "verifyHashes",
|
|
78291
78838
|
"optional": true,
|
|
@@ -78308,7 +78855,7 @@
|
|
|
78308
78855
|
"kind": "enum",
|
|
78309
78856
|
"locationInModule": {
|
|
78310
78857
|
"filename": "src/python/uv-config.ts",
|
|
78311
|
-
"line":
|
|
78858
|
+
"line": 2322
|
|
78312
78859
|
},
|
|
78313
78860
|
"members": [
|
|
78314
78861
|
{
|
|
@@ -78368,7 +78915,7 @@
|
|
|
78368
78915
|
"kind": "enum",
|
|
78369
78916
|
"locationInModule": {
|
|
78370
78917
|
"filename": "src/python/uv-config.ts",
|
|
78371
|
-
"line":
|
|
78918
|
+
"line": 2340
|
|
78372
78919
|
},
|
|
78373
78920
|
"members": [
|
|
78374
78921
|
{
|
|
@@ -78412,7 +78959,7 @@
|
|
|
78412
78959
|
"kind": "enum",
|
|
78413
78960
|
"locationInModule": {
|
|
78414
78961
|
"filename": "src/python/uv-config.ts",
|
|
78415
|
-
"line":
|
|
78962
|
+
"line": 2352
|
|
78416
78963
|
},
|
|
78417
78964
|
"members": [
|
|
78418
78965
|
{
|
|
@@ -78464,7 +79011,7 @@
|
|
|
78464
79011
|
"kind": "enum",
|
|
78465
79012
|
"locationInModule": {
|
|
78466
79013
|
"filename": "src/python/uv-config.ts",
|
|
78467
|
-
"line":
|
|
79014
|
+
"line": 2371
|
|
78468
79015
|
},
|
|
78469
79016
|
"members": [
|
|
78470
79017
|
{
|
|
@@ -78511,7 +79058,7 @@
|
|
|
78511
79058
|
"kind": "interface",
|
|
78512
79059
|
"locationInModule": {
|
|
78513
79060
|
"filename": "src/python/uv-config.ts",
|
|
78514
|
-
"line":
|
|
79061
|
+
"line": 1161
|
|
78515
79062
|
},
|
|
78516
79063
|
"name": "SchemaConflictItem",
|
|
78517
79064
|
"namespace": "python.uvConfig",
|
|
@@ -78527,7 +79074,7 @@
|
|
|
78527
79074
|
"immutable": true,
|
|
78528
79075
|
"locationInModule": {
|
|
78529
79076
|
"filename": "src/python/uv-config.ts",
|
|
78530
|
-
"line":
|
|
79077
|
+
"line": 1165
|
|
78531
79078
|
},
|
|
78532
79079
|
"name": "extra",
|
|
78533
79080
|
"optional": true,
|
|
@@ -78546,7 +79093,7 @@
|
|
|
78546
79093
|
"immutable": true,
|
|
78547
79094
|
"locationInModule": {
|
|
78548
79095
|
"filename": "src/python/uv-config.ts",
|
|
78549
|
-
"line":
|
|
79096
|
+
"line": 1170
|
|
78550
79097
|
},
|
|
78551
79098
|
"name": "group",
|
|
78552
79099
|
"optional": true,
|
|
@@ -78565,7 +79112,7 @@
|
|
|
78565
79112
|
"immutable": true,
|
|
78566
79113
|
"locationInModule": {
|
|
78567
79114
|
"filename": "src/python/uv-config.ts",
|
|
78568
|
-
"line":
|
|
79115
|
+
"line": 1175
|
|
78569
79116
|
},
|
|
78570
79117
|
"name": "package",
|
|
78571
79118
|
"optional": true,
|
|
@@ -78590,7 +79137,7 @@
|
|
|
78590
79137
|
"kind": "interface",
|
|
78591
79138
|
"locationInModule": {
|
|
78592
79139
|
"filename": "src/python/uv-config.ts",
|
|
78593
|
-
"line":
|
|
79140
|
+
"line": 1228
|
|
78594
79141
|
},
|
|
78595
79142
|
"name": "StaticMetadata",
|
|
78596
79143
|
"namespace": "python.uvConfig",
|
|
@@ -78606,7 +79153,7 @@
|
|
|
78606
79153
|
"immutable": true,
|
|
78607
79154
|
"locationInModule": {
|
|
78608
79155
|
"filename": "src/python/uv-config.ts",
|
|
78609
|
-
"line":
|
|
79156
|
+
"line": 1232
|
|
78610
79157
|
},
|
|
78611
79158
|
"name": "name",
|
|
78612
79159
|
"type": {
|
|
@@ -78624,7 +79171,7 @@
|
|
|
78624
79171
|
"immutable": true,
|
|
78625
79172
|
"locationInModule": {
|
|
78626
79173
|
"filename": "src/python/uv-config.ts",
|
|
78627
|
-
"line":
|
|
79174
|
+
"line": 1237
|
|
78628
79175
|
},
|
|
78629
79176
|
"name": "providesExtra",
|
|
78630
79177
|
"optional": true,
|
|
@@ -78648,7 +79195,7 @@
|
|
|
78648
79195
|
"immutable": true,
|
|
78649
79196
|
"locationInModule": {
|
|
78650
79197
|
"filename": "src/python/uv-config.ts",
|
|
78651
|
-
"line":
|
|
79198
|
+
"line": 1242
|
|
78652
79199
|
},
|
|
78653
79200
|
"name": "requiresDist",
|
|
78654
79201
|
"optional": true,
|
|
@@ -78673,7 +79220,7 @@
|
|
|
78673
79220
|
"immutable": true,
|
|
78674
79221
|
"locationInModule": {
|
|
78675
79222
|
"filename": "src/python/uv-config.ts",
|
|
78676
|
-
"line":
|
|
79223
|
+
"line": 1249
|
|
78677
79224
|
},
|
|
78678
79225
|
"name": "requiresPython",
|
|
78679
79226
|
"optional": true,
|
|
@@ -78693,7 +79240,7 @@
|
|
|
78693
79240
|
"immutable": true,
|
|
78694
79241
|
"locationInModule": {
|
|
78695
79242
|
"filename": "src/python/uv-config.ts",
|
|
78696
|
-
"line":
|
|
79243
|
+
"line": 1256
|
|
78697
79244
|
},
|
|
78698
79245
|
"name": "version",
|
|
78699
79246
|
"optional": true,
|
|
@@ -78718,7 +79265,7 @@
|
|
|
78718
79265
|
"kind": "enum",
|
|
78719
79266
|
"locationInModule": {
|
|
78720
79267
|
"filename": "src/python/uv-config.ts",
|
|
78721
|
-
"line":
|
|
79268
|
+
"line": 2725
|
|
78722
79269
|
},
|
|
78723
79270
|
"members": [
|
|
78724
79271
|
{
|
|
@@ -79099,7 +79646,7 @@
|
|
|
79099
79646
|
"kind": "interface",
|
|
79100
79647
|
"locationInModule": {
|
|
79101
79648
|
"filename": "src/python/uv-config.ts",
|
|
79102
|
-
"line":
|
|
79649
|
+
"line": 2504
|
|
79103
79650
|
},
|
|
79104
79651
|
"name": "ToolUvWorkspace",
|
|
79105
79652
|
"namespace": "python.uvConfig",
|
|
@@ -79117,7 +79664,7 @@
|
|
|
79117
79664
|
"immutable": true,
|
|
79118
79665
|
"locationInModule": {
|
|
79119
79666
|
"filename": "src/python/uv-config.ts",
|
|
79120
|
-
"line":
|
|
79667
|
+
"line": 2515
|
|
79121
79668
|
},
|
|
79122
79669
|
"name": "exclude",
|
|
79123
79670
|
"optional": true,
|
|
@@ -79143,7 +79690,7 @@
|
|
|
79143
79690
|
"immutable": true,
|
|
79144
79691
|
"locationInModule": {
|
|
79145
79692
|
"filename": "src/python/uv-config.ts",
|
|
79146
|
-
"line":
|
|
79693
|
+
"line": 2526
|
|
79147
79694
|
},
|
|
79148
79695
|
"name": "members",
|
|
79149
79696
|
"optional": true,
|
|
@@ -79172,7 +79719,7 @@
|
|
|
79172
79719
|
"kind": "enum",
|
|
79173
79720
|
"locationInModule": {
|
|
79174
79721
|
"filename": "src/python/uv-config.ts",
|
|
79175
|
-
"line":
|
|
79722
|
+
"line": 2386
|
|
79176
79723
|
},
|
|
79177
79724
|
"members": [
|
|
79178
79725
|
{
|
|
@@ -79373,6 +79920,34 @@
|
|
|
79373
79920
|
},
|
|
79374
79921
|
"name": "CU80"
|
|
79375
79922
|
},
|
|
79923
|
+
{
|
|
79924
|
+
"docs": {
|
|
79925
|
+
"stability": "experimental",
|
|
79926
|
+
"summary": "Use the PyTorch index for ROCm 7.2. (rocm7.2)."
|
|
79927
|
+
},
|
|
79928
|
+
"name": "ROCM7_2"
|
|
79929
|
+
},
|
|
79930
|
+
{
|
|
79931
|
+
"docs": {
|
|
79932
|
+
"stability": "experimental",
|
|
79933
|
+
"summary": "Use the PyTorch index for ROCm 7.1. (rocm7.1)."
|
|
79934
|
+
},
|
|
79935
|
+
"name": "ROCM7_1"
|
|
79936
|
+
},
|
|
79937
|
+
{
|
|
79938
|
+
"docs": {
|
|
79939
|
+
"stability": "experimental",
|
|
79940
|
+
"summary": "Use the PyTorch index for ROCm 7.0. (rocm7.0)."
|
|
79941
|
+
},
|
|
79942
|
+
"name": "ROCM7_0"
|
|
79943
|
+
},
|
|
79944
|
+
{
|
|
79945
|
+
"docs": {
|
|
79946
|
+
"stability": "experimental",
|
|
79947
|
+
"summary": "Use the PyTorch index for ROCm 6.4. (rocm6.4)."
|
|
79948
|
+
},
|
|
79949
|
+
"name": "ROCM6_4"
|
|
79950
|
+
},
|
|
79376
79951
|
{
|
|
79377
79952
|
"docs": {
|
|
79378
79953
|
"stability": "experimental",
|
|
@@ -79510,7 +80085,7 @@
|
|
|
79510
80085
|
"kind": "enum",
|
|
79511
80086
|
"locationInModule": {
|
|
79512
80087
|
"filename": "src/python/uv-config.ts",
|
|
79513
|
-
"line":
|
|
80088
|
+
"line": 2490
|
|
79514
80089
|
},
|
|
79515
80090
|
"members": [
|
|
79516
80091
|
{
|
|
@@ -79606,6 +80181,25 @@
|
|
|
79606
80181
|
}
|
|
79607
80182
|
}
|
|
79608
80183
|
},
|
|
80184
|
+
{
|
|
80185
|
+
"abstract": true,
|
|
80186
|
+
"docs": {
|
|
80187
|
+
"custom": {
|
|
80188
|
+
"schema": "UvConfiguration#audit"
|
|
80189
|
+
},
|
|
80190
|
+
"stability": "experimental"
|
|
80191
|
+
},
|
|
80192
|
+
"immutable": true,
|
|
80193
|
+
"locationInModule": {
|
|
80194
|
+
"filename": "src/python/uv-config.ts",
|
|
80195
|
+
"line": 41
|
|
80196
|
+
},
|
|
80197
|
+
"name": "audit",
|
|
80198
|
+
"optional": true,
|
|
80199
|
+
"type": {
|
|
80200
|
+
"fqn": "projen.python.uvConfig.AuditOptions"
|
|
80201
|
+
}
|
|
80202
|
+
},
|
|
79609
80203
|
{
|
|
79610
80204
|
"abstract": true,
|
|
79611
80205
|
"docs": {
|
|
@@ -79619,7 +80213,7 @@
|
|
|
79619
80213
|
"immutable": true,
|
|
79620
80214
|
"locationInModule": {
|
|
79621
80215
|
"filename": "src/python/uv-config.ts",
|
|
79622
|
-
"line":
|
|
80216
|
+
"line": 51
|
|
79623
80217
|
},
|
|
79624
80218
|
"name": "buildBackend",
|
|
79625
80219
|
"optional": true,
|
|
@@ -79639,7 +80233,7 @@
|
|
|
79639
80233
|
"immutable": true,
|
|
79640
80234
|
"locationInModule": {
|
|
79641
80235
|
"filename": "src/python/uv-config.ts",
|
|
79642
|
-
"line":
|
|
80236
|
+
"line": 58
|
|
79643
80237
|
},
|
|
79644
80238
|
"name": "buildConstraintDependencies",
|
|
79645
80239
|
"optional": true,
|
|
@@ -79664,7 +80258,7 @@
|
|
|
79664
80258
|
"immutable": true,
|
|
79665
80259
|
"locationInModule": {
|
|
79666
80260
|
"filename": "src/python/uv-config.ts",
|
|
79667
|
-
"line":
|
|
80261
|
+
"line": 65
|
|
79668
80262
|
},
|
|
79669
80263
|
"name": "cacheDir",
|
|
79670
80264
|
"optional": true,
|
|
@@ -79685,7 +80279,7 @@
|
|
|
79685
80279
|
"immutable": true,
|
|
79686
80280
|
"locationInModule": {
|
|
79687
80281
|
"filename": "src/python/uv-config.ts",
|
|
79688
|
-
"line":
|
|
80282
|
+
"line": 106
|
|
79689
80283
|
},
|
|
79690
80284
|
"name": "cacheKeys",
|
|
79691
80285
|
"optional": true,
|
|
@@ -79711,7 +80305,7 @@
|
|
|
79711
80305
|
"immutable": true,
|
|
79712
80306
|
"locationInModule": {
|
|
79713
80307
|
"filename": "src/python/uv-config.ts",
|
|
79714
|
-
"line":
|
|
80308
|
+
"line": 125
|
|
79715
80309
|
},
|
|
79716
80310
|
"name": "checkUrl",
|
|
79717
80311
|
"optional": true,
|
|
@@ -79732,7 +80326,7 @@
|
|
|
79732
80326
|
"immutable": true,
|
|
79733
80327
|
"locationInModule": {
|
|
79734
80328
|
"filename": "src/python/uv-config.ts",
|
|
79735
|
-
"line":
|
|
80329
|
+
"line": 141
|
|
79736
80330
|
},
|
|
79737
80331
|
"name": "compileBytecode",
|
|
79738
80332
|
"optional": true,
|
|
@@ -79754,7 +80348,7 @@
|
|
|
79754
80348
|
"immutable": true,
|
|
79755
80349
|
"locationInModule": {
|
|
79756
80350
|
"filename": "src/python/uv-config.ts",
|
|
79757
|
-
"line":
|
|
80351
|
+
"line": 152
|
|
79758
80352
|
},
|
|
79759
80353
|
"name": "concurrentBuilds",
|
|
79760
80354
|
"optional": true,
|
|
@@ -79774,7 +80368,7 @@
|
|
|
79774
80368
|
"immutable": true,
|
|
79775
80369
|
"locationInModule": {
|
|
79776
80370
|
"filename": "src/python/uv-config.ts",
|
|
79777
|
-
"line":
|
|
80371
|
+
"line": 160
|
|
79778
80372
|
},
|
|
79779
80373
|
"name": "concurrentDownloads",
|
|
79780
80374
|
"optional": true,
|
|
@@ -79796,7 +80390,7 @@
|
|
|
79796
80390
|
"immutable": true,
|
|
79797
80391
|
"locationInModule": {
|
|
79798
80392
|
"filename": "src/python/uv-config.ts",
|
|
79799
|
-
"line":
|
|
80393
|
+
"line": 170
|
|
79800
80394
|
},
|
|
79801
80395
|
"name": "concurrentInstalls",
|
|
79802
80396
|
"optional": true,
|
|
@@ -79816,7 +80410,7 @@
|
|
|
79816
80410
|
"immutable": true,
|
|
79817
80411
|
"locationInModule": {
|
|
79818
80412
|
"filename": "src/python/uv-config.ts",
|
|
79819
|
-
"line":
|
|
80413
|
+
"line": 178
|
|
79820
80414
|
},
|
|
79821
80415
|
"name": "configSettings",
|
|
79822
80416
|
"optional": true,
|
|
@@ -79842,7 +80436,7 @@
|
|
|
79842
80436
|
"immutable": true,
|
|
79843
80437
|
"locationInModule": {
|
|
79844
80438
|
"filename": "src/python/uv-config.ts",
|
|
79845
|
-
"line":
|
|
80439
|
+
"line": 188
|
|
79846
80440
|
},
|
|
79847
80441
|
"name": "configSettingsPackage",
|
|
79848
80442
|
"optional": true,
|
|
@@ -79872,7 +80466,7 @@
|
|
|
79872
80466
|
"immutable": true,
|
|
79873
80467
|
"locationInModule": {
|
|
79874
80468
|
"filename": "src/python/uv-config.ts",
|
|
79875
|
-
"line":
|
|
80469
|
+
"line": 195
|
|
79876
80470
|
},
|
|
79877
80471
|
"name": "conflicts",
|
|
79878
80472
|
"optional": true,
|
|
@@ -79902,7 +80496,7 @@
|
|
|
79902
80496
|
"immutable": true,
|
|
79903
80497
|
"locationInModule": {
|
|
79904
80498
|
"filename": "src/python/uv-config.ts",
|
|
79905
|
-
"line":
|
|
80499
|
+
"line": 202
|
|
79906
80500
|
},
|
|
79907
80501
|
"name": "constraintDependencies",
|
|
79908
80502
|
"optional": true,
|
|
@@ -79928,7 +80522,7 @@
|
|
|
79928
80522
|
"immutable": true,
|
|
79929
80523
|
"locationInModule": {
|
|
79930
80524
|
"filename": "src/python/uv-config.ts",
|
|
79931
|
-
"line":
|
|
80525
|
+
"line": 211
|
|
79932
80526
|
},
|
|
79933
80527
|
"name": "defaultGroups",
|
|
79934
80528
|
"optional": true,
|
|
@@ -79949,7 +80543,7 @@
|
|
|
79949
80543
|
"immutable": true,
|
|
79950
80544
|
"locationInModule": {
|
|
79951
80545
|
"filename": "src/python/uv-config.ts",
|
|
79952
|
-
"line":
|
|
80546
|
+
"line": 225
|
|
79953
80547
|
},
|
|
79954
80548
|
"name": "dependencyGroups",
|
|
79955
80549
|
"optional": true,
|
|
@@ -79975,7 +80569,7 @@
|
|
|
79975
80569
|
"immutable": true,
|
|
79976
80570
|
"locationInModule": {
|
|
79977
80571
|
"filename": "src/python/uv-config.ts",
|
|
79978
|
-
"line":
|
|
80572
|
+
"line": 244
|
|
79979
80573
|
},
|
|
79980
80574
|
"name": "dependencyMetadata",
|
|
79981
80575
|
"optional": true,
|
|
@@ -80000,7 +80594,7 @@
|
|
|
80000
80594
|
"immutable": true,
|
|
80001
80595
|
"locationInModule": {
|
|
80002
80596
|
"filename": "src/python/uv-config.ts",
|
|
80003
|
-
"line":
|
|
80597
|
+
"line": 251
|
|
80004
80598
|
},
|
|
80005
80599
|
"name": "devDependencies",
|
|
80006
80600
|
"optional": true,
|
|
@@ -80025,7 +80619,7 @@
|
|
|
80025
80619
|
"immutable": true,
|
|
80026
80620
|
"locationInModule": {
|
|
80027
80621
|
"filename": "src/python/uv-config.ts",
|
|
80028
|
-
"line":
|
|
80622
|
+
"line": 258
|
|
80029
80623
|
},
|
|
80030
80624
|
"name": "environments",
|
|
80031
80625
|
"optional": true,
|
|
@@ -80050,7 +80644,7 @@
|
|
|
80050
80644
|
"immutable": true,
|
|
80051
80645
|
"locationInModule": {
|
|
80052
80646
|
"filename": "src/python/uv-config.ts",
|
|
80053
|
-
"line":
|
|
80647
|
+
"line": 265
|
|
80054
80648
|
},
|
|
80055
80649
|
"name": "excludeDependencies",
|
|
80056
80650
|
"optional": true,
|
|
@@ -80069,14 +80663,14 @@
|
|
|
80069
80663
|
"custom": {
|
|
80070
80664
|
"schema": "UvConfiguration#exclude-newer"
|
|
80071
80665
|
},
|
|
80072
|
-
"remarks": "
|
|
80666
|
+
"remarks": "The date is compared against the upload time of each individual distribution artifact\n(i.e., when each file was uploaded to the package index), not the release date of the\npackage version.\n\nAccepts RFC 3339 timestamps (e.g., `2006-12-02T02:07:43Z`), a \"friendly\" duration (e.g.,\n`24 hours`, `1 week`, `30 days`), or an ISO 8601 duration (e.g., `PT24H`, `P7D`, `P30D`).\n\nDurations do not respect semantics of the local time zone and are always resolved to a fixed\nnumber of seconds assuming that a day is 24 hours (e.g., DST transitions are ignored).\nCalendar units such as months and years are not allowed.",
|
|
80073
80667
|
"stability": "experimental",
|
|
80074
|
-
"summary": "Limit candidate packages to those that were uploaded prior to
|
|
80668
|
+
"summary": "Limit candidate packages to those that were uploaded prior to the given date."
|
|
80075
80669
|
},
|
|
80076
80670
|
"immutable": true,
|
|
80077
80671
|
"locationInModule": {
|
|
80078
80672
|
"filename": "src/python/uv-config.ts",
|
|
80079
|
-
"line":
|
|
80673
|
+
"line": 283
|
|
80080
80674
|
},
|
|
80081
80675
|
"name": "excludeNewer",
|
|
80082
80676
|
"optional": true,
|
|
@@ -80090,21 +80684,21 @@
|
|
|
80090
80684
|
"custom": {
|
|
80091
80685
|
"schema": "UvConfiguration#exclude-newer-package"
|
|
80092
80686
|
},
|
|
80093
|
-
"remarks": "Accepts
|
|
80687
|
+
"remarks": "Accepts a dictionary format of `PACKAGE = \"DATE\"` pairs, where `DATE` is an RFC 3339\ntimestamp (e.g., `2006-12-02T02:07:43Z`), a \"friendly\" duration (e.g., `24 hours`, `1 week`,\n`30 days`), or a ISO 8601 duration (e.g., `PT24H`, `P7D`, `P30D`).\n\nDurations do not respect semantics of the local time zone and are always resolved to a fixed\nnumber of seconds assuming that a day is 24 hours (e.g., DST transitions are ignored).\nCalendar units such as months and years are not allowed.\n\nSet a package to `false` to exempt it from the global [`exclude-newer`](#exclude-newer)\nconstraint entirely.",
|
|
80094
80688
|
"stability": "experimental",
|
|
80095
80689
|
"summary": "Limit candidate packages for specific packages to those that were uploaded prior to the given date."
|
|
80096
80690
|
},
|
|
80097
80691
|
"immutable": true,
|
|
80098
80692
|
"locationInModule": {
|
|
80099
80693
|
"filename": "src/python/uv-config.ts",
|
|
80100
|
-
"line":
|
|
80694
|
+
"line": 302
|
|
80101
80695
|
},
|
|
80102
80696
|
"name": "excludeNewerPackage",
|
|
80103
80697
|
"optional": true,
|
|
80104
80698
|
"type": {
|
|
80105
80699
|
"collection": {
|
|
80106
80700
|
"elementtype": {
|
|
80107
|
-
"
|
|
80701
|
+
"fqn": "projen.python.uvConfig.ExcludeNewerOverride"
|
|
80108
80702
|
},
|
|
80109
80703
|
"kind": "map"
|
|
80110
80704
|
}
|
|
@@ -80123,7 +80717,7 @@
|
|
|
80123
80717
|
"immutable": true,
|
|
80124
80718
|
"locationInModule": {
|
|
80125
80719
|
"filename": "src/python/uv-config.ts",
|
|
80126
|
-
"line":
|
|
80720
|
+
"line": 313
|
|
80127
80721
|
},
|
|
80128
80722
|
"name": "extraBuildDependencies",
|
|
80129
80723
|
"optional": true,
|
|
@@ -80154,7 +80748,7 @@
|
|
|
80154
80748
|
"immutable": true,
|
|
80155
80749
|
"locationInModule": {
|
|
80156
80750
|
"filename": "src/python/uv-config.ts",
|
|
80157
|
-
"line":
|
|
80751
|
+
"line": 323
|
|
80158
80752
|
},
|
|
80159
80753
|
"name": "extraBuildVariables",
|
|
80160
80754
|
"optional": true,
|
|
@@ -80185,7 +80779,7 @@
|
|
|
80185
80779
|
"immutable": true,
|
|
80186
80780
|
"locationInModule": {
|
|
80187
80781
|
"filename": "src/python/uv-config.ts",
|
|
80188
|
-
"line":
|
|
80782
|
+
"line": 342
|
|
80189
80783
|
},
|
|
80190
80784
|
"name": "extraIndexUrl",
|
|
80191
80785
|
"optional": true,
|
|
@@ -80211,7 +80805,7 @@
|
|
|
80211
80805
|
"immutable": true,
|
|
80212
80806
|
"locationInModule": {
|
|
80213
80807
|
"filename": "src/python/uv-config.ts",
|
|
80214
|
-
"line":
|
|
80808
|
+
"line": 356
|
|
80215
80809
|
},
|
|
80216
80810
|
"name": "findLinks",
|
|
80217
80811
|
"optional": true,
|
|
@@ -80237,7 +80831,7 @@
|
|
|
80237
80831
|
"immutable": true,
|
|
80238
80832
|
"locationInModule": {
|
|
80239
80833
|
"filename": "src/python/uv-config.ts",
|
|
80240
|
-
"line":
|
|
80834
|
+
"line": 372
|
|
80241
80835
|
},
|
|
80242
80836
|
"name": "forkStrategy",
|
|
80243
80837
|
"optional": true,
|
|
@@ -80245,20 +80839,60 @@
|
|
|
80245
80839
|
"fqn": "projen.python.uvConfig.ForkStrategy"
|
|
80246
80840
|
}
|
|
80247
80841
|
},
|
|
80842
|
+
{
|
|
80843
|
+
"abstract": true,
|
|
80844
|
+
"docs": {
|
|
80845
|
+
"custom": {
|
|
80846
|
+
"schema": "UvConfiguration#http-proxy"
|
|
80847
|
+
},
|
|
80848
|
+
"stability": "experimental",
|
|
80849
|
+
"summary": "The URL of the HTTP proxy to use."
|
|
80850
|
+
},
|
|
80851
|
+
"immutable": true,
|
|
80852
|
+
"locationInModule": {
|
|
80853
|
+
"filename": "src/python/uv-config.ts",
|
|
80854
|
+
"line": 379
|
|
80855
|
+
},
|
|
80856
|
+
"name": "httpProxy",
|
|
80857
|
+
"optional": true,
|
|
80858
|
+
"type": {
|
|
80859
|
+
"primitive": "string"
|
|
80860
|
+
}
|
|
80861
|
+
},
|
|
80862
|
+
{
|
|
80863
|
+
"abstract": true,
|
|
80864
|
+
"docs": {
|
|
80865
|
+
"custom": {
|
|
80866
|
+
"schema": "UvConfiguration#https-proxy"
|
|
80867
|
+
},
|
|
80868
|
+
"stability": "experimental",
|
|
80869
|
+
"summary": "The URL of the HTTPS proxy to use."
|
|
80870
|
+
},
|
|
80871
|
+
"immutable": true,
|
|
80872
|
+
"locationInModule": {
|
|
80873
|
+
"filename": "src/python/uv-config.ts",
|
|
80874
|
+
"line": 386
|
|
80875
|
+
},
|
|
80876
|
+
"name": "httpsProxy",
|
|
80877
|
+
"optional": true,
|
|
80878
|
+
"type": {
|
|
80879
|
+
"primitive": "string"
|
|
80880
|
+
}
|
|
80881
|
+
},
|
|
80248
80882
|
{
|
|
80249
80883
|
"abstract": true,
|
|
80250
80884
|
"docs": {
|
|
80251
80885
|
"custom": {
|
|
80252
80886
|
"schema": "UvConfiguration#index"
|
|
80253
80887
|
},
|
|
80254
|
-
"remarks": "Accepts either a repository compliant with [PEP 503](https://peps.python.org/pep-0503/)\n(the simple repository API), or a local directory laid out in the same format.\n\nIndexes are considered in the order in which they're defined, such that the first-defined\nindex has the highest priority. Further, the indexes provided by this setting are given\nhigher priority than any indexes specified via [`index_url`](#index-url) or\n[`extra_index_url`](#extra-index-url). uv will only consider the first index that contains\na given package, unless an alternative [index strategy](#index-strategy) is specified.\n\nIf an index is marked as `explicit = true`, it will be used exclusively for the\ndependencies that select it explicitly via `[tool.uv.sources]`, as in:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/
|
|
80888
|
+
"remarks": "Accepts either a repository compliant with [PEP 503](https://peps.python.org/pep-0503/)\n(the simple repository API), or a local directory laid out in the same format.\n\nIndexes are considered in the order in which they're defined, such that the first-defined\nindex has the highest priority. Further, the indexes provided by this setting are given\nhigher priority than any indexes specified via [`index_url`](#index-url) or\n[`extra_index_url`](#extra-index-url). uv will only consider the first index that contains\na given package, unless an alternative [index strategy](#index-strategy) is specified.\n\nIf an index is marked as `explicit = true`, it will be used exclusively for the\ndependencies that select it explicitly via `[tool.uv.sources]`, as in:\n\n```toml\n[[tool.uv.index]]\nname = \"pytorch\"\nurl = \"https://download.pytorch.org/whl/cu130\"\nexplicit = true\n\n[tool.uv.sources]\ntorch = { index = \"pytorch\" }\n```\n\nIf an index is marked as `default = true`, it will be moved to the end of the prioritized list, such that it is\ngiven the lowest priority when resolving packages. Additionally, marking an index as default will disable the\nPyPI default index.",
|
|
80255
80889
|
"stability": "experimental",
|
|
80256
80890
|
"summary": "The indexes to use when resolving dependencies."
|
|
80257
80891
|
},
|
|
80258
80892
|
"immutable": true,
|
|
80259
80893
|
"locationInModule": {
|
|
80260
80894
|
"filename": "src/python/uv-config.ts",
|
|
80261
|
-
"line":
|
|
80895
|
+
"line": 419
|
|
80262
80896
|
},
|
|
80263
80897
|
"name": "index",
|
|
80264
80898
|
"optional": true,
|
|
@@ -80284,7 +80918,7 @@
|
|
|
80284
80918
|
"immutable": true,
|
|
80285
80919
|
"locationInModule": {
|
|
80286
80920
|
"filename": "src/python/uv-config.ts",
|
|
80287
|
-
"line":
|
|
80921
|
+
"line": 431
|
|
80288
80922
|
},
|
|
80289
80923
|
"name": "indexStrategy",
|
|
80290
80924
|
"optional": true,
|
|
@@ -80305,7 +80939,7 @@
|
|
|
80305
80939
|
"immutable": true,
|
|
80306
80940
|
"locationInModule": {
|
|
80307
80941
|
"filename": "src/python/uv-config.ts",
|
|
80308
|
-
"line":
|
|
80942
|
+
"line": 446
|
|
80309
80943
|
},
|
|
80310
80944
|
"name": "indexUrl",
|
|
80311
80945
|
"optional": true,
|
|
@@ -80326,7 +80960,7 @@
|
|
|
80326
80960
|
"immutable": true,
|
|
80327
80961
|
"locationInModule": {
|
|
80328
80962
|
"filename": "src/python/uv-config.ts",
|
|
80329
|
-
"line":
|
|
80963
|
+
"line": 456
|
|
80330
80964
|
},
|
|
80331
80965
|
"name": "keyringProvider",
|
|
80332
80966
|
"optional": true,
|
|
@@ -80340,15 +80974,15 @@
|
|
|
80340
80974
|
"custom": {
|
|
80341
80975
|
"schema": "UvConfiguration#link-mode"
|
|
80342
80976
|
},
|
|
80343
|
-
"default": "clone` (also known as Copy-on-Write) on macOS, and `hardlink` on
|
|
80344
|
-
"remarks": "Defaults to `clone` (also known as Copy-on-Write) on macOS, and `hardlink` on
|
|
80977
|
+
"default": "clone` (also known as Copy-on-Write) on macOS and Linux, and `hardlink` on",
|
|
80978
|
+
"remarks": "Defaults to `clone` (also known as Copy-on-Write) on macOS and Linux, and `hardlink` on\nWindows.\n\nWARNING: The use of symlink link mode is discouraged, as they create tight coupling between\nthe cache and the target environment. For example, clearing the cache (`uv cache clean`)\nwill break all installed packages by way of removing the underlying source files. Use\nsymlinks with caution.",
|
|
80345
80979
|
"stability": "experimental",
|
|
80346
80980
|
"summary": "The method to use when installing packages from the global cache."
|
|
80347
80981
|
},
|
|
80348
80982
|
"immutable": true,
|
|
80349
80983
|
"locationInModule": {
|
|
80350
80984
|
"filename": "src/python/uv-config.ts",
|
|
80351
|
-
"line":
|
|
80985
|
+
"line": 472
|
|
80352
80986
|
},
|
|
80353
80987
|
"name": "linkMode",
|
|
80354
80988
|
"optional": true,
|
|
@@ -80369,7 +81003,7 @@
|
|
|
80369
81003
|
"immutable": true,
|
|
80370
81004
|
"locationInModule": {
|
|
80371
81005
|
"filename": "src/python/uv-config.ts",
|
|
80372
|
-
"line":
|
|
81006
|
+
"line": 480
|
|
80373
81007
|
},
|
|
80374
81008
|
"name": "managed",
|
|
80375
81009
|
"optional": true,
|
|
@@ -80383,14 +81017,14 @@
|
|
|
80383
81017
|
"custom": {
|
|
80384
81018
|
"schema": "UvConfiguration#native-tls"
|
|
80385
81019
|
},
|
|
80386
|
-
"remarks": "By default, uv
|
|
81020
|
+
"remarks": "By default, uv uses bundled Mozilla root certificates. When enabled, this loads\ncertificates from the platform's native certificate store instead.\n\n(Deprecated: use `system-certs` instead.)",
|
|
80387
81021
|
"stability": "experimental",
|
|
80388
81022
|
"summary": "Whether to load TLS certificates from the platform's native certificate store."
|
|
80389
81023
|
},
|
|
80390
81024
|
"immutable": true,
|
|
80391
81025
|
"locationInModule": {
|
|
80392
81026
|
"filename": "src/python/uv-config.ts",
|
|
80393
|
-
"line":
|
|
81027
|
+
"line": 492
|
|
80394
81028
|
},
|
|
80395
81029
|
"name": "nativeTls",
|
|
80396
81030
|
"optional": true,
|
|
@@ -80411,7 +81045,7 @@
|
|
|
80411
81045
|
"immutable": true,
|
|
80412
81046
|
"locationInModule": {
|
|
80413
81047
|
"filename": "src/python/uv-config.ts",
|
|
80414
|
-
"line":
|
|
81048
|
+
"line": 502
|
|
80415
81049
|
},
|
|
80416
81050
|
"name": "noBinary",
|
|
80417
81051
|
"optional": true,
|
|
@@ -80431,7 +81065,7 @@
|
|
|
80431
81065
|
"immutable": true,
|
|
80432
81066
|
"locationInModule": {
|
|
80433
81067
|
"filename": "src/python/uv-config.ts",
|
|
80434
|
-
"line":
|
|
81068
|
+
"line": 509
|
|
80435
81069
|
},
|
|
80436
81070
|
"name": "noBinaryPackage",
|
|
80437
81071
|
"optional": true,
|
|
@@ -80457,7 +81091,7 @@
|
|
|
80457
81091
|
"immutable": true,
|
|
80458
81092
|
"locationInModule": {
|
|
80459
81093
|
"filename": "src/python/uv-config.ts",
|
|
80460
|
-
"line":
|
|
81094
|
+
"line": 520
|
|
80461
81095
|
},
|
|
80462
81096
|
"name": "noBuild",
|
|
80463
81097
|
"optional": true,
|
|
@@ -80478,7 +81112,7 @@
|
|
|
80478
81112
|
"immutable": true,
|
|
80479
81113
|
"locationInModule": {
|
|
80480
81114
|
"filename": "src/python/uv-config.ts",
|
|
80481
|
-
"line":
|
|
81115
|
+
"line": 530
|
|
80482
81116
|
},
|
|
80483
81117
|
"name": "noBuildIsolation",
|
|
80484
81118
|
"optional": true,
|
|
@@ -80499,7 +81133,7 @@
|
|
|
80499
81133
|
"immutable": true,
|
|
80500
81134
|
"locationInModule": {
|
|
80501
81135
|
"filename": "src/python/uv-config.ts",
|
|
80502
|
-
"line":
|
|
81136
|
+
"line": 540
|
|
80503
81137
|
},
|
|
80504
81138
|
"name": "noBuildIsolationPackage",
|
|
80505
81139
|
"optional": true,
|
|
@@ -80524,7 +81158,7 @@
|
|
|
80524
81158
|
"immutable": true,
|
|
80525
81159
|
"locationInModule": {
|
|
80526
81160
|
"filename": "src/python/uv-config.ts",
|
|
80527
|
-
"line":
|
|
81161
|
+
"line": 547
|
|
80528
81162
|
},
|
|
80529
81163
|
"name": "noBuildPackage",
|
|
80530
81164
|
"optional": true,
|
|
@@ -80549,7 +81183,7 @@
|
|
|
80549
81183
|
"immutable": true,
|
|
80550
81184
|
"locationInModule": {
|
|
80551
81185
|
"filename": "src/python/uv-config.ts",
|
|
80552
|
-
"line":
|
|
81186
|
+
"line": 555
|
|
80553
81187
|
},
|
|
80554
81188
|
"name": "noCache",
|
|
80555
81189
|
"optional": true,
|
|
@@ -80569,7 +81203,7 @@
|
|
|
80569
81203
|
"immutable": true,
|
|
80570
81204
|
"locationInModule": {
|
|
80571
81205
|
"filename": "src/python/uv-config.ts",
|
|
80572
|
-
"line":
|
|
81206
|
+
"line": 563
|
|
80573
81207
|
},
|
|
80574
81208
|
"name": "noIndex",
|
|
80575
81209
|
"optional": true,
|
|
@@ -80577,6 +81211,31 @@
|
|
|
80577
81211
|
"primitive": "boolean"
|
|
80578
81212
|
}
|
|
80579
81213
|
},
|
|
81214
|
+
{
|
|
81215
|
+
"abstract": true,
|
|
81216
|
+
"docs": {
|
|
81217
|
+
"custom": {
|
|
81218
|
+
"schema": "UvConfiguration#no-proxy"
|
|
81219
|
+
},
|
|
81220
|
+
"stability": "experimental",
|
|
81221
|
+
"summary": "A list of hosts to exclude from proxying."
|
|
81222
|
+
},
|
|
81223
|
+
"immutable": true,
|
|
81224
|
+
"locationInModule": {
|
|
81225
|
+
"filename": "src/python/uv-config.ts",
|
|
81226
|
+
"line": 570
|
|
81227
|
+
},
|
|
81228
|
+
"name": "noProxy",
|
|
81229
|
+
"optional": true,
|
|
81230
|
+
"type": {
|
|
81231
|
+
"collection": {
|
|
81232
|
+
"elementtype": {
|
|
81233
|
+
"primitive": "string"
|
|
81234
|
+
},
|
|
81235
|
+
"kind": "array"
|
|
81236
|
+
}
|
|
81237
|
+
}
|
|
81238
|
+
},
|
|
80580
81239
|
{
|
|
80581
81240
|
"abstract": true,
|
|
80582
81241
|
"docs": {
|
|
@@ -80589,7 +81248,7 @@
|
|
|
80589
81248
|
"immutable": true,
|
|
80590
81249
|
"locationInModule": {
|
|
80591
81250
|
"filename": "src/python/uv-config.ts",
|
|
80592
|
-
"line":
|
|
81251
|
+
"line": 579
|
|
80593
81252
|
},
|
|
80594
81253
|
"name": "noSources",
|
|
80595
81254
|
"optional": true,
|
|
@@ -80597,6 +81256,31 @@
|
|
|
80597
81256
|
"primitive": "boolean"
|
|
80598
81257
|
}
|
|
80599
81258
|
},
|
|
81259
|
+
{
|
|
81260
|
+
"abstract": true,
|
|
81261
|
+
"docs": {
|
|
81262
|
+
"custom": {
|
|
81263
|
+
"schema": "UvConfiguration#no-sources-package"
|
|
81264
|
+
},
|
|
81265
|
+
"stability": "experimental",
|
|
81266
|
+
"summary": "Ignore `tool.uv.sources` for the specified packages."
|
|
81267
|
+
},
|
|
81268
|
+
"immutable": true,
|
|
81269
|
+
"locationInModule": {
|
|
81270
|
+
"filename": "src/python/uv-config.ts",
|
|
81271
|
+
"line": 586
|
|
81272
|
+
},
|
|
81273
|
+
"name": "noSourcesPackage",
|
|
81274
|
+
"optional": true,
|
|
81275
|
+
"type": {
|
|
81276
|
+
"collection": {
|
|
81277
|
+
"elementtype": {
|
|
81278
|
+
"primitive": "string"
|
|
81279
|
+
},
|
|
81280
|
+
"kind": "array"
|
|
81281
|
+
}
|
|
81282
|
+
}
|
|
81283
|
+
},
|
|
80600
81284
|
{
|
|
80601
81285
|
"abstract": true,
|
|
80602
81286
|
"docs": {
|
|
@@ -80609,7 +81293,7 @@
|
|
|
80609
81293
|
"immutable": true,
|
|
80610
81294
|
"locationInModule": {
|
|
80611
81295
|
"filename": "src/python/uv-config.ts",
|
|
80612
|
-
"line":
|
|
81296
|
+
"line": 593
|
|
80613
81297
|
},
|
|
80614
81298
|
"name": "offline",
|
|
80615
81299
|
"optional": true,
|
|
@@ -80629,7 +81313,7 @@
|
|
|
80629
81313
|
"immutable": true,
|
|
80630
81314
|
"locationInModule": {
|
|
80631
81315
|
"filename": "src/python/uv-config.ts",
|
|
80632
|
-
"line":
|
|
81316
|
+
"line": 600
|
|
80633
81317
|
},
|
|
80634
81318
|
"name": "overrideDependencies",
|
|
80635
81319
|
"optional": true,
|
|
@@ -80655,7 +81339,7 @@
|
|
|
80655
81339
|
"immutable": true,
|
|
80656
81340
|
"locationInModule": {
|
|
80657
81341
|
"filename": "src/python/uv-config.ts",
|
|
80658
|
-
"line":
|
|
81342
|
+
"line": 616
|
|
80659
81343
|
},
|
|
80660
81344
|
"name": "package",
|
|
80661
81345
|
"optional": true,
|
|
@@ -80674,7 +81358,7 @@
|
|
|
80674
81358
|
"immutable": true,
|
|
80675
81359
|
"locationInModule": {
|
|
80676
81360
|
"filename": "src/python/uv-config.ts",
|
|
80677
|
-
"line":
|
|
81361
|
+
"line": 621
|
|
80678
81362
|
},
|
|
80679
81363
|
"name": "pip",
|
|
80680
81364
|
"optional": true,
|
|
@@ -80695,7 +81379,7 @@
|
|
|
80695
81379
|
"immutable": true,
|
|
80696
81380
|
"locationInModule": {
|
|
80697
81381
|
"filename": "src/python/uv-config.ts",
|
|
80698
|
-
"line":
|
|
81382
|
+
"line": 632
|
|
80699
81383
|
},
|
|
80700
81384
|
"name": "prerelease",
|
|
80701
81385
|
"optional": true,
|
|
@@ -80715,7 +81399,7 @@
|
|
|
80715
81399
|
"immutable": true,
|
|
80716
81400
|
"locationInModule": {
|
|
80717
81401
|
"filename": "src/python/uv-config.ts",
|
|
80718
|
-
"line":
|
|
81402
|
+
"line": 639
|
|
80719
81403
|
},
|
|
80720
81404
|
"name": "preview",
|
|
80721
81405
|
"optional": true,
|
|
@@ -80735,7 +81419,7 @@
|
|
|
80735
81419
|
"immutable": true,
|
|
80736
81420
|
"locationInModule": {
|
|
80737
81421
|
"filename": "src/python/uv-config.ts",
|
|
80738
|
-
"line":
|
|
81422
|
+
"line": 647
|
|
80739
81423
|
},
|
|
80740
81424
|
"name": "publishUrl",
|
|
80741
81425
|
"optional": true,
|
|
@@ -80756,7 +81440,7 @@
|
|
|
80756
81440
|
"immutable": true,
|
|
80757
81441
|
"locationInModule": {
|
|
80758
81442
|
"filename": "src/python/uv-config.ts",
|
|
80759
|
-
"line":
|
|
81443
|
+
"line": 661
|
|
80760
81444
|
},
|
|
80761
81445
|
"name": "pypyInstallMirror",
|
|
80762
81446
|
"optional": true,
|
|
@@ -80776,7 +81460,7 @@
|
|
|
80776
81460
|
"immutable": true,
|
|
80777
81461
|
"locationInModule": {
|
|
80778
81462
|
"filename": "src/python/uv-config.ts",
|
|
80779
|
-
"line":
|
|
81463
|
+
"line": 668
|
|
80780
81464
|
},
|
|
80781
81465
|
"name": "pythonDownloads",
|
|
80782
81466
|
"optional": true,
|
|
@@ -80790,14 +81474,13 @@
|
|
|
80790
81474
|
"custom": {
|
|
80791
81475
|
"schema": "UvConfiguration#python-downloads-json-url"
|
|
80792
81476
|
},
|
|
80793
|
-
"remarks": "Note that currently, only local paths are supported.",
|
|
80794
81477
|
"stability": "experimental",
|
|
80795
81478
|
"summary": "URL pointing to JSON of custom Python installations."
|
|
80796
81479
|
},
|
|
80797
81480
|
"immutable": true,
|
|
80798
81481
|
"locationInModule": {
|
|
80799
81482
|
"filename": "src/python/uv-config.ts",
|
|
80800
|
-
"line":
|
|
81483
|
+
"line": 675
|
|
80801
81484
|
},
|
|
80802
81485
|
"name": "pythonDownloadsJsonUrl",
|
|
80803
81486
|
"optional": true,
|
|
@@ -80818,7 +81501,7 @@
|
|
|
80818
81501
|
"immutable": true,
|
|
80819
81502
|
"locationInModule": {
|
|
80820
81503
|
"filename": "src/python/uv-config.ts",
|
|
80821
|
-
"line":
|
|
81504
|
+
"line": 688
|
|
80822
81505
|
},
|
|
80823
81506
|
"name": "pythonInstallMirror",
|
|
80824
81507
|
"optional": true,
|
|
@@ -80838,7 +81521,7 @@
|
|
|
80838
81521
|
"immutable": true,
|
|
80839
81522
|
"locationInModule": {
|
|
80840
81523
|
"filename": "src/python/uv-config.ts",
|
|
80841
|
-
"line":
|
|
81524
|
+
"line": 696
|
|
80842
81525
|
},
|
|
80843
81526
|
"name": "pythonPreference",
|
|
80844
81527
|
"optional": true,
|
|
@@ -80859,7 +81542,7 @@
|
|
|
80859
81542
|
"immutable": true,
|
|
80860
81543
|
"locationInModule": {
|
|
80861
81544
|
"filename": "src/python/uv-config.ts",
|
|
80862
|
-
"line":
|
|
81545
|
+
"line": 703
|
|
80863
81546
|
},
|
|
80864
81547
|
"name": "reinstall",
|
|
80865
81548
|
"optional": true,
|
|
@@ -80880,7 +81563,7 @@
|
|
|
80880
81563
|
"immutable": true,
|
|
80881
81564
|
"locationInModule": {
|
|
80882
81565
|
"filename": "src/python/uv-config.ts",
|
|
80883
|
-
"line":
|
|
81566
|
+
"line": 711
|
|
80884
81567
|
},
|
|
80885
81568
|
"name": "reinstallPackage",
|
|
80886
81569
|
"optional": true,
|
|
@@ -80905,7 +81588,7 @@
|
|
|
80905
81588
|
"immutable": true,
|
|
80906
81589
|
"locationInModule": {
|
|
80907
81590
|
"filename": "src/python/uv-config.ts",
|
|
80908
|
-
"line":
|
|
81591
|
+
"line": 718
|
|
80909
81592
|
},
|
|
80910
81593
|
"name": "requiredEnvironments",
|
|
80911
81594
|
"optional": true,
|
|
@@ -80931,7 +81614,7 @@
|
|
|
80931
81614
|
"immutable": true,
|
|
80932
81615
|
"locationInModule": {
|
|
80933
81616
|
"filename": "src/python/uv-config.ts",
|
|
80934
|
-
"line":
|
|
81617
|
+
"line": 730
|
|
80935
81618
|
},
|
|
80936
81619
|
"name": "requiredVersion",
|
|
80937
81620
|
"optional": true,
|
|
@@ -80952,7 +81635,7 @@
|
|
|
80952
81635
|
"immutable": true,
|
|
80953
81636
|
"locationInModule": {
|
|
80954
81637
|
"filename": "src/python/uv-config.ts",
|
|
80955
|
-
"line":
|
|
81638
|
+
"line": 740
|
|
80956
81639
|
},
|
|
80957
81640
|
"name": "resolution",
|
|
80958
81641
|
"optional": true,
|
|
@@ -80973,7 +81656,7 @@
|
|
|
80973
81656
|
"immutable": true,
|
|
80974
81657
|
"locationInModule": {
|
|
80975
81658
|
"filename": "src/python/uv-config.ts",
|
|
80976
|
-
"line":
|
|
81659
|
+
"line": 753
|
|
80977
81660
|
},
|
|
80978
81661
|
"name": "sources",
|
|
80979
81662
|
"optional": true,
|
|
@@ -80991,6 +81674,48 @@
|
|
|
80991
81674
|
}
|
|
80992
81675
|
}
|
|
80993
81676
|
},
|
|
81677
|
+
{
|
|
81678
|
+
"abstract": true,
|
|
81679
|
+
"docs": {
|
|
81680
|
+
"custom": {
|
|
81681
|
+
"schema": "UvConfiguration#system-certs"
|
|
81682
|
+
},
|
|
81683
|
+
"remarks": "By default, uv uses bundled Mozilla root certificates. When enabled, this loads\ncertificates from the platform's native certificate store instead.",
|
|
81684
|
+
"stability": "experimental",
|
|
81685
|
+
"summary": "Whether to load TLS certificates from the platform's native certificate store."
|
|
81686
|
+
},
|
|
81687
|
+
"immutable": true,
|
|
81688
|
+
"locationInModule": {
|
|
81689
|
+
"filename": "src/python/uv-config.ts",
|
|
81690
|
+
"line": 763
|
|
81691
|
+
},
|
|
81692
|
+
"name": "systemCerts",
|
|
81693
|
+
"optional": true,
|
|
81694
|
+
"type": {
|
|
81695
|
+
"primitive": "boolean"
|
|
81696
|
+
}
|
|
81697
|
+
},
|
|
81698
|
+
{
|
|
81699
|
+
"abstract": true,
|
|
81700
|
+
"docs": {
|
|
81701
|
+
"custom": {
|
|
81702
|
+
"schema": "UvConfiguration#torch-backend"
|
|
81703
|
+
},
|
|
81704
|
+
"remarks": "When set, uv will ignore the configured index URLs for packages in the PyTorch ecosystem,\nand will instead use the defined backend.\n\nFor example, when set to `cpu`, uv will use the CPU-only PyTorch index; when set to `cu126`,\nuv will use the PyTorch index for CUDA 12.6.\n\nThe `auto` mode will attempt to detect the appropriate PyTorch index based on the currently\ninstalled CUDA drivers.\n\nThis setting is only respected by `uv pip` commands.\n\nThis option is in preview and may change in any future release.",
|
|
81705
|
+
"stability": "experimental",
|
|
81706
|
+
"summary": "The backend to use when fetching packages in the PyTorch ecosystem."
|
|
81707
|
+
},
|
|
81708
|
+
"immutable": true,
|
|
81709
|
+
"locationInModule": {
|
|
81710
|
+
"filename": "src/python/uv-config.ts",
|
|
81711
|
+
"line": 783
|
|
81712
|
+
},
|
|
81713
|
+
"name": "torchBackend",
|
|
81714
|
+
"optional": true,
|
|
81715
|
+
"type": {
|
|
81716
|
+
"fqn": "projen.python.uvConfig.TorchMode"
|
|
81717
|
+
}
|
|
81718
|
+
},
|
|
80994
81719
|
{
|
|
80995
81720
|
"abstract": true,
|
|
80996
81721
|
"docs": {
|
|
@@ -81004,7 +81729,7 @@
|
|
|
81004
81729
|
"immutable": true,
|
|
81005
81730
|
"locationInModule": {
|
|
81006
81731
|
"filename": "src/python/uv-config.ts",
|
|
81007
|
-
"line":
|
|
81732
|
+
"line": 795
|
|
81008
81733
|
},
|
|
81009
81734
|
"name": "trustedPublishing",
|
|
81010
81735
|
"optional": true,
|
|
@@ -81024,7 +81749,7 @@
|
|
|
81024
81749
|
"immutable": true,
|
|
81025
81750
|
"locationInModule": {
|
|
81026
81751
|
"filename": "src/python/uv-config.ts",
|
|
81027
|
-
"line":
|
|
81752
|
+
"line": 802
|
|
81028
81753
|
},
|
|
81029
81754
|
"name": "upgrade",
|
|
81030
81755
|
"optional": true,
|
|
@@ -81045,7 +81770,7 @@
|
|
|
81045
81770
|
"immutable": true,
|
|
81046
81771
|
"locationInModule": {
|
|
81047
81772
|
"filename": "src/python/uv-config.ts",
|
|
81048
|
-
"line":
|
|
81773
|
+
"line": 812
|
|
81049
81774
|
},
|
|
81050
81775
|
"name": "upgradePackage",
|
|
81051
81776
|
"optional": true,
|
|
@@ -81070,7 +81795,7 @@
|
|
|
81070
81795
|
"immutable": true,
|
|
81071
81796
|
"locationInModule": {
|
|
81072
81797
|
"filename": "src/python/uv-config.ts",
|
|
81073
|
-
"line":
|
|
81798
|
+
"line": 819
|
|
81074
81799
|
},
|
|
81075
81800
|
"name": "workspace",
|
|
81076
81801
|
"optional": true,
|
|
@@ -81096,7 +81821,7 @@
|
|
|
81096
81821
|
"kind": "interface",
|
|
81097
81822
|
"locationInModule": {
|
|
81098
81823
|
"filename": "src/python/uv-config.ts",
|
|
81099
|
-
"line":
|
|
81824
|
+
"line": 2552
|
|
81100
81825
|
},
|
|
81101
81826
|
"name": "WheelDataIncludes",
|
|
81102
81827
|
"namespace": "python.uvConfig",
|
|
@@ -81112,7 +81837,7 @@
|
|
|
81112
81837
|
"immutable": true,
|
|
81113
81838
|
"locationInModule": {
|
|
81114
81839
|
"filename": "src/python/uv-config.ts",
|
|
81115
|
-
"line":
|
|
81840
|
+
"line": 2556
|
|
81116
81841
|
},
|
|
81117
81842
|
"name": "data",
|
|
81118
81843
|
"optional": true,
|
|
@@ -81131,7 +81856,7 @@
|
|
|
81131
81856
|
"immutable": true,
|
|
81132
81857
|
"locationInModule": {
|
|
81133
81858
|
"filename": "src/python/uv-config.ts",
|
|
81134
|
-
"line":
|
|
81859
|
+
"line": 2561
|
|
81135
81860
|
},
|
|
81136
81861
|
"name": "headers",
|
|
81137
81862
|
"optional": true,
|
|
@@ -81150,7 +81875,7 @@
|
|
|
81150
81875
|
"immutable": true,
|
|
81151
81876
|
"locationInModule": {
|
|
81152
81877
|
"filename": "src/python/uv-config.ts",
|
|
81153
|
-
"line":
|
|
81878
|
+
"line": 2566
|
|
81154
81879
|
},
|
|
81155
81880
|
"name": "platlib",
|
|
81156
81881
|
"optional": true,
|
|
@@ -81169,7 +81894,7 @@
|
|
|
81169
81894
|
"immutable": true,
|
|
81170
81895
|
"locationInModule": {
|
|
81171
81896
|
"filename": "src/python/uv-config.ts",
|
|
81172
|
-
"line":
|
|
81897
|
+
"line": 2571
|
|
81173
81898
|
},
|
|
81174
81899
|
"name": "purelib",
|
|
81175
81900
|
"optional": true,
|
|
@@ -81188,7 +81913,7 @@
|
|
|
81188
81913
|
"immutable": true,
|
|
81189
81914
|
"locationInModule": {
|
|
81190
81915
|
"filename": "src/python/uv-config.ts",
|
|
81191
|
-
"line":
|
|
81916
|
+
"line": 2576
|
|
81192
81917
|
},
|
|
81193
81918
|
"name": "scripts",
|
|
81194
81919
|
"optional": true,
|
|
@@ -84454,7 +85179,7 @@
|
|
|
84454
85179
|
},
|
|
84455
85180
|
"locationInModule": {
|
|
84456
85181
|
"filename": "src/typescript/projenrc.ts",
|
|
84457
|
-
"line":
|
|
85182
|
+
"line": 57
|
|
84458
85183
|
},
|
|
84459
85184
|
"parameters": [
|
|
84460
85185
|
{
|
|
@@ -84475,7 +85200,7 @@
|
|
|
84475
85200
|
"kind": "class",
|
|
84476
85201
|
"locationInModule": {
|
|
84477
85202
|
"filename": "src/typescript/projenrc.ts",
|
|
84478
|
-
"line":
|
|
85203
|
+
"line": 49
|
|
84479
85204
|
},
|
|
84480
85205
|
"methods": [
|
|
84481
85206
|
{
|
|
@@ -84485,10 +85210,31 @@
|
|
|
84485
85210
|
},
|
|
84486
85211
|
"locationInModule": {
|
|
84487
85212
|
"filename": "src/typescript/projenrc.ts",
|
|
84488
|
-
"line":
|
|
85213
|
+
"line": 125
|
|
84489
85214
|
},
|
|
84490
85215
|
"name": "preSynthesize",
|
|
84491
85216
|
"overrides": "projen.ProjenrcFile"
|
|
85217
|
+
},
|
|
85218
|
+
{
|
|
85219
|
+
"docs": {
|
|
85220
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
85221
|
+
"stability": "experimental",
|
|
85222
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
85223
|
+
},
|
|
85224
|
+
"locationInModule": {
|
|
85225
|
+
"filename": "src/typescript/projenrc.ts",
|
|
85226
|
+
"line": 86
|
|
85227
|
+
},
|
|
85228
|
+
"name": "projectCreation",
|
|
85229
|
+
"overrides": "projen.Component",
|
|
85230
|
+
"parameters": [
|
|
85231
|
+
{
|
|
85232
|
+
"name": "initProject",
|
|
85233
|
+
"type": {
|
|
85234
|
+
"fqn": "projen.InitProject"
|
|
85235
|
+
}
|
|
85236
|
+
}
|
|
85237
|
+
]
|
|
84492
85238
|
}
|
|
84493
85239
|
],
|
|
84494
85240
|
"name": "Projenrc",
|
|
@@ -84502,7 +85248,7 @@
|
|
|
84502
85248
|
"immutable": true,
|
|
84503
85249
|
"locationInModule": {
|
|
84504
85250
|
"filename": "src/typescript/projenrc.ts",
|
|
84505
|
-
"line":
|
|
85251
|
+
"line": 50
|
|
84506
85252
|
},
|
|
84507
85253
|
"name": "filePath",
|
|
84508
85254
|
"overrides": "projen.ProjenrcFile",
|
|
@@ -84517,7 +85263,7 @@
|
|
|
84517
85263
|
"immutable": true,
|
|
84518
85264
|
"locationInModule": {
|
|
84519
85265
|
"filename": "src/typescript/projenrc.ts",
|
|
84520
|
-
"line":
|
|
85266
|
+
"line": 51
|
|
84521
85267
|
},
|
|
84522
85268
|
"name": "tsconfig",
|
|
84523
85269
|
"type": {
|
|
@@ -84537,7 +85283,7 @@
|
|
|
84537
85283
|
"kind": "interface",
|
|
84538
85284
|
"locationInModule": {
|
|
84539
85285
|
"filename": "src/typescript/projenrc.ts",
|
|
84540
|
-
"line":
|
|
85286
|
+
"line": 11
|
|
84541
85287
|
},
|
|
84542
85288
|
"name": "ProjenrcOptions",
|
|
84543
85289
|
"namespace": "typescript",
|
|
@@ -84552,7 +85298,7 @@
|
|
|
84552
85298
|
"immutable": true,
|
|
84553
85299
|
"locationInModule": {
|
|
84554
85300
|
"filename": "src/typescript/projenrc.ts",
|
|
84555
|
-
"line":
|
|
85301
|
+
"line": 16
|
|
84556
85302
|
},
|
|
84557
85303
|
"name": "filename",
|
|
84558
85304
|
"optional": true,
|
|
@@ -84570,7 +85316,7 @@
|
|
|
84570
85316
|
"immutable": true,
|
|
84571
85317
|
"locationInModule": {
|
|
84572
85318
|
"filename": "src/typescript/projenrc.ts",
|
|
84573
|
-
"line":
|
|
85319
|
+
"line": 24
|
|
84574
85320
|
},
|
|
84575
85321
|
"name": "projenCodeDir",
|
|
84576
85322
|
"optional": true,
|
|
@@ -84588,7 +85334,7 @@
|
|
|
84588
85334
|
"immutable": true,
|
|
84589
85335
|
"locationInModule": {
|
|
84590
85336
|
"filename": "src/typescript/projenrc.ts",
|
|
84591
|
-
"line":
|
|
85337
|
+
"line": 39
|
|
84592
85338
|
},
|
|
84593
85339
|
"name": "runner",
|
|
84594
85340
|
"optional": true,
|
|
@@ -84607,7 +85353,7 @@
|
|
|
84607
85353
|
"immutable": true,
|
|
84608
85354
|
"locationInModule": {
|
|
84609
85355
|
"filename": "src/typescript/projenrc.ts",
|
|
84610
|
-
"line":
|
|
85356
|
+
"line": 32
|
|
84611
85357
|
},
|
|
84612
85358
|
"name": "swc",
|
|
84613
85359
|
"optional": true,
|
|
@@ -84664,10 +85410,31 @@
|
|
|
84664
85410
|
},
|
|
84665
85411
|
"locationInModule": {
|
|
84666
85412
|
"filename": "src/typescript/projenrc-ts.ts",
|
|
84667
|
-
"line":
|
|
85413
|
+
"line": 117
|
|
84668
85414
|
},
|
|
84669
85415
|
"name": "preSynthesize",
|
|
84670
85416
|
"overrides": "projen.ProjenrcFile"
|
|
85417
|
+
},
|
|
85418
|
+
{
|
|
85419
|
+
"docs": {
|
|
85420
|
+
"remarks": "It does not run on later `projen` invocations. It only fires for `projen new` (or `Projects.createProject`).\nUse it for deterministic, one-off file generation. Order across components is not guaranteed.",
|
|
85421
|
+
"stability": "experimental",
|
|
85422
|
+
"summary": "Called once, right after `synthesize()`, only when the project is created for the first time."
|
|
85423
|
+
},
|
|
85424
|
+
"locationInModule": {
|
|
85425
|
+
"filename": "src/typescript/projenrc-ts.ts",
|
|
85426
|
+
"line": 100
|
|
85427
|
+
},
|
|
85428
|
+
"name": "projectCreation",
|
|
85429
|
+
"overrides": "projen.Component",
|
|
85430
|
+
"parameters": [
|
|
85431
|
+
{
|
|
85432
|
+
"name": "initProject",
|
|
85433
|
+
"type": {
|
|
85434
|
+
"fqn": "projen.InitProject"
|
|
85435
|
+
}
|
|
85436
|
+
}
|
|
85437
|
+
]
|
|
84671
85438
|
}
|
|
84672
85439
|
],
|
|
84673
85440
|
"name": "ProjenrcTs",
|
|
@@ -88951,6 +89718,6 @@
|
|
|
88951
89718
|
"usedFeatures": [
|
|
88952
89719
|
"class-covariant-overrides"
|
|
88953
89720
|
],
|
|
88954
|
-
"version": "0.101.
|
|
88955
|
-
"fingerprint": "
|
|
89721
|
+
"version": "0.101.10",
|
|
89722
|
+
"fingerprint": "87fEKF1df0tq0SirY2hPCaQPDqx7dwH8Zb2F7lZfqZ0="
|
|
88956
89723
|
}
|