cloudshell-core
Advanced tools
@@ -1,10 +0,15 @@ | ||
| Metadata-Version: 1.0 | ||
| Metadata-Version: 1.1 | ||
| Name: cloudshell-core | ||
| Version: 2.0.75 | ||
| Summary: QualiSystems CloudShell Python Core Package | ||
| Home-page: http://www.qualisystems.com/ | ||
| Author: QualiSystems | ||
| Author-email: info@qualisystems.com | ||
| License: UNKNOWN | ||
| Version: 2.0.77 | ||
| Summary: Core package for CloudShell Python orchestration and automation. This package contains commoncode for CloudShell packages, including logging, basic interfaces and other utilities | ||
| Home-page: https://github.com/QualiSystems/cloudshell-core | ||
| Author: Quali | ||
| Author-email: info@quali.com | ||
| License: Apache 2.0 | ||
| Description: UNKNOWN | ||
| Keywords: sandbox cloud cmp cloudshell | ||
| Platform: UNKNOWN | ||
| Classifier: Development Status :: 5 - Production/Stable | ||
| Classifier: Programming Language :: Python :: 2.7 | ||
| Classifier: Topic :: Software Development :: Libraries | ||
| Classifier: License :: OSI Approved :: Apache Software License |
@@ -171,3 +171,3 @@ #!/usr/bin/python | ||
| hdlr = MultiProcessingLog(log_path, mode='a') | ||
| print 'Logger File Handler is: {0}'.format(hdlr.baseFilename) | ||
| #print 'Logger File Handler is: {0}'.format(hdlr.baseFilename) | ||
| else: | ||
@@ -174,0 +174,0 @@ hdlr = StreamHandler(sys.stdout) |
+12
-7
@@ -1,10 +0,15 @@ | ||
| Metadata-Version: 1.0 | ||
| Metadata-Version: 1.1 | ||
| Name: cloudshell-core | ||
| Version: 2.0.75 | ||
| Summary: QualiSystems CloudShell Python Core Package | ||
| Home-page: http://www.qualisystems.com/ | ||
| Author: QualiSystems | ||
| Author-email: info@qualisystems.com | ||
| License: UNKNOWN | ||
| Version: 2.0.77 | ||
| Summary: Core package for CloudShell Python orchestration and automation. This package contains commoncode for CloudShell packages, including logging, basic interfaces and other utilities | ||
| Home-page: https://github.com/QualiSystems/cloudshell-core | ||
| Author: Quali | ||
| Author-email: info@quali.com | ||
| License: Apache 2.0 | ||
| Description: UNKNOWN | ||
| Keywords: sandbox cloud cmp cloudshell | ||
| Platform: UNKNOWN | ||
| Classifier: Development Status :: 5 - Production/Stable | ||
| Classifier: Programming Language :: Python :: 2.7 | ||
| Classifier: Topic :: Software Development :: Libraries | ||
| Classifier: License :: OSI Approved :: Apache Software License |
+1
-1
@@ -1,1 +0,1 @@ | ||
| CloudShell shell core package powered by QualiSystems | ||
| CloudShell shell core package powered by Quali |
+14
-5
@@ -15,11 +15,20 @@ from setuptools import setup, find_packages | ||
| name='cloudshell-core', | ||
| url='http://www.qualisystems.com/', | ||
| author='QualiSystems', | ||
| author_email='info@qualisystems.com', | ||
| url='https://github.com/QualiSystems/cloudshell-core', | ||
| author='Quali', | ||
| author_email='info@quali.com', | ||
| packages=find_packages(), | ||
| install_requires=required, | ||
| tests_require=required_for_tests, | ||
| license='Apache 2.0', | ||
| version=version_from_file, | ||
| description='QualiSystems CloudShell Python Core Package', | ||
| include_package_data = True | ||
| description='Core package for CloudShell Python orchestration and automation. This package contains common' | ||
| 'code for CloudShell packages, including logging, basic interfaces and other utilities', | ||
| include_package_data=True, | ||
| keywords="sandbox cloud cmp cloudshell", | ||
| classifiers=[ | ||
| "Development Status :: 5 - Production/Stable", | ||
| "Programming Language :: Python :: 2.7", | ||
| "Topic :: Software Development :: Libraries", | ||
| "License :: OSI Approved :: Apache Software License", | ||
| ] | ||
| ) |
+1
-1
@@ -1,1 +0,1 @@ | ||
| 2.0.75 | ||
| 2.0.77 |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
16841
8.29%365
2.53%