pylibtemplate 0.0.3__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]))
@@ -700,8 +701,8 @@ def _apply_text_wrapping_to_line_set_of_md_or_rst_file(line_set_to_modify):
700
701
  modified_line_set = line_set_to_modify.copy()
701
702
 
702
703
  pattern_1 = (r"((\[!\[)|(\s+)|(\*\ )|(\-\ \`)|(\.\.\ )|(\{\%)"
703
- r"|(\{\{)|(##)|(#\ \-)|(----+)|(====+)).*")
704
- pattern_2 = r"((----+)|(====+))"
704
+ r"|(\{\{)|(##)|(#\ \-)|(----+)|(====+)|(~~~~+)).*")
705
+ pattern_2 = r"((----+)|(====+)|(~~~~+))"
705
706
 
706
707
  end_of_file_has_not_been_reached = True
707
708
  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.3'
32
- __version_tuple__ = version_tuple = (0, 0, 3)
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.3
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=5vdqZjvbQ5kh2grlbJf6RO8gysfouxpBH_c9IesfWD4,32082
2
- pylibtemplate/version.py,sha256=pBZsQt6tlL02W-ri--X_4JCubpAK7jjCSnOmUp_isjc,704
3
- pylibtemplate-0.0.3.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
4
- pylibtemplate-0.0.3.dist-info/METADATA,sha256=6mTTWI26oQDSnaAi4DVbOXyvZjqEau6-33pSQNiV8i0,16821
5
- pylibtemplate-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- pylibtemplate-0.0.3.dist-info/entry_points.txt,sha256=lX33RgEzs9UByPT90FvYMpPshWLJcNu4mShQjx_Vi2w,77
7
- pylibtemplate-0.0.3.dist-info/top_level.txt,sha256=pY0rl_JGpeTL6KwNkwptEPpv7hNUtxA7tI3PilhAcZw,14
8
- pylibtemplate-0.0.3.dist-info/RECORD,,