ebs-linuxnode-core 3.3.2__tar.gz → 3.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ebs_linuxnode_core-3.3.2/ebs_linuxnode_core.egg-info → ebs-linuxnode-core-3.3.4}/PKG-INFO +1 -14
- ebs-linuxnode-core-3.3.4/ebs/linuxnode/db/__init__.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4/ebs_linuxnode_core.egg-info}/PKG-INFO +1 -14
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs_linuxnode_core.egg-info/SOURCES.txt +2 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs_linuxnode_core.egg-info/requires.txt +0 -1
- ebs-linuxnode-core-3.3.4/ebs_linuxnode_core.egg-info/scm_file_list.json +24 -0
- ebs-linuxnode-core-3.3.4/ebs_linuxnode_core.egg-info/scm_version.json +8 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/setup.py +0 -1
- ebs_linuxnode_core-3.3.2/ebs/linuxnode/core/__init__.py +0 -10
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/.gitignore +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/__init__.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/__init__.py +0 -0
- {ebs_linuxnode_core-3.3.2/ebs/linuxnode/db → ebs-linuxnode-core-3.3.4/ebs/linuxnode/core}/__init__.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/background.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/basemixin.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/basenode.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/busy.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/config.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/constants.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/http.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/log.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/nodeid.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/resources.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/shell.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/core/tempfs.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs/linuxnode/db/sequence.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs_linuxnode_core.egg-info/dependency_links.txt +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs_linuxnode_core.egg-info/top_level.txt +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/example.py +0 -0
- {ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ebs-linuxnode-core
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.4
|
|
4
4
|
Summary: Twisted based linux application node core
|
|
5
5
|
Home-page: https://github.com/ebs-universe/ebs-linuxnode-core
|
|
6
6
|
Author: Chintalagiri Shashank
|
|
@@ -12,16 +12,3 @@ Classifier: Programming Language :: Python
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.6
|
|
14
14
|
Classifier: Operating System :: POSIX :: Linux
|
|
15
|
-
Requires-Dist: six
|
|
16
|
-
Requires-Dist: setuptools-scm
|
|
17
|
-
Requires-Dist: appdirs
|
|
18
|
-
Requires-Dist: twisted[tls]
|
|
19
|
-
Requires-Dist: SQLAlchemy
|
|
20
|
-
Requires-Dist: arrow
|
|
21
|
-
Requires-Dist: raspi_system
|
|
22
|
-
Requires-Dist: netifaces
|
|
23
|
-
Requires-Dist: ifcfg
|
|
24
|
-
Requires-Dist: psutil
|
|
25
|
-
Requires-Dist: memory_tempfile
|
|
26
|
-
Requires-Dist: treq
|
|
27
|
-
Requires-Dist: standard-pkg-resources
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ebs-linuxnode-core
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.4
|
|
4
4
|
Summary: Twisted based linux application node core
|
|
5
5
|
Home-page: https://github.com/ebs-universe/ebs-linuxnode-core
|
|
6
6
|
Author: Chintalagiri Shashank
|
|
@@ -12,16 +12,3 @@ Classifier: Programming Language :: Python
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.6
|
|
14
14
|
Classifier: Operating System :: POSIX :: Linux
|
|
15
|
-
Requires-Dist: six
|
|
16
|
-
Requires-Dist: setuptools-scm
|
|
17
|
-
Requires-Dist: appdirs
|
|
18
|
-
Requires-Dist: twisted[tls]
|
|
19
|
-
Requires-Dist: SQLAlchemy
|
|
20
|
-
Requires-Dist: arrow
|
|
21
|
-
Requires-Dist: raspi_system
|
|
22
|
-
Requires-Dist: netifaces
|
|
23
|
-
Requires-Dist: ifcfg
|
|
24
|
-
Requires-Dist: psutil
|
|
25
|
-
Requires-Dist: memory_tempfile
|
|
26
|
-
Requires-Dist: treq
|
|
27
|
-
Requires-Dist: standard-pkg-resources
|
{ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs_linuxnode_core.egg-info/SOURCES.txt
RENAMED
|
@@ -22,4 +22,6 @@ ebs_linuxnode_core.egg-info/PKG-INFO
|
|
|
22
22
|
ebs_linuxnode_core.egg-info/SOURCES.txt
|
|
23
23
|
ebs_linuxnode_core.egg-info/dependency_links.txt
|
|
24
24
|
ebs_linuxnode_core.egg-info/requires.txt
|
|
25
|
+
ebs_linuxnode_core.egg-info/scm_file_list.json
|
|
26
|
+
ebs_linuxnode_core.egg-info/scm_version.json
|
|
25
27
|
ebs_linuxnode_core.egg-info/top_level.txt
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": [
|
|
3
|
+
".gitignore",
|
|
4
|
+
"setup.py",
|
|
5
|
+
"example.py",
|
|
6
|
+
"ebs/__init__.py",
|
|
7
|
+
"ebs/linuxnode/__init__.py",
|
|
8
|
+
"ebs/linuxnode/db/sequence.py",
|
|
9
|
+
"ebs/linuxnode/db/__init__.py",
|
|
10
|
+
"ebs/linuxnode/core/log.py",
|
|
11
|
+
"ebs/linuxnode/core/shell.py",
|
|
12
|
+
"ebs/linuxnode/core/tempfs.py",
|
|
13
|
+
"ebs/linuxnode/core/config.py",
|
|
14
|
+
"ebs/linuxnode/core/__init__.py",
|
|
15
|
+
"ebs/linuxnode/core/basemixin.py",
|
|
16
|
+
"ebs/linuxnode/core/background.py",
|
|
17
|
+
"ebs/linuxnode/core/basenode.py",
|
|
18
|
+
"ebs/linuxnode/core/constants.py",
|
|
19
|
+
"ebs/linuxnode/core/resources.py",
|
|
20
|
+
"ebs/linuxnode/core/http.py",
|
|
21
|
+
"ebs/linuxnode/core/busy.py",
|
|
22
|
+
"ebs/linuxnode/core/nodeid.py"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
__author__ = 'Chintalagiri Shashank <shashank.chintalagiri@gmail.com>'
|
|
3
|
-
|
|
4
|
-
from pkg_resources import get_distribution, DistributionNotFound
|
|
5
|
-
try:
|
|
6
|
-
__version__ = get_distribution('ebs-linuxnode-core').version
|
|
7
|
-
except DistributionNotFound:
|
|
8
|
-
# package is not installed
|
|
9
|
-
from setuptools_scm import get_version
|
|
10
|
-
__version__ = get_version(root='../../../', relative_to=__file__)
|
|
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
|
{ebs_linuxnode_core-3.3.2 → ebs-linuxnode-core-3.3.4}/ebs_linuxnode_core.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|