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.
- {encommon-1.1.0/encommon.egg-info → encommon-1.1.1}/PKG-INFO +3 -3
- {encommon-1.1.0 → encommon-1.1.1}/README.md +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/__init__.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/common.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/config.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/files.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/logger.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/paths.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/test/test_common.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/test/test_config.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/test/test_files.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/test/test_logger.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/config/test/test_paths.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/conftest.py +2 -2
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/parse.py +1 -1
- encommon-1.1.1/encommon/utils/test/__init__.py +6 -0
- encommon-1.1.1/encommon/version.txt +1 -0
- {encommon-1.1.0 → encommon-1.1.1/encommon.egg-info}/PKG-INFO +3 -3
- encommon-1.1.0/encommon/config/test/__init__.py +0 -6
- encommon-1.1.0/encommon/version.txt +0 -1
- {encommon-1.1.0 → encommon-1.1.1}/LICENSE +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/MANIFEST.in +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/__init__.py +0 -0
- {encommon-1.1.0/encommon/crypt → encommon-1.1.1/encommon/config}/test/__init__.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/crypt/__init__.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/crypt/crypt.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/crypt/hashes.py +0 -0
- {encommon-1.1.0/encommon/times → encommon-1.1.1/encommon/crypt}/test/__init__.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/crypt/test/test_crypt.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/crypt/test/test_hashes.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/py.typed +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/__init__.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/common.py +0 -0
- {encommon-1.1.0/encommon/types → encommon-1.1.1/encommon/times}/test/__init__.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/test/test_common.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/test/test_parse.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/test/test_timer.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/test/test_times.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/test/test_window.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/timer.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/times.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/times/window.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/types/__init__.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/types/dicts.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/types/empty.py +0 -0
- {encommon-1.1.0/encommon/utils → encommon-1.1.1/encommon/types}/test/__init__.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/types/test/test_dicts.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/types/test/test_empty.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/__init__.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/common.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/paths.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/regexp.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/sample.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/stdout.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/test/test_paths.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/test/test_regexp.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/test/test_sample.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon/utils/test/test_stdout.py +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon.egg-info/SOURCES.txt +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon.egg-info/dependency_links.txt +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon.egg-info/requires.txt +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/encommon.egg-info/top_level.txt +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/pyproject.toml +0 -0
- {encommon-1.1.0 → encommon-1.1.1}/reqs-install.txt +0 -0
- {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.
|
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
|
-
|
34
|
-
|
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
|
-
|
17
|
-
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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 @@
|
|
1
|
+
1.1.1
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: encommon
|
3
|
-
Version: 1.1.
|
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
|
-
|
34
|
-
|
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 +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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|