pylibtemplate 0.0.3__tar.gz → 0.0.5__tar.gz

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.
Files changed (41) hide show
  1. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/PKG-INFO +1 -1
  2. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/INSTALL.rst +5 -2
  3. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/pylibtemplate/__init__.py +4 -3
  4. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/pylibtemplate/version.py +3 -3
  5. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/pylibtemplate.egg-info/PKG-INFO +1 -1
  6. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/.coveragerc +0 -0
  7. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/.github/workflows/measure_code_coverage.yml +0 -0
  8. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/.github/workflows/publish_documentation_website.yml +0 -0
  9. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/.github/workflows/publish_release_to_pypi.yml +0 -0
  10. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/.github/workflows/test_library.yml +0 -0
  11. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/.gitignore +0 -0
  12. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/LICENSE +0 -0
  13. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/README.md +0 -0
  14. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/Makefile +0 -0
  15. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/_static/readthedocs_custom.css +0 -0
  16. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/_templates/custom_class_template.rst +0 -0
  17. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/_templates/custom_module_template.rst +0 -0
  18. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/_templates/versions.html +0 -0
  19. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/api.rst +0 -0
  20. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/build_docs.py +0 -0
  21. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/conf.py +0 -0
  22. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/examples/generating_a_git_repository_template.rst +0 -0
  23. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/examples.rst +0 -0
  24. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/how_to_create_a_python_library_using_pylibtemplate.rst +0 -0
  25. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/index.rst +0 -0
  26. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/license.rst +0 -0
  27. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/literature.rst +0 -0
  28. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/make.bat +0 -0
  29. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/docs/private_members_to_publish_to_docs.rst +0 -0
  30. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/examples/generating_a_git_repository_template.py +0 -0
  31. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/pylibtemplate.egg-info/SOURCES.txt +0 -0
  32. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/pylibtemplate.egg-info/dependency_links.txt +0 -0
  33. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/pylibtemplate.egg-info/entry_points.txt +0 -0
  34. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/pylibtemplate.egg-info/requires.txt +0 -0
  35. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/pylibtemplate.egg-info/top_level.txt +0 -0
  36. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/pyproject.toml +0 -0
  37. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/run_tests.sh +0 -0
  38. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/setup.cfg +0 -0
  39. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/setup.py +0 -0
  40. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/tests/test_root.py +0 -0
  41. {pylibtemplate-0.0.3 → pylibtemplate-0.0.5}/tox.ini +0 -0
@@ -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
@@ -3,6 +3,9 @@
3
3
  Instructions for installing and uninstalling ``pylibtemplate``
4
4
  ==============================================================
5
5
 
6
+ Installing ``pylibtemplate``
7
+ ----------------------------
8
+
6
9
  For all installation scenarios, first open up the appropriate command line
7
10
  interface. On Unix-based systems, you could open e.g. a terminal. On Windows
8
11
  systems you could open e.g. an Anaconda Prompt as an administrator.
@@ -10,7 +13,7 @@ systems you could open e.g. an Anaconda Prompt as an administrator.
10
13
 
11
14
 
12
15
  Installing ``pylibtemplate`` using ``pip``
13
- ------------------------------------------
16
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14
17
 
15
18
  Before installing ``pylibtemplate``, make sure that you have activated the
16
19
  (virtual) environment in which you intend to install said package. After which,
@@ -59,7 +62,7 @@ along with the subset of additional dependencies specified by ``<selector>``.
59
62
 
60
63
 
61
64
  Installing ``pylibtemplate`` using ``conda``
62
- --------------------------------------------
65
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
66
 
64
67
  To install ``pylibtemplate`` using the ``conda`` package manager, run the
65
68
  following command::
@@ -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
@@ -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
- __commit_id__ = commit_id = 'g731b32a79'
34
+ __commit_id__ = commit_id = 'gaf3002206'
@@ -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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes