encommon 0.19.2__py3-none-any.whl → 0.20.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
encommon/conftest.py CHANGED
@@ -43,7 +43,7 @@ def config_factory(
43
43
  default:
44
44
  phrase: phrase
45
45
 
46
- """) # noqa: LIT003
46
+ """)
47
47
 
48
48
  config_path = (
49
49
  tmp_path / 'config.yml')
encommon/utils/stdout.py CHANGED
@@ -210,6 +210,8 @@ def array_ansi( # noqa: CFQ001, CFQ004
210
210
 
211
211
  repeat = f'<c{colors.other}>REPEAT<c0>'
212
212
 
213
+ space: str = ' '
214
+
213
215
 
214
216
  def _append(
215
217
  prefix: str,
@@ -319,7 +321,7 @@ def array_ansi( # noqa: CFQ001, CFQ004
319
321
  for key, value in items:
320
322
 
321
323
  prefix = (
322
- f'{" " * indent}'
324
+ f'{space * indent}'
323
325
  f'<c{colors.key}>{key}'
324
326
  f'<c{colors.colon}>:<c0>')
325
327
 
@@ -340,7 +342,7 @@ def array_ansi( # noqa: CFQ001, CFQ004
340
342
  for value in source:
341
343
 
342
344
  prefix = (
343
- f'{" " * indent}'
345
+ f'{space * indent}'
344
346
  f'<c{colors.hyphen}>-<c0>')
345
347
 
346
348
  _append(
encommon/version.txt CHANGED
@@ -1 +1 @@
1
- 0.19.2
1
+ 0.20.0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: encommon
3
- Version: 0.19.2
3
+ Version: 0.20.0
4
4
  Summary: Enasis Network Common Library
5
5
  License: MIT
6
6
  Classifier: Programming Language :: Python :: 3
7
- Classifier: Programming Language :: Python :: 3.10
8
7
  Classifier: Programming Language :: Python :: 3.11
9
- Requires-Python: >=3.10
8
+ Classifier: Programming Language :: Python :: 3.12
9
+ Requires-Python: >=3.11
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: croniter
@@ -39,6 +39,8 @@ Should you venture into the sections below you will be able to use the
39
39
  ## Projects using library
40
40
  - [Enasis Network Remote Connect](https://github.com/enasisnetwork/enconnect)
41
41
  - [Enasis Network Homie Automate](https://github.com/enasisnetwork/enhomie)
42
+ - [Enasis Network Chatting Robie](https://github.com/enasisnetwork/enrobie)
43
+ - [Enasis Network Orchestrations](https://github.com/enasisnetwork/orchestro)
42
44
 
43
45
  ## Installing the package
44
46
  Installing stable from the PyPi repository
@@ -77,7 +79,7 @@ make -s pytest
77
79
  ```
78
80
 
79
81
  ## Version management
80
- :warning: Ensure that no changes are pending.
82
+ > :warning: Ensure that no changes are pending.
81
83
 
82
84
  1. Rebuild the environment.
83
85
  ```
@@ -1,7 +1,7 @@
1
1
  encommon/__init__.py,sha256=YDGzuhpk5Gd1hq54LI0hw1NrrDvrJDrvH20TEy_0l5E,443
2
- encommon/conftest.py,sha256=qorgldYdoDt_LFQupdT0ZUF5eAVPuJ5X3Jvv4VIa78Q,1900
2
+ encommon/conftest.py,sha256=I7Zl2cMytnA-mwSPh0rRjsU0YSlES94jQq6mocRhVUE,1884
3
3
  encommon/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- encommon/version.txt,sha256=n8nEL77-uL-2uK8EsWtDysdQM9Si-Tg-wqwbM7-QNKQ,7
4
+ encommon/version.txt,sha256=jaai7lw2uydw3mRcvNaJIJ9ZNbOA1ocp4QfQJQpjO1M,7
5
5
  encommon/colors/__init__.py,sha256=XRiGimMj8oo040NO5a5ZsbsIUxaGVW4tf4xWTPWgnZY,269
6
6
  encommon/colors/color.py,sha256=EiUxNbVL1689Cqhw1LmO9ysmN3ulCVtGZGylyV8LuVA,10884
7
7
  encommon/colors/test/__init__.py,sha256=PjrnBYT0efyvbaGeNx94dm3tP3EVHUHSVs-VGeLEv5g,218
@@ -76,15 +76,15 @@ encommon/utils/files.py,sha256=2uj10JfvKZHdLHNF992_LUvQ4rfMRCZGqJd7LrxKDnE,1458
76
76
  encommon/utils/match.py,sha256=XvmmMKQ1q8_21zzPGuVvaZf6XwHXPZn4IWIYBEqVCQM,2471
77
77
  encommon/utils/paths.py,sha256=u8-vTONG3QdnpkKfVpl19WssH95bCHg1gHlnRwzyAFM,3509
78
78
  encommon/utils/sample.py,sha256=wcT_me9L-U6atd8kEew4q_4B-iIn8vV1LhEDoVr-cFw,4834
79
- encommon/utils/stdout.py,sha256=aYNX_Ey9sSwnsfAT8VmRs_Kz0sz9n6gtuR_9Recaa64,8569
79
+ encommon/utils/stdout.py,sha256=nzXvdnvgjfdtLlAdIsOZurjGMfUX239gZZxPPQK9BIw,8595
80
80
  encommon/utils/test/__init__.py,sha256=PjrnBYT0efyvbaGeNx94dm3tP3EVHUHSVs-VGeLEv5g,218
81
81
  encommon/utils/test/test_files.py,sha256=-hdl4UOo-vH1H5gTL1r9Ib3P26DtWaD2YV32P08ykvc,679
82
82
  encommon/utils/test/test_match.py,sha256=QagKpTFdRo23-Y55fSaJrSMpt5jIebScKbz0h8tivrI,1124
83
83
  encommon/utils/test/test_paths.py,sha256=4AzIhQyYFEWhRWHgOZCCzomQ3Zs3EVwRnDQDa6Nq1Mc,1942
84
84
  encommon/utils/test/test_sample.py,sha256=Qf-W0XbjTe5PfG87sdVizL2ymUPRTdX0qQtLGHaTgx8,3539
85
85
  encommon/utils/test/test_stdout.py,sha256=fYiqEaUraD-3hFQYLxMPR4Ti_8CbTjEc8WvReXUA884,6139
86
- encommon-0.19.2.dist-info/LICENSE,sha256=otnXKCtMjPlbHs0wgZ_BWULrp3g_2dWQJ6icRk9nkgg,1071
87
- encommon-0.19.2.dist-info/METADATA,sha256=V8H-MF9YmvKRwDTID1-AtYjnWfv-AOQpQBmjI0OQX44,3484
88
- encommon-0.19.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
89
- encommon-0.19.2.dist-info/top_level.txt,sha256=bP8q7-5tLDNm-3XPlqn_bDENfYNug5801H_xfz3BEAM,9
90
- encommon-0.19.2.dist-info/RECORD,,
86
+ encommon-0.20.0.dist-info/LICENSE,sha256=otnXKCtMjPlbHs0wgZ_BWULrp3g_2dWQJ6icRk9nkgg,1071
87
+ encommon-0.20.0.dist-info/METADATA,sha256=E8NaEEs2O7kFL8gcIYFH0T7zX_M8_BTs30TgIt_yy3E,3640
88
+ encommon-0.20.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
89
+ encommon-0.20.0.dist-info/top_level.txt,sha256=bP8q7-5tLDNm-3XPlqn_bDENfYNug5801H_xfz3BEAM,9
90
+ encommon-0.20.0.dist-info/RECORD,,