encommon 1.1.0__tar.gz → 1.1.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. {encommon-1.1.0/encommon.egg-info → encommon-1.1.1}/PKG-INFO +3 -3
  2. {encommon-1.1.0 → encommon-1.1.1}/README.md +2 -2
  3. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/__init__.py +2 -2
  4. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/common.py +2 -2
  5. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/config.py +2 -2
  6. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/files.py +2 -2
  7. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/logger.py +2 -2
  8. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/paths.py +2 -2
  9. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/test/test_common.py +2 -2
  10. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/test/test_config.py +2 -2
  11. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/test/test_files.py +2 -2
  12. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/test/test_logger.py +2 -2
  13. {encommon-1.1.0 → encommon-1.1.1}/encommon/config/test/test_paths.py +2 -2
  14. {encommon-1.1.0 → encommon-1.1.1}/encommon/conftest.py +2 -2
  15. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/parse.py +1 -1
  16. encommon-1.1.1/encommon/utils/test/__init__.py +6 -0
  17. encommon-1.1.1/encommon/version.txt +1 -0
  18. {encommon-1.1.0 → encommon-1.1.1/encommon.egg-info}/PKG-INFO +3 -3
  19. encommon-1.1.0/encommon/config/test/__init__.py +0 -6
  20. encommon-1.1.0/encommon/version.txt +0 -1
  21. {encommon-1.1.0 → encommon-1.1.1}/LICENSE +0 -0
  22. {encommon-1.1.0 → encommon-1.1.1}/MANIFEST.in +0 -0
  23. {encommon-1.1.0 → encommon-1.1.1}/encommon/__init__.py +0 -0
  24. {encommon-1.1.0/encommon/crypt → encommon-1.1.1/encommon/config}/test/__init__.py +0 -0
  25. {encommon-1.1.0 → encommon-1.1.1}/encommon/crypt/__init__.py +0 -0
  26. {encommon-1.1.0 → encommon-1.1.1}/encommon/crypt/crypt.py +0 -0
  27. {encommon-1.1.0 → encommon-1.1.1}/encommon/crypt/hashes.py +0 -0
  28. {encommon-1.1.0/encommon/times → encommon-1.1.1/encommon/crypt}/test/__init__.py +0 -0
  29. {encommon-1.1.0 → encommon-1.1.1}/encommon/crypt/test/test_crypt.py +0 -0
  30. {encommon-1.1.0 → encommon-1.1.1}/encommon/crypt/test/test_hashes.py +0 -0
  31. {encommon-1.1.0 → encommon-1.1.1}/encommon/py.typed +0 -0
  32. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/__init__.py +0 -0
  33. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/common.py +0 -0
  34. {encommon-1.1.0/encommon/types → encommon-1.1.1/encommon/times}/test/__init__.py +0 -0
  35. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/test/test_common.py +0 -0
  36. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/test/test_parse.py +0 -0
  37. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/test/test_timer.py +0 -0
  38. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/test/test_times.py +0 -0
  39. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/test/test_window.py +0 -0
  40. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/timer.py +0 -0
  41. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/times.py +0 -0
  42. {encommon-1.1.0 → encommon-1.1.1}/encommon/times/window.py +0 -0
  43. {encommon-1.1.0 → encommon-1.1.1}/encommon/types/__init__.py +0 -0
  44. {encommon-1.1.0 → encommon-1.1.1}/encommon/types/dicts.py +0 -0
  45. {encommon-1.1.0 → encommon-1.1.1}/encommon/types/empty.py +0 -0
  46. {encommon-1.1.0/encommon/utils → encommon-1.1.1/encommon/types}/test/__init__.py +0 -0
  47. {encommon-1.1.0 → encommon-1.1.1}/encommon/types/test/test_dicts.py +0 -0
  48. {encommon-1.1.0 → encommon-1.1.1}/encommon/types/test/test_empty.py +0 -0
  49. {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/__init__.py +0 -0
  50. {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/common.py +0 -0
  51. {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/paths.py +0 -0
  52. {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/regexp.py +0 -0
  53. {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/sample.py +0 -0
  54. {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/stdout.py +0 -0
  55. {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/test/test_paths.py +0 -0
  56. {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/test/test_regexp.py +0 -0
  57. {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/test/test_sample.py +0 -0
  58. {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/test/test_stdout.py +0 -0
  59. {encommon-1.1.0 → encommon-1.1.1}/encommon.egg-info/SOURCES.txt +0 -0
  60. {encommon-1.1.0 → encommon-1.1.1}/encommon.egg-info/dependency_links.txt +0 -0
  61. {encommon-1.1.0 → encommon-1.1.1}/encommon.egg-info/requires.txt +0 -0
  62. {encommon-1.1.0 → encommon-1.1.1}/encommon.egg-info/top_level.txt +0 -0
  63. {encommon-1.1.0 → encommon-1.1.1}/pyproject.toml +0 -0
  64. {encommon-1.1.0 → encommon-1.1.1}/reqs-install.txt +0 -0
  65. {encommon-1.1.0 → encommon-1.1.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: encommon
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Enasis Network Common Library
5
5
  License: MIT
6
6
  Classifier: Programming Language :: Python :: 3
@@ -30,8 +30,8 @@ pip install encommon
30
30
 
31
31
  ## Documentation
32
32
  Documentation can be found on [Read the Docs](https://encommon.readthedocs.io).
33
- However if you venture into the sections below you will be able to use the
34
- `sphinx` recipe to build the documention in `docs/html` for local viewing.
33
+ If you venture into the sections below you will be able to use the `sphinx`
34
+ recipe to build the documention in `docs/html` for local consumption.
35
35
 
36
36
  ## Quick start for local development
37
37
  Start by cloning the repository to your local machine.
@@ -13,8 +13,8 @@ pip install encommon
13
13
 
14
14
  ## Documentation
15
15
  Documentation can be found on [Read the Docs](https://encommon.readthedocs.io).
16
- However if you venture into the sections below you will be able to use the
17
- `sphinx` recipe to build the documention in `docs/html` for local viewing.
16
+ If you venture into the sections below you will be able to use the `sphinx`
17
+ recipe to build the documention in `docs/html` for local consumption.
18
18
 
19
19
  ## Quick start for local development
20
20
  Start by cloning the repository to your local machine.
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Functions and routines associated with Enasis Network Common Library.
3
3
 
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
6
  """
7
7
 
8
8
 
@@ -257,7 +257,7 @@ def duration(
257
257
  '1 year, 11 months'
258
258
 
259
259
  :param seconds: Period in seconds that will be iterated.
260
- :param compact: Determines if output will be consdensed.
260
+ :param compact: Determines if output will be condensed.
261
261
  :param maximum: Determines how many time units are shown.
262
262
  Default value happens to be same number of time units
263
263
  supported; year, month, week, day, hour, and minute.
@@ -0,0 +1,6 @@
1
+ """
2
+ Functions and routines associated with Enasis Network Common Library.
3
+
4
+ This file is part of Enasis Network software eco-system. Distribution
5
+ is permitted, for more information consult the project license file.
6
+ """
@@ -0,0 +1 @@
1
+ 1.1.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: encommon
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Enasis Network Common Library
5
5
  License: MIT
6
6
  Classifier: Programming Language :: Python :: 3
@@ -30,8 +30,8 @@ pip install encommon
30
30
 
31
31
  ## Documentation
32
32
  Documentation can be found on [Read the Docs](https://encommon.readthedocs.io).
33
- However if you venture into the sections below you will be able to use the
34
- `sphinx` recipe to build the documention in `docs/html` for local viewing.
33
+ If you venture into the sections below you will be able to use the `sphinx`
34
+ recipe to build the documention in `docs/html` for local consumption.
35
35
 
36
36
  ## Quick start for local development
37
37
  Start by cloning the repository to your local machine.
@@ -1,6 +0,0 @@
1
- """
2
- Functions and routines associated with Enasis Network Common Library.
3
-
4
- This file is part of Enasis Network software eco-system. Distribution is
5
- permitted, for more information consult the project license file.
6
- """
@@ -1 +0,0 @@
1
- 1.1.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes