@hallcor/pulumi-projen-project-types 0.0.0

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 ADDED
@@ -0,0 +1,1252 @@
1
+ {
2
+ "author": {
3
+ "email": "43035978+corymhall@users.noreply.github.com",
4
+ "name": "corymhall",
5
+ "roles": [
6
+ "author"
7
+ ]
8
+ },
9
+ "dependencies": {
10
+ "constructs": "^10.4.2",
11
+ "projen": "^0.91.13"
12
+ },
13
+ "dependencyClosure": {
14
+ "constructs": {
15
+ "targets": {
16
+ "dotnet": {
17
+ "namespace": "Constructs",
18
+ "packageId": "Constructs"
19
+ },
20
+ "go": {
21
+ "moduleName": "github.com/aws/constructs-go"
22
+ },
23
+ "java": {
24
+ "maven": {
25
+ "artifactId": "constructs",
26
+ "groupId": "software.constructs"
27
+ },
28
+ "package": "software.constructs"
29
+ },
30
+ "js": {
31
+ "npm": "constructs"
32
+ },
33
+ "python": {
34
+ "distName": "constructs",
35
+ "module": "constructs"
36
+ }
37
+ }
38
+ },
39
+ "projen": {
40
+ "submodules": {
41
+ "projen.awscdk": {},
42
+ "projen.build": {},
43
+ "projen.cdk": {},
44
+ "projen.cdk8s": {},
45
+ "projen.cdktf": {},
46
+ "projen.circleci": {},
47
+ "projen.github": {},
48
+ "projen.github.workflows": {},
49
+ "projen.gitlab": {},
50
+ "projen.java": {},
51
+ "projen.javascript": {},
52
+ "projen.python": {},
53
+ "projen.release": {},
54
+ "projen.typescript": {},
55
+ "projen.vscode": {},
56
+ "projen.web": {}
57
+ },
58
+ "targets": {
59
+ "go": {
60
+ "moduleName": "github.com/projen/projen-go"
61
+ },
62
+ "java": {
63
+ "maven": {
64
+ "artifactId": "projen",
65
+ "groupId": "io.github.cdklabs"
66
+ },
67
+ "package": "io.github.cdklabs.projen"
68
+ },
69
+ "js": {
70
+ "npm": "projen"
71
+ },
72
+ "python": {
73
+ "distName": "projen",
74
+ "module": "projen"
75
+ }
76
+ }
77
+ }
78
+ },
79
+ "description": "@hallcor/pulumi-projen-project-types",
80
+ "docs": {
81
+ "stability": "stable"
82
+ },
83
+ "homepage": "https://github.com/corymhall/pulumi-projen-project-types.git",
84
+ "jsiiVersion": "5.7.5 (build eb860fb)",
85
+ "license": "Apache-2.0",
86
+ "metadata": {
87
+ "jsii": {
88
+ "pacmak": {
89
+ "hasDefaultInterfaces": true
90
+ }
91
+ },
92
+ "tscRootDir": "src"
93
+ },
94
+ "name": "@hallcor/pulumi-projen-project-types",
95
+ "readme": {
96
+ "markdown": "# replace this"
97
+ },
98
+ "repository": {
99
+ "type": "git",
100
+ "url": "https://github.com/corymhall/pulumi-projen-project-types.git"
101
+ },
102
+ "schema": "jsii/0.10.0",
103
+ "targets": {
104
+ "js": {
105
+ "npm": "@hallcor/pulumi-projen-project-types"
106
+ },
107
+ "python": {
108
+ "distName": "hallcor.pulumi-projen-project-types",
109
+ "module": "hallcor.pulumi_projen_project_types"
110
+ }
111
+ },
112
+ "types": {
113
+ "@hallcor/pulumi-projen-project-types.PythonComponent": {
114
+ "assembly": "@hallcor/pulumi-projen-project-types",
115
+ "base": "projen.python.PythonProject",
116
+ "docs": {
117
+ "stability": "stable"
118
+ },
119
+ "fqn": "@hallcor/pulumi-projen-project-types.PythonComponent",
120
+ "initializer": {
121
+ "docs": {
122
+ "stability": "stable"
123
+ },
124
+ "locationInModule": {
125
+ "filename": "src/python.ts",
126
+ "line": 10
127
+ },
128
+ "parameters": [
129
+ {
130
+ "name": "options",
131
+ "type": {
132
+ "fqn": "@hallcor/pulumi-projen-project-types.PythonComponentOptions"
133
+ }
134
+ }
135
+ ]
136
+ },
137
+ "kind": "class",
138
+ "locationInModule": {
139
+ "filename": "src/python.ts",
140
+ "line": 9
141
+ },
142
+ "name": "PythonComponent",
143
+ "symbolId": "src/python:PythonComponent"
144
+ },
145
+ "@hallcor/pulumi-projen-project-types.PythonComponentOptions": {
146
+ "assembly": "@hallcor/pulumi-projen-project-types",
147
+ "datatype": true,
148
+ "docs": {
149
+ "stability": "stable",
150
+ "summary": "PythonComponentOptions."
151
+ },
152
+ "fqn": "@hallcor/pulumi-projen-project-types.PythonComponentOptions",
153
+ "kind": "interface",
154
+ "locationInModule": {
155
+ "filename": "src/PythonComponentOptions.ts",
156
+ "line": 7
157
+ },
158
+ "name": "PythonComponentOptions",
159
+ "properties": [
160
+ {
161
+ "abstract": true,
162
+ "docs": {
163
+ "default": "$GIT_USER_EMAIL",
164
+ "stability": "experimental",
165
+ "summary": "Author's e-mail."
166
+ },
167
+ "immutable": true,
168
+ "locationInModule": {
169
+ "filename": "src/PythonComponentOptions.ts",
170
+ "line": 160
171
+ },
172
+ "name": "authorEmail",
173
+ "type": {
174
+ "primitive": "string"
175
+ }
176
+ },
177
+ {
178
+ "abstract": true,
179
+ "docs": {
180
+ "default": "$GIT_USER_NAME",
181
+ "stability": "experimental",
182
+ "summary": "Author's name."
183
+ },
184
+ "immutable": true,
185
+ "locationInModule": {
186
+ "filename": "src/PythonComponentOptions.ts",
187
+ "line": 154
188
+ },
189
+ "name": "authorName",
190
+ "type": {
191
+ "primitive": "string"
192
+ }
193
+ },
194
+ {
195
+ "abstract": true,
196
+ "docs": {
197
+ "default": "$PYTHON_MODULE_NAME",
198
+ "remarks": "Must only consist of alphanumeric characters and underscores.",
199
+ "stability": "experimental",
200
+ "summary": "Name of the python package as used in imports and filenames."
201
+ },
202
+ "immutable": true,
203
+ "locationInModule": {
204
+ "filename": "src/PythonComponentOptions.ts",
205
+ "line": 109
206
+ },
207
+ "name": "moduleName",
208
+ "type": {
209
+ "primitive": "string"
210
+ }
211
+ },
212
+ {
213
+ "abstract": true,
214
+ "docs": {
215
+ "custom": {
216
+ "featured": "true"
217
+ },
218
+ "default": "$BASEDIR",
219
+ "stability": "experimental",
220
+ "summary": "This is the name of your project."
221
+ },
222
+ "immutable": true,
223
+ "locationInModule": {
224
+ "filename": "src/PythonComponentOptions.ts",
225
+ "line": 345
226
+ },
227
+ "name": "name",
228
+ "type": {
229
+ "primitive": "string"
230
+ }
231
+ },
232
+ {
233
+ "abstract": true,
234
+ "docs": {
235
+ "custom": {
236
+ "featured": "true"
237
+ },
238
+ "default": "\"0.1.0\"",
239
+ "stability": "experimental",
240
+ "summary": "Version of the package."
241
+ },
242
+ "immutable": true,
243
+ "locationInModule": {
244
+ "filename": "src/PythonComponentOptions.ts",
245
+ "line": 148
246
+ },
247
+ "name": "version",
248
+ "type": {
249
+ "primitive": "string"
250
+ }
251
+ },
252
+ {
253
+ "abstract": true,
254
+ "docs": {
255
+ "default": "- auto approve is disabled",
256
+ "stability": "experimental",
257
+ "summary": "Enable and configure the 'auto approve' workflow."
258
+ },
259
+ "immutable": true,
260
+ "locationInModule": {
261
+ "filename": "src/PythonComponentOptions.ts",
262
+ "line": 269
263
+ },
264
+ "name": "autoApproveOptions",
265
+ "optional": true,
266
+ "type": {
267
+ "fqn": "projen.github.AutoApproveOptions"
268
+ }
269
+ },
270
+ {
271
+ "abstract": true,
272
+ "docs": {
273
+ "default": "true",
274
+ "remarks": "Has no effect if `github.mergify`\nis set to false.",
275
+ "stability": "experimental",
276
+ "summary": "Enable automatic merging on GitHub."
277
+ },
278
+ "immutable": true,
279
+ "locationInModule": {
280
+ "filename": "src/PythonComponentOptions.ts",
281
+ "line": 263
282
+ },
283
+ "name": "autoMerge",
284
+ "optional": true,
285
+ "type": {
286
+ "primitive": "boolean"
287
+ }
288
+ },
289
+ {
290
+ "abstract": true,
291
+ "docs": {
292
+ "default": "- see defaults in `AutoMergeOptions`",
293
+ "remarks": "Has no effect if\n`github.mergify` or `autoMerge` is set to false.",
294
+ "stability": "experimental",
295
+ "summary": "Configure options for automatic merging on GitHub."
296
+ },
297
+ "immutable": true,
298
+ "locationInModule": {
299
+ "filename": "src/PythonComponentOptions.ts",
300
+ "line": 255
301
+ },
302
+ "name": "autoMergeOptions",
303
+ "optional": true,
304
+ "type": {
305
+ "fqn": "projen.github.AutoMergeOptions"
306
+ }
307
+ },
308
+ {
309
+ "abstract": true,
310
+ "docs": {
311
+ "stability": "experimental",
312
+ "summary": "A list of PyPI trove classifiers that describe the project."
313
+ },
314
+ "immutable": true,
315
+ "locationInModule": {
316
+ "filename": "src/PythonComponentOptions.ts",
317
+ "line": 141
318
+ },
319
+ "name": "classifiers",
320
+ "optional": true,
321
+ "type": {
322
+ "collection": {
323
+ "elementtype": {
324
+ "primitive": "string"
325
+ },
326
+ "kind": "array"
327
+ }
328
+ }
329
+ },
330
+ {
331
+ "abstract": true,
332
+ "docs": {
333
+ "default": "- true, but false for subprojects",
334
+ "stability": "experimental",
335
+ "summary": "Add a `clobber` task which resets the repo to origin."
336
+ },
337
+ "immutable": true,
338
+ "locationInModule": {
339
+ "filename": "src/PythonComponentOptions.ts",
340
+ "line": 247
341
+ },
342
+ "name": "clobber",
343
+ "optional": true,
344
+ "type": {
345
+ "primitive": "boolean"
346
+ }
347
+ },
348
+ {
349
+ "abstract": true,
350
+ "docs": {
351
+ "default": "true",
352
+ "stability": "experimental",
353
+ "summary": "Whether to commit the managed files by default."
354
+ },
355
+ "immutable": true,
356
+ "locationInModule": {
357
+ "filename": "src/PythonComponentOptions.ts",
358
+ "line": 338
359
+ },
360
+ "name": "commitGenerated",
361
+ "optional": true,
362
+ "type": {
363
+ "primitive": "boolean"
364
+ }
365
+ },
366
+ {
367
+ "abstract": true,
368
+ "docs": {
369
+ "default": "the `moduleName`",
370
+ "stability": "stable",
371
+ "summary": "The name of the pulumi component."
372
+ },
373
+ "immutable": true,
374
+ "locationInModule": {
375
+ "filename": "src/PythonComponentOptions.ts",
376
+ "line": 350
377
+ },
378
+ "name": "componentName",
379
+ "optional": true,
380
+ "type": {
381
+ "primitive": "string"
382
+ }
383
+ },
384
+ {
385
+ "abstract": true,
386
+ "docs": {
387
+ "custom": {
388
+ "featured": "true"
389
+ },
390
+ "default": "[]",
391
+ "remarks": "Additional dependencies can be added via `project.addDependency()`.",
392
+ "stability": "experimental",
393
+ "summary": "List of runtime dependencies for this project. Dependencies use the format: `<module>@<semver>`."
394
+ },
395
+ "immutable": true,
396
+ "locationInModule": {
397
+ "filename": "src/PythonComponentOptions.ts",
398
+ "line": 102
399
+ },
400
+ "name": "deps",
401
+ "optional": true,
402
+ "type": {
403
+ "collection": {
404
+ "elementtype": {
405
+ "primitive": "string"
406
+ },
407
+ "kind": "array"
408
+ }
409
+ }
410
+ },
411
+ {
412
+ "abstract": true,
413
+ "docs": {
414
+ "custom": {
415
+ "featured": "true"
416
+ },
417
+ "stability": "experimental",
418
+ "summary": "A short description of the package."
419
+ },
420
+ "immutable": true,
421
+ "locationInModule": {
422
+ "filename": "src/PythonComponentOptions.ts",
423
+ "line": 136
424
+ },
425
+ "name": "description",
426
+ "optional": true,
427
+ "type": {
428
+ "primitive": "string"
429
+ }
430
+ },
431
+ {
432
+ "abstract": true,
433
+ "docs": {
434
+ "default": "false",
435
+ "stability": "experimental",
436
+ "summary": "Add a VSCode development environment (used for GitHub Codespaces)."
437
+ },
438
+ "immutable": true,
439
+ "locationInModule": {
440
+ "filename": "src/PythonComponentOptions.ts",
441
+ "line": 241
442
+ },
443
+ "name": "devContainer",
444
+ "optional": true,
445
+ "type": {
446
+ "primitive": "boolean"
447
+ }
448
+ },
449
+ {
450
+ "abstract": true,
451
+ "docs": {
452
+ "custom": {
453
+ "featured": "true"
454
+ },
455
+ "default": "[]",
456
+ "remarks": "Additional dependencies can be added via `project.addDevDependency()`.",
457
+ "stability": "experimental",
458
+ "summary": "List of dev dependencies for this project. Dependencies use the format: `<module>@<semver>`."
459
+ },
460
+ "immutable": true,
461
+ "locationInModule": {
462
+ "filename": "src/PythonComponentOptions.ts",
463
+ "line": 92
464
+ },
465
+ "name": "devDeps",
466
+ "optional": true,
467
+ "type": {
468
+ "collection": {
469
+ "elementtype": {
470
+ "primitive": "string"
471
+ },
472
+ "kind": "array"
473
+ }
474
+ }
475
+ },
476
+ {
477
+ "abstract": true,
478
+ "docs": {
479
+ "default": "- see GitHubOptions",
480
+ "stability": "experimental",
481
+ "summary": "Options for GitHub integration."
482
+ },
483
+ "immutable": true,
484
+ "locationInModule": {
485
+ "filename": "src/PythonComponentOptions.ts",
486
+ "line": 235
487
+ },
488
+ "name": "githubOptions",
489
+ "optional": true,
490
+ "type": {
491
+ "fqn": "projen.github.GitHubOptions"
492
+ }
493
+ },
494
+ {
495
+ "abstract": true,
496
+ "docs": {
497
+ "stability": "experimental",
498
+ "summary": "Configuration options for .gitignore file."
499
+ },
500
+ "immutable": true,
501
+ "locationInModule": {
502
+ "filename": "src/PythonComponentOptions.ts",
503
+ "line": 332
504
+ },
505
+ "name": "gitIgnoreOptions",
506
+ "optional": true,
507
+ "type": {
508
+ "fqn": "projen.IgnoreFileOptions"
509
+ }
510
+ },
511
+ {
512
+ "abstract": true,
513
+ "docs": {
514
+ "stability": "experimental",
515
+ "summary": "Configuration options for git."
516
+ },
517
+ "immutable": true,
518
+ "locationInModule": {
519
+ "filename": "src/PythonComponentOptions.ts",
520
+ "line": 327
521
+ },
522
+ "name": "gitOptions",
523
+ "optional": true,
524
+ "type": {
525
+ "fqn": "projen.GitOptions"
526
+ }
527
+ },
528
+ {
529
+ "abstract": true,
530
+ "docs": {
531
+ "default": "false",
532
+ "stability": "experimental",
533
+ "summary": "Add a Gitpod development environment."
534
+ },
535
+ "immutable": true,
536
+ "locationInModule": {
537
+ "filename": "src/PythonComponentOptions.ts",
538
+ "line": 229
539
+ },
540
+ "name": "gitpod",
541
+ "optional": true,
542
+ "type": {
543
+ "primitive": "boolean"
544
+ }
545
+ },
546
+ {
547
+ "abstract": true,
548
+ "docs": {
549
+ "stability": "experimental",
550
+ "summary": "A URL to the website of the project."
551
+ },
552
+ "immutable": true,
553
+ "locationInModule": {
554
+ "filename": "src/PythonComponentOptions.ts",
555
+ "line": 130
556
+ },
557
+ "name": "homepage",
558
+ "optional": true,
559
+ "type": {
560
+ "primitive": "string"
561
+ }
562
+ },
563
+ {
564
+ "abstract": true,
565
+ "docs": {
566
+ "stability": "experimental",
567
+ "summary": "License of this package as an SPDX identifier."
568
+ },
569
+ "immutable": true,
570
+ "locationInModule": {
571
+ "filename": "src/PythonComponentOptions.ts",
572
+ "line": 125
573
+ },
574
+ "name": "license",
575
+ "optional": true,
576
+ "type": {
577
+ "primitive": "string"
578
+ }
579
+ },
580
+ {
581
+ "abstract": true,
582
+ "docs": {
583
+ "default": "{}",
584
+ "stability": "experimental",
585
+ "summary": "Configure logging options such as verbosity."
586
+ },
587
+ "immutable": true,
588
+ "locationInModule": {
589
+ "filename": "src/PythonComponentOptions.ts",
590
+ "line": 322
591
+ },
592
+ "name": "logging",
593
+ "optional": true,
594
+ "type": {
595
+ "fqn": "projen.LoggerOptions"
596
+ }
597
+ },
598
+ {
599
+ "abstract": true,
600
+ "docs": {
601
+ "default": "true",
602
+ "deprecated": "use `githubOptions.mergify` instead",
603
+ "stability": "deprecated",
604
+ "summary": "Whether mergify should be enabled on this repository or not."
605
+ },
606
+ "immutable": true,
607
+ "locationInModule": {
608
+ "filename": "src/PythonComponentOptions.ts",
609
+ "line": 223
610
+ },
611
+ "name": "mergify",
612
+ "optional": true,
613
+ "type": {
614
+ "primitive": "boolean"
615
+ }
616
+ },
617
+ {
618
+ "abstract": true,
619
+ "docs": {
620
+ "default": "- default options",
621
+ "deprecated": "use `githubOptions.mergifyOptions` instead",
622
+ "stability": "deprecated",
623
+ "summary": "Options for mergify."
624
+ },
625
+ "immutable": true,
626
+ "locationInModule": {
627
+ "filename": "src/PythonComponentOptions.ts",
628
+ "line": 216
629
+ },
630
+ "name": "mergifyOptions",
631
+ "optional": true,
632
+ "type": {
633
+ "fqn": "projen.github.MergifyOptions"
634
+ }
635
+ },
636
+ {
637
+ "abstract": true,
638
+ "docs": {
639
+ "default": "\".\"",
640
+ "remarks": "If this project has a parent, this directory is relative to the parent\ndirectory and it cannot be the same as the parent or any of it's other\nsubprojects.",
641
+ "stability": "experimental",
642
+ "summary": "The root directory of the project. Relative to this directory, all files are synthesized."
643
+ },
644
+ "immutable": true,
645
+ "locationInModule": {
646
+ "filename": "src/PythonComponentOptions.ts",
647
+ "line": 316
648
+ },
649
+ "name": "outdir",
650
+ "optional": true,
651
+ "type": {
652
+ "primitive": "string"
653
+ }
654
+ },
655
+ {
656
+ "abstract": true,
657
+ "docs": {
658
+ "stability": "experimental",
659
+ "summary": "Package name."
660
+ },
661
+ "immutable": true,
662
+ "locationInModule": {
663
+ "filename": "src/PythonComponentOptions.ts",
664
+ "line": 120
665
+ },
666
+ "name": "packageName",
667
+ "optional": true,
668
+ "type": {
669
+ "primitive": "string"
670
+ }
671
+ },
672
+ {
673
+ "abstract": true,
674
+ "docs": {
675
+ "stability": "experimental",
676
+ "summary": "The parent project, if this project is part of a bigger project."
677
+ },
678
+ "immutable": true,
679
+ "locationInModule": {
680
+ "filename": "src/PythonComponentOptions.ts",
681
+ "line": 305
682
+ },
683
+ "name": "parent",
684
+ "optional": true,
685
+ "type": {
686
+ "fqn": "projen.Project"
687
+ }
688
+ },
689
+ {
690
+ "abstract": true,
691
+ "docs": {
692
+ "default": "ProjectType.UNKNOWN",
693
+ "deprecated": "no longer supported at the base project level",
694
+ "stability": "deprecated",
695
+ "summary": "Which type of project this is (library/app)."
696
+ },
697
+ "immutable": true,
698
+ "locationInModule": {
699
+ "filename": "src/PythonComponentOptions.ts",
700
+ "line": 209
701
+ },
702
+ "name": "projectType",
703
+ "optional": true,
704
+ "type": {
705
+ "fqn": "projen.ProjectType"
706
+ }
707
+ },
708
+ {
709
+ "abstract": true,
710
+ "docs": {
711
+ "default": "\"npx projen\"",
712
+ "remarks": "Can be used to customize in special environments.",
713
+ "stability": "experimental",
714
+ "summary": "The shell command to use in order to run the projen CLI."
715
+ },
716
+ "immutable": true,
717
+ "locationInModule": {
718
+ "filename": "src/PythonComponentOptions.ts",
719
+ "line": 300
720
+ },
721
+ "name": "projenCommand",
722
+ "optional": true,
723
+ "type": {
724
+ "primitive": "string"
725
+ }
726
+ },
727
+ {
728
+ "abstract": true,
729
+ "docs": {
730
+ "default": "- use a personal access token named PROJEN_GITHUB_TOKEN",
731
+ "stability": "experimental",
732
+ "summary": "Choose a method of providing GitHub API access for projen workflows."
733
+ },
734
+ "immutable": true,
735
+ "locationInModule": {
736
+ "filename": "src/PythonComponentOptions.ts",
737
+ "line": 202
738
+ },
739
+ "name": "projenCredentials",
740
+ "optional": true,
741
+ "type": {
742
+ "fqn": "projen.github.GithubCredentials"
743
+ }
744
+ },
745
+ {
746
+ "abstract": true,
747
+ "docs": {
748
+ "default": "false",
749
+ "remarks": "This will install `projen` as a JavaScript dependency and add a `synth`\ntask which will run `.projenrc.js`.",
750
+ "stability": "experimental",
751
+ "summary": "Use projenrc in javascript."
752
+ },
753
+ "immutable": true,
754
+ "locationInModule": {
755
+ "filename": "src/PythonComponentOptions.ts",
756
+ "line": 82
757
+ },
758
+ "name": "projenrcJs",
759
+ "optional": true,
760
+ "type": {
761
+ "primitive": "boolean"
762
+ }
763
+ },
764
+ {
765
+ "abstract": true,
766
+ "docs": {
767
+ "default": "false",
768
+ "stability": "experimental",
769
+ "summary": "Generate (once) .projenrc.json (in JSON). Set to `false` in order to disable .projenrc.json generation."
770
+ },
771
+ "immutable": true,
772
+ "locationInModule": {
773
+ "filename": "src/PythonComponentOptions.ts",
774
+ "line": 293
775
+ },
776
+ "name": "projenrcJson",
777
+ "optional": true,
778
+ "type": {
779
+ "primitive": "boolean"
780
+ }
781
+ },
782
+ {
783
+ "abstract": true,
784
+ "docs": {
785
+ "default": "- default options",
786
+ "stability": "experimental",
787
+ "summary": "Options for .projenrc.json."
788
+ },
789
+ "immutable": true,
790
+ "locationInModule": {
791
+ "filename": "src/PythonComponentOptions.ts",
792
+ "line": 287
793
+ },
794
+ "name": "projenrcJsonOptions",
795
+ "optional": true,
796
+ "type": {
797
+ "fqn": "projen.ProjenrcJsonOptions"
798
+ }
799
+ },
800
+ {
801
+ "abstract": true,
802
+ "docs": {
803
+ "default": "- default options",
804
+ "stability": "experimental",
805
+ "summary": "Options related to projenrc in JavaScript."
806
+ },
807
+ "immutable": true,
808
+ "locationInModule": {
809
+ "filename": "src/PythonComponentOptions.ts",
810
+ "line": 74
811
+ },
812
+ "name": "projenrcJsOptions",
813
+ "optional": true,
814
+ "type": {
815
+ "fqn": "projen.javascript.ProjenrcOptions"
816
+ }
817
+ },
818
+ {
819
+ "abstract": true,
820
+ "docs": {
821
+ "default": "true",
822
+ "remarks": "This will install `projen` as a Python dependency and add a `synth`\ntask which will run `.projenrc.py`.",
823
+ "stability": "experimental",
824
+ "summary": "Use projenrc in Python."
825
+ },
826
+ "immutable": true,
827
+ "locationInModule": {
828
+ "filename": "src/PythonComponentOptions.ts",
829
+ "line": 68
830
+ },
831
+ "name": "projenrcPython",
832
+ "optional": true,
833
+ "type": {
834
+ "primitive": "boolean"
835
+ }
836
+ },
837
+ {
838
+ "abstract": true,
839
+ "docs": {
840
+ "default": "- default options",
841
+ "stability": "experimental",
842
+ "summary": "Options related to projenrc in python."
843
+ },
844
+ "immutable": true,
845
+ "locationInModule": {
846
+ "filename": "src/PythonComponentOptions.ts",
847
+ "line": 60
848
+ },
849
+ "name": "projenrcPythonOptions",
850
+ "optional": true,
851
+ "type": {
852
+ "fqn": "projen.python.ProjenrcOptions"
853
+ }
854
+ },
855
+ {
856
+ "abstract": true,
857
+ "docs": {
858
+ "default": "false",
859
+ "remarks": "This will create a tsconfig file (default: `tsconfig.projen.json`)\nand use `ts-node` in the default task to parse the project source files.",
860
+ "stability": "experimental",
861
+ "summary": "Use projenrc in TypeScript."
862
+ },
863
+ "immutable": true,
864
+ "locationInModule": {
865
+ "filename": "src/PythonComponentOptions.ts",
866
+ "line": 54
867
+ },
868
+ "name": "projenrcTs",
869
+ "optional": true,
870
+ "type": {
871
+ "primitive": "boolean"
872
+ }
873
+ },
874
+ {
875
+ "abstract": true,
876
+ "docs": {
877
+ "default": "- default options",
878
+ "stability": "experimental",
879
+ "summary": "Options related to projenrc in TypeScript."
880
+ },
881
+ "immutable": true,
882
+ "locationInModule": {
883
+ "filename": "src/PythonComponentOptions.ts",
884
+ "line": 46
885
+ },
886
+ "name": "projenrcTsOptions",
887
+ "optional": true,
888
+ "type": {
889
+ "fqn": "projen.typescript.ProjenrcTsOptions"
890
+ }
891
+ },
892
+ {
893
+ "abstract": true,
894
+ "docs": {
895
+ "default": "\"PROJEN_GITHUB_TOKEN\"",
896
+ "deprecated": "use `projenCredentials`",
897
+ "remarks": "This token needs to have the `repo`, `workflows`\nand `packages` scope.",
898
+ "stability": "deprecated",
899
+ "summary": "The name of a secret which includes a GitHub Personal Access Token to be used by projen workflows."
900
+ },
901
+ "immutable": true,
902
+ "locationInModule": {
903
+ "filename": "src/PythonComponentOptions.ts",
904
+ "line": 196
905
+ },
906
+ "name": "projenTokenSecret",
907
+ "optional": true,
908
+ "type": {
909
+ "primitive": "string"
910
+ }
911
+ },
912
+ {
913
+ "abstract": true,
914
+ "docs": {
915
+ "custom": {
916
+ "featured": "true"
917
+ },
918
+ "default": "true",
919
+ "stability": "experimental",
920
+ "summary": "Include pytest tests."
921
+ },
922
+ "immutable": true,
923
+ "locationInModule": {
924
+ "filename": "src/PythonComponentOptions.ts",
925
+ "line": 40
926
+ },
927
+ "name": "pytest",
928
+ "optional": true,
929
+ "type": {
930
+ "primitive": "boolean"
931
+ }
932
+ },
933
+ {
934
+ "abstract": true,
935
+ "docs": {
936
+ "default": "- defaults",
937
+ "stability": "experimental",
938
+ "summary": "pytest options."
939
+ },
940
+ "immutable": true,
941
+ "locationInModule": {
942
+ "filename": "src/PythonComponentOptions.ts",
943
+ "line": 33
944
+ },
945
+ "name": "pytestOptions",
946
+ "optional": true,
947
+ "type": {
948
+ "fqn": "projen.python.PytestOptions"
949
+ }
950
+ },
951
+ {
952
+ "abstract": true,
953
+ "docs": {
954
+ "default": "\"python\"",
955
+ "stability": "experimental",
956
+ "summary": "Path to the python executable to use."
957
+ },
958
+ "immutable": true,
959
+ "locationInModule": {
960
+ "filename": "src/PythonComponentOptions.ts",
961
+ "line": 115
962
+ },
963
+ "name": "pythonExec",
964
+ "optional": true,
965
+ "type": {
966
+ "primitive": "string"
967
+ }
968
+ },
969
+ {
970
+ "abstract": true,
971
+ "docs": {
972
+ "default": "- { filename: 'README.md', contents: '# replace this' }",
973
+ "stability": "experimental",
974
+ "summary": "The README setup."
975
+ },
976
+ "immutable": true,
977
+ "locationInModule": {
978
+ "filename": "src/PythonComponentOptions.ts",
979
+ "line": 187
980
+ },
981
+ "name": "readme",
982
+ "optional": true,
983
+ "type": {
984
+ "fqn": "projen.SampleReadmeProps"
985
+ }
986
+ },
987
+ {
988
+ "abstract": true,
989
+ "docs": {
990
+ "default": "false",
991
+ "stability": "experimental",
992
+ "summary": "Use renovatebot to handle dependency upgrades."
993
+ },
994
+ "immutable": true,
995
+ "locationInModule": {
996
+ "filename": "src/PythonComponentOptions.ts",
997
+ "line": 281
998
+ },
999
+ "name": "renovatebot",
1000
+ "optional": true,
1001
+ "type": {
1002
+ "primitive": "boolean"
1003
+ }
1004
+ },
1005
+ {
1006
+ "abstract": true,
1007
+ "docs": {
1008
+ "default": "- default options",
1009
+ "stability": "experimental",
1010
+ "summary": "Options for renovatebot."
1011
+ },
1012
+ "immutable": true,
1013
+ "locationInModule": {
1014
+ "filename": "src/PythonComponentOptions.ts",
1015
+ "line": 275
1016
+ },
1017
+ "name": "renovatebotOptions",
1018
+ "optional": true,
1019
+ "type": {
1020
+ "fqn": "projen.RenovatebotOptions"
1021
+ }
1022
+ },
1023
+ {
1024
+ "abstract": true,
1025
+ "docs": {
1026
+ "default": "true",
1027
+ "stability": "experimental",
1028
+ "summary": "Include sample code and test if the relevant directories don't exist."
1029
+ },
1030
+ "immutable": true,
1031
+ "locationInModule": {
1032
+ "filename": "src/PythonComponentOptions.ts",
1033
+ "line": 27
1034
+ },
1035
+ "name": "sample",
1036
+ "optional": true,
1037
+ "type": {
1038
+ "primitive": "boolean"
1039
+ }
1040
+ },
1041
+ {
1042
+ "abstract": true,
1043
+ "docs": {
1044
+ "default": "\"tests\"",
1045
+ "remarks": "Typically the same directory where project tests will be located.",
1046
+ "stability": "experimental",
1047
+ "summary": "Location of sample tests."
1048
+ },
1049
+ "immutable": true,
1050
+ "locationInModule": {
1051
+ "filename": "src/PythonComponentOptions.ts",
1052
+ "line": 21
1053
+ },
1054
+ "name": "sampleTestdir",
1055
+ "optional": true,
1056
+ "type": {
1057
+ "primitive": "string"
1058
+ }
1059
+ },
1060
+ {
1061
+ "abstract": true,
1062
+ "docs": {
1063
+ "custom": {
1064
+ "featured": "true"
1065
+ },
1066
+ "default": "- true, unless poetry is true, then false",
1067
+ "stability": "experimental",
1068
+ "summary": "Use setuptools with a setup.py script for packaging and publishing."
1069
+ },
1070
+ "immutable": true,
1071
+ "locationInModule": {
1072
+ "filename": "src/PythonComponentOptions.ts",
1073
+ "line": 14
1074
+ },
1075
+ "name": "setuptools",
1076
+ "optional": true,
1077
+ "type": {
1078
+ "primitive": "boolean"
1079
+ }
1080
+ },
1081
+ {
1082
+ "abstract": true,
1083
+ "docs": {
1084
+ "default": "false",
1085
+ "remarks": "See `staleOptions` for options.",
1086
+ "stability": "experimental",
1087
+ "summary": "Auto-close of stale issues and pull request."
1088
+ },
1089
+ "immutable": true,
1090
+ "locationInModule": {
1091
+ "filename": "src/PythonComponentOptions.ts",
1092
+ "line": 181
1093
+ },
1094
+ "name": "stale",
1095
+ "optional": true,
1096
+ "type": {
1097
+ "primitive": "boolean"
1098
+ }
1099
+ },
1100
+ {
1101
+ "abstract": true,
1102
+ "docs": {
1103
+ "default": "- see defaults in `StaleOptions`",
1104
+ "remarks": "To disable set `stale` to `false`.",
1105
+ "stability": "experimental",
1106
+ "summary": "Auto-close stale issues and pull requests."
1107
+ },
1108
+ "immutable": true,
1109
+ "locationInModule": {
1110
+ "filename": "src/PythonComponentOptions.ts",
1111
+ "line": 174
1112
+ },
1113
+ "name": "staleOptions",
1114
+ "optional": true,
1115
+ "type": {
1116
+ "fqn": "projen.github.StaleOptions"
1117
+ }
1118
+ },
1119
+ {
1120
+ "abstract": true,
1121
+ "docs": {
1122
+ "default": "true",
1123
+ "remarks": "Enabled by default for root projects. Disabled for non-root projects.",
1124
+ "stability": "experimental",
1125
+ "summary": "Enable VSCode integration."
1126
+ },
1127
+ "immutable": true,
1128
+ "locationInModule": {
1129
+ "filename": "src/PythonComponentOptions.ts",
1130
+ "line": 167
1131
+ },
1132
+ "name": "vscode",
1133
+ "optional": true,
1134
+ "type": {
1135
+ "primitive": "boolean"
1136
+ }
1137
+ }
1138
+ ],
1139
+ "symbolId": "src/PythonComponentOptions:PythonComponentOptions"
1140
+ },
1141
+ "@hallcor/pulumi-projen-project-types.ReleaseWorkflow": {
1142
+ "assembly": "@hallcor/pulumi-projen-project-types",
1143
+ "base": "constructs.Construct",
1144
+ "docs": {
1145
+ "stability": "stable"
1146
+ },
1147
+ "fqn": "@hallcor/pulumi-projen-project-types.ReleaseWorkflow",
1148
+ "initializer": {
1149
+ "docs": {
1150
+ "stability": "stable"
1151
+ },
1152
+ "locationInModule": {
1153
+ "filename": "src/release.ts",
1154
+ "line": 9
1155
+ },
1156
+ "parameters": [
1157
+ {
1158
+ "name": "scope",
1159
+ "type": {
1160
+ "fqn": "constructs.Construct"
1161
+ }
1162
+ },
1163
+ {
1164
+ "name": "id",
1165
+ "type": {
1166
+ "primitive": "string"
1167
+ }
1168
+ }
1169
+ ]
1170
+ },
1171
+ "kind": "class",
1172
+ "locationInModule": {
1173
+ "filename": "src/release.ts",
1174
+ "line": 8
1175
+ },
1176
+ "name": "ReleaseWorkflow",
1177
+ "symbolId": "src/release:ReleaseWorkflow"
1178
+ },
1179
+ "@hallcor/pulumi-projen-project-types.TagRelease": {
1180
+ "assembly": "@hallcor/pulumi-projen-project-types",
1181
+ "base": "projen.release.Release",
1182
+ "docs": {
1183
+ "stability": "stable"
1184
+ },
1185
+ "fqn": "@hallcor/pulumi-projen-project-types.TagRelease",
1186
+ "initializer": {
1187
+ "docs": {
1188
+ "stability": "stable"
1189
+ },
1190
+ "locationInModule": {
1191
+ "filename": "src/release.ts",
1192
+ "line": 66
1193
+ },
1194
+ "parameters": [
1195
+ {
1196
+ "name": "scope",
1197
+ "type": {
1198
+ "fqn": "constructs.Construct"
1199
+ }
1200
+ },
1201
+ {
1202
+ "name": "props",
1203
+ "type": {
1204
+ "fqn": "projen.release.ReleaseOptions"
1205
+ }
1206
+ }
1207
+ ]
1208
+ },
1209
+ "kind": "class",
1210
+ "locationInModule": {
1211
+ "filename": "src/release.ts",
1212
+ "line": 65
1213
+ },
1214
+ "name": "TagRelease",
1215
+ "symbolId": "src/release:TagRelease"
1216
+ },
1217
+ "@hallcor/pulumi-projen-project-types.TypeScriptProject": {
1218
+ "assembly": "@hallcor/pulumi-projen-project-types",
1219
+ "base": "projen.typescript.TypeScriptProject",
1220
+ "docs": {
1221
+ "stability": "stable"
1222
+ },
1223
+ "fqn": "@hallcor/pulumi-projen-project-types.TypeScriptProject",
1224
+ "initializer": {
1225
+ "docs": {
1226
+ "stability": "stable"
1227
+ },
1228
+ "locationInModule": {
1229
+ "filename": "src/typescript-base.ts",
1230
+ "line": 6
1231
+ },
1232
+ "parameters": [
1233
+ {
1234
+ "name": "options",
1235
+ "type": {
1236
+ "fqn": "projen.typescript.TypeScriptProjectOptions"
1237
+ }
1238
+ }
1239
+ ]
1240
+ },
1241
+ "kind": "class",
1242
+ "locationInModule": {
1243
+ "filename": "src/typescript-base.ts",
1244
+ "line": 5
1245
+ },
1246
+ "name": "TypeScriptProject",
1247
+ "symbolId": "src/typescript-base:TypeScriptProject"
1248
+ }
1249
+ },
1250
+ "version": "0.0.0",
1251
+ "fingerprint": "WUTjABadjY+/MY04y4w/IYWsZfuGMaJ7yfVe0QtHVsE="
1252
+ }