encommon 0.20.1__tar.gz → 0.20.3__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. {encommon-0.20.1/encommon.egg-info → encommon-0.20.3}/PKG-INFO +12 -12
  2. {encommon-0.20.1 → encommon-0.20.3}/README.md +11 -11
  3. encommon-0.20.3/encommon/version.txt +1 -0
  4. {encommon-0.20.1 → encommon-0.20.3/encommon.egg-info}/PKG-INFO +12 -12
  5. {encommon-0.20.1 → encommon-0.20.3}/encommon.egg-info/SOURCES.txt +2 -2
  6. {encommon-0.20.1 → encommon-0.20.3}/pyproject.toml +1 -1
  7. {encommon-0.20.1 → encommon-0.20.3}/setup.cfg +1 -0
  8. encommon-0.20.1/encommon/version.txt +0 -1
  9. {encommon-0.20.1 → encommon-0.20.3}/LICENSE +0 -0
  10. {encommon-0.20.1 → encommon-0.20.3}/MANIFEST.in +0 -0
  11. {encommon-0.20.1 → encommon-0.20.3}/encommon/__init__.py +0 -0
  12. {encommon-0.20.1 → encommon-0.20.3}/encommon/colors/__init__.py +0 -0
  13. {encommon-0.20.1 → encommon-0.20.3}/encommon/colors/color.py +0 -0
  14. {encommon-0.20.1 → encommon-0.20.3}/encommon/colors/test/__init__.py +0 -0
  15. {encommon-0.20.1 → encommon-0.20.3}/encommon/colors/test/test_color.py +0 -0
  16. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/__init__.py +0 -0
  17. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/config.py +0 -0
  18. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/files.py +0 -0
  19. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/logger.py +0 -0
  20. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/params.py +0 -0
  21. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/paths.py +0 -0
  22. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/test/__init__.py +0 -0
  23. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/test/test_config.py +0 -0
  24. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/test/test_files.py +0 -0
  25. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/test/test_logger.py +0 -0
  26. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/test/test_paths.py +0 -0
  27. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/test/test_utils.py +0 -0
  28. {encommon-0.20.1 → encommon-0.20.3}/encommon/config/utils.py +0 -0
  29. {encommon-0.20.1 → encommon-0.20.3}/encommon/conftest.py +0 -0
  30. {encommon-0.20.1 → encommon-0.20.3}/encommon/crypts/__init__.py +0 -0
  31. {encommon-0.20.1 → encommon-0.20.3}/encommon/crypts/crypts.py +0 -0
  32. {encommon-0.20.1 → encommon-0.20.3}/encommon/crypts/hashes.py +0 -0
  33. {encommon-0.20.1 → encommon-0.20.3}/encommon/crypts/params.py +0 -0
  34. {encommon-0.20.1 → encommon-0.20.3}/encommon/crypts/test/__init__.py +0 -0
  35. {encommon-0.20.1 → encommon-0.20.3}/encommon/crypts/test/test_crypts.py +0 -0
  36. {encommon-0.20.1 → encommon-0.20.3}/encommon/crypts/test/test_hashes.py +0 -0
  37. {encommon-0.20.1 → encommon-0.20.3}/encommon/parse/__init__.py +0 -0
  38. {encommon-0.20.1 → encommon-0.20.3}/encommon/parse/jinja2.py +0 -0
  39. {encommon-0.20.1 → encommon-0.20.3}/encommon/parse/network.py +0 -0
  40. {encommon-0.20.1 → encommon-0.20.3}/encommon/parse/test/__init__.py +0 -0
  41. {encommon-0.20.1 → encommon-0.20.3}/encommon/parse/test/test_jinja2.py +0 -0
  42. {encommon-0.20.1 → encommon-0.20.3}/encommon/parse/test/test_network.py +0 -0
  43. {encommon-0.20.1 → encommon-0.20.3}/encommon/py.typed +0 -0
  44. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/__init__.py +0 -0
  45. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/common.py +0 -0
  46. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/duration.py +0 -0
  47. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/params.py +0 -0
  48. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/parse.py +0 -0
  49. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/__init__.py +0 -0
  50. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/test_duration.py +0 -0
  51. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/test_params.py +0 -0
  52. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/test_parse.py +0 -0
  53. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/test_time.py +0 -0
  54. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/test_timer.py +0 -0
  55. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/test_timers.py +0 -0
  56. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/test_unitime.py +0 -0
  57. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/test_utils.py +0 -0
  58. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/test_window.py +0 -0
  59. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/test/test_windows.py +0 -0
  60. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/time.py +0 -0
  61. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/timer.py +0 -0
  62. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/timers.py +0 -0
  63. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/unitime.py +0 -0
  64. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/utils.py +0 -0
  65. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/window.py +0 -0
  66. {encommon-0.20.1 → encommon-0.20.3}/encommon/times/windows.py +0 -0
  67. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/__init__.py +0 -0
  68. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/classes.py +0 -0
  69. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/dicts.py +0 -0
  70. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/empty.py +0 -0
  71. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/lists.py +0 -0
  72. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/notate.py +0 -0
  73. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/strings.py +0 -0
  74. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/test/__init__.py +0 -0
  75. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/test/test_classes.py +0 -0
  76. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/test/test_dicts.py +0 -0
  77. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/test/test_empty.py +0 -0
  78. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/test/test_lists.py +0 -0
  79. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/test/test_notate.py +0 -0
  80. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/test/test_strings.py +0 -0
  81. {encommon-0.20.1 → encommon-0.20.3}/encommon/types/types.py +0 -0
  82. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/__init__.py +0 -0
  83. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/common.py +0 -0
  84. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/files.py +0 -0
  85. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/match.py +0 -0
  86. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/paths.py +0 -0
  87. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/sample.py +0 -0
  88. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/stdout.py +0 -0
  89. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/test/__init__.py +0 -0
  90. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/test/test_files.py +0 -0
  91. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/test/test_match.py +0 -0
  92. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/test/test_paths.py +0 -0
  93. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/test/test_sample.py +0 -0
  94. {encommon-0.20.1 → encommon-0.20.3}/encommon/utils/test/test_stdout.py +0 -0
  95. {encommon-0.20.1 → encommon-0.20.3}/encommon.egg-info/dependency_links.txt +0 -0
  96. {encommon-0.20.1 → encommon-0.20.3}/encommon.egg-info/requires.txt +0 -0
  97. {encommon-0.20.1 → encommon-0.20.3}/encommon.egg-info/top_level.txt +0 -0
  98. /encommon-0.20.1/reqs-install.txt → /encommon-0.20.3/require/install.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: encommon
3
- Version: 0.20.1
3
+ Version: 0.20.3
4
4
  Summary: Enasis Network Common Library
5
5
  License: MIT
6
6
  Classifier: Programming Language :: Python :: 3
@@ -25,16 +25,20 @@ Requires-Dist: sqlalchemy
25
25
 
26
26
  Common classes and functions used in various public and private projects.
27
27
 
28
- [![](https://img.shields.io/github/actions/workflow/status/enasisnetwork/encommon/build.yml?style=flat-square&label=GitHub%20actions)](https://github.com/enasisnetwork/encommon/actions)<br>
29
- [![codecov](https://img.shields.io/codecov/c/github/enasisnetwork/encommon?token=7PGOXKJU0E&style=flat-square&logoColor=FFFFFF&label=Coverage)](https://codecov.io/gh/enasisnetwork/encommon)<br>
30
- [![](https://img.shields.io/readthedocs/encommon?style=flat-square&label=Read%20the%20Docs)](https://encommon.readthedocs.io)<br>
31
- [![](https://img.shields.io/pypi/v/encommon.svg?style=flat-square&label=PyPi%20version)](https://pypi.org/project/encommon)<br>
32
- [![](https://img.shields.io/pypi/dm/encommon?style=flat-square&label=PyPi%20downloads)](https://pypi.org/project/encommon)
28
+ <a href="https://pypi.org/project/encommon"><img src="https://enasisnetwork.github.io/encommon/badges/pypi.png"></a><br>
29
+ <a href="https://enasisnetwork.github.io/encommon/validate/flake8.txt"><img src="https://enasisnetwork.github.io/encommon/badges/flake8.png"></a><br>
30
+ <a href="https://enasisnetwork.github.io/encommon/validate/pylint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pylint.png"></a><br>
31
+ <a href="https://enasisnetwork.github.io/encommon/validate/mypy.txt"><img src="https://enasisnetwork.github.io/encommon/badges/mypy.png"></a><br>
32
+ <a href="https://enasisnetwork.github.io/encommon/validate/yamllint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/yamllint.png"></a><br>
33
+ <a href="https://enasisnetwork.github.io/encommon/validate/pytest.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pytest.png"></a><br>
34
+ <a href="https://enasisnetwork.github.io/encommon/validate/coverage.txt"><img src="https://enasisnetwork.github.io/encommon/badges/coverage.png"></a><br>
35
+ <a href="https://enasisnetwork.github.io/encommon/validate/sphinx.txt"><img src="https://enasisnetwork.github.io/encommon/badges/sphinx.png"></a><br>
33
36
 
34
37
  ## Documentation
35
- Documentation is on [Read the Docs](https://encommon.readthedocs.io).
38
+ Read [project documentation](https://enasisnetwork.github.io/encommon/sphinx)
39
+ built using the [Sphinx](https://www.sphinx-doc.org/) project.
36
40
  Should you venture into the sections below you will be able to use the
37
- `sphinx` recipe to build documention in the `docs/html` directory.
41
+ `sphinx` recipe to build documention in the `sphinx/html` directory.
38
42
 
39
43
  ## Projects using library
40
44
  - [Enasis Network Remote Connect](https://github.com/enasisnetwork/enconnect)
@@ -106,7 +110,3 @@ make -s pytest
106
110
  ```
107
111
  make -s pypi-upload-prod
108
112
  ```
109
-
110
- 1. Update [Read the Docs](https://encommon.readthedocs.io) documentation.
111
-
112
- 1. Consider running builds on dependent projects.
@@ -4,16 +4,20 @@
4
4
 
5
5
  Common classes and functions used in various public and private projects.
6
6
 
7
- [![](https://img.shields.io/github/actions/workflow/status/enasisnetwork/encommon/build.yml?style=flat-square&label=GitHub%20actions)](https://github.com/enasisnetwork/encommon/actions)<br>
8
- [![codecov](https://img.shields.io/codecov/c/github/enasisnetwork/encommon?token=7PGOXKJU0E&style=flat-square&logoColor=FFFFFF&label=Coverage)](https://codecov.io/gh/enasisnetwork/encommon)<br>
9
- [![](https://img.shields.io/readthedocs/encommon?style=flat-square&label=Read%20the%20Docs)](https://encommon.readthedocs.io)<br>
10
- [![](https://img.shields.io/pypi/v/encommon.svg?style=flat-square&label=PyPi%20version)](https://pypi.org/project/encommon)<br>
11
- [![](https://img.shields.io/pypi/dm/encommon?style=flat-square&label=PyPi%20downloads)](https://pypi.org/project/encommon)
7
+ <a href="https://pypi.org/project/encommon"><img src="https://enasisnetwork.github.io/encommon/badges/pypi.png"></a><br>
8
+ <a href="https://enasisnetwork.github.io/encommon/validate/flake8.txt"><img src="https://enasisnetwork.github.io/encommon/badges/flake8.png"></a><br>
9
+ <a href="https://enasisnetwork.github.io/encommon/validate/pylint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pylint.png"></a><br>
10
+ <a href="https://enasisnetwork.github.io/encommon/validate/mypy.txt"><img src="https://enasisnetwork.github.io/encommon/badges/mypy.png"></a><br>
11
+ <a href="https://enasisnetwork.github.io/encommon/validate/yamllint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/yamllint.png"></a><br>
12
+ <a href="https://enasisnetwork.github.io/encommon/validate/pytest.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pytest.png"></a><br>
13
+ <a href="https://enasisnetwork.github.io/encommon/validate/coverage.txt"><img src="https://enasisnetwork.github.io/encommon/badges/coverage.png"></a><br>
14
+ <a href="https://enasisnetwork.github.io/encommon/validate/sphinx.txt"><img src="https://enasisnetwork.github.io/encommon/badges/sphinx.png"></a><br>
12
15
 
13
16
  ## Documentation
14
- Documentation is on [Read the Docs](https://encommon.readthedocs.io).
17
+ Read [project documentation](https://enasisnetwork.github.io/encommon/sphinx)
18
+ built using the [Sphinx](https://www.sphinx-doc.org/) project.
15
19
  Should you venture into the sections below you will be able to use the
16
- `sphinx` recipe to build documention in the `docs/html` directory.
20
+ `sphinx` recipe to build documention in the `sphinx/html` directory.
17
21
 
18
22
  ## Projects using library
19
23
  - [Enasis Network Remote Connect](https://github.com/enasisnetwork/enconnect)
@@ -85,7 +89,3 @@ make -s pytest
85
89
  ```
86
90
  make -s pypi-upload-prod
87
91
  ```
88
-
89
- 1. Update [Read the Docs](https://encommon.readthedocs.io) documentation.
90
-
91
- 1. Consider running builds on dependent projects.
@@ -0,0 +1 @@
1
+ 0.20.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: encommon
3
- Version: 0.20.1
3
+ Version: 0.20.3
4
4
  Summary: Enasis Network Common Library
5
5
  License: MIT
6
6
  Classifier: Programming Language :: Python :: 3
@@ -25,16 +25,20 @@ Requires-Dist: sqlalchemy
25
25
 
26
26
  Common classes and functions used in various public and private projects.
27
27
 
28
- [![](https://img.shields.io/github/actions/workflow/status/enasisnetwork/encommon/build.yml?style=flat-square&label=GitHub%20actions)](https://github.com/enasisnetwork/encommon/actions)<br>
29
- [![codecov](https://img.shields.io/codecov/c/github/enasisnetwork/encommon?token=7PGOXKJU0E&style=flat-square&logoColor=FFFFFF&label=Coverage)](https://codecov.io/gh/enasisnetwork/encommon)<br>
30
- [![](https://img.shields.io/readthedocs/encommon?style=flat-square&label=Read%20the%20Docs)](https://encommon.readthedocs.io)<br>
31
- [![](https://img.shields.io/pypi/v/encommon.svg?style=flat-square&label=PyPi%20version)](https://pypi.org/project/encommon)<br>
32
- [![](https://img.shields.io/pypi/dm/encommon?style=flat-square&label=PyPi%20downloads)](https://pypi.org/project/encommon)
28
+ <a href="https://pypi.org/project/encommon"><img src="https://enasisnetwork.github.io/encommon/badges/pypi.png"></a><br>
29
+ <a href="https://enasisnetwork.github.io/encommon/validate/flake8.txt"><img src="https://enasisnetwork.github.io/encommon/badges/flake8.png"></a><br>
30
+ <a href="https://enasisnetwork.github.io/encommon/validate/pylint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pylint.png"></a><br>
31
+ <a href="https://enasisnetwork.github.io/encommon/validate/mypy.txt"><img src="https://enasisnetwork.github.io/encommon/badges/mypy.png"></a><br>
32
+ <a href="https://enasisnetwork.github.io/encommon/validate/yamllint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/yamllint.png"></a><br>
33
+ <a href="https://enasisnetwork.github.io/encommon/validate/pytest.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pytest.png"></a><br>
34
+ <a href="https://enasisnetwork.github.io/encommon/validate/coverage.txt"><img src="https://enasisnetwork.github.io/encommon/badges/coverage.png"></a><br>
35
+ <a href="https://enasisnetwork.github.io/encommon/validate/sphinx.txt"><img src="https://enasisnetwork.github.io/encommon/badges/sphinx.png"></a><br>
33
36
 
34
37
  ## Documentation
35
- Documentation is on [Read the Docs](https://encommon.readthedocs.io).
38
+ Read [project documentation](https://enasisnetwork.github.io/encommon/sphinx)
39
+ built using the [Sphinx](https://www.sphinx-doc.org/) project.
36
40
  Should you venture into the sections below you will be able to use the
37
- `sphinx` recipe to build documention in the `docs/html` directory.
41
+ `sphinx` recipe to build documention in the `sphinx/html` directory.
38
42
 
39
43
  ## Projects using library
40
44
  - [Enasis Network Remote Connect](https://github.com/enasisnetwork/enconnect)
@@ -106,7 +110,3 @@ make -s pytest
106
110
  ```
107
111
  make -s pypi-upload-prod
108
112
  ```
109
-
110
- 1. Update [Read the Docs](https://encommon.readthedocs.io) documentation.
111
-
112
- 1. Consider running builds on dependent projects.
@@ -2,7 +2,6 @@ LICENSE
2
2
  MANIFEST.in
3
3
  README.md
4
4
  pyproject.toml
5
- reqs-install.txt
6
5
  setup.cfg
7
6
  encommon/__init__.py
8
7
  encommon/conftest.py
@@ -93,4 +92,5 @@ encommon/utils/test/test_files.py
93
92
  encommon/utils/test/test_match.py
94
93
  encommon/utils/test/test_paths.py
95
94
  encommon/utils/test/test_sample.py
96
- encommon/utils/test/test_stdout.py
95
+ encommon/utils/test/test_stdout.py
96
+ require/install.txt
@@ -25,7 +25,7 @@ dynamic = ["version", "dependencies"]
25
25
 
26
26
  version.attr = "encommon.__version__"
27
27
 
28
- dependencies.file = ["reqs-install.txt"]
28
+ dependencies.file = ["require/install.txt"]
29
29
 
30
30
 
31
31
 
@@ -10,6 +10,7 @@ ignore =
10
10
  SFS301,
11
11
  W503,
12
12
  per-file-ignores =
13
+ makebadge.py:LIT003,
13
14
  encommon/conftest.py:LIT003,
14
15
  encommon/crypts/hashes.py:S324,
15
16
  encommon/parse/jinja2.py:ANN401,S701,
@@ -1 +0,0 @@
1
- 0.20.1
File without changes
File without changes
File without changes