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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2client
3
- Version: 0.23
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.23
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
+
@@ -13,3 +13,4 @@ c2-iam = c2client.clients:IAMClient.execute
13
13
  c2-paas = c2client.clients:PaasClient.execute
14
14
  c2-route53 = c2client.clients:Route53Client.execute
15
15
  c2rc-convert = c2client.c2rc_convert:main
16
+
@@ -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