Created
August 10, 2015 20:11
-
-
Save krono/b9569d844d3d35943802 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Script started on Mon Aug 10 22:05:34 2015 | |
| (B[m]0;pompompom/]7;file:///tmp/pompompom[1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(B[m[38;5;196m(B[m[38;5;33m[22:05:35][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom(B[m [1m[38;5;28m%(B[m [Kvvirtualenv -p pypy | |
| Running virtualenv with interpreter /usr/local/bin/pypy | |
| You must provide a DEST_DIR | |
| Usage: virtualenv.py [OPTIONS] DEST_DIR | |
| Options: | |
| --version show program's version number and exit | |
| -h, --help show this help message and exit | |
| -v, --verbose Increase verbosity. | |
| -q, --quiet Decrease verbosity. | |
| -p PYTHON_EXE, --python=PYTHON_EXE | |
| The Python interpreter to use, e.g., | |
| --python=python2.5 will use the python2.5 interpreter | |
| to create the new environment. The default is the | |
| interpreter that virtualenv was installed with | |
| (/usr/local/bin/pypy) | |
| --clear Clear out the non-root install and start from scratch. | |
| --no-site-packages DEPRECATED. Retained only for backward compatibility. | |
| Not having access to global site-packages is now the | |
| default behavior. | |
| --system-site-packages | |
| Give the virtual environment access to the global | |
| site-packages. | |
| --always-copy Always copy files rather than symlinking. | |
| --unzip-setuptools Unzip Setuptools when installing it. | |
| --relocatable Make an EXISTING virtualenv environment relocatable. | |
| This fixes up scripts and makes all .pth files | |
| relative. | |
| --no-setuptools Do not install setuptools (or pip) in the new | |
| virtualenv. | |
| --no-pip Do not install pip in the new virtualenv. | |
| --no-wheel Do not install wheel in the new virtualenv. | |
| --extra-search-dir=DIR | |
| Directory to look for setuptools/pip distributions in. | |
| This option can be used multiple times. | |
| --never-download DEPRECATED. Retained only for backward compatibility. | |
| This option has no effect. Virtualenv never downloads | |
| pip or setuptools. | |
| --prompt=PROMPT Provides an alternative prompt prefix for this | |
| environment. | |
| --setuptools DEPRECATED. Retained only for backward compatibility. | |
| This option has no effect. | |
| --distribute DEPRECATED. Retained only for backward compatibility. | |
| This option has no effect. | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(B[m[38;5;196m(B[m[38;5;33m[22:05:40][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom(B[m [1m[38;5;196m%(B[m [Kvirtualenv -p pypy tyhon pypytest | |
| Running virtualenv with interpreter /usr/local/bin/pypy | |
| New pypy executable in pypytest/bin/pypy | |
| Installing setuptools, pip, wheel...done. | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(B[m[38;5;196m(B[m[38;5;33m[22:05:53][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom(B[m [1m[38;5;28m%(B[m [Kccd pypytest[1m/[0m[0m | |
| ]0;pypytest/]7;file:///tmp/pompompom/pypytest[1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(B[m[38;5;196m(B[m[38;5;33m[22:05:57][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom/pypytest(B[m [1m[38;5;28m%(B[m [Klls | |
| [1m[34mbin[39;49m[0m [1m[35minclude[39;49m[0m [1m[34mlib-python[39;49m[0m [1m[34mlib_pypy[39;49m[0m [1m[34msite-packages[39;49m[0m | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(B[m[38;5;196m(B[m[38;5;33m[22:05:58][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom/pypytest(B[m [1m[38;5;28m%(B[m [Klls bin l ttree | |
| . | |
| ├── bin | |
| │ ├── activate | |
| │ ├── activate.csh | |
| │ ├── activate.fish | |
| │ ├── activate_this.py | |
| │ ├── easy_install | |
| │ ├── easy_install-2.7 | |
| │ ├── pip | |
| │ ├── pip2 | |
| │ ├── pip2.7 | |
| │ ├── pypy | |
| │ ├── python -> pypy | |
| │ ├── python2 -> pypy | |
| │ ├── python2.7 -> pypy | |
| │ └── wheel | |
| ├── include -> /usr/local/Cellar/pypy/2.6.0_1/libexec/include | |
| ├── lib-python | |
| │ └── 2.7 | |
| │ ├── UserDict.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/UserDict.py | |
| │ ├── UserDict.pyc | |
| │ ├── _abcoll.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/_abcoll.py | |
| │ ├── _weakrefset.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/_weakrefset.py | |
| │ ├── abc.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/abc.py | |
| │ ├── codecs.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/codecs.py | |
| │ ├── codecs.pyc | |
| │ ├── copy_reg.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/copy_reg.py | |
| │ ├── copy_reg.pyc | |
| │ ├── distutils | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ └── distutils.cfg | |
| │ ├── encodings -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/encodings | |
| │ ├── fnmatch.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/fnmatch.py | |
| │ ├── fnmatch.pyc | |
| │ ├── genericpath.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/genericpath.py | |
| │ ├── genericpath.pyc | |
| │ ├── linecache.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/linecache.py | |
| │ ├── linecache.pyc | |
| │ ├── locale.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/locale.py | |
| │ ├── locale.pyc | |
| │ ├── no-global-site-packages.txt | |
| │ ├── ntpath.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/ntpath.py | |
| │ ├── orig-prefix.txt | |
| │ ├── os.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/os.py | |
| │ ├── os.pyc | |
| │ ├── posixpath.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/posixpath.py | |
| │ ├── posixpath.pyc | |
| │ ├── re.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/re.py | |
| │ ├── re.pyc | |
| │ ├── site.py | |
| │ ├── site.pyc | |
| │ ├── sre.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/sre.py | |
| │ ├── sre_compile.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/sre_compile.py | |
| │ ├── sre_compile.pyc | |
| │ ├── sre_constants.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/sre_constants.py | |
| │ ├── sre_constants.pyc | |
| │ ├── sre_parse.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/sre_parse.py | |
| │ ├── sre_parse.pyc | |
| │ ├── stat.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/stat.py | |
| │ ├── stat.pyc | |
| │ ├── traceback.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/traceback.py | |
| │ ├── traceback.pyc | |
| │ ├── types.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/types.py | |
| │ ├── warnings.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib-python/2.7/warnings.py | |
| │ └── warnings.pyc | |
| ├── lib_pypy | |
| │ └── readline.py -> /usr/local/Cellar/pypy/2.6.0_1/libexec/lib_pypy/readline.py | |
| └── site-packages | |
| ├── _markerlib | |
| │ ├── __init__.py | |
| │ ├── __init__.pyc | |
| │ ├── markers.py | |
| │ └── markers.pyc | |
| ├── easy_install.py | |
| ├── easy_install.pyc | |
| ├── pip | |
| │ ├── __init__.py | |
| │ ├── __init__.pyc | |
| │ ├── __main__.py | |
| │ ├── __main__.pyc | |
| │ ├── _vendor | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── _markerlib | |
| │ │ │ ├── __init__.py | |
| │ │ │ ├── __init__.pyc | |
| │ │ │ ├── markers.py | |
| │ │ │ └── markers.pyc | |
| │ │ ├── cachecontrol | |
| │ │ │ ├── __init__.py | |
| │ │ │ ├── __init__.pyc | |
| │ │ │ ├── adapter.py | |
| │ │ │ ├── adapter.pyc | |
| │ │ │ ├── cache.py | |
| │ │ │ ├── cache.pyc | |
| │ │ │ ├── caches | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── file_cache.py | |
| │ │ │ │ ├── file_cache.pyc | |
| │ │ │ │ ├── redis_cache.py | |
| │ │ │ │ └── redis_cache.pyc | |
| │ │ │ ├── compat.py | |
| │ │ │ ├── compat.pyc | |
| │ │ │ ├── controller.py | |
| │ │ │ ├── controller.pyc | |
| │ │ │ ├── filewrapper.py | |
| │ │ │ ├── filewrapper.pyc | |
| │ │ │ ├── heuristics.py | |
| │ │ │ ├── heuristics.pyc | |
| │ │ │ ├── serialize.py | |
| │ │ │ ├── serialize.pyc | |
| │ │ │ ├── wrapper.py | |
| │ │ │ └── wrapper.pyc | |
| │ │ ├── colorama | |
| │ │ │ ├── __init__.py | |
| │ │ │ ├── __init__.pyc | |
| │ │ │ ├── ansi.py | |
| │ │ │ ├── ansi.pyc | |
| │ │ │ ├── ansitowin32.py | |
| │ │ │ ├── ansitowin32.pyc | |
| │ │ │ ├── initialise.py | |
| │ │ │ ├── initialise.pyc | |
| │ │ │ ├── win32.py | |
| │ │ │ ├── win32.pyc | |
| │ │ │ ├── winterm.py | |
| │ │ │ └── winterm.pyc | |
| │ │ ├── distlib | |
| │ │ │ ├── __init__.py | |
| │ │ │ ├── __init__.pyc | |
| │ │ │ ├── _backport | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── misc.py | |
| │ │ │ │ ├── misc.pyc | |
| │ │ │ │ ├── shutil.py | |
| │ │ │ │ ├── shutil.pyc | |
| │ │ │ │ ├── sysconfig.cfg | |
| │ │ │ │ ├── sysconfig.py | |
| │ │ │ │ ├── sysconfig.pyc | |
| │ │ │ │ ├── tarfile.py | |
| │ │ │ │ └── tarfile.pyc | |
| │ │ │ ├── compat.py | |
| │ │ │ ├── compat.pyc | |
| │ │ │ ├── database.py | |
| │ │ │ ├── database.pyc | |
| │ │ │ ├── index.py | |
| │ │ │ ├── index.pyc | |
| │ │ │ ├── locators.py | |
| │ │ │ ├── locators.pyc | |
| │ │ │ ├── manifest.py | |
| │ │ │ ├── manifest.pyc | |
| │ │ │ ├── markers.py | |
| │ │ │ ├── markers.pyc | |
| │ │ │ ├── metadata.py | |
| │ │ │ ├── metadata.pyc | |
| │ │ │ ├── resources.py | |
| │ │ │ ├── resources.pyc | |
| │ │ │ ├── scripts.py | |
| │ │ │ ├── scripts.pyc | |
| │ │ │ ├── t32.exe | |
| │ │ │ ├── t64.exe | |
| │ │ │ ├── util.py | |
| │ │ │ ├── util.pyc | |
| │ │ │ ├── version.py | |
| │ │ │ ├── version.pyc | |
| │ │ │ ├── w32.exe | |
| │ │ │ ├── w64.exe | |
| │ │ │ ├── wheel.py | |
| │ │ │ └── wheel.pyc | |
| │ │ ├── html5lib | |
| │ │ │ ├── __init__.py | |
| │ │ │ ├── __init__.pyc | |
| │ │ │ ├── constants.py | |
| │ │ │ ├── constants.pyc | |
| │ │ │ ├── filters | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── _base.py | |
| │ │ │ │ ├── _base.pyc | |
| │ │ │ │ ├── alphabeticalattributes.py | |
| │ │ │ │ ├── alphabeticalattributes.pyc | |
| │ │ │ │ ├── inject_meta_charset.py | |
| │ │ │ │ ├── inject_meta_charset.pyc | |
| │ │ │ │ ├── lint.py | |
| │ │ │ │ ├── lint.pyc | |
| │ │ │ │ ├── optionaltags.py | |
| │ │ │ │ ├── optionaltags.pyc | |
| │ │ │ │ ├── sanitizer.py | |
| │ │ │ │ ├── sanitizer.pyc | |
| │ │ │ │ ├── whitespace.py | |
| │ │ │ │ └── whitespace.pyc | |
| │ │ │ ├── html5parser.py | |
| │ │ │ ├── html5parser.pyc | |
| │ │ │ ├── ihatexml.py | |
| │ │ │ ├── ihatexml.pyc | |
| │ │ │ ├── inputstream.py | |
| │ │ │ ├── inputstream.pyc | |
| │ │ │ ├── sanitizer.py | |
| │ │ │ ├── sanitizer.pyc | |
| │ │ │ ├── serializer | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── htmlserializer.py | |
| │ │ │ │ └── htmlserializer.pyc | |
| │ │ │ ├── tokenizer.py | |
| │ │ │ ├── tokenizer.pyc | |
| │ │ │ ├── treeadapters | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── sax.py | |
| │ │ │ │ └── sax.pyc | |
| │ │ │ ├── treebuilders | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── _base.py | |
| │ │ │ │ ├── _base.pyc | |
| │ │ │ │ ├── dom.py | |
| │ │ │ │ ├── dom.pyc | |
| │ │ │ │ ├── etree.py | |
| │ │ │ │ ├── etree.pyc | |
| │ │ │ │ ├── etree_lxml.py | |
| │ │ │ │ └── etree_lxml.pyc | |
| │ │ │ ├── treewalkers | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── _base.py | |
| │ │ │ │ ├── _base.pyc | |
| │ │ │ │ ├── dom.py | |
| │ │ │ │ ├── dom.pyc | |
| │ │ │ │ ├── etree.py | |
| │ │ │ │ ├── etree.pyc | |
| │ │ │ │ ├── genshistream.py | |
| │ │ │ │ ├── genshistream.pyc | |
| │ │ │ │ ├── lxmletree.py | |
| │ │ │ │ ├── lxmletree.pyc | |
| │ │ │ │ ├── pulldom.py | |
| │ │ │ │ └── pulldom.pyc | |
| │ │ │ ├── trie | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── _base.py | |
| │ │ │ │ ├── _base.pyc | |
| │ │ │ │ ├── datrie.py | |
| │ │ │ │ ├── datrie.pyc | |
| │ │ │ │ ├── py.py | |
| │ │ │ │ └── py.pyc | |
| │ │ │ ├── utils.py | |
| │ │ │ └── utils.pyc | |
| │ │ ├── ipaddress.py | |
| │ │ ├── ipaddress.pyc | |
| │ │ ├── lockfile | |
| │ │ │ ├── __init__.py | |
| │ │ │ ├── __init__.pyc | |
| │ │ │ ├── linklockfile.py | |
| │ │ │ ├── linklockfile.pyc | |
| │ │ │ ├── mkdirlockfile.py | |
| │ │ │ ├── mkdirlockfile.pyc | |
| │ │ │ ├── pidlockfile.py | |
| │ │ │ ├── pidlockfile.pyc | |
| │ │ │ ├── sqlitelockfile.py | |
| │ │ │ ├── sqlitelockfile.pyc | |
| │ │ │ ├── symlinklockfile.py | |
| │ │ │ └── symlinklockfile.pyc | |
| │ │ ├── packaging | |
| │ │ │ ├── __about__.py | |
| │ │ │ ├── __about__.pyc | |
| │ │ │ ├── __init__.py | |
| │ │ │ ├── __init__.pyc | |
| │ │ │ ├── _compat.py | |
| │ │ │ ├── _compat.pyc | |
| │ │ │ ├── _structures.py | |
| │ │ │ ├── _structures.pyc | |
| │ │ │ ├── specifiers.py | |
| │ │ │ ├── specifiers.pyc | |
| │ │ │ ├── version.py | |
| │ │ │ └── version.pyc | |
| │ │ ├── pkg_resources | |
| │ │ │ ├── __init__.py | |
| │ │ │ └── __init__.pyc | |
| │ │ ├── progress | |
| │ │ │ ├── __init__.py | |
| │ │ │ ├── __init__.pyc | |
| │ │ │ ├── bar.py | |
| │ │ │ ├── bar.pyc | |
| │ │ │ ├── counter.py | |
| │ │ │ ├── counter.pyc | |
| │ │ │ ├── helpers.py | |
| │ │ │ ├── helpers.pyc | |
| │ │ │ ├── spinner.py | |
| │ │ │ └── spinner.pyc | |
| │ │ ├── re-vendor.py | |
| │ │ ├── re-vendor.pyc | |
| │ │ ├── requests | |
| │ │ │ ├── __init__.py | |
| │ │ │ ├── __init__.pyc | |
| │ │ │ ├── adapters.py | |
| │ │ │ ├── adapters.pyc | |
| │ │ │ ├── api.py | |
| │ │ │ ├── api.pyc | |
| │ │ │ ├── auth.py | |
| │ │ │ ├── auth.pyc | |
| │ │ │ ├── cacert.pem | |
| │ │ │ ├── certs.py | |
| │ │ │ ├── certs.pyc | |
| │ │ │ ├── compat.py | |
| │ │ │ ├── compat.pyc | |
| │ │ │ ├── cookies.py | |
| │ │ │ ├── cookies.pyc | |
| │ │ │ ├── exceptions.py | |
| │ │ │ ├── exceptions.pyc | |
| │ │ │ ├── hooks.py | |
| │ │ │ ├── hooks.pyc | |
| │ │ │ ├── models.py | |
| │ │ │ ├── models.pyc | |
| │ │ │ ├── packages | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── chardet | |
| │ │ │ │ │ ├── __init__.py | |
| │ │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ │ ├── big5freq.py | |
| │ │ │ │ │ ├── big5freq.pyc | |
| │ │ │ │ │ ├── big5prober.py | |
| │ │ │ │ │ ├── big5prober.pyc | |
| │ │ │ │ │ ├── chardetect.py | |
| │ │ │ │ │ ├── chardetect.pyc | |
| │ │ │ │ │ ├── chardistribution.py | |
| │ │ │ │ │ ├── chardistribution.pyc | |
| │ │ │ │ │ ├── charsetgroupprober.py | |
| │ │ │ │ │ ├── charsetgroupprober.pyc | |
| │ │ │ │ │ ├── charsetprober.py | |
| │ │ │ │ │ ├── charsetprober.pyc | |
| │ │ │ │ │ ├── codingstatemachine.py | |
| │ │ │ │ │ ├── codingstatemachine.pyc | |
| │ │ │ │ │ ├── compat.py | |
| │ │ │ │ │ ├── compat.pyc | |
| │ │ │ │ │ ├── constants.py | |
| │ │ │ │ │ ├── constants.pyc | |
| │ │ │ │ │ ├── cp949prober.py | |
| │ │ │ │ │ ├── cp949prober.pyc | |
| │ │ │ │ │ ├── escprober.py | |
| │ │ │ │ │ ├── escprober.pyc | |
| │ │ │ │ │ ├── escsm.py | |
| │ │ │ │ │ ├── escsm.pyc | |
| │ │ │ │ │ ├── eucjpprober.py | |
| │ │ │ │ │ ├── eucjpprober.pyc | |
| │ │ │ │ │ ├── euckrfreq.py | |
| │ │ │ │ │ ├── euckrfreq.pyc | |
| │ │ │ │ │ ├── euckrprober.py | |
| │ │ │ │ │ ├── euckrprober.pyc | |
| │ │ │ │ │ ├── euctwfreq.py | |
| │ │ │ │ │ ├── euctwfreq.pyc | |
| │ │ │ │ │ ├── euctwprober.py | |
| │ │ │ │ │ ├── euctwprober.pyc | |
| │ │ │ │ │ ├── gb2312freq.py | |
| │ │ │ │ │ ├── gb2312freq.pyc | |
| │ │ │ │ │ ├── gb2312prober.py | |
| │ │ │ │ │ ├── gb2312prober.pyc | |
| │ │ │ │ │ ├── hebrewprober.py | |
| │ │ │ │ │ ├── hebrewprober.pyc | |
| │ │ │ │ │ ├── jisfreq.py | |
| │ │ │ │ │ ├── jisfreq.pyc | |
| │ │ │ │ │ ├── jpcntx.py | |
| │ │ │ │ │ ├── jpcntx.pyc | |
| │ │ │ │ │ ├── langbulgarianmodel.py | |
| │ │ │ │ │ ├── langbulgarianmodel.pyc | |
| │ │ │ │ │ ├── langcyrillicmodel.py | |
| │ │ │ │ │ ├── langcyrillicmodel.pyc | |
| │ │ │ │ │ ├── langgreekmodel.py | |
| │ │ │ │ │ ├── langgreekmodel.pyc | |
| │ │ │ │ │ ├── langhebrewmodel.py | |
| │ │ │ │ │ ├── langhebrewmodel.pyc | |
| │ │ │ │ │ ├── langhungarianmodel.py | |
| │ │ │ │ │ ├── langhungarianmodel.pyc | |
| │ │ │ │ │ ├── langthaimodel.py | |
| │ │ │ │ │ ├── langthaimodel.pyc | |
| │ │ │ │ │ ├── latin1prober.py | |
| │ │ │ │ │ ├── latin1prober.pyc | |
| │ │ │ │ │ ├── mbcharsetprober.py | |
| │ │ │ │ │ ├── mbcharsetprober.pyc | |
| │ │ │ │ │ ├── mbcsgroupprober.py | |
| │ │ │ │ │ ├── mbcsgroupprober.pyc | |
| │ │ │ │ │ ├── mbcssm.py | |
| │ │ │ │ │ ├── mbcssm.pyc | |
| │ │ │ │ │ ├── sbcharsetprober.py | |
| │ │ │ │ │ ├── sbcharsetprober.pyc | |
| │ │ │ │ │ ├── sbcsgroupprober.py | |
| │ │ │ │ │ ├── sbcsgroupprober.pyc | |
| │ │ │ │ │ ├── sjisprober.py | |
| │ │ │ │ │ ├── sjisprober.pyc | |
| │ │ │ │ │ ├── universaldetector.py | |
| │ │ │ │ │ ├── universaldetector.pyc | |
| │ │ │ │ │ ├── utf8prober.py | |
| │ │ │ │ │ └── utf8prober.pyc | |
| │ │ │ │ └── urllib3 | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── _collections.py | |
| │ │ │ │ ├── _collections.pyc | |
| │ │ │ │ ├── connection.py | |
| │ │ │ │ ├── connection.pyc | |
| │ │ │ │ ├── connectionpool.py | |
| │ │ │ │ ├── connectionpool.pyc | |
| │ │ │ │ ├── contrib | |
| │ │ │ │ │ ├── __init__.py | |
| │ │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ │ ├── ntlmpool.py | |
| │ │ │ │ │ ├── ntlmpool.pyc | |
| │ │ │ │ │ ├── pyopenssl.py | |
| │ │ │ │ │ └── pyopenssl.pyc | |
| │ │ │ │ ├── exceptions.py | |
| │ │ │ │ ├── exceptions.pyc | |
| │ │ │ │ ├── fields.py | |
| │ │ │ │ ├── fields.pyc | |
| │ │ │ │ ├── filepost.py | |
| │ │ │ │ ├── filepost.pyc | |
| │ │ │ │ ├── packages | |
| │ │ │ │ │ ├── __init__.py | |
| │ │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ │ ├── ordered_dict.py | |
| │ │ │ │ │ ├── ordered_dict.pyc | |
| │ │ │ │ │ ├── six.py | |
| │ │ │ │ │ ├── six.pyc | |
| │ │ │ │ │ └── ssl_match_hostname | |
| │ │ │ │ │ ├── __init__.py | |
| │ │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ │ ├── _implementation.py | |
| │ │ │ │ │ └── _implementation.pyc | |
| │ │ │ │ ├── poolmanager.py | |
| │ │ │ │ ├── poolmanager.pyc | |
| │ │ │ │ ├── request.py | |
| │ │ │ │ ├── request.pyc | |
| │ │ │ │ ├── response.py | |
| │ │ │ │ ├── response.pyc | |
| │ │ │ │ └── util | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ ├── __init__.pyc | |
| │ │ │ │ ├── connection.py | |
| │ │ │ │ ├── connection.pyc | |
| │ │ │ │ ├── request.py | |
| │ │ │ │ ├── request.pyc | |
| │ │ │ │ ├── response.py | |
| │ │ │ │ ├── response.pyc | |
| │ │ │ │ ├── retry.py | |
| │ │ │ │ ├── retry.pyc | |
| │ │ │ │ ├── ssl_.py | |
| │ │ │ │ ├── ssl_.pyc | |
| │ │ │ │ ├── timeout.py | |
| │ │ │ │ ├── timeout.pyc | |
| │ │ │ │ ├── url.py | |
| │ │ │ │ └── url.pyc | |
| │ │ │ ├── sessions.py | |
| │ │ │ ├── sessions.pyc | |
| │ │ │ ├── status_codes.py | |
| │ │ │ ├── status_codes.pyc | |
| │ │ │ ├── structures.py | |
| │ │ │ ├── structures.pyc | |
| │ │ │ ├── utils.py | |
| │ │ │ └── utils.pyc | |
| │ │ ├── retrying.py | |
| │ │ ├── retrying.pyc | |
| │ │ ├── six.py | |
| │ │ └── six.pyc | |
| │ ├── basecommand.py | |
| │ ├── basecommand.pyc | |
| │ ├── baseparser.py | |
| │ ├── baseparser.pyc | |
| │ ├── cmdoptions.py | |
| │ ├── cmdoptions.pyc | |
| │ ├── commands | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── completion.py | |
| │ │ ├── completion.pyc | |
| │ │ ├── freeze.py | |
| │ │ ├── freeze.pyc | |
| │ │ ├── help.py | |
| │ │ ├── help.pyc | |
| │ │ ├── install.py | |
| │ │ ├── install.pyc | |
| │ │ ├── list.py | |
| │ │ ├── list.pyc | |
| │ │ ├── search.py | |
| │ │ ├── search.pyc | |
| │ │ ├── show.py | |
| │ │ ├── show.pyc | |
| │ │ ├── uninstall.py | |
| │ │ ├── uninstall.pyc | |
| │ │ ├── wheel.py | |
| │ │ └── wheel.pyc | |
| │ ├── compat | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── dictconfig.py | |
| │ │ └── dictconfig.pyc | |
| │ ├── download.py | |
| │ ├── download.pyc | |
| │ ├── exceptions.py | |
| │ ├── exceptions.pyc | |
| │ ├── index.py | |
| │ ├── index.pyc | |
| │ ├── locations.py | |
| │ ├── locations.pyc | |
| │ ├── models | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── index.py | |
| │ │ └── index.pyc | |
| │ ├── operations | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── freeze.py | |
| │ │ └── freeze.pyc | |
| │ ├── pep425tags.py | |
| │ ├── pep425tags.pyc | |
| │ ├── req | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── req_file.py | |
| │ │ ├── req_file.pyc | |
| │ │ ├── req_install.py | |
| │ │ ├── req_install.pyc | |
| │ │ ├── req_set.py | |
| │ │ ├── req_set.pyc | |
| │ │ ├── req_uninstall.py | |
| │ │ └── req_uninstall.pyc | |
| │ ├── status_codes.py | |
| │ ├── status_codes.pyc | |
| │ ├── utils | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── appdirs.py | |
| │ │ ├── appdirs.pyc | |
| │ │ ├── build.py | |
| │ │ ├── build.pyc | |
| │ │ ├── deprecation.py | |
| │ │ ├── deprecation.pyc | |
| │ │ ├── filesystem.py | |
| │ │ ├── filesystem.pyc | |
| │ │ ├── logging.py | |
| │ │ ├── logging.pyc | |
| │ │ ├── outdated.py | |
| │ │ ├── outdated.pyc | |
| │ │ ├── ui.py | |
| │ │ └── ui.pyc | |
| │ ├── vcs | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── bazaar.py | |
| │ │ ├── bazaar.pyc | |
| │ │ ├── git.py | |
| │ │ ├── git.pyc | |
| │ │ ├── mercurial.py | |
| │ │ ├── mercurial.pyc | |
| │ │ ├── subversion.py | |
| │ │ └── subversion.pyc | |
| │ ├── wheel.py | |
| │ └── wheel.pyc | |
| ├── pip-7.1.0.dist-info | |
| │ ├── DESCRIPTION.rst | |
| │ ├── METADATA | |
| │ ├── RECORD | |
| │ ├── WHEEL | |
| │ ├── entry_points.txt | |
| │ ├── metadata.json | |
| │ ├── pbr.json | |
| │ └── top_level.txt | |
| ├── pkg_resources | |
| │ ├── __init__.py | |
| │ ├── __init__.pyc | |
| │ └── _vendor | |
| │ ├── __init__.py | |
| │ ├── __init__.pyc | |
| │ └── packaging | |
| │ ├── __about__.py | |
| │ ├── __about__.pyc | |
| │ ├── __init__.py | |
| │ ├── __init__.pyc | |
| │ ├── _compat.py | |
| │ ├── _compat.pyc | |
| │ ├── _structures.py | |
| │ ├── _structures.pyc | |
| │ ├── specifiers.py | |
| │ ├── specifiers.pyc | |
| │ ├── version.py | |
| │ └── version.pyc | |
| ├── setuptools | |
| │ ├── __init__.py | |
| │ ├── __init__.pyc | |
| │ ├── archive_util.py | |
| │ ├── archive_util.pyc | |
| │ ├── cli-32.exe | |
| │ ├── cli-64.exe | |
| │ ├── cli-arm-32.exe | |
| │ ├── cli.exe | |
| │ ├── command | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── alias.py | |
| │ │ ├── alias.pyc | |
| │ │ ├── bdist_egg.py | |
| │ │ ├── bdist_egg.pyc | |
| │ │ ├── bdist_rpm.py | |
| │ │ ├── bdist_rpm.pyc | |
| │ │ ├── bdist_wininst.py | |
| │ │ ├── bdist_wininst.pyc | |
| │ │ ├── build_ext.py | |
| │ │ ├── build_ext.pyc | |
| │ │ ├── build_py.py | |
| │ │ ├── build_py.pyc | |
| │ │ ├── develop.py | |
| │ │ ├── develop.pyc | |
| │ │ ├── easy_install.py | |
| │ │ ├── easy_install.pyc | |
| │ │ ├── egg_info.py | |
| │ │ ├── egg_info.pyc | |
| │ │ ├── install.py | |
| │ │ ├── install.pyc | |
| │ │ ├── install_egg_info.py | |
| │ │ ├── install_egg_info.pyc | |
| │ │ ├── install_lib.py | |
| │ │ ├── install_lib.pyc | |
| │ │ ├── install_scripts.py | |
| │ │ ├── install_scripts.pyc | |
| │ │ ├── launcher manifest.xml | |
| │ │ ├── register.py | |
| │ │ ├── register.pyc | |
| │ │ ├── rotate.py | |
| │ │ ├── rotate.pyc | |
| │ │ ├── saveopts.py | |
| │ │ ├── saveopts.pyc | |
| │ │ ├── sdist.py | |
| │ │ ├── sdist.pyc | |
| │ │ ├── setopt.py | |
| │ │ ├── setopt.pyc | |
| │ │ ├── test.py | |
| │ │ ├── test.pyc | |
| │ │ ├── upload_docs.py | |
| │ │ └── upload_docs.pyc | |
| │ ├── compat.py | |
| │ ├── compat.pyc | |
| │ ├── depends.py | |
| │ ├── depends.pyc | |
| │ ├── dist.py | |
| │ ├── dist.pyc | |
| │ ├── extension.py | |
| │ ├── extension.pyc | |
| │ ├── gui-32.exe | |
| │ ├── gui-64.exe | |
| │ ├── gui-arm-32.exe | |
| │ ├── gui.exe | |
| │ ├── lib2to3_ex.py | |
| │ ├── lib2to3_ex.pyc | |
| │ ├── msvc9_support.py | |
| │ ├── msvc9_support.pyc | |
| │ ├── package_index.py | |
| │ ├── package_index.pyc | |
| │ ├── py26compat.py | |
| │ ├── py26compat.pyc | |
| │ ├── py27compat.py | |
| │ ├── py27compat.pyc | |
| │ ├── py31compat.py | |
| │ ├── py31compat.pyc | |
| │ ├── sandbox.py | |
| │ ├── sandbox.pyc | |
| │ ├── script (dev).tmpl | |
| │ ├── script.tmpl | |
| │ ├── site-patch.py | |
| │ ├── site-patch.pyc | |
| │ ├── ssl_support.py | |
| │ ├── ssl_support.pyc | |
| │ ├── unicode_utils.py | |
| │ ├── unicode_utils.pyc | |
| │ ├── utils.py | |
| │ ├── utils.pyc | |
| │ ├── version.py | |
| │ ├── version.pyc | |
| │ ├── windows_support.py | |
| │ └── windows_support.pyc | |
| ├── setuptools-18.0.1.dist-info | |
| │ ├── DESCRIPTION.rst | |
| │ ├── METADATA | |
| │ ├── RECORD | |
| │ ├── WHEEL | |
| │ ├── dependency_links.txt | |
| │ ├── entry_points.txt | |
| │ ├── metadata.json | |
| │ ├── top_level.txt | |
| │ └── zip-safe | |
| ├── wheel | |
| │ ├── __init__.py | |
| │ ├── __init__.pyc | |
| │ ├── __main__.py | |
| │ ├── __main__.pyc | |
| │ ├── archive.py | |
| │ ├── archive.pyc | |
| │ ├── bdist_wheel.py | |
| │ ├── bdist_wheel.pyc | |
| │ ├── decorator.py | |
| │ ├── decorator.pyc | |
| │ ├── egg2wheel.py | |
| │ ├── egg2wheel.pyc | |
| │ ├── eggnames.txt | |
| │ ├── install.py | |
| │ ├── install.pyc | |
| │ ├── metadata.py | |
| │ ├── metadata.pyc | |
| │ ├── paths.py | |
| │ ├── paths.pyc | |
| │ ├── pep425tags.py | |
| │ ├── pep425tags.pyc | |
| │ ├── pkginfo.py | |
| │ ├── pkginfo.pyc | |
| │ ├── signatures | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── djbec.py | |
| │ │ ├── djbec.pyc | |
| │ │ ├── ed25519py.py | |
| │ │ ├── ed25519py.pyc | |
| │ │ ├── keys.py | |
| │ │ └── keys.pyc | |
| │ ├── test | |
| │ │ ├── __init__.py | |
| │ │ ├── __init__.pyc | |
| │ │ ├── complex-dist | |
| │ │ │ ├── complexdist | |
| │ │ │ │ ├── __init__.py | |
| │ │ │ │ └── __init__.pyc | |
| │ │ │ ├── setup.py | |
| │ │ │ └── setup.pyc | |
| │ │ ├── headers.dist | |
| │ │ │ ├── header.h | |
| │ │ │ ├── headersdist.py | |
| │ │ │ ├── headersdist.pyc | |
| │ │ │ ├── setup.py | |
| │ │ │ └── setup.pyc | |
| │ │ ├── pydist-schema.json | |
| │ │ ├── simple.dist | |
| │ │ │ ├── setup.py | |
| │ │ │ ├── setup.pyc | |
| │ │ │ └── simpledist | |
| │ │ │ ├── __init__.py | |
| │ │ │ └── __init__.pyc | |
| │ │ ├── test-1.0-py2.py3-none-win32.whl | |
| │ │ ├── test_basic.py | |
| │ │ ├── test_basic.pyc | |
| │ │ ├── test_install.py | |
| │ │ ├── test_install.pyc | |
| │ │ ├── test_keys.py | |
| │ │ ├── test_keys.pyc | |
| │ │ ├── test_paths.py | |
| │ │ ├── test_paths.pyc | |
| │ │ ├── test_ranking.py | |
| │ │ ├── test_ranking.pyc | |
| │ │ ├── test_signatures.py | |
| │ │ ├── test_signatures.pyc | |
| │ │ ├── test_tagopt.py | |
| │ │ ├── test_tagopt.pyc | |
| │ │ ├── test_tool.py | |
| │ │ ├── test_tool.pyc | |
| │ │ ├── test_wheelfile.py | |
| │ │ └── test_wheelfile.pyc | |
| │ ├── tool | |
| │ │ ├── __init__.py | |
| │ │ └── __init__.pyc | |
| │ ├── util.py | |
| │ ├── util.pyc | |
| │ ├── wininst2wheel.py | |
| │ └── wininst2wheel.pyc | |
| └── wheel-0.24.0.dist-info | |
| ├── DESCRIPTION.rst | |
| ├── LICENSE.txt | |
| ├── METADATA | |
| ├── RECORD | |
| ├── RECORD.jws | |
| ├── WHEEL | |
| ├── entry_points.txt | |
| ├── metadata.json | |
| └── top_level.txt | |
| 60 directories, 721 files | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(B[m[38;5;196m(B[m[38;5;33m[22:06:02][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom/pypytest(B[m [1m[38;5;28m%(B[m [Kppypy --version | |
| Python 2.7.9 (295ee98b69288471b0fcf2e0ede82ce5209eb90b, Jun 02 2015, 18:28:40) | |
| [PyPy 2.6.0 with GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(B[m[38;5;196m(B[m[38;5;33m[22:07:16][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom/pypytest(B[m [1m[38;5;28m%(B[m [Kwwhich bboin b bin/pypy --version | |
| Python 2.7.9 (295ee98b69288471b0fcf2e0ede82ce5209eb90b, Jun 02 2015, 18:28:40) | |
| [PyPy 2.6.0 with GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(B[m[38;5;196m(B[m[38;5;33m[22:07:24][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom/pypytest(B[m [1m[38;5;28m%(B[m [Kssourc bin/activate | |
| zsh: command not found: sourc | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(B[m[38;5;196m(B[m[38;5;33m[22:08:14][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom/pypytest(B[m [1m[38;5;196m%(B[m [Ksourc bin/activate[18D[1C[1C[1C[1C[1Ce bin/activate[13D | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(pypytest)(B[m[38;5;196m(B[m[38;5;33m[22:08:16][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom/pypytest(B[m [1m[38;5;28m%(B[m [K | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(pypytest)(B[m[38;5;196m(B[m[38;5;33m[22:08:18][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom/pypytest(B[m [1m[38;5;28m%(B[m [Kppypy --version | |
| Python 2.7.9 (295ee98b69288471b0fcf2e0ede82ce5209eb90b, Jun 02 2015, 18:28:40) | |
| [PyPy 2.6.0 with GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(pypytest)(B[m[38;5;196m(B[m[38;5;33m[22:08:23][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom/pypytest(B[m [1m[38;5;28m%(B[m [Kppypy | |
| Python 2.7.9 (295ee98b69288471b0fcf2e0ede82ce5209eb90b, Jun 02 2015, 18:28:40) | |
| [PyPy 2.6.0 with GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin | |
| Type "help", "copyright", "credits" or "license" for more information. | |
| And now for something completely different: ``Still snowing'' | |
| [?1h=[?25l[1A | |
| >>>> [?12l[?25h[1@m[?25l[1D[K[?12l[?25h[1@p[1@r[1@i[1@n[1@t[1@([?25l[1D[K[?12l[?25h[1@ [1@:[?25l[1D[K[?12l[?25h[1@"[1@I[1@'[1@n[1@ [1@t[?25l[1D[K[?12l[?25h[?25l[1D[K[?12l[?25h[?25l[1D[K[?12l[?25h[1@m[1@ [1@t[1@e[1@s[1@t[1@e[1@l[1@i[1@n[1@g[1@'[?25l[1D[K[?12l[?25h[1@"[26D | |
| [?1l>I'm testeling | |
| [?1h=[?25l[1A | |
| >>>> [?12l[?25h[5D | |
| [?1l>[1m[7m%[27m[1m[0m | |
| [0m[27m[24m[J(pypytest)(B[m[38;5;196m(B[m[38;5;33m[22:09:42][38;5;165mζ(B[m[38;5;28mtobias[30m@[1m[38;5;28mclaudio [38;5;51m(B[m | |
| [1m[38;5;255m/tmp/pompompom/pypytest(B[m [1m[38;5;28m%(B[m [K | |
| Script done on Mon Aug 10 22:10:49 2015 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment