Skip to content

Commit d105d0d

Browse files
author
Graham Krizek
committed
Add awscli
1 parent 3a08314 commit d105d0d

File tree

3,432 files changed

+919797
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,432 files changed

+919797
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
YAML is a data serialization format designed for human readability
2+
and interaction with scripting languages. PyYAML is a YAML parser
3+
and emitter for Python.
4+
5+
PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
6+
support, capable extension API, and sensible error messages. PyYAML
7+
supports standard YAML tags and provides Python-specific tags that
8+
allow to represent an arbitrary Python object.
9+
10+
PyYAML is applicable for a broad range of tasks from complex
11+
configuration files to object serialization and persistance.
12+

bin/PyYAML-3.13.dist-info/INSTALLER

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip

bin/PyYAML-3.13.dist-info/METADATA

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Metadata-Version: 2.0
2+
Name: PyYAML
3+
Version: 3.13
4+
Summary: YAML parser and emitter for Python
5+
Home-page: http://pyyaml.org/wiki/PyYAML
6+
Author: Kirill Simonov
7+
Author-email: xi@resolvent.net
8+
License: MIT
9+
Download-URL: http://pyyaml.org/download/pyyaml/PyYAML-3.13.tar.gz
10+
Platform: Any
11+
Classifier: Development Status :: 5 - Production/Stable
12+
Classifier: Intended Audience :: Developers
13+
Classifier: License :: OSI Approved :: MIT License
14+
Classifier: Operating System :: OS Independent
15+
Classifier: Programming Language :: Python
16+
Classifier: Programming Language :: Python :: 2
17+
Classifier: Programming Language :: Python :: 2.7
18+
Classifier: Programming Language :: Python :: 3
19+
Classifier: Programming Language :: Python :: 3.4
20+
Classifier: Programming Language :: Python :: 3.5
21+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
22+
Classifier: Topic :: Text Processing :: Markup
23+
24+
YAML is a data serialization format designed for human readability
25+
and interaction with scripting languages. PyYAML is a YAML parser
26+
and emitter for Python.
27+
28+
PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
29+
support, capable extension API, and sensible error messages. PyYAML
30+
supports standard YAML tags and provides Python-specific tags that
31+
allow to represent an arbitrary Python object.
32+
33+
PyYAML is applicable for a broad range of tasks from complex
34+
configuration files to object serialization and persistance.
35+

bin/PyYAML-3.13.dist-info/RECORD

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
PyYAML-3.13.dist-info/DESCRIPTION.rst,sha256=4nzkrOwMTYfusIfdRz4-dl_9Blan5axHPKMiVJEOV-4,534
2+
PyYAML-3.13.dist-info/METADATA,sha256=U0dUImL7hk_qDCAP0kWKM2_ECiVADYEJNjcAiiaDFxM,1424
3+
PyYAML-3.13.dist-info/RECORD,,
4+
PyYAML-3.13.dist-info/WHEEL,sha256=b3UV3fudrHl-yDcvYrRzgHdeWy9pAZ--T8TfFPEbJgY,111
5+
PyYAML-3.13.dist-info/metadata.json,sha256=qc4uIWakd1-A2fUIChRA9_gfnjYR2dU7ChyEhLilO8Y,1013
6+
PyYAML-3.13.dist-info/top_level.txt,sha256=rpj0IVMTisAjh_1vG3Ccf9v5jpCQwAz6cD1IVU5ZdhQ,11
7+
yaml/__init__.py,sha256=Qz7WIGATMtHvmu_vLmCcFTaiyZn5ptv2rsNGsdzlnbc,9776
8+
yaml/composer.py,sha256=pOjZ5afqNfH22WXyS6xlQCB2PbSrFPjK-qFPOEI76fw,4921
9+
yaml/constructor.py,sha256=S_Pux76-hgmgtJeJVtSvQ9ynmtEIR2jAx2ljAochKU0,25145
10+
yaml/cyaml.py,sha256=xK_IxkrRcetZeNwB_wzDAHYCWsumOFfsTlk3CeoM5kQ,3290
11+
yaml/dumper.py,sha256=ONPYNHirnLm-qCm-h9swnMWzZhncilexboIPRoNdcq4,2719
12+
yaml/emitter.py,sha256=Xya7zhTX3ykxMAdAgDIedejmLb1Q71W2G4yt4nTSMIM,43298
13+
yaml/error.py,sha256=7K-NdIv0qNKPKbnXxEg0L_b9K7nYDORr3rzm8_b-iBY,2559
14+
yaml/events.py,sha256=50_TksgQiE4up-lKo_V-nBy-tAIxkIPQxY5qDhKCeHw,2445
15+
yaml/loader.py,sha256=t_WLbw1-iWQ4KT_FUppJu30cFIU-l8NCb7bjoXJoV6A,1132
16+
yaml/nodes.py,sha256=gPKNj8pKCdh2d4gr3gIYINnPOaOxGhJAUiYhGRnPE84,1440
17+
yaml/parser.py,sha256=sgXahZA3DkySYnaC4D_zcl3l2y4Y5R40icWtdwkF_NE,25542
18+
yaml/reader.py,sha256=hKuxSbid1rSlfKBsshf5qaPwVduaCJA5t5S9Jum6CAA,6746
19+
yaml/representer.py,sha256=x3F9vDF4iiPit8sR8tgR-kjtotWTzH_Zv9moq0fMtlY,17711
20+
yaml/resolver.py,sha256=5Z3boiMikL6Qt6fS5Mt8fHym0GxbW7CMT2f2fnD1ZPQ,9122
21+
yaml/scanner.py,sha256=ft5i4fP9m0MrpKY9N8Xa24H1LqKhwGQXLG1Hd9gCSsk,52446
22+
yaml/serializer.py,sha256=tRsRwfu5E9fpLU7LY3vBQf2prt77hwnYlMt5dnBJLig,4171
23+
yaml/tokens.py,sha256=lTQIzSVw8Mg9wv459-TjiOQe6wVziqaRlqX2_89rp54,2573
24+
PyYAML-3.13.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
25+
yaml/loader.pyc,,
26+
yaml/__init__.pyc,,
27+
yaml/cyaml.pyc,,
28+
yaml/resolver.pyc,,
29+
yaml/reader.pyc,,
30+
yaml/dumper.pyc,,
31+
yaml/constructor.pyc,,
32+
yaml/scanner.pyc,,
33+
yaml/serializer.pyc,,
34+
yaml/nodes.pyc,,
35+
yaml/events.pyc,,
36+
yaml/representer.pyc,,
37+
yaml/error.pyc,,
38+
yaml/tokens.pyc,,
39+
yaml/parser.pyc,,
40+
yaml/composer.pyc,,
41+
yaml/emitter.pyc,,

bin/PyYAML-3.13.dist-info/WHEEL

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Wheel-Version: 1.0
2+
Generator: bdist_wheel (0.29.0)
3+
Root-Is-Purelib: false
4+
Tag: cp27-cp27m-macosx_10_12_x86_64
5+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"classifiers": ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup"], "download_url": "http://pyyaml.org/download/pyyaml/PyYAML-3.13.tar.gz", "extensions": {"python.details": {"contacts": [{"email": "xi@resolvent.net", "name": "Kirill Simonov", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "http://pyyaml.org/wiki/PyYAML"}}}, "generator": "bdist_wheel (0.29.0)", "license": "MIT", "metadata_version": "2.0", "name": "PyYAML", "platform": "Any", "summary": "YAML parser and emitter for Python", "version": "3.13"}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
_yaml
2+
yaml

bin/aws

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/python
2+
# Copyright 2012 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You
5+
# may not use this file except in compliance with the License. A copy of
6+
# the License is located at
7+
8+
# http://aws.amazon.com/apache2.0/
9+
10+
# or in the "license" file accompanying this file. This file is
11+
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
12+
# ANY KIND, either express or implied. See the License for the specific
13+
# language governing permissions and limitations under the License.
14+
import sys
15+
import os
16+
17+
if os.environ.get('LC_CTYPE', '') == 'UTF-8':
18+
os.environ['LC_CTYPE'] = 'en_US.UTF-8'
19+
import awscli.clidriver
20+
21+
22+
def main():
23+
return awscli.clidriver.main()
24+
25+
26+
if __name__ == '__main__':
27+
sys.exit(main())

0 commit comments

Comments
 (0)