encommon 1.0.0__tar.gz → 1.0.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. encommon-1.0.1/PKG-INFO +57 -0
  2. encommon-1.0.1/README.md +41 -0
  3. encommon-1.0.1/encommon/version.txt +1 -0
  4. encommon-1.0.1/encommon.egg-info/PKG-INFO +57 -0
  5. encommon-1.0.0/PKG-INFO +0 -17
  6. encommon-1.0.0/README.md +0 -1
  7. encommon-1.0.0/encommon/version.txt +0 -1
  8. encommon-1.0.0/encommon.egg-info/PKG-INFO +0 -17
  9. {encommon-1.0.0 → encommon-1.0.1}/LICENSE +0 -0
  10. {encommon-1.0.0 → encommon-1.0.1}/MANIFEST.in +0 -0
  11. {encommon-1.0.0 → encommon-1.0.1}/encommon/__init__.py +0 -0
  12. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/__init__.py +0 -0
  13. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/common.py +0 -0
  14. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/config.py +0 -0
  15. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/files.py +0 -0
  16. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/logger.py +0 -0
  17. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/paths.py +0 -0
  18. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/test/__init__.py +0 -0
  19. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/test/test_common.py +0 -0
  20. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/test/test_config.py +0 -0
  21. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/test/test_files.py +0 -0
  22. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/test/test_logger.py +0 -0
  23. {encommon-1.0.0 → encommon-1.0.1}/encommon/config/test/test_paths.py +0 -0
  24. {encommon-1.0.0 → encommon-1.0.1}/encommon/conftest.py +0 -0
  25. {encommon-1.0.0 → encommon-1.0.1}/encommon/crypt/__init__.py +0 -0
  26. {encommon-1.0.0 → encommon-1.0.1}/encommon/crypt/crypt.py +0 -0
  27. {encommon-1.0.0 → encommon-1.0.1}/encommon/crypt/hashes.py +0 -0
  28. {encommon-1.0.0 → encommon-1.0.1}/encommon/crypt/test/__init__.py +0 -0
  29. {encommon-1.0.0 → encommon-1.0.1}/encommon/crypt/test/test_crypt.py +0 -0
  30. {encommon-1.0.0 → encommon-1.0.1}/encommon/crypt/test/test_hashes.py +0 -0
  31. {encommon-1.0.0 → encommon-1.0.1}/encommon/py.typed +0 -0
  32. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/__init__.py +0 -0
  33. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/common.py +0 -0
  34. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/parse.py +0 -0
  35. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/test/__init__.py +0 -0
  36. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/test/test_common.py +0 -0
  37. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/test/test_parse.py +0 -0
  38. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/test/test_timer.py +0 -0
  39. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/test/test_times.py +0 -0
  40. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/test/test_window.py +0 -0
  41. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/timer.py +0 -0
  42. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/times.py +0 -0
  43. {encommon-1.0.0 → encommon-1.0.1}/encommon/times/window.py +0 -0
  44. {encommon-1.0.0 → encommon-1.0.1}/encommon/types/__init__.py +0 -0
  45. {encommon-1.0.0 → encommon-1.0.1}/encommon/types/dicts.py +0 -0
  46. {encommon-1.0.0 → encommon-1.0.1}/encommon/types/empty.py +0 -0
  47. {encommon-1.0.0 → encommon-1.0.1}/encommon/types/test/__init__.py +0 -0
  48. {encommon-1.0.0 → encommon-1.0.1}/encommon/types/test/test_dicts.py +0 -0
  49. {encommon-1.0.0 → encommon-1.0.1}/encommon/types/test/test_empty.py +0 -0
  50. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/__init__.py +0 -0
  51. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/common.py +0 -0
  52. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/paths.py +0 -0
  53. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/regexp.py +0 -0
  54. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/sample.py +0 -0
  55. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/stdout.py +0 -0
  56. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/test/__init__.py +0 -0
  57. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/test/test_paths.py +0 -0
  58. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/test/test_regexp.py +0 -0
  59. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/test/test_sample.py +0 -0
  60. {encommon-1.0.0 → encommon-1.0.1}/encommon/utils/test/test_stdout.py +0 -0
  61. {encommon-1.0.0 → encommon-1.0.1}/encommon.egg-info/SOURCES.txt +0 -0
  62. {encommon-1.0.0 → encommon-1.0.1}/encommon.egg-info/dependency_links.txt +0 -0
  63. {encommon-1.0.0 → encommon-1.0.1}/encommon.egg-info/requires.txt +0 -0
  64. {encommon-1.0.0 → encommon-1.0.1}/encommon.egg-info/top_level.txt +0 -0
  65. {encommon-1.0.0 → encommon-1.0.1}/pyproject.toml +0 -0
  66. {encommon-1.0.0 → encommon-1.0.1}/reqs-install.txt +0 -0
  67. {encommon-1.0.0 → encommon-1.0.1}/setup.cfg +0 -0
@@ -0,0 +1,57 @@
1
+ Metadata-Version: 2.1
2
+ Name: encommon
3
+ Version: 1.0.1
4
+ Summary: Enasis Network Common Library
5
+ License: MIT
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Programming Language :: Python :: 3.11
8
+ Requires-Python: >=3.11
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Requires-Dist: croniter
12
+ Requires-Dist: cryptography
13
+ Requires-Dist: python-dateutil
14
+ Requires-Dist: pyyaml
15
+ Requires-Dist: snaptime
16
+
17
+ # Enasis Network Common Library
18
+
19
+ [![Validate](https://github.com/enasisnetwork/encommon/actions/workflows/build.yml/badge.svg)](https://github.com/enasisnetwork/encommon/actions/workflows/build.yml)
20
+ [![Documentation Status](https://readthedocs.org/projects/encommon/badge/?version=latest)](https://encommon.readthedocs.io/en/latest/?badge=latest)
21
+
22
+ Common classes and functions used in various public and private projects for [Enasis Network](https://github.com/enasisnetwork).
23
+
24
+ ## Installing the package
25
+ ```
26
+ pip install encommon
27
+ ```
28
+
29
+ ## Documentation
30
+ Documentation can be found on [Read the Docs](https://encommon.readthedocs.io).
31
+ However if you venture into the sections below you will be able to use the
32
+ `sphinx` recipe to build the documention in `docs/html` for local viewing.
33
+
34
+ ## Quick start for local development
35
+ Start by cloning the repository to your local machine.
36
+ ```
37
+ git clone https://github.com/enasisnetwork/encommon.git
38
+ ```
39
+ Set up the Python virtual environments expected by the Makefile.
40
+ ```
41
+ make -s venv-create
42
+ ```
43
+
44
+ ### Execute the linters and tests
45
+ The comprehensive approach is to use the `check` recipe. This will stop on any failure that is encountered.
46
+ ```
47
+ make -s check
48
+ ```
49
+ However you can run the linters in a non-blocking mode.
50
+ ```
51
+ make -s linters-pass
52
+ ```
53
+ And finally run the various tests to validate the code and produce coverage
54
+ information found in the `htmlcov` folder in the root of the project.
55
+ ```
56
+ make -s pytest
57
+ ```
@@ -0,0 +1,41 @@
1
+ # Enasis Network Common Library
2
+
3
+ [![Validate](https://github.com/enasisnetwork/encommon/actions/workflows/build.yml/badge.svg)](https://github.com/enasisnetwork/encommon/actions/workflows/build.yml)
4
+ [![Documentation Status](https://readthedocs.org/projects/encommon/badge/?version=latest)](https://encommon.readthedocs.io/en/latest/?badge=latest)
5
+
6
+ Common classes and functions used in various public and private projects for [Enasis Network](https://github.com/enasisnetwork).
7
+
8
+ ## Installing the package
9
+ ```
10
+ pip install encommon
11
+ ```
12
+
13
+ ## Documentation
14
+ Documentation can be found on [Read the Docs](https://encommon.readthedocs.io).
15
+ However if you venture into the sections below you will be able to use the
16
+ `sphinx` recipe to build the documention in `docs/html` for local viewing.
17
+
18
+ ## Quick start for local development
19
+ Start by cloning the repository to your local machine.
20
+ ```
21
+ git clone https://github.com/enasisnetwork/encommon.git
22
+ ```
23
+ Set up the Python virtual environments expected by the Makefile.
24
+ ```
25
+ make -s venv-create
26
+ ```
27
+
28
+ ### Execute the linters and tests
29
+ The comprehensive approach is to use the `check` recipe. This will stop on any failure that is encountered.
30
+ ```
31
+ make -s check
32
+ ```
33
+ However you can run the linters in a non-blocking mode.
34
+ ```
35
+ make -s linters-pass
36
+ ```
37
+ And finally run the various tests to validate the code and produce coverage
38
+ information found in the `htmlcov` folder in the root of the project.
39
+ ```
40
+ make -s pytest
41
+ ```
@@ -0,0 +1 @@
1
+ 1.0.1
@@ -0,0 +1,57 @@
1
+ Metadata-Version: 2.1
2
+ Name: encommon
3
+ Version: 1.0.1
4
+ Summary: Enasis Network Common Library
5
+ License: MIT
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Programming Language :: Python :: 3.11
8
+ Requires-Python: >=3.11
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Requires-Dist: croniter
12
+ Requires-Dist: cryptography
13
+ Requires-Dist: python-dateutil
14
+ Requires-Dist: pyyaml
15
+ Requires-Dist: snaptime
16
+
17
+ # Enasis Network Common Library
18
+
19
+ [![Validate](https://github.com/enasisnetwork/encommon/actions/workflows/build.yml/badge.svg)](https://github.com/enasisnetwork/encommon/actions/workflows/build.yml)
20
+ [![Documentation Status](https://readthedocs.org/projects/encommon/badge/?version=latest)](https://encommon.readthedocs.io/en/latest/?badge=latest)
21
+
22
+ Common classes and functions used in various public and private projects for [Enasis Network](https://github.com/enasisnetwork).
23
+
24
+ ## Installing the package
25
+ ```
26
+ pip install encommon
27
+ ```
28
+
29
+ ## Documentation
30
+ Documentation can be found on [Read the Docs](https://encommon.readthedocs.io).
31
+ However if you venture into the sections below you will be able to use the
32
+ `sphinx` recipe to build the documention in `docs/html` for local viewing.
33
+
34
+ ## Quick start for local development
35
+ Start by cloning the repository to your local machine.
36
+ ```
37
+ git clone https://github.com/enasisnetwork/encommon.git
38
+ ```
39
+ Set up the Python virtual environments expected by the Makefile.
40
+ ```
41
+ make -s venv-create
42
+ ```
43
+
44
+ ### Execute the linters and tests
45
+ The comprehensive approach is to use the `check` recipe. This will stop on any failure that is encountered.
46
+ ```
47
+ make -s check
48
+ ```
49
+ However you can run the linters in a non-blocking mode.
50
+ ```
51
+ make -s linters-pass
52
+ ```
53
+ And finally run the various tests to validate the code and produce coverage
54
+ information found in the `htmlcov` folder in the root of the project.
55
+ ```
56
+ make -s pytest
57
+ ```
encommon-1.0.0/PKG-INFO DELETED
@@ -1,17 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: encommon
3
- Version: 1.0.0
4
- Summary: Enasis Network Common Library
5
- License: MIT
6
- Classifier: Programming Language :: Python :: 3
7
- Classifier: Programming Language :: Python :: 3.11
8
- Requires-Python: >=3.11
9
- Description-Content-Type: text/markdown
10
- License-File: LICENSE
11
- Requires-Dist: croniter
12
- Requires-Dist: cryptography
13
- Requires-Dist: python-dateutil
14
- Requires-Dist: pyyaml
15
- Requires-Dist: snaptime
16
-
17
- # Enasis Network Common Library
encommon-1.0.0/README.md DELETED
@@ -1 +0,0 @@
1
- # Enasis Network Common Library
@@ -1 +0,0 @@
1
- 1.0.0
@@ -1,17 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: encommon
3
- Version: 1.0.0
4
- Summary: Enasis Network Common Library
5
- License: MIT
6
- Classifier: Programming Language :: Python :: 3
7
- Classifier: Programming Language :: Python :: 3.11
8
- Requires-Python: >=3.11
9
- Description-Content-Type: text/markdown
10
- License-File: LICENSE
11
- Requires-Dist: croniter
12
- Requires-Dist: cryptography
13
- Requires-Dist: python-dateutil
14
- Requires-Dist: pyyaml
15
- Requires-Dist: snaptime
16
-
17
- # Enasis Network Common Library
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes