From e2cc2530fc6d54ebc975c01a4ff887ce12f0a736 Mon Sep 17 00:00:00 2001 From: Pavel Aharoni Date: Wed, 29 Mar 2017 13:35:45 +0300 Subject: [SDC-6] sdc-distribution-client 1707 rebasing Change-Id: I322a05fd79beb6ba4fee4d32afffecf531b86e98 Signed-off-by: Pavel Aharoni --- .../tosca_parser-0.7.0-py2.7.egg/EGG-INFO/PKG-INFO | 75 ++++++ .../EGG-INFO/SOURCES.txt | 299 +++++++++++++++++++++ .../EGG-INFO/dependency_links.txt | 1 + .../EGG-INFO/entry_points.txt | 3 + .../EGG-INFO/not-zip-safe | 1 + .../tosca_parser-0.7.0-py2.7.egg/EGG-INFO/pbr.json | 1 + .../EGG-INFO/requires.txt | 7 + .../EGG-INFO/top_level.txt | 1 + 8 files changed, 388 insertions(+) create mode 100644 jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/PKG-INFO create mode 100644 jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/SOURCES.txt create mode 100644 jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/dependency_links.txt create mode 100644 jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/entry_points.txt create mode 100644 jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/not-zip-safe create mode 100644 jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/pbr.json create mode 100644 jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/requires.txt create mode 100644 jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/top_level.txt (limited to 'jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO') diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/PKG-INFO b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/PKG-INFO new file mode 100644 index 0000000..2b62caf --- /dev/null +++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/PKG-INFO @@ -0,0 +1,75 @@ +Metadata-Version: 1.1 +Name: tosca-parser +Version: 0.7.0 +Summary: Parser for TOSCA Simple Profile in YAML. +Home-page: http://docs.openstack.org/developer/tosca-parser/ +Author: OpenStack +Author-email: openstack-dev@lists.openstack.org +License: UNKNOWN +Description: ======================== + Team and repository tags + ======================== + + .. image:: http://governance.openstack.org/badges/tosca-parser.svg + :target: http://governance.openstack.org/reference/tags/index.html + + .. Change things from this point on + + =============== + TOSCA Parser + =============== + + Overview + -------- + + The TOSCA Parser is an OpenStack project and licensed under Apache 2. It is + developed to parse TOSCA Simple Profile in YAML. It reads the TOSCA templates + and creates an in-memory graph of TOSCA nodes and their relationship. + + Architecture + ------------ + + The TOSCA Parser takes TOSCA YAML template or TOSCA Cloud Service Archive (CSAR) + file as an input, with optional input of dictionary of needed parameters with their + values, and produces in-memory objects of different TOSCA elements with their + relationship to each other. It also creates a graph of TOSCA node templates and their + relationship. + + The ToscaTemplate class located in the toscaparser/tosca_template.py is an entry + class of the parser and various functionality of parser can be used by initiating + this class. In order to see an example usage of TOSCA Parser from a separate tool, + refer to the OpenStack heat-translator class TranslateTemplate located in the + translator/osc/v1/translate.py module. The toscaparser/shell.py module of tosca-parser + also provides a good reference on how to invoke TOSCA Parser from Command Line Interface. + + The toscaparser/elements sub-directory contains various modules to handle + various TOSCA type elements like node type, relationship type etc. The + entity_type.py module is a parent of all type elements. The toscaparser + directory contains various python module to handle service template including + topology template, node templates, relationship templates etc. The + entity_template.py is a parent of all template elements. + + + How To Use + ---------- + Please refer to `doc/source/usage.rst `_ + + Project Info + ------------ + + * License: Apache License, Version 2.0 + * Source: http://git.openstack.org/cgit/openstack/tosca-parser/ + + +Platform: UNKNOWN +Classifier: Environment :: OpenStack +Classifier: Intended Audience :: Information Technology +Classifier: Intended Audience :: System Administrators +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Operating System :: POSIX :: Linux +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/SOURCES.txt b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/SOURCES.txt new file mode 100644 index 0000000..1d8d907 --- /dev/null +++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/SOURCES.txt @@ -0,0 +1,299 @@ +.coveragerc +.mailmap +.testr.conf +AUTHORS +CONTRIBUTING.rst +ChangeLog +HACKING.rst +LICENSE +README.rst +babel.cfg +requirements.txt +setup.cfg +setup.py +test-requirements.txt +tosca_parser.py +tox.ini +doc/source/conf.py +doc/source/contributing.rst +doc/source/index.rst +doc/source/installation.rst +doc/source/usage.rst +tools/tox_install.sh +tosca_parser.egg-info/PKG-INFO +tosca_parser.egg-info/SOURCES.txt +tosca_parser.egg-info/dependency_links.txt +tosca_parser.egg-info/entry_points.txt +tosca_parser.egg-info/not-zip-safe +tosca_parser.egg-info/pbr.json +tosca_parser.egg-info/requires.txt +tosca_parser.egg-info/top_level.txt +toscaparser/__init__.py +toscaparser/capabilities.py +toscaparser/dataentity.py +toscaparser/entity_template.py +toscaparser/functions.py +toscaparser/groups.py +toscaparser/imports.py +toscaparser/nodetemplate.py +toscaparser/parameters.py +toscaparser/policy.py +toscaparser/properties.py +toscaparser/relationship_template.py +toscaparser/repositories.py +toscaparser/shell.py +toscaparser/substitution_mappings.py +toscaparser/topology_template.py +toscaparser/tosca_template.py +toscaparser/tpl_relationship_graph.py +toscaparser/triggers.py +toscaparser/unsupportedtype.py +toscaparser/common/__init__.py +toscaparser/common/exception.py +toscaparser/elements/TOSCA_definition_1_0.yaml +toscaparser/elements/__init__.py +toscaparser/elements/artifacttype.py +toscaparser/elements/attribute_definition.py +toscaparser/elements/capabilitytype.py +toscaparser/elements/constraints.py +toscaparser/elements/datatype.py +toscaparser/elements/entity_type.py +toscaparser/elements/grouptype.py +toscaparser/elements/interfaces.py +toscaparser/elements/nodetype.py +toscaparser/elements/policytype.py +toscaparser/elements/portspectype.py +toscaparser/elements/property_definition.py +toscaparser/elements/relationshiptype.py +toscaparser/elements/scalarunit.py +toscaparser/elements/statefulentitytype.py +toscaparser/elements/tosca_type_validation.py +toscaparser/extensions/__init__.py +toscaparser/extensions/exttools.py +toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0_0.yaml +toscaparser/extensions/nfv/__init__.py +toscaparser/extensions/nfv/tosca_simple_profile_for_nfv_1_0_0.py +toscaparser/extensions/nfv/tests/__init__.py +toscaparser/extensions/nfv/tests/test_tosca_nfv_tpl.py +toscaparser/extensions/nfv/tests/data/tosca_helloworld_nfv.yaml +toscaparser/prereq/__init__.py +toscaparser/prereq/csar.py +toscaparser/tests/__init__.py +toscaparser/tests/base.py +toscaparser/tests/test_constraints.py +toscaparser/tests/test_custom_relationships.py +toscaparser/tests/test_datatypes.py +toscaparser/tests/test_exception.py +toscaparser/tests/test_functions.py +toscaparser/tests/test_prereq.py +toscaparser/tests/test_properties.py +toscaparser/tests/test_scalarunit.py +toscaparser/tests/test_shell.py +toscaparser/tests/test_topology_template.py +toscaparser/tests/test_toscadef.py +toscaparser/tests/test_toscatpl.py +toscaparser/tests/test_toscatplvalidation.py +toscaparser/tests/test_utils.py +toscaparser/tests/test_validate_tosca_version.py +toscaparser/tests/artifacts/collectd/config.py +toscaparser/tests/artifacts/collectd/create.sh +toscaparser/tests/artifacts/collectd/start.sh +toscaparser/tests/artifacts/elasticsearch/create.sh +toscaparser/tests/artifacts/elasticsearch/start.sh +toscaparser/tests/artifacts/kibana/config.sh +toscaparser/tests/artifacts/kibana/create.sh +toscaparser/tests/artifacts/kibana/start.sh +toscaparser/tests/artifacts/logstash/configure_collectd.py +toscaparser/tests/artifacts/logstash/configure_elasticsearch.py +toscaparser/tests/artifacts/logstash/configure_rsyslog.py +toscaparser/tests/artifacts/logstash/create.sh +toscaparser/tests/artifacts/logstash/start.sh +toscaparser/tests/artifacts/mongodb/config.sh +toscaparser/tests/artifacts/mongodb/create.sh +toscaparser/tests/artifacts/mongodb/create_database.sh +toscaparser/tests/artifacts/mongodb/start.sh +toscaparser/tests/artifacts/mysql/mysql_database_configure.sh +toscaparser/tests/artifacts/mysql/mysql_dbms_configure.sh +toscaparser/tests/artifacts/mysql/mysql_dbms_install.sh +toscaparser/tests/artifacts/mysql/mysql_dbms_start.sh +toscaparser/tests/artifacts/nodejs/config.sh +toscaparser/tests/artifacts/nodejs/create.sh +toscaparser/tests/artifacts/nodejs/start.sh +toscaparser/tests/artifacts/rsyslog/config.sh +toscaparser/tests/artifacts/rsyslog/create.sh +toscaparser/tests/artifacts/rsyslog/start.sh +toscaparser/tests/artifacts/webserver/webserver_install.sh +toscaparser/tests/artifacts/webserver/webserver_start.sh +toscaparser/tests/artifacts/wordpress/wordpress_configure.sh +toscaparser/tests/artifacts/wordpress/wordpress_install.sh +toscaparser/tests/data/test_attributes_inheritance.yaml +toscaparser/tests/data/test_available_rel_tpls.yaml +toscaparser/tests/data/test_credential_datatype.yaml +toscaparser/tests/data/test_custom_caps_def.yaml +toscaparser/tests/data/test_endpoint_on_compute.yaml +toscaparser/tests/data/test_instance_nested_imports.yaml +toscaparser/tests/data/test_invalid_input_defaults.yaml +toscaparser/tests/data/test_invalid_section_names.yaml +toscaparser/tests/data/test_invalid_template_version.yaml +toscaparser/tests/data/test_multiple_validation_errors.yaml +toscaparser/tests/data/test_no_inputs_in_template.yaml +toscaparser/tests/data/test_no_outputs_in_template.yaml +toscaparser/tests/data/test_normative_type_properties_override.yaml +toscaparser/tests/data/test_tosca_custom_rel_with_script.yaml +toscaparser/tests/data/test_tosca_normative_type_by_shortname.yaml +toscaparser/tests/data/test_tosca_top_level_error1.yaml +toscaparser/tests/data/test_tosca_top_level_error2.yaml +toscaparser/tests/data/tosca_elk.yaml +toscaparser/tests/data/tosca_helloworld.yaml +toscaparser/tests/data/tosca_imports_validation.yaml +toscaparser/tests/data/tosca_single_instance_wordpress.yaml +toscaparser/tests/data/tosca_single_instance_wordpress_with_local_abspath_import.yaml +toscaparser/tests/data/tosca_single_instance_wordpress_with_url_import.yaml +toscaparser/tests/data/tosca_test_get_operation_output.yaml +toscaparser/tests/data/CSAR/csar_elk.csar +toscaparser/tests/data/CSAR/csar_elk.zip +toscaparser/tests/data/CSAR/csar_hello_world.zip +toscaparser/tests/data/CSAR/csar_invalid_entry_def.zip +toscaparser/tests/data/CSAR/csar_metadata_not_yaml.zip +toscaparser/tests/data/CSAR/csar_missing_metadata.zip +toscaparser/tests/data/CSAR/csar_no_metadata_file.zip +toscaparser/tests/data/CSAR/csar_not_zip.zip +toscaparser/tests/data/CSAR/csar_wordpress.zip +toscaparser/tests/data/CSAR/csar_wordpress_invalid_import_path.zip +toscaparser/tests/data/CSAR/csar_wordpress_invalid_import_url.zip +toscaparser/tests/data/CSAR/csar_wordpress_invalid_script_path.zip +toscaparser/tests/data/CSAR/csar_wordpress_invalid_script_url.zip +toscaparser/tests/data/CSAR/csar_wordpress_with_url_import_and_script.zip +toscaparser/tests/data/CSAR/csar_wrong_metadata_file.zip +toscaparser/tests/data/CSAR/tosca_elk/README.txt +toscaparser/tests/data/CSAR/tosca_elk/Definitions/collectd.yaml +toscaparser/tests/data/CSAR/tosca_elk/Definitions/elasticsearch.yaml +toscaparser/tests/data/CSAR/tosca_elk/Definitions/kibana.yaml +toscaparser/tests/data/CSAR/tosca_elk/Definitions/logstash.yaml +toscaparser/tests/data/CSAR/tosca_elk/Definitions/paypalpizzastore_nodejs_app.yaml +toscaparser/tests/data/CSAR/tosca_elk/Definitions/rsyslog.yaml +toscaparser/tests/data/CSAR/tosca_elk/Definitions/tosca_elk.yaml +toscaparser/tests/data/CSAR/tosca_elk/Python/collectd/config.py +toscaparser/tests/data/CSAR/tosca_elk/Python/logstash/configure_collectd.py +toscaparser/tests/data/CSAR/tosca_elk/Python/logstash/configure_elasticsearch.py +toscaparser/tests/data/CSAR/tosca_elk/Python/logstash/configure_rsyslog.py +toscaparser/tests/data/CSAR/tosca_elk/Scripts/collectd/create.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/collectd/start.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/elasticsearch/create.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/elasticsearch/start.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/kibana/config.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/kibana/create.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/kibana/start.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/logstash/create.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/logstash/start.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/config.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/create.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/create_database.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/start.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/nodejs/config.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/nodejs/create.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/nodejs/start.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/rsyslog/config.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/rsyslog/create.sh +toscaparser/tests/data/CSAR/tosca_elk/Scripts/rsyslog/start.sh +toscaparser/tests/data/CSAR/tosca_elk/TOSCA-Metadata/TOSCA.meta +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/README.txt +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Definitions/tosca_single_instance_wordpress.yaml +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Definitions/wordpress.yaml +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDBMS/configure.sh +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDBMS/install.sh +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDBMS/start.sh +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDatabase/configure.sh +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WebServer/install.sh +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WebServer/start.sh +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WordPress/configure.sh +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WordPress/install.sh +toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/TOSCA-Metadata/TOSCA.meta +toscaparser/tests/data/containers/test_container_docker_mysql.yaml +toscaparser/tests/data/custom_types/collectd.yaml +toscaparser/tests/data/custom_types/compute_with_attribute_list.yaml +toscaparser/tests/data/custom_types/compute_with_nested_atributes.yaml +toscaparser/tests/data/custom_types/compute_with_prop.yaml +toscaparser/tests/data/custom_types/custom_caps_def.yaml +toscaparser/tests/data/custom_types/custom_interface.yaml +toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml +toscaparser/tests/data/custom_types/db_with_list_param.yaml +toscaparser/tests/data/custom_types/elasticsearch.yaml +toscaparser/tests/data/custom_types/imported_sample.yaml +toscaparser/tests/data/custom_types/kibana.yaml +toscaparser/tests/data/custom_types/logstash.yaml +toscaparser/tests/data/custom_types/nested_rsyslog.yaml +toscaparser/tests/data/custom_types/nested_test_wordpress.yaml +toscaparser/tests/data/custom_types/node_with_cap.yaml +toscaparser/tests/data/custom_types/paypalpizzastore_nodejs_app.yaml +toscaparser/tests/data/custom_types/rsyslog.yaml +toscaparser/tests/data/custom_types/wordpress.yaml +toscaparser/tests/data/datatypes/custom_datatype_def.yaml +toscaparser/tests/data/datatypes/test_custom_datatypes_in_current_template.yaml +toscaparser/tests/data/datatypes/test_custom_datatypes_nested_datatype_error.yaml +toscaparser/tests/data/datatypes/test_custom_datatypes_positive.yaml +toscaparser/tests/data/datatypes/test_custom_datatypes_value_error.yaml +toscaparser/tests/data/datatypes/test_datatype_portspec_add_req.yaml +toscaparser/tests/data/dsl_definitions/test_nested_dsl_def.yaml +toscaparser/tests/data/functions/test_capabilties_inheritance.yaml +toscaparser/tests/data/functions/test_concat.yaml +toscaparser/tests/data/functions/test_concat_invalid.yaml +toscaparser/tests/data/functions/test_get_attribute_host_keyword.yaml +toscaparser/tests/data/functions/test_get_attribute_host_not_found.yaml +toscaparser/tests/data/functions/test_get_attribute_illegal_host_in_outputs.yaml +toscaparser/tests/data/functions/test_get_attribute_source_target_keywords.yaml +toscaparser/tests/data/functions/test_get_attribute_unknown_attribute_name.yaml +toscaparser/tests/data/functions/test_get_attribute_unknown_node_template_name.yaml +toscaparser/tests/data/functions/test_get_attribute_with_index.yaml +toscaparser/tests/data/functions/test_get_attribute_with_index_error.yaml +toscaparser/tests/data/functions/test_get_attribute_with_nested_params.yaml +toscaparser/tests/data/functions/test_get_implicit_attribute.yaml +toscaparser/tests/data/functions/test_get_property_source_target_keywords.yaml +toscaparser/tests/data/functions/test_get_property_with_host.yaml +toscaparser/tests/data/functions/test_invalid_function_signature.yaml +toscaparser/tests/data/functions/test_token.yaml +toscaparser/tests/data/functions/test_token_invalid.yaml +toscaparser/tests/data/functions/test_unknown_capability_property.yaml +toscaparser/tests/data/functions/test_unknown_input_in_interface.yaml +toscaparser/tests/data/functions/test_unknown_input_in_property.yaml +toscaparser/tests/data/functions/tosca_nested_property_names_indexes.yaml +toscaparser/tests/data/groups/definitions.yaml +toscaparser/tests/data/groups/tosca_group_template.yaml +toscaparser/tests/data/interfaces/test_custom_interface_in_template.yaml +toscaparser/tests/data/interfaces/test_custom_interface_invalid_operation.yaml +toscaparser/tests/data/load_balancer/tosca_load_balancer.yaml +toscaparser/tests/data/node_filter/test_node_filter.yaml +toscaparser/tests/data/policies/custom_definitions.yaml +toscaparser/tests/data/policies/tosca_policy_template.yaml +toscaparser/tests/data/relationship/test_custom_relationship.yaml +toscaparser/tests/data/repositories/test_repositories_definition.yaml +toscaparser/tests/data/repositories/tosca_repositories_test_definition.yaml +toscaparser/tests/data/requirements/test_requirements.yaml +toscaparser/tests/data/topology_template/databasesubsystem.yaml +toscaparser/tests/data/topology_template/definitions.yaml +toscaparser/tests/data/topology_template/queuingsubsystem.yaml +toscaparser/tests/data/topology_template/system.yaml +toscaparser/tests/data/topology_template/transactionsubsystem.yaml +toscaparser/tests/data/topology_template/validate/queuingsubsystem_invalid_input.yaml +toscaparser/tests/data/topology_template/validate/system_invalid_input.yaml +toscaparser/tests/data/topology_template/validate/test_example_app_substitution_mappings.yaml +toscaparser/tests/data/topology_template/validate/test_substitution_mappings_invalid_output.yaml +toscaparser/tests/data/topology_template/validate/test_substitution_mappings_valid_output.yaml +toscaparser/tests/spec_samples/v1.0/tosca_nodejs_mongodb_two_instances.yaml +toscaparser/tests/spec_samples/v1.0/tosca_single_server.yaml +toscaparser/tests/spec_samples/v1.0/network/tosca_one_server_one_network.yaml +toscaparser/tests/spec_samples/v1.0/network/tosca_one_server_three_networks.yaml +toscaparser/tests/spec_samples/v1.0/network/tosca_server_on_existing_network.yaml +toscaparser/tests/spec_samples/v1.0/network/tosca_two_servers_one_network.yaml +toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_attachment.yaml +toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_attachment_notation1.yaml +toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_attachment_notation2.yaml +toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_custom_relationship_type.yaml +toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_relationship_template.yaml +toscaparser/tests/spec_samples/v1.0/storage/tosca_multiple_blockstorage_with_attachment.yaml +toscaparser/tests/spec_samples/v1.0/storage/tosca_single_object_store.yaml +toscaparser/utils/__init__.py +toscaparser/utils/gettextutils.py +toscaparser/utils/urlutils.py +toscaparser/utils/validateutils.py +toscaparser/utils/yamlparser.py \ No newline at end of file diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/dependency_links.txt b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/entry_points.txt b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/entry_points.txt new file mode 100644 index 0000000..3738471 --- /dev/null +++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +tosca-parser = toscaparser.shell:main + diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/not-zip-safe b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/not-zip-safe new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/not-zip-safe @@ -0,0 +1 @@ + diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/pbr.json b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/pbr.json new file mode 100644 index 0000000..476500e --- /dev/null +++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/pbr.json @@ -0,0 +1 @@ +{"git_version": "f0b547a", "is_release": true} \ No newline at end of file diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/requires.txt b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/requires.txt new file mode 100644 index 0000000..3a687ca --- /dev/null +++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/requires.txt @@ -0,0 +1,7 @@ +pbr>=1.8 +Babel>=2.3.4 +cliff>=2.3.0 +PyYAML>=3.10.0 +python-dateutil>=2.4.2 +six>=1.9.0 +requests!=2.12.2,>=2.10.0 diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/top_level.txt b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/top_level.txt new file mode 100644 index 0000000..12d8e9b --- /dev/null +++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/EGG-INFO/top_level.txt @@ -0,0 +1 @@ +toscaparser -- cgit 1.2.3-korg