boilerplates 1.2.0.dev1__tar.gz → 1.2.0.dev2__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 (47) hide show
  1. {boilerplates-1.2.0.dev1/boilerplates.egg-info → boilerplates-1.2.0.dev2}/PKG-INFO +7 -7
  2. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/setup.py +1 -1
  3. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2/boilerplates.egg-info}/PKG-INFO +7 -7
  4. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/LICENSE +0 -0
  5. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/MANIFEST.in +0 -0
  6. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/NOTICE +0 -0
  7. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/README.rst +0 -0
  8. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/__init__.py +0 -0
  9. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/bundled_version_query/__init__.py +0 -0
  10. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/bundled_version_query/git_query.py +0 -0
  11. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/bundled_version_query/parser.py +0 -0
  12. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/bundled_version_query/patterns.py +0 -0
  13. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/bundled_version_query/py.typed +0 -0
  14. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/bundled_version_query/py_query.py +0 -0
  15. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/bundled_version_query/query.py +0 -0
  16. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/bundled_version_query/version.py +0 -0
  17. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/cli.py +0 -0
  18. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/config.py +0 -0
  19. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/git_repo_tests.py +0 -0
  20. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/logging.py +0 -0
  21. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/packaging_tests.py +0 -0
  22. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/py.typed +0 -0
  23. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates/sentry.py +0 -0
  24. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates.egg-info/SOURCES.txt +0 -0
  25. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates.egg-info/dependency_links.txt +0 -0
  26. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates.egg-info/requires.txt +0 -0
  27. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/boilerplates.egg-info/top_level.txt +0 -0
  28. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/pyproject.toml +0 -0
  29. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/requirements.txt +0 -0
  30. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/requirements_cli.txt +0 -0
  31. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/requirements_config.txt +0 -0
  32. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/requirements_git_repo_tests.txt +0 -0
  33. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/requirements_logging.txt +0 -0
  34. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/requirements_packaging_tests.txt +0 -0
  35. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/requirements_sentry.txt +0 -0
  36. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/requirements_setup.txt +0 -0
  37. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/requirements_test.txt +0 -0
  38. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/setup.cfg +0 -0
  39. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/setup.py +0 -0
  40. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/test/__init__.py +0 -0
  41. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/test/test_cli.py +0 -0
  42. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/test/test_config.py +0 -0
  43. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/test/test_git_repo.py +0 -0
  44. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/test/test_logging.py +0 -0
  45. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/test/test_packaging.py +0 -0
  46. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/test/test_sentry.py +0 -0
  47. {boilerplates-1.2.0.dev1 → boilerplates-1.2.0.dev2}/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.dev1
3
+ Version: 1.2.0.dev2
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:
@@ -8,7 +8,7 @@ Author: Mateusz Bysiek, Stian Hanssen
8
8
  Author-email: mateusz.bysiek@gmail.com
9
9
  Maintainer: Mateusz Bysiek
10
10
  Maintainer-email: mateusz.bysiek@gmail.com
11
- License: Apache-2.0
11
+ License-Expression: Apache-2.0
12
12
  Keywords: git,logging,packaging,releasing
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
@@ -62,8 +62,8 @@ Dynamic: description
62
62
  Dynamic: description-content-type
63
63
  Dynamic: home-page
64
64
  Dynamic: keywords
65
- Dynamic: license
66
65
  Dynamic: license-file
66
+ Dynamic: license-expression
67
67
  Dynamic: maintainer
68
68
  Dynamic: maintainer-email
69
69
  Dynamic: provides-extra
@@ -99,7 +99,7 @@ Various boilerplates used in almost all of my Python packages.
99
99
  :alt: grade from Codacy
100
100
 
101
101
  .. image:: https://img.shields.io/github/license/mbdevpl/python-boilerplates.svg
102
- :target: https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev1/NOTICE
102
+ :target: https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev2/NOTICE
103
103
  :alt: license
104
104
 
105
105
  This package includes boilerplates for various common tasks in Python packages, such as building
@@ -114,9 +114,9 @@ Requirements
114
114
 
115
115
  Python version 3.9 or later.
116
116
 
117
- Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev1/requirements.txt>`_.
117
+ Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev2/requirements.txt>`_.
118
118
 
119
- Building and running tests additionally requires packages listed in `requirements_test.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev1/requirements_test.txt>`_.
119
+ Building and running tests additionally requires packages listed in `requirements_test.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev2/requirements_test.txt>`_.
120
120
 
121
121
  Tested on Linux, macOS and Windows.
122
122
 
@@ -399,7 +399,7 @@ Your example ``cli.py`` file which defines your command-line interface may look
399
399
  verbosity = boilerplates.cli.get_verbosity_level(parsed_args)
400
400
  ...
401
401
 
402
- You can see the above example in action in the `examples.ipynb <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev1/examples.ipynb>`_ notebook.
402
+ You can see the above example in action in the `examples.ipynb <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev2/examples.ipynb>`_ notebook.
403
403
  Please see the ``boilerplates.cli`` module for details of the available features.
404
404
 
405
405
  And then, an example ``__main__.py`` file may look like:
@@ -378,7 +378,7 @@ class Package:
378
378
  author=cls.author, author_email=cls.author_email,
379
379
  maintainer=cls.maintainer,
380
380
  maintainer_email=cls.maintainer_email,
381
- license=cls.license_str, license_files=cls._existing_license_file_patterns,
381
+ license_expression=cls.license_str, license_files=cls._existing_license_file_patterns,
382
382
  classifiers=cls.classifiers, keywords=cls.keywords,
383
383
  packages=cls.packages, package_dir={'': cls.root_directory},
384
384
  include_package_data=True,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boilerplates
3
- Version: 1.2.0.dev1
3
+ Version: 1.2.0.dev2
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:
@@ -8,7 +8,7 @@ Author: Mateusz Bysiek, Stian Hanssen
8
8
  Author-email: mateusz.bysiek@gmail.com
9
9
  Maintainer: Mateusz Bysiek
10
10
  Maintainer-email: mateusz.bysiek@gmail.com
11
- License: Apache-2.0
11
+ License-Expression: Apache-2.0
12
12
  Keywords: git,logging,packaging,releasing
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
@@ -62,8 +62,8 @@ Dynamic: description
62
62
  Dynamic: description-content-type
63
63
  Dynamic: home-page
64
64
  Dynamic: keywords
65
- Dynamic: license
66
65
  Dynamic: license-file
66
+ Dynamic: license-expression
67
67
  Dynamic: maintainer
68
68
  Dynamic: maintainer-email
69
69
  Dynamic: provides-extra
@@ -99,7 +99,7 @@ Various boilerplates used in almost all of my Python packages.
99
99
  :alt: grade from Codacy
100
100
 
101
101
  .. image:: https://img.shields.io/github/license/mbdevpl/python-boilerplates.svg
102
- :target: https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev1/NOTICE
102
+ :target: https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev2/NOTICE
103
103
  :alt: license
104
104
 
105
105
  This package includes boilerplates for various common tasks in Python packages, such as building
@@ -114,9 +114,9 @@ Requirements
114
114
 
115
115
  Python version 3.9 or later.
116
116
 
117
- Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev1/requirements.txt>`_.
117
+ Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev2/requirements.txt>`_.
118
118
 
119
- Building and running tests additionally requires packages listed in `requirements_test.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev1/requirements_test.txt>`_.
119
+ Building and running tests additionally requires packages listed in `requirements_test.txt <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev2/requirements_test.txt>`_.
120
120
 
121
121
  Tested on Linux, macOS and Windows.
122
122
 
@@ -399,7 +399,7 @@ Your example ``cli.py`` file which defines your command-line interface may look
399
399
  verbosity = boilerplates.cli.get_verbosity_level(parsed_args)
400
400
  ...
401
401
 
402
- You can see the above example in action in the `examples.ipynb <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev1/examples.ipynb>`_ notebook.
402
+ You can see the above example in action in the `examples.ipynb <https://github.com/mbdevpl/python-boilerplates/blob/v1.2.0.dev2/examples.ipynb>`_ notebook.
403
403
  Please see the ``boilerplates.cli`` module for details of the available features.
404
404
 
405
405
  And then, an example ``__main__.py`` file may look like: