c2client 0.23__tar.gz → 0.24__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.
- {c2client-0.23/c2client.egg-info → c2client-0.24}/PKG-INFO +4 -1
- c2client-0.24/c2client/__init__.py +1 -0
- {c2client-0.23 → c2client-0.24/c2client.egg-info}/PKG-INFO +4 -1
- {c2client-0.23 → c2client-0.24}/c2client.egg-info/entry_points.txt +1 -0
- c2client-0.23/c2client/__init__.py +0 -1
- {c2client-0.23 → c2client-0.24}/MANIFEST.in +0 -0
- {c2client-0.23 → c2client-0.24}/Makefile +0 -0
- {c2client-0.23 → c2client-0.24}/README.rst +0 -0
- {c2client-0.23 → c2client-0.24}/c2client/c2rc_convert.py +0 -0
- {c2client-0.23 → c2client-0.24}/c2client/clients.py +0 -0
- {c2client-0.23 → c2client-0.24}/c2client/errors.py +0 -0
- {c2client-0.23 → c2client-0.24}/c2client/utils.py +0 -0
- {c2client-0.23 → c2client-0.24}/c2client.egg-info/SOURCES.txt +0 -0
- {c2client-0.23 → c2client-0.24}/c2client.egg-info/dependency_links.txt +0 -0
- {c2client-0.23 → c2client-0.24}/c2client.egg-info/requires.txt +0 -0
- {c2client-0.23 → c2client-0.24}/c2client.egg-info/top_level.txt +0 -0
- {c2client-0.23 → c2client-0.24}/setup.cfg +0 -0
- {c2client-0.23 → c2client-0.24}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: c2client
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.24
|
|
4
4
|
Summary: CROC Cloud Platform - API Client
|
|
5
5
|
Home-page: https://github.com/c2devel/c2-client
|
|
6
6
|
Author: CROC Cloud Team
|
|
@@ -8,6 +8,7 @@ Author-email: devel@croc.ru
|
|
|
8
8
|
Maintainer: Andrey Kulaev
|
|
9
9
|
Maintainer-email: adkulaev@gmail.com
|
|
10
10
|
License: GPL3
|
|
11
|
+
Platform: UNKNOWN
|
|
11
12
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
13
|
Classifier: Environment :: Console
|
|
13
14
|
Classifier: Intended Audience :: Developers
|
|
@@ -73,3 +74,5 @@ Send simple request:
|
|
|
73
74
|
|
|
74
75
|
$ c2-ec2 RunInstances ImageId cmi-078880A0 Description "Test instance" \
|
|
75
76
|
InstanceType m1.small MaxCount 1 MinCount 1 SecurityGroup.1 test
|
|
77
|
+
|
|
78
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.24"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: c2client
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.24
|
|
4
4
|
Summary: CROC Cloud Platform - API Client
|
|
5
5
|
Home-page: https://github.com/c2devel/c2-client
|
|
6
6
|
Author: CROC Cloud Team
|
|
@@ -8,6 +8,7 @@ Author-email: devel@croc.ru
|
|
|
8
8
|
Maintainer: Andrey Kulaev
|
|
9
9
|
Maintainer-email: adkulaev@gmail.com
|
|
10
10
|
License: GPL3
|
|
11
|
+
Platform: UNKNOWN
|
|
11
12
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
13
|
Classifier: Environment :: Console
|
|
13
14
|
Classifier: Intended Audience :: Developers
|
|
@@ -73,3 +74,5 @@ Send simple request:
|
|
|
73
74
|
|
|
74
75
|
$ c2-ec2 RunInstances ImageId cmi-078880A0 Description "Test instance" \
|
|
75
76
|
InstanceType m1.small MaxCount 1 MinCount 1 SecurityGroup.1 test
|
|
77
|
+
|
|
78
|
+
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.23"
|
|
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
|