wizard-codegen 0.1.5__py3-none-any.whl

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.
@@ -0,0 +1,21 @@
1
+ cli/__init__.py,sha256=ugWEEYgQ2nboC5Ac_ktL_KGSqorCNcVsuM8SrhFpVCs,459
2
+ cli/main.py,sha256=2mpaTJyiJxwXCh44Lg_IiiDbYPa4VWXAizNsFmiONhk,4863
3
+ core/__init__.py,sha256=i_EJRERy5JoUwOO5PRzgZ029XjHOUE5_HIvGD5AJOL4,522
4
+ core/config.py,sha256=9NqwTrFLz9UbPQFAajyUmc7sJTiDzykK6veNvAmRWvk,3779
5
+ core/context_builder.py,sha256=n3hrbonPVgaIT8PeiaL2iO9YGthZ_K279IDLJFdBiZo,9627
6
+ core/filter.py,sha256=RuQyC-TTQ97gfHDmBV6Ocjeo4DG_aS1IttRwLQvxz8U,1876
7
+ core/renderer.py,sha256=SHvTlBhzq6nr4M7_Xf2KgBBqRAPj0vp9MDl6MhcOFqg,2748
8
+ core/writer.py,sha256=Zqs46b5cOSx4CnSbPdX-Vj_gmW2Mt5toXgAlUGP0yUg,2456
9
+ hooks/__init__.py,sha256=hwyl1WS-zXJON8f9fc3kC29eRg6Z2e1eBfOBiA0Ujso,93
10
+ hooks/hooks.py,sha256=X-A-XFTAG0nFV08yOtV-xo4jztNqCF2Nn4sJJ3StEHo,880
11
+ proto/__init__.py,sha256=txHrIz-gDutOmg8l-g2EFtIhCkfEI7Um6oau-Le6FHg,513
12
+ proto/discover.py,sha256=YQJvA2kS9-D4Rmqh1fIT9ISsAPWKrY_qdchrKARWv_k,2262
13
+ proto/fds_loader.py,sha256=N-eHLYWv3NVm2VvSrrdyVy4idLd4CwnZDUWCvACOVWA,1784
14
+ proto/proto_source.py,sha256=98mbq6PoMgkxCqScqO65SHsEAsh7yPtY793g4QlAGck,4075
15
+ proto/protoc_runner.py,sha256=JX6BTQL-Pd4TOQnSBFcGCqzX5EOE4H1FLlCB_0WwPDM,1832
16
+ utils/__init__.py,sha256=bQhv6J5gZkpZ3_UNwBRK4sNOT9dheOAOqSiKTajxjnI,332
17
+ utils/name.py,sha256=kwixDC2RYW5uYx5A9b9VFNYPDlkhpoHhAd60UopuzFE,1686
18
+ wizard_codegen-0.1.5.dist-info/METADATA,sha256=weM82r-WvmQPqInQd6fAbJEp409pXbweyHuyPubdSbU,32504
19
+ wizard_codegen-0.1.5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
20
+ wizard_codegen-0.1.5.dist-info/entry_points.txt,sha256=NvIPqh0gCeGsaqkdN3xqfVqOX6rDiGZhZDwbzTwise0,49
21
+ wizard_codegen-0.1.5.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ wizard-codegen = cli.main:main