pylibtemplate 0.0.4__py3-none-any.whl → 0.0.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.
pylibtemplate/__init__.py CHANGED
@@ -547,7 +547,8 @@ def _apply_text_replacements_to_line_set(line_set_to_modify,
547
547
  modified_line = modified_line.replace(old_substring, new_substring)
548
548
  modified_line_set[line_idx] = modified_line
549
549
  if ((re.fullmatch("=+", modified_line)
550
- or re.fullmatch("-+", modified_line))
550
+ or re.fullmatch("-+", modified_line)
551
+ or re.fullmatch("~+", modified_line))
551
552
  and (len(modified_line) > 3)):
552
553
  modified_line_set[line_idx] = (modified_line[0]
553
554
  * len(modified_line_set[line_idx-1]))
pylibtemplate/version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.0.4'
32
- __version_tuple__ = version_tuple = (0, 0, 4)
31
+ __version__ = version = '0.0.5'
32
+ __version_tuple__ = version_tuple = (0, 0, 5)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pylibtemplate
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: A Python library that generates `git` repository templates for building Python libraries that are suitable for publication on PyPI.
5
5
  Author-email: Matthew Fitzpatrick <matthew.rc.fitzpatrick@gmail.com>
6
6
  Project-URL: Homepage, https://mrfitzpa.github.io/pylibtemplate
@@ -0,0 +1,8 @@
1
+ pylibtemplate/__init__.py,sha256=b267DNGB88K1FxoaezBoyQlkoM28wW7vtA9dZ5rN3qI,32148
2
+ pylibtemplate/version.py,sha256=YRV1ohn6CdKEhsUOmFFMmr5UTjMv4Ydw3WJGxF2BHBs,704
3
+ pylibtemplate-0.0.5.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
4
+ pylibtemplate-0.0.5.dist-info/METADATA,sha256=GhlKiGbX-Gto6HuuEUvL9-gfRph30AA9tZXaoihchQ8,16821
5
+ pylibtemplate-0.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ pylibtemplate-0.0.5.dist-info/entry_points.txt,sha256=lX33RgEzs9UByPT90FvYMpPshWLJcNu4mShQjx_Vi2w,77
7
+ pylibtemplate-0.0.5.dist-info/top_level.txt,sha256=pY0rl_JGpeTL6KwNkwptEPpv7hNUtxA7tI3PilhAcZw,14
8
+ pylibtemplate-0.0.5.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- pylibtemplate/__init__.py,sha256=IJ_iFADR039MwYnExVwYvIwVJ-JO3kNRBuHox7QKszE,32098
2
- pylibtemplate/version.py,sha256=QlXZ5JTjE_pgpDaeHk0GTExkc75xUZFmd0hA7kGYCJ0,704
3
- pylibtemplate-0.0.4.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
4
- pylibtemplate-0.0.4.dist-info/METADATA,sha256=LtDkj8i4q1MPSOfnL2gdcqch1RHQhZMMC73mQ7dFq80,16821
5
- pylibtemplate-0.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- pylibtemplate-0.0.4.dist-info/entry_points.txt,sha256=lX33RgEzs9UByPT90FvYMpPshWLJcNu4mShQjx_Vi2w,77
7
- pylibtemplate-0.0.4.dist-info/top_level.txt,sha256=pY0rl_JGpeTL6KwNkwptEPpv7hNUtxA7tI3PilhAcZw,14
8
- pylibtemplate-0.0.4.dist-info/RECORD,,