Adding Sphinx based Docs minisite
Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/commit/23d6ba76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/tree/23d6ba76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/diff/23d6ba76 Branch: refs/heads/master Commit: 23d6ba7698bb7c31e75be4fe768eab2cd9996e9c Parents: d593b4a Author: arthur <[email protected]> Authored: Wed Sep 6 20:47:16 2017 +0300 Committer: arthur <[email protected]> Committed: Wed Sep 6 20:47:16 2017 +0300 ---------------------------------------------------------------------- _config.yml | 68 + apache-ariatosca-0.1.1.tar.gz.1 | Bin 2008121 -> 0 bytes apache-ariatosca-0.1.1/CHANGELOG.rst | 16 - apache-ariatosca-0.1.1/CONTRIBUTING | 3 - apache-ariatosca-0.1.1/DISCLAIMER | 10 - apache-ariatosca-0.1.1/LICENSE | 191 -- apache-ariatosca-0.1.1/MANIFEST.in | 12 - apache-ariatosca-0.1.1/NOTICE | 5 - apache-ariatosca-0.1.1/PKG-INFO | 189 -- apache-ariatosca-0.1.1/README.rst | 164 -- apache-ariatosca-0.1.1/VERSION | 1 - .../apache_ariatosca.egg-info/PKG-INFO | 189 -- .../apache_ariatosca.egg-info/SOURCES.txt | 378 --- .../dependency_links.txt | 1 - .../apache_ariatosca.egg-info/entry_points.txt | 3 - .../apache_ariatosca.egg-info/not-zip-safe | 1 - .../apache_ariatosca.egg-info/requires.txt | 32 - .../apache_ariatosca.egg-info/top_level.txt | 2 - apache-ariatosca-0.1.1/aria/cli/ascii_art.py | 24 - apache-ariatosca-0.1.1/aria/cli/color.py | 99 - .../aria/cli/commands/executions.py | 250 -- .../aria/cli/commands/logs.py | 72 - .../aria/cli/commands/node_templates.py | 100 - .../aria/cli/commands/nodes.py | 94 - .../aria/cli/commands/plugins.py | 111 - .../aria/cli/commands/reset.py | 45 - .../aria/cli/commands/service_templates.py | 245 -- .../aria/cli/commands/services.py | 238 -- .../aria/cli/commands/workflows.py | 111 - .../aria/cli/config/config.py | 93 - .../aria/cli/config/config_template.yaml | 42 - apache-ariatosca-0.1.1/aria/cli/core/aria.py | 501 ---- apache-ariatosca-0.1.1/aria/cli/csar.py | 187 -- apache-ariatosca-0.1.1/aria/cli/defaults.py | 30 - apache-ariatosca-0.1.1/aria/cli/env.py | 127 - apache-ariatosca-0.1.1/aria/cli/exceptions.py | 24 - .../aria/cli/execution_logging.py | 243 -- apache-ariatosca-0.1.1/aria/cli/helptexts.py | 61 - apache-ariatosca-0.1.1/aria/cli/inputs.py | 124 - apache-ariatosca-0.1.1/aria/cli/logger.py | 134 - apache-ariatosca-0.1.1/aria/cli/main.py | 65 - .../aria/cli/service_template_utils.py | 125 - apache-ariatosca-0.1.1/aria/cli/table.py | 125 - apache-ariatosca-0.1.1/aria/cli/utils.py | 117 - apache-ariatosca-0.1.1/aria/core.py | 134 - apache-ariatosca-0.1.1/aria/exceptions.py | 73 - apache-ariatosca-0.1.1/aria/extension.py | 154 -- apache-ariatosca-0.1.1/aria/logger.py | 186 -- .../aria/modeling/constraints.py | 31 - .../aria/modeling/exceptions.py | 63 - .../aria/modeling/functions.py | 139 - apache-ariatosca-0.1.1/aria/modeling/mixins.py | 373 --- apache-ariatosca-0.1.1/aria/modeling/models.py | 427 ---- .../aria/modeling/orchestration.py | 711 ------ .../aria/modeling/relationship.py | 395 --- .../aria/modeling/service_changes.py | 253 -- .../aria/modeling/service_common.py | 615 ----- .../aria/modeling/service_instance.py | 2240 ---------------- .../aria/modeling/service_template.py | 2411 ------------------ apache-ariatosca-0.1.1/aria/modeling/types.py | 318 --- apache-ariatosca-0.1.1/aria/modeling/utils.py | 235 -- .../aria/orchestrator/context/common.py | 200 -- .../aria/orchestrator/context/exceptions.py | 27 - .../aria/orchestrator/context/operation.py | 182 -- .../aria/orchestrator/context/toolbelt.py | 59 - .../aria/orchestrator/context/workflow.py | 135 - .../aria/orchestrator/decorators.py | 85 - .../aria/orchestrator/events.py | 34 - .../aria/orchestrator/exceptions.py | 85 - .../orchestrator/execution_plugin/common.py | 154 -- .../orchestrator/execution_plugin/constants.py | 57 - .../execution_plugin/ctx_proxy/client.py | 111 - .../execution_plugin/ctx_proxy/server.py | 260 -- .../execution_plugin/environment_globals.py | 57 - .../orchestrator/execution_plugin/exceptions.py | 47 - .../execution_plugin/instantiation.py | 228 -- .../aria/orchestrator/execution_plugin/local.py | 128 - .../orchestrator/execution_plugin/operations.py | 74 - .../execution_plugin/ssh/operations.py | 195 -- .../orchestrator/execution_plugin/ssh/tunnel.py | 107 - .../aria/orchestrator/plugin.py | 171 -- .../aria/orchestrator/workflow_runner.py | 181 -- .../aria/orchestrator/workflows/api/task.py | 268 -- .../orchestrator/workflows/api/task_graph.py | 295 --- .../workflows/builtin/execute_operation.py | 101 - .../aria/orchestrator/workflows/builtin/heal.py | 179 -- .../orchestrator/workflows/builtin/install.py | 34 - .../orchestrator/workflows/builtin/start.py | 31 - .../aria/orchestrator/workflows/builtin/stop.py | 31 - .../orchestrator/workflows/builtin/uninstall.py | 34 - .../orchestrator/workflows/builtin/workflows.py | 149 -- .../aria/orchestrator/workflows/core/engine.py | 182 -- .../workflows/core/events_handler.py | 161 -- .../workflows/core/graph_compiler.py | 118 - .../orchestrator/workflows/events_logging.py | 85 - .../aria/orchestrator/workflows/exceptions.py | 91 - .../orchestrator/workflows/executor/base.py | 75 - .../orchestrator/workflows/executor/celery.py | 97 - .../aria/orchestrator/workflows/executor/dry.py | 54 - .../orchestrator/workflows/executor/process.py | 350 --- .../orchestrator/workflows/executor/thread.py | 79 - .../aria/parser/consumption/consumer.py | 86 - .../aria/parser/consumption/context.py | 106 - .../aria/parser/consumption/exceptions.py | 23 - .../aria/parser/consumption/inputs.py | 53 - .../aria/parser/consumption/modeling.py | 196 -- .../aria/parser/consumption/presentation.py | 137 - .../aria/parser/consumption/style.py | 50 - .../aria/parser/consumption/validation.py | 30 - .../aria/parser/exceptions.py | 33 - .../aria/parser/loading/context.py | 33 - .../aria/parser/loading/exceptions.py | 35 - .../aria/parser/loading/file.py | 64 - .../aria/parser/loading/literal.py | 31 - .../aria/parser/loading/loader.py | 34 - .../aria/parser/loading/location.py | 82 - .../aria/parser/loading/request.py | 88 - .../aria/parser/loading/source.py | 44 - .../aria/parser/loading/uri.py | 97 - .../aria/parser/modeling/context.py | 103 - .../aria/parser/presentation/context.py | 65 - .../aria/parser/presentation/exceptions.py | 29 - .../parser/presentation/field_validators.py | 164 -- .../aria/parser/presentation/fields.py | 756 ------ .../aria/parser/presentation/null.py | 67 - .../aria/parser/presentation/presentation.py | 235 -- .../aria/parser/presentation/presenter.py | 70 - .../aria/parser/presentation/source.py | 55 - .../aria/parser/presentation/utils.py | 187 -- .../aria/parser/reading/context.py | 31 - .../aria/parser/reading/exceptions.py | 44 - .../aria/parser/reading/jinja.py | 55 - .../aria/parser/reading/json.py | 33 - .../aria/parser/reading/locator.py | 154 -- .../aria/parser/reading/raw.py | 24 - .../aria/parser/reading/reader.py | 44 - .../aria/parser/reading/source.py | 59 - .../aria/parser/reading/yaml.py | 113 - .../aria/parser/specification.py | 69 - .../aria/parser/validation/context.py | 87 - .../aria/parser/validation/issue.py | 126 - apache-ariatosca-0.1.1/aria/storage/api.py | 186 -- .../aria/storage/collection_instrumentation.py | 314 --- apache-ariatosca-0.1.1/aria/storage/core.py | 160 -- .../aria/storage/exceptions.py | 31 - .../aria/storage/filesystem_rapi.py | 165 -- apache-ariatosca-0.1.1/aria/storage/sql_mapi.py | 439 ---- apache-ariatosca-0.1.1/aria/utils/archive.py | 66 - apache-ariatosca-0.1.1/aria/utils/argparse.py | 118 - apache-ariatosca-0.1.1/aria/utils/caching.py | 137 - .../aria/utils/collections.py | 303 --- apache-ariatosca-0.1.1/aria/utils/console.py | 68 - apache-ariatosca-0.1.1/aria/utils/exceptions.py | 120 - apache-ariatosca-0.1.1/aria/utils/file.py | 46 - apache-ariatosca-0.1.1/aria/utils/formatting.py | 235 -- apache-ariatosca-0.1.1/aria/utils/http.py | 66 - apache-ariatosca-0.1.1/aria/utils/imports.py | 96 - apache-ariatosca-0.1.1/aria/utils/openclose.py | 36 - apache-ariatosca-0.1.1/aria/utils/plugin.py | 24 - apache-ariatosca-0.1.1/aria/utils/process.py | 51 - .../aria/utils/specification.py | 57 - apache-ariatosca-0.1.1/aria/utils/threading.py | 286 --- apache-ariatosca-0.1.1/aria/utils/type.py | 156 -- apache-ariatosca-0.1.1/aria/utils/uris.py | 48 - apache-ariatosca-0.1.1/aria/utils/uuid.py | 70 - apache-ariatosca-0.1.1/aria/utils/validation.py | 97 - apache-ariatosca-0.1.1/aria/utils/versions.py | 163 -- .../examples/hello-world/helloworld.yaml | 38 - .../examples/hello-world/images/aria-logo.png | Bin 23601 -> 0 bytes .../examples/hello-world/index.html | 14 - .../examples/hello-world/scripts/configure.sh | 37 - .../examples/hello-world/scripts/start.sh | 66 - .../examples/hello-world/scripts/stop.sh | 29 - .../block-storage-1/block-storage-1.yaml | 68 - .../use-cases/block-storage-1/inputs.yaml | 3 - .../block-storage-2/block-storage-2.yaml | 75 - .../use-cases/block-storage-2/inputs.yaml | 3 - .../block-storage-3/block-storage-3.yaml | 68 - .../use-cases/block-storage-3/inputs.yaml | 2 - .../block-storage-4/block-storage-4.yaml | 96 - .../use-cases/block-storage-4/inputs.yaml | 2 - .../block-storage-5/block-storage-5.yaml | 109 - .../use-cases/block-storage-5/inputs.yaml | 3 - .../block-storage-6/block-storage-6.yaml | 102 - .../use-cases/block-storage-6/inputs.yaml | 3 - .../use-cases/compute-1/compute-1.yaml | 42 - .../use-cases/compute-1/inputs.yaml | 1 - .../use-cases/container-1/container-1.yaml | 68 - .../multi-tier-1/custom_types/collectd.yaml | 10 - .../custom_types/elasticsearch.yaml | 8 - .../multi-tier-1/custom_types/kibana.yaml | 12 - .../multi-tier-1/custom_types/logstash.yaml | 12 - .../multi-tier-1/custom_types/rsyslog.yaml | 10 - .../use-cases/multi-tier-1/inputs.yaml | 1 - .../use-cases/multi-tier-1/multi-tier-1.yaml | 237 -- .../use-cases/network-1/inputs.yaml | 1 - .../use-cases/network-1/network-1.yaml | 49 - .../use-cases/network-2/inputs.yaml | 1 - .../use-cases/network-2/network-2.yaml | 46 - .../use-cases/network-3/inputs.yaml | 1 - .../use-cases/network-3/network-3.yaml | 81 - .../use-cases/network-4/network-4.yaml | 70 - .../use-cases/non-normative-types.yaml | 177 -- .../use-cases/object-storage-1/inputs.yaml | 1 - .../object-storage-1/object-storage-1.yaml | 24 - .../use-cases/software-component-1/inputs.yaml | 1 - .../software-component-1.yaml | 54 - .../webserver-dbms-1/webserver-dbms-1.yaml | 122 - .../paypalpizzastore_nodejs_app.yaml | 15 - .../webserver-dbms-2/webserver-dbms-2.yaml | 115 - .../profiles/aria-1.0/aria-1.0.yaml | 61 - .../profiles/tosca-simple-1.0/artifacts.yaml | 121 - .../profiles/tosca-simple-1.0/capabilities.yaml | 321 --- .../profiles/tosca-simple-1.0/data.yaml | 268 -- .../profiles/tosca-simple-1.0/groups.yaml | 28 - .../profiles/tosca-simple-1.0/interfaces.yaml | 107 - .../profiles/tosca-simple-1.0/nodes.yaml | 525 ---- .../profiles/tosca-simple-1.0/policies.yaml | 71 - .../tosca-simple-1.0/relationships.yaml | 158 -- .../tosca-simple-1.0/tosca-simple-1.0.yaml | 24 - .../tosca-simple-nfv-1.0/artifacts.yaml | 84 - .../tosca-simple-nfv-1.0/capabilities.yaml | 70 - .../profiles/tosca-simple-nfv-1.0/data.yaml | 318 --- .../profiles/tosca-simple-nfv-1.0/nodes.yaml | 260 -- .../tosca-simple-nfv-1.0/relationships.yaml | 43 - .../tosca-simple-nfv-1.0.yaml | 21 - .../simple_nfv_v1_0/presenter.py | 43 - .../simple_v1_0/assignments.py | 440 ---- .../simple_v1_0/data_types.py | 540 ---- .../simple_v1_0/definitions.py | 509 ---- .../aria_extension_tosca/simple_v1_0/filters.py | 105 - .../aria_extension_tosca/simple_v1_0/misc.py | 434 ---- .../simple_v1_0/modeling/artifacts.py | 42 - .../simple_v1_0/modeling/capabilities.py | 186 -- .../simple_v1_0/modeling/constraints.py | 144 -- .../simple_v1_0/modeling/copy.py | 32 - .../simple_v1_0/modeling/data_types.py | 521 ---- .../simple_v1_0/modeling/functions.py | 677 ----- .../simple_v1_0/modeling/interfaces.py | 522 ---- .../simple_v1_0/modeling/parameters.py | 211 -- .../simple_v1_0/modeling/policies.py | 81 - .../simple_v1_0/modeling/requirements.py | 364 --- .../modeling/substitution_mappings.py | 130 - .../simple_v1_0/presentation/extensible.py | 32 - .../simple_v1_0/presentation/field_getters.py | 37 - .../presentation/field_validators.py | 568 ----- .../simple_v1_0/presentation/types.py | 57 - .../simple_v1_0/presenter.py | 81 - .../simple_v1_0/templates.py | 732 ------ .../aria_extension_tosca/simple_v1_0/types.py | 868 ------- apache-ariatosca-0.1.1/requirements.in | 39 - apache-ariatosca-0.1.1/requirements.txt | 43 - apache-ariatosca-0.1.1/setup.cfg | 4 - apache-ariatosca-0.1.1/setup.py | 173 -- build_site.sh | 5 +- 255 files changed, 71 insertions(+), 37637 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..623a3ff --- /dev/null +++ b/_config.yml @@ -0,0 +1,68 @@ +# Site wide configuration + +title: "Apache ARIA TOSCA" +description: "ARIA is an agile reference implementation of automation based on OASIS TOSCA Specification. It is a framework for implementing orchestration software and a command line tool to execute TOSCA based application blueprints." +logo: aria-logo.png +# 120x120 px default image used for Twitter summary card +teaser: aria-logo.png + # 400x250 px default teaser image used in image archive grid +locale: en +#url: ariatosca.apache.org +feed: + path: atom.xml + +# Jekyll configuration + +sass: + sass_dir: _sass + style: compressed +permalink: /:categories/:title/ +kramdown: + toc_levels: 1..2 +highlighter: rouge +gems: + - jekyll-sitemap + - jekyll-gist + - jekyll-feed + +# Site owner +owner: + name: + email: + twitter: + google: + ad-client: + ad-slot: + bio: + avatar: bio-photo.jpg # 160x160 px image for author byline + disqus-shortname: + +keep_files: + - docs + +include: + - .htaccess + +exclude: + - "*.less" + - "*.sublime-project" + - "*.sublime-workspace" + - .asset-cache + - .bundle + - .jekyll-assets-cache + - .sass-cache + - CHANGELOG + - Capfile + - Gemfile + - Gruntfile.js + - LICENSE + - README + - Rakefile + - config + - gulpfile.js + - lib + - log + - node_modules + - package.json + - spec + - tmp http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1.tar.gz.1 ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1.tar.gz.1 b/apache-ariatosca-0.1.1.tar.gz.1 deleted file mode 100644 index 4a1ef7d..0000000 Binary files a/apache-ariatosca-0.1.1.tar.gz.1 and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/CHANGELOG.rst ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/CHANGELOG.rst b/apache-ariatosca-0.1.1/CHANGELOG.rst deleted file mode 100644 index a0ca089..0000000 --- a/apache-ariatosca-0.1.1/CHANGELOG.rst +++ /dev/null @@ -1,16 +0,0 @@ -0.1.1 ------ - -[ARIA-312] Validation of workflow and operation kwargs raise false alarms -[ARIA-301] Environment-marked dependencies are installed regardless of environment when installing from wheel -[ARIA-299] Resuming canceled execution with non-finished tasks fails -[ARIA-298] Test suite sometimes fails or freezes despite all tests passing -[ARIA-296] Process termination test fails on windows -[ARIA-287] New tox suite to make sure that Sphinx documentation generation isn't broken -[ARIA-202] Execution plugin assumes '/tmp' for temp directory on the local/remote machine - - -0.1.0 ------ - - * Initial release. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/CONTRIBUTING ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/CONTRIBUTING b/apache-ariatosca-0.1.1/CONTRIBUTING deleted file mode 100644 index 4124003..0000000 --- a/apache-ariatosca-0.1.1/CONTRIBUTING +++ /dev/null @@ -1,3 +0,0 @@ -Contribution guide is available on our Confluence: - -https://cwiki.apache.org/confluence/display/ARIATOSCA/Contributing+to+ARIA \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/DISCLAIMER ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/DISCLAIMER b/apache-ariatosca-0.1.1/DISCLAIMER deleted file mode 100644 index 358d8e1..0000000 --- a/apache-ariatosca-0.1.1/DISCLAIMER +++ /dev/null @@ -1,10 +0,0 @@ -Apache AriaTosca is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/LICENSE ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/LICENSE b/apache-ariatosca-0.1.1/LICENSE deleted file mode 100644 index 37ec93a..0000000 --- a/apache-ariatosca-0.1.1/LICENSE +++ /dev/null @@ -1,191 +0,0 @@ -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - -"License" shall mean the terms and conditions for use, reproduction, and -distribution as defined by Sections 1 through 9 of this document. - -"Licensor" shall mean the copyright owner or entity authorized by the copyright -owner that is granting the License. - -"Legal Entity" shall mean the union of the acting entity and all other entities -that control, are controlled by, or are under common control with that entity. -For the purposes of this definition, "control" means (i) the power, direct or -indirect, to cause the direction or management of such entity, whether by -contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the -outstanding shares, or (iii) beneficial ownership of such entity. - -"You" (or "Your") shall mean an individual or Legal Entity exercising -permissions granted by this License. - -"Source" form shall mean the preferred form for making modifications, including -but not limited to software source code, documentation source, and configuration -files. - -"Object" form shall mean any form resulting from mechanical transformation or -translation of a Source form, including but not limited to compiled object code, -generated documentation, and conversions to other media types. - -"Work" shall mean the work of authorship, whether in Source or Object form, made -available under the License, as indicated by a copyright notice that is included -in or attached to the work (an example is provided in the Appendix below). - -"Derivative Works" shall mean any work, whether in Source or Object form, that -is based on (or derived from) the Work and for which the editorial revisions, -annotations, elaborations, or other modifications represent, as a whole, an -original work of authorship. For the purposes of this License, Derivative Works -shall not include works that remain separable from, or merely link (or bind by -name) to the interfaces of, the Work and Derivative Works thereof. - -"Contribution" shall mean any work of authorship, including the original version -of the Work and any modifications or additions to that Work or Derivative Works -thereof, that is intentionally submitted to Licensor for inclusion in the Work -by the copyright owner or by an individual or Legal Entity authorized to submit -on behalf of the copyright owner. For the purposes of this definition, -"submitted" means any form of electronic, verbal, or written communication sent -to the Licensor or its representatives, including but not limited to -communication on electronic mailing lists, source code control systems, and -issue tracking systems that are managed by, or on behalf of, the Licensor for -the purpose of discussing and improving the Work, but excluding communication -that is conspicuously marked or otherwise designated in writing by the copyright -owner as "Not a Contribution." - -"Contributor" shall mean Licensor and any individual or Legal Entity on behalf -of whom a Contribution has been received by Licensor and subsequently -incorporated within the Work. - -2. Grant of Copyright License. - -Subject to the terms and conditions of this License, each Contributor hereby -grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, -irrevocable copyright license to reproduce, prepare Derivative Works of, -publicly display, publicly perform, sublicense, and distribute the Work and such -Derivative Works in Source or Object form. - -3. Grant of Patent License. - -Subject to the terms and conditions of this License, each Contributor hereby -grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, -irrevocable (except as stated in this section) patent license to make, have -made, use, offer to sell, sell, import, and otherwise transfer the Work, where -such license applies only to those patent claims licensable by such Contributor -that are necessarily infringed by their Contribution(s) alone or by combination -of their Contribution(s) with the Work to which such Contribution(s) was -submitted. If You institute patent litigation against any entity (including a -cross-claim or counterclaim in a lawsuit) alleging that the Work or a -Contribution incorporated within the Work constitutes direct or contributory -patent infringement, then any patent licenses granted to You under this License -for that Work shall terminate as of the date such litigation is filed. - -4. Redistribution. - -You may reproduce and distribute copies of the Work or Derivative Works thereof -in any medium, with or without modifications, and in Source or Object form, -provided that You meet the following conditions: - -You must give any other recipients of the Work or Derivative Works a copy of -this License; and -You must cause any modified files to carry prominent notices stating that You -changed the files; and -You must retain, in the Source form of any Derivative Works that You distribute, -all copyright, patent, trademark, and attribution notices from the Source form -of the Work, excluding those notices that do not pertain to any part of the -Derivative Works; and -If the Work includes a "NOTICE" text file as part of its distribution, then any -Derivative Works that You distribute must include a readable copy of the -attribution notices contained within such NOTICE file, excluding those notices -that do not pertain to any part of the Derivative Works, in at least one of the -following places: within a NOTICE text file distributed as part of the -Derivative Works; within the Source form or documentation, if provided along -with the Derivative Works; or, within a display generated by the Derivative -Works, if and wherever such third-party notices normally appear. The contents of -the NOTICE file are for informational purposes only and do not modify the -License. You may add Your own attribution notices within Derivative Works that -You distribute, alongside or as an addendum to the NOTICE text from the Work, -provided that such additional attribution notices cannot be construed as -modifying the License. -You may add Your own copyright statement to Your modifications and may provide -additional or different license terms and conditions for use, reproduction, or -distribution of Your modifications, or for any such Derivative Works as a whole, -provided Your use, reproduction, and distribution of the Work otherwise complies -with the conditions stated in this License. - -5. Submission of Contributions. - -Unless You explicitly state otherwise, any Contribution intentionally submitted -for inclusion in the Work by You to the Licensor shall be under the terms and -conditions of this License, without any additional terms or conditions. -Notwithstanding the above, nothing herein shall supersede or modify the terms of -any separate license agreement you may have executed with Licensor regarding -such Contributions. - -6. Trademarks. - -This License does not grant permission to use the trade names, trademarks, -service marks, or product names of the Licensor, except as required for -reasonable and customary use in describing the origin of the Work and -reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. - -Unless required by applicable law or agreed to in writing, Licensor provides the -Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, -including, without limitation, any warranties or conditions of TITLE, -NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are -solely responsible for determining the appropriateness of using or -redistributing the Work and assume any risks associated with Your exercise of -permissions under this License. - -8. Limitation of Liability. - -In no event and under no legal theory, whether in tort (including negligence), -contract, or otherwise, unless required by applicable law (such as deliberate -and grossly negligent acts) or agreed to in writing, shall any Contributor be -liable to You for damages, including any direct, indirect, special, incidental, -or consequential damages of any character arising as a result of this License or -out of the use or inability to use the Work (including but not limited to -damages for loss of goodwill, work stoppage, computer failure or malfunction, or -any and all other commercial damages or losses), even if such Contributor has -been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. - -While redistributing the Work or Derivative Works thereof, You may choose to -offer, and charge a fee for, acceptance of support, warranty, indemnity, or -other liability obligations and/or rights consistent with this License. However, -in accepting such obligations, You may act only on Your own behalf and on Your -sole responsibility, not on behalf of any other Contributor, and only if You -agree to indemnify, defend, and hold each Contributor harmless for any liability -incurred by, or claims asserted against, such Contributor by reason of your -accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work - -To apply the Apache License to your work, attach the following boilerplate -notice, with the fields enclosed by brackets "[]" replaced with your own -identifying information. (Don't include the brackets!) The text should be -enclosed in the appropriate comment syntax for the file format. We also -recommend that a file or class name and description of purpose be included on -the same "printed page" as the copyright notice for easier identification within -third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/MANIFEST.in ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/MANIFEST.in b/apache-ariatosca-0.1.1/MANIFEST.in deleted file mode 100644 index 6b67894..0000000 --- a/apache-ariatosca-0.1.1/MANIFEST.in +++ /dev/null @@ -1,12 +0,0 @@ -include CONTRIBUTING -include DISCLAIMER -include LICENSE -include NOTICE -include VERSION -include CHANGELOG.rst -include README.rst -include requirements.in -include requirements.txt -recursive-include docs/html * -recursive-include examples * -prune docs/html/.doctrees http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/NOTICE ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/NOTICE b/apache-ariatosca-0.1.1/NOTICE deleted file mode 100644 index bf03ab5..0000000 --- a/apache-ariatosca-0.1.1/NOTICE +++ /dev/null @@ -1,5 +0,0 @@ -Apache AriaTosca -Copyright 2016-2017 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/PKG-INFO ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/PKG-INFO b/apache-ariatosca-0.1.1/PKG-INFO deleted file mode 100644 index 46a0050..0000000 --- a/apache-ariatosca-0.1.1/PKG-INFO +++ /dev/null @@ -1,189 +0,0 @@ -Metadata-Version: 1.1 -Name: apache-ariatosca -Version: 0.1.1 -Summary: ARIA -Home-page: http://ariatosca.incubator.apache.org/ -Author: ARIA -Author-email: [email protected] -License: Apache License 2.0 -Download-URL: https://dist.apache.org/repos/dist/release/incubator/ariatosca/0.1.1-incubating -Description: ARIA - ==== - - |Build Status| |Appveyor Build Status| |License| |PyPI release| |Python Versions| |Wheel| - |Contributors| |Open Pull Requests| |Closed Pull Requests| - - - What is ARIA? - ------------- - - `ARIA <http://ariatosca.incubator.apache.org/>`__ is a an open-source, - `TOSCA <https://www.oasis-open.org/committees/tosca/>`__-based, lightweight library and CLI for - orchestration and for consumption by projects building TOSCA-based solutions for resources and - services orchestration. - - ARIA can be utilized by any organization that wants to implement TOSCA-based orchestration in its - solutions, whether a multi-cloud enterprise application, or an NFV or SDN solution for multiple - virtual infrastructure managers. - - With ARIA, you can utilize TOSCA's cloud portability out-of-the-box, to develop, test and run your - applications, from template to deployment. - - ARIA is an incubation project under the `Apache Software Foundation <https://www.apache.org/>`__. - - - Installation - ------------ - - ARIA is `available on PyPI <https://pypi.python.org/pypi/apache-ariatosca>`__. - - ARIA requires Python 2.6/2.7. Python 3 is currently not supported. - - To install ARIA directly from PyPI (using a ``wheel``), use:: - - pip install --upgrade pip setuptools - pip install apache-ariatosca - - To install ARIA from source, download the source tarball from - `PyPI <https://pypi.python.org/pypi/apache-ariatosca>`__, extract and ``cd`` into the extract dir, and run:: - - pip install --upgrade pip setuptools - pip install . - - | The source package comes along with relevant examples, documentation, ``requirements.txt`` (for installing specifically the frozen dependencies' versions with which ARIA was tested) and more. - | - | - | ARIA has additional optional dependencies. These are required for running operations over SSH. - | Below are instructions on how to install these dependencies, including required system dependencies per OS. - | - | Note: These dependencies may have varying licenses which may not be compatible with Apache license 2.0. - | - - **Ubuntu/Debian** (tested on Ubuntu14.04, Ubuntu16.04):: - - apt-get install -y python-dev gcc libffi-dev libssl-dev - pip install aria[ssh] - - **Centos** (tested on Centos6.6, Centos7):: - - yum install -y python-devel gcc libffi-devel openssl-devel - pip install aria[ssh] - - **Archlinux**:: - - pacman -Syu --noconfirm python2 gcc libffi openssl - pip2 install aria[ssh] - - **Windows** (tested on Win10):: - - # no additional system requirements are needed - pip install aria[ssh] - - **MacOS**:: - - # TODO - - - - To install ``pip``, either use your distro's package management system, or run:: - - wget http://bootstrap.pypa.io/get-pip.py - python get-pip.py - - - - Getting Started - --------------- - - This section will describe how to run a simple "Hello World" example. - - First, provide ARIA with the ARIA "hello world" service-template and name it (e.g. - ``my-service-template``):: - - aria service-templates store examples/hello-world/helloworld.yaml my-service-template - - Now create a service based on this service-template and name it (e.g. ``my-service``):: - - aria services create my-service -t my-service-template - - Finally, start an ``install`` workflow execution on ``my-service`` like so:: - - aria executions start install -s my-service - - You should now have a simple web-server running on your local machine. You can try visiting - ``http://localhost:9090`` to view your deployed application. - - To uninstall and clean your environment, follow these steps:: - - aria executions start uninstall -s my-service - aria services delete my-service - aria service-templates delete my-service-template - - - Contribution - ------------ - - You are welcome and encouraged to participate and contribute to the ARIA project. - - Please see our guide to - `Contributing to ARIA <https://cwiki.apache.org/confluence/display/ARIATOSCA/Contributing+to+ARIA>`__. - - Feel free to also provide feedback on the mailing lists (see `Resources <#user-content-resources>`__ - section). - - - Resources - --------- - - - `ARIA homepage <http://ariatosca.incubator.apache.org/>`__ - - `ARIA wiki <https://cwiki.apache.org/confluence/display/AriaTosca>`__ - - `Issue tracker <https://issues.apache.org/jira/browse/ARIA>`__ - - - Dev mailing list: [email protected] - - User mailing list: [email protected] - - Subscribe by sending a mail to ``<group>[email protected]`` (e.g. - ``[email protected]``). See information on how to subscribe to mailing - lists `here <https://www.apache.org/foundation/mailinglists.html>`__. - - For past correspondence, see the - `dev mailing list archive <https://lists.apache.org/[email protected]>`__. - - - License - ------- - - ARIA is licensed under the - `Apache License 2.0 <https://github.com/apache/incubator-ariatosca/blob/master/LICENSE>`__. - - .. |Build Status| image:: https://img.shields.io/travis/apache/incubator-ariatosca/master.svg - :target: https://travis-ci.org/apache/incubator-ariatosca - .. |Appveyor Build Status| image:: https://img.shields.io/appveyor/ci/ApacheSoftwareFoundation/incubator-ariatosca/master.svg - :target: https://ci.appveyor.com/project/ApacheSoftwareFoundation/incubator-ariatosca/history - .. |License| image:: https://img.shields.io/github/license/apache/incubator-ariatosca.svg - :target: http://www.apache.org/licenses/LICENSE-2.0 - .. |PyPI release| image:: https://img.shields.io/pypi/v/apache-ariatosca.svg - :target: https://pypi.python.org/pypi/apache-ariatosca - .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/apache-ariatosca.svg - .. |Wheel| image:: https://img.shields.io/pypi/wheel/apache-ariatosca.svg - .. |Contributors| image:: https://img.shields.io/github/contributors/apache/incubator-ariatosca.svg - .. |Open Pull Requests| image:: https://img.shields.io/github/issues-pr/apache/incubator-ariatosca.svg - :target: https://github.com/apache/incubator-ariatosca/pulls - .. |Closed Pull Requests| image:: https://img.shields.io/github/issues-pr-closed-raw/apache/incubator-ariatosca.svg - :target: https://github.com/apache/incubator-ariatosca/pulls?q=is%3Apr+is%3Aclosed - -Platform: any -Classifier: Development Status :: 4 - Beta -Classifier: Environment :: Console -Classifier: Environment :: Web Environment -Classifier: Intended Audience :: Developers -Classifier: Intended Audience :: System Administrators -Classifier: License :: OSI Approved :: Apache Software License -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.6 -Classifier: Programming Language :: Python :: 2.7 -Classifier: Topic :: Software Development :: Libraries :: Python Modules -Classifier: Topic :: System :: Networking -Classifier: Topic :: System :: Systems Administration http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/README.rst ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/README.rst b/apache-ariatosca-0.1.1/README.rst deleted file mode 100644 index b9a8213..0000000 --- a/apache-ariatosca-0.1.1/README.rst +++ /dev/null @@ -1,164 +0,0 @@ -ARIA -==== - -|Build Status| |Appveyor Build Status| |License| |PyPI release| |Python Versions| |Wheel| -|Contributors| |Open Pull Requests| |Closed Pull Requests| - - -What is ARIA? -------------- - -`ARIA <http://ariatosca.incubator.apache.org/>`__ is a an open-source, -`TOSCA <https://www.oasis-open.org/committees/tosca/>`__-based, lightweight library and CLI for -orchestration and for consumption by projects building TOSCA-based solutions for resources and -services orchestration. - -ARIA can be utilized by any organization that wants to implement TOSCA-based orchestration in its -solutions, whether a multi-cloud enterprise application, or an NFV or SDN solution for multiple -virtual infrastructure managers. - -With ARIA, you can utilize TOSCA's cloud portability out-of-the-box, to develop, test and run your -applications, from template to deployment. - -ARIA is an incubation project under the `Apache Software Foundation <https://www.apache.org/>`__. - - -Installation ------------- - -ARIA is `available on PyPI <https://pypi.python.org/pypi/apache-ariatosca>`__. - -ARIA requires Python 2.6/2.7. Python 3 is currently not supported. - -To install ARIA directly from PyPI (using a ``wheel``), use:: - - pip install --upgrade pip setuptools - pip install apache-ariatosca - -To install ARIA from source, download the source tarball from -`PyPI <https://pypi.python.org/pypi/apache-ariatosca>`__, extract and ``cd`` into the extract dir, and run:: - - pip install --upgrade pip setuptools - pip install . - -| The source package comes along with relevant examples, documentation, ``requirements.txt`` (for installing specifically the frozen dependencies' versions with which ARIA was tested) and more. -| -| -| ARIA has additional optional dependencies. These are required for running operations over SSH. -| Below are instructions on how to install these dependencies, including required system dependencies per OS. -| -| Note: These dependencies may have varying licenses which may not be compatible with Apache license 2.0. -| - -**Ubuntu/Debian** (tested on Ubuntu14.04, Ubuntu16.04):: - - apt-get install -y python-dev gcc libffi-dev libssl-dev - pip install aria[ssh] - -**Centos** (tested on Centos6.6, Centos7):: - - yum install -y python-devel gcc libffi-devel openssl-devel - pip install aria[ssh] - -**Archlinux**:: - - pacman -Syu --noconfirm python2 gcc libffi openssl - pip2 install aria[ssh] - -**Windows** (tested on Win10):: - - # no additional system requirements are needed - pip install aria[ssh] - -**MacOS**:: - - # TODO - - - -To install ``pip``, either use your distro's package management system, or run:: - - wget http://bootstrap.pypa.io/get-pip.py - python get-pip.py - - - -Getting Started ---------------- - -This section will describe how to run a simple "Hello World" example. - -First, provide ARIA with the ARIA "hello world" service-template and name it (e.g. -``my-service-template``):: - - aria service-templates store examples/hello-world/helloworld.yaml my-service-template - -Now create a service based on this service-template and name it (e.g. ``my-service``):: - - aria services create my-service -t my-service-template - -Finally, start an ``install`` workflow execution on ``my-service`` like so:: - - aria executions start install -s my-service - -You should now have a simple web-server running on your local machine. You can try visiting -``http://localhost:9090`` to view your deployed application. - -To uninstall and clean your environment, follow these steps:: - - aria executions start uninstall -s my-service - aria services delete my-service - aria service-templates delete my-service-template - - -Contribution ------------- - -You are welcome and encouraged to participate and contribute to the ARIA project. - -Please see our guide to -`Contributing to ARIA <https://cwiki.apache.org/confluence/display/ARIATOSCA/Contributing+to+ARIA>`__. - -Feel free to also provide feedback on the mailing lists (see `Resources <#user-content-resources>`__ -section). - - -Resources ---------- - -- `ARIA homepage <http://ariatosca.incubator.apache.org/>`__ -- `ARIA wiki <https://cwiki.apache.org/confluence/display/AriaTosca>`__ -- `Issue tracker <https://issues.apache.org/jira/browse/ARIA>`__ - -- Dev mailing list: [email protected] -- User mailing list: [email protected] - -Subscribe by sending a mail to ``<group>[email protected]`` (e.g. -``[email protected]``). See information on how to subscribe to mailing -lists `here <https://www.apache.org/foundation/mailinglists.html>`__. - -For past correspondence, see the -`dev mailing list archive <https://lists.apache.org/[email protected]>`__. - - -License -------- - -ARIA is licensed under the -`Apache License 2.0 <https://github.com/apache/incubator-ariatosca/blob/master/LICENSE>`__. - -.. |Build Status| image:: https://img.shields.io/travis/apache/incubator-ariatosca/master.svg - :target: https://travis-ci.org/apache/incubator-ariatosca -.. |Appveyor Build Status| image:: https://img.shields.io/appveyor/ci/ApacheSoftwareFoundation/incubator-ariatosca/master.svg - :target: https://ci.appveyor.com/project/ApacheSoftwareFoundation/incubator-ariatosca/history -.. |License| image:: https://img.shields.io/github/license/apache/incubator-ariatosca.svg - :target: http://www.apache.org/licenses/LICENSE-2.0 -.. |PyPI release| image:: https://img.shields.io/pypi/v/apache-ariatosca.svg - :target: https://pypi.python.org/pypi/apache-ariatosca -.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/apache-ariatosca.svg -.. |Wheel| image:: https://img.shields.io/pypi/wheel/apache-ariatosca.svg -.. |Contributors| image:: https://img.shields.io/github/contributors/apache/incubator-ariatosca.svg -.. |Open Pull Requests| image:: https://img.shields.io/github/issues-pr/apache/incubator-ariatosca.svg - :target: https://github.com/apache/incubator-ariatosca/pulls -.. |Closed Pull Requests| image:: https://img.shields.io/github/issues-pr-closed-raw/apache/incubator-ariatosca.svg - :target: https://github.com/apache/incubator-ariatosca/pulls?q=is%3Apr+is%3Aclosed http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/VERSION ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/VERSION b/apache-ariatosca-0.1.1/VERSION deleted file mode 100644 index 6da28dd..0000000 --- a/apache-ariatosca-0.1.1/VERSION +++ /dev/null @@ -1 +0,0 @@ -0.1.1 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/PKG-INFO ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/PKG-INFO b/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/PKG-INFO deleted file mode 100644 index 46a0050..0000000 --- a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/PKG-INFO +++ /dev/null @@ -1,189 +0,0 @@ -Metadata-Version: 1.1 -Name: apache-ariatosca -Version: 0.1.1 -Summary: ARIA -Home-page: http://ariatosca.incubator.apache.org/ -Author: ARIA -Author-email: [email protected] -License: Apache License 2.0 -Download-URL: https://dist.apache.org/repos/dist/release/incubator/ariatosca/0.1.1-incubating -Description: ARIA - ==== - - |Build Status| |Appveyor Build Status| |License| |PyPI release| |Python Versions| |Wheel| - |Contributors| |Open Pull Requests| |Closed Pull Requests| - - - What is ARIA? - ------------- - - `ARIA <http://ariatosca.incubator.apache.org/>`__ is a an open-source, - `TOSCA <https://www.oasis-open.org/committees/tosca/>`__-based, lightweight library and CLI for - orchestration and for consumption by projects building TOSCA-based solutions for resources and - services orchestration. - - ARIA can be utilized by any organization that wants to implement TOSCA-based orchestration in its - solutions, whether a multi-cloud enterprise application, or an NFV or SDN solution for multiple - virtual infrastructure managers. - - With ARIA, you can utilize TOSCA's cloud portability out-of-the-box, to develop, test and run your - applications, from template to deployment. - - ARIA is an incubation project under the `Apache Software Foundation <https://www.apache.org/>`__. - - - Installation - ------------ - - ARIA is `available on PyPI <https://pypi.python.org/pypi/apache-ariatosca>`__. - - ARIA requires Python 2.6/2.7. Python 3 is currently not supported. - - To install ARIA directly from PyPI (using a ``wheel``), use:: - - pip install --upgrade pip setuptools - pip install apache-ariatosca - - To install ARIA from source, download the source tarball from - `PyPI <https://pypi.python.org/pypi/apache-ariatosca>`__, extract and ``cd`` into the extract dir, and run:: - - pip install --upgrade pip setuptools - pip install . - - | The source package comes along with relevant examples, documentation, ``requirements.txt`` (for installing specifically the frozen dependencies' versions with which ARIA was tested) and more. - | - | - | ARIA has additional optional dependencies. These are required for running operations over SSH. - | Below are instructions on how to install these dependencies, including required system dependencies per OS. - | - | Note: These dependencies may have varying licenses which may not be compatible with Apache license 2.0. - | - - **Ubuntu/Debian** (tested on Ubuntu14.04, Ubuntu16.04):: - - apt-get install -y python-dev gcc libffi-dev libssl-dev - pip install aria[ssh] - - **Centos** (tested on Centos6.6, Centos7):: - - yum install -y python-devel gcc libffi-devel openssl-devel - pip install aria[ssh] - - **Archlinux**:: - - pacman -Syu --noconfirm python2 gcc libffi openssl - pip2 install aria[ssh] - - **Windows** (tested on Win10):: - - # no additional system requirements are needed - pip install aria[ssh] - - **MacOS**:: - - # TODO - - - - To install ``pip``, either use your distro's package management system, or run:: - - wget http://bootstrap.pypa.io/get-pip.py - python get-pip.py - - - - Getting Started - --------------- - - This section will describe how to run a simple "Hello World" example. - - First, provide ARIA with the ARIA "hello world" service-template and name it (e.g. - ``my-service-template``):: - - aria service-templates store examples/hello-world/helloworld.yaml my-service-template - - Now create a service based on this service-template and name it (e.g. ``my-service``):: - - aria services create my-service -t my-service-template - - Finally, start an ``install`` workflow execution on ``my-service`` like so:: - - aria executions start install -s my-service - - You should now have a simple web-server running on your local machine. You can try visiting - ``http://localhost:9090`` to view your deployed application. - - To uninstall and clean your environment, follow these steps:: - - aria executions start uninstall -s my-service - aria services delete my-service - aria service-templates delete my-service-template - - - Contribution - ------------ - - You are welcome and encouraged to participate and contribute to the ARIA project. - - Please see our guide to - `Contributing to ARIA <https://cwiki.apache.org/confluence/display/ARIATOSCA/Contributing+to+ARIA>`__. - - Feel free to also provide feedback on the mailing lists (see `Resources <#user-content-resources>`__ - section). - - - Resources - --------- - - - `ARIA homepage <http://ariatosca.incubator.apache.org/>`__ - - `ARIA wiki <https://cwiki.apache.org/confluence/display/AriaTosca>`__ - - `Issue tracker <https://issues.apache.org/jira/browse/ARIA>`__ - - - Dev mailing list: [email protected] - - User mailing list: [email protected] - - Subscribe by sending a mail to ``<group>[email protected]`` (e.g. - ``[email protected]``). See information on how to subscribe to mailing - lists `here <https://www.apache.org/foundation/mailinglists.html>`__. - - For past correspondence, see the - `dev mailing list archive <https://lists.apache.org/[email protected]>`__. - - - License - ------- - - ARIA is licensed under the - `Apache License 2.0 <https://github.com/apache/incubator-ariatosca/blob/master/LICENSE>`__. - - .. |Build Status| image:: https://img.shields.io/travis/apache/incubator-ariatosca/master.svg - :target: https://travis-ci.org/apache/incubator-ariatosca - .. |Appveyor Build Status| image:: https://img.shields.io/appveyor/ci/ApacheSoftwareFoundation/incubator-ariatosca/master.svg - :target: https://ci.appveyor.com/project/ApacheSoftwareFoundation/incubator-ariatosca/history - .. |License| image:: https://img.shields.io/github/license/apache/incubator-ariatosca.svg - :target: http://www.apache.org/licenses/LICENSE-2.0 - .. |PyPI release| image:: https://img.shields.io/pypi/v/apache-ariatosca.svg - :target: https://pypi.python.org/pypi/apache-ariatosca - .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/apache-ariatosca.svg - .. |Wheel| image:: https://img.shields.io/pypi/wheel/apache-ariatosca.svg - .. |Contributors| image:: https://img.shields.io/github/contributors/apache/incubator-ariatosca.svg - .. |Open Pull Requests| image:: https://img.shields.io/github/issues-pr/apache/incubator-ariatosca.svg - :target: https://github.com/apache/incubator-ariatosca/pulls - .. |Closed Pull Requests| image:: https://img.shields.io/github/issues-pr-closed-raw/apache/incubator-ariatosca.svg - :target: https://github.com/apache/incubator-ariatosca/pulls?q=is%3Apr+is%3Aclosed - -Platform: any -Classifier: Development Status :: 4 - Beta -Classifier: Environment :: Console -Classifier: Environment :: Web Environment -Classifier: Intended Audience :: Developers -Classifier: Intended Audience :: System Administrators -Classifier: License :: OSI Approved :: Apache Software License -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.6 -Classifier: Programming Language :: Python :: 2.7 -Classifier: Topic :: Software Development :: Libraries :: Python Modules -Classifier: Topic :: System :: Networking -Classifier: Topic :: System :: Systems Administration http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/SOURCES.txt ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/SOURCES.txt b/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/SOURCES.txt deleted file mode 100644 index 30bcd9e..0000000 --- a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/SOURCES.txt +++ /dev/null @@ -1,378 +0,0 @@ -CHANGELOG.rst -CONTRIBUTING -DISCLAIMER -LICENSE -MANIFEST.in -NOTICE -README.rst -VERSION -requirements.in -requirements.txt -setup.py -apache_ariatosca.egg-info/PKG-INFO -apache_ariatosca.egg-info/SOURCES.txt -apache_ariatosca.egg-info/dependency_links.txt -apache_ariatosca.egg-info/entry_points.txt -apache_ariatosca.egg-info/not-zip-safe -apache_ariatosca.egg-info/requires.txt -apache_ariatosca.egg-info/top_level.txt -aria/__init__.py -aria/core.py -aria/exceptions.py -aria/extension.py -aria/logger.py -aria/cli/__init__.py -aria/cli/ascii_art.py -aria/cli/color.py -aria/cli/csar.py -aria/cli/defaults.py -aria/cli/env.py -aria/cli/exceptions.py -aria/cli/execution_logging.py -aria/cli/helptexts.py -aria/cli/inputs.py -aria/cli/logger.py -aria/cli/main.py -aria/cli/service_template_utils.py -aria/cli/table.py -aria/cli/utils.py -aria/cli/commands/__init__.py -aria/cli/commands/executions.py -aria/cli/commands/logs.py -aria/cli/commands/node_templates.py -aria/cli/commands/nodes.py -aria/cli/commands/plugins.py -aria/cli/commands/reset.py -aria/cli/commands/service_templates.py -aria/cli/commands/services.py -aria/cli/commands/workflows.py -aria/cli/config/__init__.py -aria/cli/config/config.py -aria/cli/config/config_template.yaml -aria/cli/core/__init__.py -aria/cli/core/aria.py -aria/modeling/__init__.py -aria/modeling/constraints.py -aria/modeling/exceptions.py -aria/modeling/functions.py -aria/modeling/mixins.py -aria/modeling/models.py -aria/modeling/orchestration.py -aria/modeling/relationship.py -aria/modeling/service_changes.py -aria/modeling/service_common.py -aria/modeling/service_instance.py -aria/modeling/service_template.py -aria/modeling/types.py -aria/modeling/utils.py -aria/orchestrator/__init__.py -aria/orchestrator/decorators.py -aria/orchestrator/events.py -aria/orchestrator/exceptions.py -aria/orchestrator/plugin.py -aria/orchestrator/workflow_runner.py -aria/orchestrator/context/__init__.py -aria/orchestrator/context/common.py -aria/orchestrator/context/exceptions.py -aria/orchestrator/context/operation.py -aria/orchestrator/context/toolbelt.py -aria/orchestrator/context/workflow.py -aria/orchestrator/execution_plugin/__init__.py -aria/orchestrator/execution_plugin/common.py -aria/orchestrator/execution_plugin/constants.py -aria/orchestrator/execution_plugin/environment_globals.py -aria/orchestrator/execution_plugin/exceptions.py -aria/orchestrator/execution_plugin/instantiation.py -aria/orchestrator/execution_plugin/local.py -aria/orchestrator/execution_plugin/operations.py -aria/orchestrator/execution_plugin/ctx_proxy/__init__.py -aria/orchestrator/execution_plugin/ctx_proxy/client.py -aria/orchestrator/execution_plugin/ctx_proxy/server.py -aria/orchestrator/execution_plugin/ssh/__init__.py -aria/orchestrator/execution_plugin/ssh/operations.py -aria/orchestrator/execution_plugin/ssh/tunnel.py -aria/orchestrator/workflows/__init__.py -aria/orchestrator/workflows/events_logging.py -aria/orchestrator/workflows/exceptions.py -aria/orchestrator/workflows/api/__init__.py -aria/orchestrator/workflows/api/task.py -aria/orchestrator/workflows/api/task_graph.py -aria/orchestrator/workflows/builtin/__init__.py -aria/orchestrator/workflows/builtin/execute_operation.py -aria/orchestrator/workflows/builtin/heal.py -aria/orchestrator/workflows/builtin/install.py -aria/orchestrator/workflows/builtin/start.py -aria/orchestrator/workflows/builtin/stop.py -aria/orchestrator/workflows/builtin/uninstall.py -aria/orchestrator/workflows/builtin/workflows.py -aria/orchestrator/workflows/core/__init__.py -aria/orchestrator/workflows/core/engine.py -aria/orchestrator/workflows/core/events_handler.py -aria/orchestrator/workflows/core/graph_compiler.py -aria/orchestrator/workflows/executor/__init__.py -aria/orchestrator/workflows/executor/base.py -aria/orchestrator/workflows/executor/celery.py -aria/orchestrator/workflows/executor/dry.py -aria/orchestrator/workflows/executor/process.py -aria/orchestrator/workflows/executor/thread.py -aria/parser/__init__.py -aria/parser/exceptions.py -aria/parser/specification.py -aria/parser/consumption/__init__.py -aria/parser/consumption/consumer.py -aria/parser/consumption/context.py -aria/parser/consumption/exceptions.py -aria/parser/consumption/inputs.py -aria/parser/consumption/modeling.py -aria/parser/consumption/presentation.py -aria/parser/consumption/style.py -aria/parser/consumption/validation.py -aria/parser/loading/__init__.py -aria/parser/loading/context.py -aria/parser/loading/exceptions.py -aria/parser/loading/file.py -aria/parser/loading/literal.py -aria/parser/loading/loader.py -aria/parser/loading/location.py -aria/parser/loading/request.py -aria/parser/loading/source.py -aria/parser/loading/uri.py -aria/parser/modeling/__init__.py -aria/parser/modeling/context.py -aria/parser/presentation/__init__.py -aria/parser/presentation/context.py -aria/parser/presentation/exceptions.py -aria/parser/presentation/field_validators.py -aria/parser/presentation/fields.py -aria/parser/presentation/null.py -aria/parser/presentation/presentation.py -aria/parser/presentation/presenter.py -aria/parser/presentation/source.py -aria/parser/presentation/utils.py -aria/parser/reading/__init__.py -aria/parser/reading/context.py -aria/parser/reading/exceptions.py -aria/parser/reading/jinja.py -aria/parser/reading/json.py -aria/parser/reading/locator.py -aria/parser/reading/raw.py -aria/parser/reading/reader.py -aria/parser/reading/source.py -aria/parser/reading/yaml.py -aria/parser/validation/__init__.py -aria/parser/validation/context.py -aria/parser/validation/issue.py -aria/storage/__init__.py -aria/storage/api.py -aria/storage/collection_instrumentation.py -aria/storage/core.py -aria/storage/exceptions.py -aria/storage/filesystem_rapi.py -aria/storage/sql_mapi.py -aria/utils/__init__.py -aria/utils/archive.py -aria/utils/argparse.py -aria/utils/caching.py -aria/utils/collections.py -aria/utils/console.py -aria/utils/exceptions.py -aria/utils/file.py -aria/utils/formatting.py -aria/utils/http.py -aria/utils/imports.py -aria/utils/openclose.py -aria/utils/plugin.py -aria/utils/process.py -aria/utils/specification.py -aria/utils/threading.py -aria/utils/type.py -aria/utils/uris.py -aria/utils/uuid.py -aria/utils/validation.py -aria/utils/versions.py -docs/html/.buildinfo -docs/html/aria.cli.html -docs/html/aria.html -docs/html/aria.modeling.html -docs/html/aria.modeling.models.html -docs/html/aria.orchestrator.context.html -docs/html/aria.orchestrator.execution_plugin.ctx_proxy.html -docs/html/aria.orchestrator.execution_plugin.html -docs/html/aria.orchestrator.execution_plugin.ssh.html -docs/html/aria.orchestrator.html -docs/html/aria.orchestrator.workflows.api.html -docs/html/aria.orchestrator.workflows.builtin.html -docs/html/aria.orchestrator.workflows.executor.html -docs/html/aria.orchestrator.workflows.html -docs/html/aria.parser.consumption.html -docs/html/aria.parser.html -docs/html/aria.parser.loading.html -docs/html/aria.parser.modeling.html -docs/html/aria.parser.presentation.html -docs/html/aria.parser.reading.html -docs/html/aria.parser.validation.html -docs/html/aria.storage.html -docs/html/aria.utils.html -docs/html/aria_extension_tosca.simple_nfv_v1_0.html -docs/html/aria_extension_tosca.simple_v1_0.html -docs/html/aria_extension_tosca.simple_v1_0.modeling.html -docs/html/aria_extension_tosca.simple_v1_0.presentation.html -docs/html/cli.html -docs/html/genindex.html -docs/html/index.html -docs/html/objects.inv -docs/html/py-modindex.html -docs/html/rest.html -docs/html/search.html -docs/html/searchindex.js -docs/html/_sources/aria.cli.rst.txt -docs/html/_sources/aria.modeling.models.rst.txt -docs/html/_sources/aria.modeling.rst.txt -docs/html/_sources/aria.orchestrator.context.rst.txt -docs/html/_sources/aria.orchestrator.execution_plugin.ctx_proxy.rst.txt -docs/html/_sources/aria.orchestrator.execution_plugin.rst.txt -docs/html/_sources/aria.orchestrator.execution_plugin.ssh.rst.txt -docs/html/_sources/aria.orchestrator.rst.txt -docs/html/_sources/aria.orchestrator.workflows.api.rst.txt -docs/html/_sources/aria.orchestrator.workflows.builtin.rst.txt -docs/html/_sources/aria.orchestrator.workflows.executor.rst.txt -docs/html/_sources/aria.orchestrator.workflows.rst.txt -docs/html/_sources/aria.parser.consumption.rst.txt -docs/html/_sources/aria.parser.loading.rst.txt -docs/html/_sources/aria.parser.modeling.rst.txt -docs/html/_sources/aria.parser.presentation.rst.txt -docs/html/_sources/aria.parser.reading.rst.txt -docs/html/_sources/aria.parser.rst.txt -docs/html/_sources/aria.parser.validation.rst.txt -docs/html/_sources/aria.rst.txt -docs/html/_sources/aria.storage.rst.txt -docs/html/_sources/aria.utils.rst.txt -docs/html/_sources/aria_extension_tosca.simple_nfv_v1_0.rst.txt -docs/html/_sources/aria_extension_tosca.simple_v1_0.modeling.rst.txt -docs/html/_sources/aria_extension_tosca.simple_v1_0.presentation.rst.txt -docs/html/_sources/aria_extension_tosca.simple_v1_0.rst.txt -docs/html/_sources/cli.rst.txt -docs/html/_sources/index.rst.txt -docs/html/_sources/rest.rst.txt -docs/html/_static/ajax-loader.gif -docs/html/_static/basic.css -docs/html/_static/comment-bright.png -docs/html/_static/comment-close.png -docs/html/_static/comment.png -docs/html/_static/doctools.js -docs/html/_static/down-pressed.png -docs/html/_static/down.png -docs/html/_static/file.png -docs/html/_static/jquery-3.1.0.js -docs/html/_static/jquery.js -docs/html/_static/minus.png -docs/html/_static/plus.png -docs/html/_static/pygments.css -docs/html/_static/searchtools.js -docs/html/_static/underscore-1.3.1.js -docs/html/_static/underscore.js -docs/html/_static/up-pressed.png -docs/html/_static/up.png -docs/html/_static/websupport.js -docs/html/_static/css/badge_only.css -docs/html/_static/css/theme.css -docs/html/_static/fonts/Inconsolata-Bold.ttf -docs/html/_static/fonts/Inconsolata-Regular.ttf -docs/html/_static/fonts/Lato-Bold.ttf -docs/html/_static/fonts/Lato-Regular.ttf -docs/html/_static/fonts/RobotoSlab-Bold.ttf -docs/html/_static/fonts/RobotoSlab-Regular.ttf -docs/html/_static/fonts/fontawesome-webfont.eot -docs/html/_static/fonts/fontawesome-webfont.svg -docs/html/_static/fonts/fontawesome-webfont.ttf -docs/html/_static/fonts/fontawesome-webfont.woff -docs/html/_static/js/modernizr.min.js -docs/html/_static/js/theme.js -examples/hello-world/helloworld.yaml -examples/hello-world/index.html -examples/hello-world/images/aria-logo.png -examples/hello-world/scripts/configure.sh -examples/hello-world/scripts/start.sh -examples/hello-world/scripts/stop.sh -examples/tosca-simple-1.0/use-cases/non-normative-types.yaml -examples/tosca-simple-1.0/use-cases/block-storage-1/block-storage-1.yaml -examples/tosca-simple-1.0/use-cases/block-storage-1/inputs.yaml -examples/tosca-simple-1.0/use-cases/block-storage-2/block-storage-2.yaml -examples/tosca-simple-1.0/use-cases/block-storage-2/inputs.yaml -examples/tosca-simple-1.0/use-cases/block-storage-3/block-storage-3.yaml -examples/tosca-simple-1.0/use-cases/block-storage-3/inputs.yaml -examples/tosca-simple-1.0/use-cases/block-storage-4/block-storage-4.yaml -examples/tosca-simple-1.0/use-cases/block-storage-4/inputs.yaml -examples/tosca-simple-1.0/use-cases/block-storage-5/block-storage-5.yaml -examples/tosca-simple-1.0/use-cases/block-storage-5/inputs.yaml -examples/tosca-simple-1.0/use-cases/block-storage-6/block-storage-6.yaml -examples/tosca-simple-1.0/use-cases/block-storage-6/inputs.yaml -examples/tosca-simple-1.0/use-cases/compute-1/compute-1.yaml -examples/tosca-simple-1.0/use-cases/compute-1/inputs.yaml -examples/tosca-simple-1.0/use-cases/container-1/container-1.yaml -examples/tosca-simple-1.0/use-cases/multi-tier-1/inputs.yaml -examples/tosca-simple-1.0/use-cases/multi-tier-1/multi-tier-1.yaml -examples/tosca-simple-1.0/use-cases/multi-tier-1/custom_types/collectd.yaml -examples/tosca-simple-1.0/use-cases/multi-tier-1/custom_types/elasticsearch.yaml -examples/tosca-simple-1.0/use-cases/multi-tier-1/custom_types/kibana.yaml -examples/tosca-simple-1.0/use-cases/multi-tier-1/custom_types/logstash.yaml -examples/tosca-simple-1.0/use-cases/multi-tier-1/custom_types/rsyslog.yaml -examples/tosca-simple-1.0/use-cases/network-1/inputs.yaml -examples/tosca-simple-1.0/use-cases/network-1/network-1.yaml -examples/tosca-simple-1.0/use-cases/network-2/inputs.yaml -examples/tosca-simple-1.0/use-cases/network-2/network-2.yaml -examples/tosca-simple-1.0/use-cases/network-3/inputs.yaml -examples/tosca-simple-1.0/use-cases/network-3/network-3.yaml -examples/tosca-simple-1.0/use-cases/network-4/network-4.yaml -examples/tosca-simple-1.0/use-cases/object-storage-1/inputs.yaml -examples/tosca-simple-1.0/use-cases/object-storage-1/object-storage-1.yaml -examples/tosca-simple-1.0/use-cases/software-component-1/inputs.yaml -examples/tosca-simple-1.0/use-cases/software-component-1/software-component-1.yaml -examples/tosca-simple-1.0/use-cases/webserver-dbms-1/webserver-dbms-1.yaml -examples/tosca-simple-1.0/use-cases/webserver-dbms-2/webserver-dbms-2.yaml -examples/tosca-simple-1.0/use-cases/webserver-dbms-2/custom_types/paypalpizzastore_nodejs_app.yaml -extensions/aria_extension_tosca/__init__.py -extensions/aria_extension_tosca/profiles/aria-1.0/aria-1.0.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-1.0/artifacts.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-1.0/capabilities.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-1.0/data.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-1.0/groups.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-1.0/interfaces.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-1.0/nodes.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-1.0/policies.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-1.0/relationships.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-1.0/tosca-simple-1.0.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/artifacts.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/capabilities.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/data.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/nodes.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/relationships.yaml -extensions/aria_extension_tosca/profiles/tosca-simple-nfv-1.0/tosca-simple-nfv-1.0.yaml -extensions/aria_extension_tosca/simple_nfv_v1_0/__init__.py -extensions/aria_extension_tosca/simple_nfv_v1_0/presenter.py -extensions/aria_extension_tosca/simple_v1_0/__init__.py -extensions/aria_extension_tosca/simple_v1_0/assignments.py -extensions/aria_extension_tosca/simple_v1_0/data_types.py -extensions/aria_extension_tosca/simple_v1_0/definitions.py -extensions/aria_extension_tosca/simple_v1_0/filters.py -extensions/aria_extension_tosca/simple_v1_0/misc.py -extensions/aria_extension_tosca/simple_v1_0/presenter.py -extensions/aria_extension_tosca/simple_v1_0/templates.py -extensions/aria_extension_tosca/simple_v1_0/types.py -extensions/aria_extension_tosca/simple_v1_0/modeling/__init__.py -extensions/aria_extension_tosca/simple_v1_0/modeling/artifacts.py -extensions/aria_extension_tosca/simple_v1_0/modeling/capabilities.py -extensions/aria_extension_tosca/simple_v1_0/modeling/constraints.py -extensions/aria_extension_tosca/simple_v1_0/modeling/copy.py -extensions/aria_extension_tosca/simple_v1_0/modeling/data_types.py -extensions/aria_extension_tosca/simple_v1_0/modeling/functions.py -extensions/aria_extension_tosca/simple_v1_0/modeling/interfaces.py -extensions/aria_extension_tosca/simple_v1_0/modeling/parameters.py -extensions/aria_extension_tosca/simple_v1_0/modeling/policies.py -extensions/aria_extension_tosca/simple_v1_0/modeling/requirements.py -extensions/aria_extension_tosca/simple_v1_0/modeling/substitution_mappings.py -extensions/aria_extension_tosca/simple_v1_0/presentation/__init__.py -extensions/aria_extension_tosca/simple_v1_0/presentation/extensible.py -extensions/aria_extension_tosca/simple_v1_0/presentation/field_getters.py -extensions/aria_extension_tosca/simple_v1_0/presentation/field_validators.py -extensions/aria_extension_tosca/simple_v1_0/presentation/types.py \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/dependency_links.txt ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/dependency_links.txt b/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/entry_points.txt ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/entry_points.txt b/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/entry_points.txt deleted file mode 100644 index 392448e..0000000 --- a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/entry_points.txt +++ /dev/null @@ -1,3 +0,0 @@ -[console_scripts] -aria = aria.cli.main:main - http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/not-zip-safe ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/not-zip-safe b/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/not-zip-safe deleted file mode 100644 index 8b13789..0000000 --- a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/not-zip-safe +++ /dev/null @@ -1 +0,0 @@ - http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/requires.txt ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/requires.txt b/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/requires.txt deleted file mode 100644 index 8686349..0000000 --- a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/requires.txt +++ /dev/null @@ -1,32 +0,0 @@ -requests>=2.3.0, <2.14.0 -networkx>=1.9, <1.10 -retrying>=1.3.0, <1.4.0 -blinker>1.3, <1.5 -jsonpickle>0.9.0, <=0.9.4 -ruamel.yaml>=0.11.12, <0.12.0 -Jinja2>=2.8, <2.9 -shortuuid>=0.5, <0.6 -CacheControl[filecache]>=0.11.0, <0.13 -clint>=0.5.0, <0.6 -SQLAlchemy>=1.1.0, <1.2 -wagon==0.6.0 -bottle>=0.12.0, <0.13 -setuptools>=35.0.0, <36.0.0 -click>=6.0, < 7.0 -colorama>=0.3.7, <=0.3.9 -PrettyTable>=0.7,<0.8 -click_didyoumean==0.0.3 -backports.shutil_get_terminal_size==1.0.0 -logutils==0.3.4.1 -psutil>=5.2.2, < 6.0.0 - -[:python_version < '2.7'] -importlib -ordereddict -total-ordering - -[ssh] -Fabric>=1.13.0, <1.14 - -[ssh:sys_platform=="win32"] -pypiwin32==219 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/top_level.txt ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/top_level.txt b/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/top_level.txt deleted file mode 100644 index 58fb564..0000000 --- a/apache-ariatosca-0.1.1/apache_ariatosca.egg-info/top_level.txt +++ /dev/null @@ -1,2 +0,0 @@ -aria -aria_extension_tosca http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/aria/cli/ascii_art.py ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/aria/cli/ascii_art.py b/apache-ariatosca-0.1.1/aria/cli/ascii_art.py deleted file mode 100644 index 8a8b79f..0000000 --- a/apache-ariatosca-0.1.1/aria/cli/ascii_art.py +++ /dev/null @@ -1,24 +0,0 @@ -# -*- coding: utf8 -*- -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - - -ARIA_ASCII_ART = r""" - ââââââ âââââââ âââ ââââââ - âââââââââââââââââââââââââââ - âââââââââââââââââââââââââââ - âââââââââââââââââââââââââââ - âââ ââââââ âââââââââ âââ - âââ ââââââ âââââââââ âââ""" http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/23d6ba76/apache-ariatosca-0.1.1/aria/cli/color.py ---------------------------------------------------------------------- diff --git a/apache-ariatosca-0.1.1/aria/cli/color.py b/apache-ariatosca-0.1.1/aria/cli/color.py deleted file mode 100644 index 03381ba..0000000 --- a/apache-ariatosca-0.1.1/aria/cli/color.py +++ /dev/null @@ -1,99 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -""" -Terminal colorization utilities. -""" - -from StringIO import StringIO -import re - -import colorama - -colorama.init() - - -class StringStylizer(object): - def __init__(self, str_, color_spec=None): - self._str = str_ - self._color_spec = color_spec - - def __repr__(self): - if self._color_spec: - return '{schema}{str}{reset}'.format( - schema=self._color_spec, str=str(self._str), reset=Colors.Style.RESET_ALL) - return self._str - - def __add__(self, other): - return str(self) + other - - def __radd__(self, other): - return other + str(self) - - def color(self, color_spec): - self._color_spec = color_spec - - def replace(self, old, new, **kwargs): - self._str = self._str.replace(str(old), str(new), **kwargs) - - def format(self, *args, **kwargs): - self._str = self._str.format(*args, **kwargs) - - def highlight(self, pattern, schema): - if pattern is None: - return - for match in set(re.findall(re.compile(pattern), self._str)): - self.replace(match, schema + match + Colors.Style.RESET_ALL + self._color_spec) - - -def _get_colors(color_type): - for name in dir(color_type): - if not name.startswith('_'): - yield (name.lower(), getattr(color_type, name)) - - -class Colors(object): - Fore = colorama.Fore - Back = colorama.Back - Style = colorama.Style - - _colors = { - 'fore': dict(_get_colors(Fore)), - 'back': dict(_get_colors(Back)), - 'style': dict(_get_colors(Style)) - } - - -class ColorSpec(object): - def __init__(self, fore=None, back=None, style=None): - """ - It is possible to provide fore, back and style arguments. each could be either - the color is lower case letter, or the actual color from Colorama. - """ - self._kwargs = dict(fore=fore, back=back, style=style) - self._str = StringIO() - for type_, colors in Colors._colors.items(): - value = self._kwargs.get(type_, None) - # the former case is if the value is a string, the latter is in case of an object. - self._str.write(colors.get(value) or value) - - def __str__(self): - return self._str.getvalue() - - def __add__(self, other): - return str(self) + str(other) - - def __radd__(self, other): - return str(other) + str(self)
