boilerplates 1.2.0.dev3__tar.gz → 1.2.0.dev4__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.
- {boilerplates-1.2.0.dev3/boilerplates.egg-info → boilerplates-1.2.0.dev4}/PKG-INFO +5 -5
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4/boilerplates.egg-info}/PKG-INFO +5 -5
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/LICENSE +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/MANIFEST.in +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/NOTICE +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/README.rst +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/__init__.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/__init__.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/git_query.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/parser.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/patterns.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/py.typed +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/py_query.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/query.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/version.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/cli.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/config.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/git_repo_tests.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/logging.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/packaging_tests.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/py.typed +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/sentry.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/setup.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates.egg-info/SOURCES.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates.egg-info/dependency_links.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates.egg-info/requires.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates.egg-info/top_level.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/pyproject.toml +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/requirements.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/requirements_cli.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/requirements_config.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/requirements_git_repo_tests.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/requirements_logging.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/requirements_packaging_tests.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/requirements_sentry.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/requirements_setup.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/requirements_test.txt +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/setup.cfg +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/setup.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/test/__init__.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/test/test_cli.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/test/test_config.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/test/test_git_repo.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/test/test_logging.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/test/test_packaging.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/test/test_sentry.py +0 -0
- {boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/test/test_setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: boilerplates
|
|
3
|
-
Version: 1.2.0.
|
|
3
|
+
Version: 1.2.0.dev4
|
|
4
4
|
Summary: Various boilerplates used in almost all of my Python packages.
|
|
5
5
|
Home-page: https://github.com/mbdevpl/python-boilerplates
|
|
6
6
|
Download-URL:
|
|
@@ -96,7 +96,7 @@ Various boilerplates used in almost all of my Python packages.
|
|
|
96
96
|
:alt: grade from Codacy
|
|
97
97
|
|
|
98
98
|
.. image:: https://img.shields.io/github/license/mbdevpl/python-boilerplates.svg
|
|
99
|
-
:target: https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.
|
|
99
|
+
:target: https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev4/NOTICE
|
|
100
100
|
:alt: license
|
|
101
101
|
|
|
102
102
|
This package includes boilerplates for various common tasks in Python packages, such as building
|
|
@@ -111,9 +111,9 @@ Requirements
|
|
|
111
111
|
|
|
112
112
|
Python version 3.9 or later.
|
|
113
113
|
|
|
114
|
-
Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.
|
|
114
|
+
Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev4/requirements.txt>`_.
|
|
115
115
|
|
|
116
|
-
Building and running tests additionally requires packages listed in `requirements_test.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.
|
|
116
|
+
Building and running tests additionally requires packages listed in `requirements_test.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev4/requirements_test.txt>`_.
|
|
117
117
|
|
|
118
118
|
Tested on Linux, macOS and Windows.
|
|
119
119
|
|
|
@@ -396,7 +396,7 @@ Your example ``cli.py`` file which defines your command-line interface may look
|
|
|
396
396
|
verbosity = boilerplates.cli.get_verbosity_level(parsed_args)
|
|
397
397
|
...
|
|
398
398
|
|
|
399
|
-
You can see the above example in action in the `examples.ipynb <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.
|
|
399
|
+
You can see the above example in action in the `examples.ipynb <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev4/examples.ipynb>`_ notebook.
|
|
400
400
|
Please see the ``boilerplates.cli`` module for details of the available features.
|
|
401
401
|
|
|
402
402
|
And then, an example ``__main__.py`` file may look like:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: boilerplates
|
|
3
|
-
Version: 1.2.0.
|
|
3
|
+
Version: 1.2.0.dev4
|
|
4
4
|
Summary: Various boilerplates used in almost all of my Python packages.
|
|
5
5
|
Home-page: https://github.com/mbdevpl/python-boilerplates
|
|
6
6
|
Download-URL:
|
|
@@ -96,7 +96,7 @@ Various boilerplates used in almost all of my Python packages.
|
|
|
96
96
|
:alt: grade from Codacy
|
|
97
97
|
|
|
98
98
|
.. image:: https://img.shields.io/github/license/mbdevpl/python-boilerplates.svg
|
|
99
|
-
:target: https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.
|
|
99
|
+
:target: https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev4/NOTICE
|
|
100
100
|
:alt: license
|
|
101
101
|
|
|
102
102
|
This package includes boilerplates for various common tasks in Python packages, such as building
|
|
@@ -111,9 +111,9 @@ Requirements
|
|
|
111
111
|
|
|
112
112
|
Python version 3.9 or later.
|
|
113
113
|
|
|
114
|
-
Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.
|
|
114
|
+
Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev4/requirements.txt>`_.
|
|
115
115
|
|
|
116
|
-
Building and running tests additionally requires packages listed in `requirements_test.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.
|
|
116
|
+
Building and running tests additionally requires packages listed in `requirements_test.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev4/requirements_test.txt>`_.
|
|
117
117
|
|
|
118
118
|
Tested on Linux, macOS and Windows.
|
|
119
119
|
|
|
@@ -396,7 +396,7 @@ Your example ``cli.py`` file which defines your command-line interface may look
|
|
|
396
396
|
verbosity = boilerplates.cli.get_verbosity_level(parsed_args)
|
|
397
397
|
...
|
|
398
398
|
|
|
399
|
-
You can see the above example in action in the `examples.ipynb <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.
|
|
399
|
+
You can see the above example in action in the `examples.ipynb <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev4/examples.ipynb>`_ notebook.
|
|
400
400
|
Please see the ``boilerplates.cli`` module for details of the available features.
|
|
401
401
|
|
|
402
402
|
And then, an example ``__main__.py`` file may look like:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/__init__.py
RENAMED
|
File without changes
|
{boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/git_query.py
RENAMED
|
File without changes
|
{boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/parser.py
RENAMED
|
File without changes
|
{boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/patterns.py
RENAMED
|
File without changes
|
{boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/py.typed
RENAMED
|
File without changes
|
{boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/py_query.py
RENAMED
|
File without changes
|
{boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/query.py
RENAMED
|
File without changes
|
{boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates/bundled_version_query/version.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
|
{boilerplates-1.2.0.dev3 → boilerplates-1.2.0.dev4}/boilerplates.egg-info/dependency_links.txt
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
|
|
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
|