pysfi 0.1.2__py3-none-any.whl → 0.1.4__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: pysfi
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: Single File commands for Interactive python.
5
5
  Requires-Python: >=3.8
6
6
  Requires-Dist: tomli>=2.4.0; python_version < '3.11'
@@ -0,0 +1,17 @@
1
+ sfi/__init__.py,sha256=xigBx2zkhJtzVxIy_WQ4O8Wu4c5h9Lh_TFl7Xven-qk,74
2
+ sfi/alarmclock/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ sfi/alarmclock/alarmclock.py,sha256=N_UYS5WLTpELLX13cimGP_xUjDwOWQmpig5LRzdnW2M,12142
4
+ sfi/bumpversion/__init__.py,sha256=0EjY5RZ96HUo4PoYDaUMOO7ZX3FCx1QPHfqvBXxG2ao,85
5
+ sfi/bumpversion/bumpversion.py,sha256=4_rZmrmHwMVSlidlNFpyxot5XII6PKAOFsq88MrGWw4,20200
6
+ sfi/embedinstall/embedinstall.py,sha256=Trw9NGOw0jLwfbIgkjJZMC3AUS_-IrPYgIQZg9TmiRQ,14518
7
+ sfi/filedate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ sfi/filedate/filedate.py,sha256=DpVp26lumE_Lz_4TgqUEX8IxtK3Y6yHSEFV8qJyegyk,3645
9
+ sfi/makepython/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ sfi/makepython/makepython.py,sha256=-fMGWvPlbW5cDvUPt6Cdy77tt1rN6n4iBegNpwzvlyM,10232
11
+ sfi/projectparse/projectparse.py,sha256=Ojg-z4lZEtjEBpJYWyznTgL307N45AxlQKnRkEH0P70,5525
12
+ sfi/pyloadergen/pyloadergen.py,sha256=_a1VPqEfYSCxInOwozRLMvluKzTUHDyUV_RtNAehnlc,31428
13
+ sfi/pypacker/fspacker.py,sha256=3tlS7qiWoH_kOzsp9eSWsQ-SY7-bSTugwfB-HIL69iE,3238
14
+ pysfi-0.1.4.dist-info/METADATA,sha256=oO1UM4mMejBhr4IODoaSX7J1aOVlR9rn79o6Nbga4x0,2755
15
+ pysfi-0.1.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
16
+ pysfi-0.1.4.dist-info/entry_points.txt,sha256=6XalkBAzJXRaYaPydlk_Q6Sr6aPOAv8v_5ZBdvg63Lk,367
17
+ pysfi-0.1.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
sfi/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """Single File commands for Interactive python."""
2
2
 
3
- __version__ = "0.1.2"
3
+ __version__ = "0.1.4"