pylibtemplate 0.0.4__tar.gz → 0.0.6__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.
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/PKG-INFO +1 -1
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/INSTALL.rst +6 -1
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/pylibtemplate/__init__.py +2 -1
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/pylibtemplate/version.py +3 -3
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/pylibtemplate.egg-info/PKG-INFO +1 -1
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/.coveragerc +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/.github/workflows/measure_code_coverage.yml +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/.github/workflows/publish_documentation_website.yml +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/.github/workflows/publish_release_to_pypi.yml +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/.github/workflows/test_library.yml +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/.gitignore +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/LICENSE +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/README.md +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/Makefile +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/_static/readthedocs_custom.css +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/_templates/custom_class_template.rst +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/_templates/custom_module_template.rst +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/_templates/versions.html +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/api.rst +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/build_docs.py +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/conf.py +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/examples/generating_a_git_repository_template.rst +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/examples.rst +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/how_to_create_a_python_library_using_pylibtemplate.rst +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/index.rst +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/license.rst +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/literature.rst +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/make.bat +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/private_members_to_publish_to_docs.rst +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/examples/generating_a_git_repository_template.py +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/pylibtemplate.egg-info/SOURCES.txt +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/pylibtemplate.egg-info/dependency_links.txt +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/pylibtemplate.egg-info/entry_points.txt +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/pylibtemplate.egg-info/requires.txt +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/pylibtemplate.egg-info/top_level.txt +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/pyproject.toml +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/run_tests.sh +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/setup.cfg +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/setup.py +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/tests/test_root.py +0 -0
- {pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/tox.ini +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pylibtemplate
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.6
|
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,8 @@
|
|
3
3
|
Instructions for installing and uninstalling ``pylibtemplate``
|
4
4
|
==============================================================
|
5
5
|
|
6
|
+
|
7
|
+
|
6
8
|
Installing ``pylibtemplate``
|
7
9
|
----------------------------
|
8
10
|
|
@@ -17,7 +19,7 @@ Installing ``pylibtemplate`` using ``pip``
|
|
17
19
|
|
18
20
|
Before installing ``pylibtemplate``, make sure that you have activated the
|
19
21
|
(virtual) environment in which you intend to install said package. After which,
|
20
|
-
simply
|
22
|
+
simply run the following command::
|
21
23
|
|
22
24
|
pip install pylibtemplate
|
23
25
|
|
@@ -64,6 +66,9 @@ along with the subset of additional dependencies specified by ``<selector>``.
|
|
64
66
|
Installing ``pylibtemplate`` using ``conda``
|
65
67
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
66
68
|
|
69
|
+
Before proceeding, make sure that you have activated the (virtual) ``conda``
|
70
|
+
environment in which you intend to install said package.
|
71
|
+
|
67
72
|
To install ``pylibtemplate`` using the ``conda`` package manager, run the
|
68
73
|
following command::
|
69
74
|
|
@@ -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]))
|
@@ -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.
|
32
|
-
__version_tuple__ = version_tuple = (0, 0,
|
31
|
+
__version__ = version = '0.0.6'
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 6)
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
34
|
+
__commit_id__ = commit_id = 'g7ea934d33'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pylibtemplate
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.6
|
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
|
{pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/.github/workflows/publish_documentation_website.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/docs/examples/generating_a_git_repository_template.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pylibtemplate-0.0.4 → pylibtemplate-0.0.6}/examples/generating_a_git_repository_template.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|