treescript-builder 0.1__py3-none-any.whl → 0.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: treescript-builder
3
- Version: 0.1
3
+ Version: 0.1.1
4
4
  Summary: Builds File Trees from TreeScript. If DataLabels are present in TreeScript, a DataDirectory argument is required.
5
5
  Home-page: https://github.com/DK96-OS/treescript-builder
6
6
  Author: DK96-OS
@@ -18,9 +18,9 @@ treescript_builder/tree/build_validation.py,sha256=Y2LSofp7c3XumkHIYszZEyVTL0vW3
18
18
  treescript_builder/tree/tree_builder.py,sha256=2MpcPSK5ZIhix40dBSZjIdPS5t-OCCimXGmRLhIjETw,1878
19
19
  treescript_builder/tree/tree_trimmer.py,sha256=Lc5wcV9CtW6a9GYE_nMBQS-UZJ2cJ2dU03qIH5rKNoU,1632
20
20
  treescript_builder/tree/trim_validation.py,sha256=VfQLeyZkGVG363Wqu7cYhU36UcXMG0JJ8sH8R2eXDJE,3472
21
- treescript_builder-0.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
22
- treescript_builder-0.1.dist-info/METADATA,sha256=5WPSGyFZZTzUrnltplLnpQ3JXTYEOj8h7Qi5XtXCKvg,4141
23
- treescript_builder-0.1.dist-info/WHEEL,sha256=A8Eltl-h0W-qZDVezsLjjslosEH_pdYC2lQ0JcbgCzs,91
24
- treescript_builder-0.1.dist-info/entry_points.txt,sha256=E1qL3fR3KVF7u5Fp6ZDm7KAbdK3aK1NGifOKMaT9xaE,83
25
- treescript_builder-0.1.dist-info/top_level.txt,sha256=parytS3LU7PXBsMVe_puiTOva14bUCzvFwcIwF_Y3Ks,19
26
- treescript_builder-0.1.dist-info/RECORD,,
21
+ treescript_builder-0.1.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
22
+ treescript_builder-0.1.1.dist-info/METADATA,sha256=0O-QG50k5xLkkrqL1j-NNhLWQrklq_7B1ZqKLGNGoXc,4143
23
+ treescript_builder-0.1.1.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
24
+ treescript_builder-0.1.1.dist-info/entry_points.txt,sha256=eOmYzJQPcGaH2GGBfwwU6UH_33tGtsK_ogxB4DnVrFI,111
25
+ treescript_builder-0.1.1.dist-info/top_level.txt,sha256=parytS3LU7PXBsMVe_puiTOva14bUCzvFwcIwF_Y3Ks,19
26
+ treescript_builder-0.1.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.0)
2
+ Generator: setuptools (80.7.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ ftb = treescript_builder.__main__:main
3
+ treescript-builder = treescript_builder.__main__:main
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- ftb = tree.__main__:main
3
- treescript-builder = tree.__main__:main