encommon 0.20.2__py3-none-any.whl → 0.20.4__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
encommon/version.txt CHANGED
@@ -1 +1 @@
1
- 0.20.2
1
+ 0.20.4
@@ -1,8 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: encommon
3
- Version: 0.20.2
3
+ Version: 0.20.4
4
4
  Summary: Enasis Network Common Library
5
5
  License: MIT
6
+ Project-URL: Source, https://github.com/enasisnetwork/encommon
7
+ Project-URL: Documentation, https://enasisnetwork.github.io/encommon/sphinx
6
8
  Classifier: Programming Language :: Python :: 3
7
9
  Classifier: Programming Language :: Python :: 3.11
8
10
  Classifier: Programming Language :: Python :: 3.12
@@ -25,16 +27,20 @@ Requires-Dist: sqlalchemy
25
27
 
26
28
  Common classes and functions used in various public and private projects.
27
29
 
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)
30
+ <a href="https://pypi.org/project/encommon"><img src="https://enasisnetwork.github.io/encommon/badges/pypi.png"></a><br>
31
+ <a href="https://enasisnetwork.github.io/encommon/validate/flake8.txt"><img src="https://enasisnetwork.github.io/encommon/badges/flake8.png"></a><br>
32
+ <a href="https://enasisnetwork.github.io/encommon/validate/pylint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pylint.png"></a><br>
33
+ <a href="https://enasisnetwork.github.io/encommon/validate/mypy.txt"><img src="https://enasisnetwork.github.io/encommon/badges/mypy.png"></a><br>
34
+ <a href="https://enasisnetwork.github.io/encommon/validate/yamllint.txt"><img src="https://enasisnetwork.github.io/encommon/badges/yamllint.png"></a><br>
35
+ <a href="https://enasisnetwork.github.io/encommon/validate/pytest.txt"><img src="https://enasisnetwork.github.io/encommon/badges/pytest.png"></a><br>
36
+ <a href="https://enasisnetwork.github.io/encommon/validate/coverage.txt"><img src="https://enasisnetwork.github.io/encommon/badges/coverage.png"></a><br>
37
+ <a href="https://enasisnetwork.github.io/encommon/validate/sphinx.txt"><img src="https://enasisnetwork.github.io/encommon/badges/sphinx.png"></a><br>
33
38
 
34
39
  ## Documentation
35
- Documentation is on [Read the Docs](https://encommon.readthedocs.io).
40
+ Read [project documentation](https://enasisnetwork.github.io/encommon/sphinx)
41
+ built using the [Sphinx](https://www.sphinx-doc.org/) project.
36
42
  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.
43
+ `sphinx` recipe to build documention in the `sphinx/html` directory.
38
44
 
39
45
  ## Projects using library
40
46
  - [Enasis Network Remote Connect](https://github.com/enasisnetwork/enconnect)
@@ -106,7 +112,3 @@ make -s pytest
106
112
  ```
107
113
  make -s pypi-upload-prod
108
114
  ```
109
-
110
- 1. Update [Read the Docs](https://encommon.readthedocs.io) documentation.
111
-
112
- 1. Consider running builds on dependent projects.
@@ -1,7 +1,7 @@
1
1
  encommon/__init__.py,sha256=YDGzuhpk5Gd1hq54LI0hw1NrrDvrJDrvH20TEy_0l5E,443
2
2
  encommon/conftest.py,sha256=I7Zl2cMytnA-mwSPh0rRjsU0YSlES94jQq6mocRhVUE,1884
3
3
  encommon/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- encommon/version.txt,sha256=Xkl_AowC_0UUkUzZHcJ71DmQsW9kCOKZCb-fSoFi47w,7
4
+ encommon/version.txt,sha256=DPsEUIG4hZz6Wa0cKjkCcDqjxbyMfGktT9Avq5-xD3g,7
5
5
  encommon/colors/__init__.py,sha256=XRiGimMj8oo040NO5a5ZsbsIUxaGVW4tf4xWTPWgnZY,269
6
6
  encommon/colors/color.py,sha256=zw8Qt6trXUg4rdQ7Yzk3TVSpfdE5G99WKvLBVrx36UQ,10834
7
7
  encommon/colors/test/__init__.py,sha256=PjrnBYT0efyvbaGeNx94dm3tP3EVHUHSVs-VGeLEv5g,218
@@ -83,8 +83,8 @@ encommon/utils/test/test_match.py,sha256=QagKpTFdRo23-Y55fSaJrSMpt5jIebScKbz0h8t
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.20.2.dist-info/LICENSE,sha256=otnXKCtMjPlbHs0wgZ_BWULrp3g_2dWQJ6icRk9nkgg,1071
87
- encommon-0.20.2.dist-info/METADATA,sha256=C-vk8gHP2LFEGRRuysykY4aJDis4FqNkv-rrfJtN1ig,3640
88
- encommon-0.20.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
89
- encommon-0.20.2.dist-info/top_level.txt,sha256=bP8q7-5tLDNm-3XPlqn_bDENfYNug5801H_xfz3BEAM,9
90
- encommon-0.20.2.dist-info/RECORD,,
86
+ encommon-0.20.4.dist-info/LICENSE,sha256=otnXKCtMjPlbHs0wgZ_BWULrp3g_2dWQJ6icRk9nkgg,1071
87
+ encommon-0.20.4.dist-info/METADATA,sha256=60V0a1nvaHKjb67NCDShBiZBZcbVEIX0v9oVqpK4YYs,4136
88
+ encommon-0.20.4.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
89
+ encommon-0.20.4.dist-info/top_level.txt,sha256=bP8q7-5tLDNm-3XPlqn_bDENfYNug5801H_xfz3BEAM,9
90
+ encommon-0.20.4.dist-info/RECORD,,