Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
s5_linde_o
Model maker
Commits
699096f5
Commit
699096f5
authored
Apr 21, 2019
by
Oskars Linde
Browse files
Initial commit
parents
Pipeline
#249
canceled with stages
Changes
917
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
206 additions
and
0 deletions
+206
-0
har/lib/python3.5/site-packages/easy_install.py
har/lib/python3.5/site-packages/easy_install.py
+5
-0
har/lib/python3.5/site-packages/pip-18.1.dist-info/INSTALLER
har/lib/python3.5/site-packages/pip-18.1.dist-info/INSTALLER
+1
-0
har/lib/python3.5/site-packages/pip-18.1.dist-info/LICENSE.txt
...ib/python3.5/site-packages/pip-18.1.dist-info/LICENSE.txt
+20
-0
har/lib/python3.5/site-packages/pip-18.1.dist-info/METADATA
har/lib/python3.5/site-packages/pip-18.1.dist-info/METADATA
+70
-0
har/lib/python3.5/site-packages/pip-18.1.dist-info/RECORD
har/lib/python3.5/site-packages/pip-18.1.dist-info/RECORD
+0
-0
har/lib/python3.5/site-packages/pip-18.1.dist-info/WHEEL
har/lib/python3.5/site-packages/pip-18.1.dist-info/WHEEL
+6
-0
har/lib/python3.5/site-packages/pip-18.1.dist-info/entry_points.txt
...thon3.5/site-packages/pip-18.1.dist-info/entry_points.txt
+5
-0
har/lib/python3.5/site-packages/pip-18.1.dist-info/top_level.txt
.../python3.5/site-packages/pip-18.1.dist-info/top_level.txt
+1
-0
har/lib/python3.5/site-packages/pip/__init__.py
har/lib/python3.5/site-packages/pip/__init__.py
+1
-0
har/lib/python3.5/site-packages/pip/__main__.py
har/lib/python3.5/site-packages/pip/__main__.py
+19
-0
har/lib/python3.5/site-packages/pip/__pycache__/__init__.cpython-35.pyc
...3.5/site-packages/pip/__pycache__/__init__.cpython-35.pyc
+0
-0
har/lib/python3.5/site-packages/pip/__pycache__/__main__.cpython-35.pyc
...3.5/site-packages/pip/__pycache__/__main__.cpython-35.pyc
+0
-0
har/lib/python3.5/site-packages/pip/_internal/__init__.py
har/lib/python3.5/site-packages/pip/_internal/__init__.py
+78
-0
har/lib/python3.5/site-packages/pip/_internal/__pycache__/__init__.cpython-35.pyc
...ackages/pip/_internal/__pycache__/__init__.cpython-35.pyc
+0
-0
har/lib/python3.5/site-packages/pip/_internal/__pycache__/build_env.cpython-35.pyc
...ckages/pip/_internal/__pycache__/build_env.cpython-35.pyc
+0
-0
har/lib/python3.5/site-packages/pip/_internal/__pycache__/cache.cpython-35.pyc
...e-packages/pip/_internal/__pycache__/cache.cpython-35.pyc
+0
-0
har/lib/python3.5/site-packages/pip/_internal/__pycache__/configuration.cpython-35.pyc
...es/pip/_internal/__pycache__/configuration.cpython-35.pyc
+0
-0
har/lib/python3.5/site-packages/pip/_internal/__pycache__/download.cpython-35.pyc
...ackages/pip/_internal/__pycache__/download.cpython-35.pyc
+0
-0
har/lib/python3.5/site-packages/pip/_internal/__pycache__/exceptions.cpython-35.pyc
...kages/pip/_internal/__pycache__/exceptions.cpython-35.pyc
+0
-0
har/lib/python3.5/site-packages/pip/_internal/__pycache__/index.cpython-35.pyc
...e-packages/pip/_internal/__pycache__/index.cpython-35.pyc
+0
-0
No files found.
har/lib/python3.5/site-packages/easy_install.py
0 → 100644
View file @
699096f5
"""Run the EasyInstall command"""
if
__name__
==
'__main__'
:
from
setuptools.command.easy_install
import
main
main
()
har/lib/python3.5/site-packages/pip-18.1.dist-info/INSTALLER
0 → 100644
View file @
699096f5
pip
har/lib/python3.5/site-packages/pip-18.1.dist-info/LICENSE.txt
0 → 100644
View file @
699096f5
Copyright (c) 2008-2018 The pip developers (see AUTHORS.txt file)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
har/lib/python3.5/site-packages/pip-18.1.dist-info/METADATA
0 → 100644
View file @
699096f5
Metadata-Version: 2.1
Name: pip
Version: 18.1
Summary: The PyPA recommended tool for installing Python packages.
Home-page: https://pip.pypa.io/
Author: The pip developers
Author-email: pypa-dev@groups.google.com
License: MIT
Keywords: distutils easy_install egg setuptools wheel virtualenv
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
pip
===
The `PyPA recommended`_ tool for installing Python packages.
.. image:: https://img.shields.io/pypi/v/pip.svg
:target: https://pypi.org/project/pip/
.. image:: https://img.shields.io/travis/pypa/pip/master.svg?label=travis-ci
:target: https://travis-ci.org/pypa/pip
.. image:: https://img.shields.io/appveyor/ci/pypa/pip.svg?label=appveyor-ci
:target: https://ci.appveyor.com/project/pypa/pip/history
.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
:target: https://pip.pypa.io/en/latest
* `Installation`_
* `Documentation`_
* `Changelog`_
* `GitHub Page`_
* `Issue Tracking`_
* `User mailing list`_
* `Dev mailing list`_
* User IRC: #pypa on Freenode.
* Dev IRC: #pypa-dev on Freenode.
Code of Conduct
---------------
Everyone interacting in the pip project's codebases, issue trackers, chat
rooms and mailing lists is expected to follow the `PyPA Code of Conduct`_.
.. _PyPA recommended: https://packaging.python.org/en/latest/current/
.. _Installation: https://pip.pypa.io/en/stable/installing.html
.. _Documentation: https://pip.pypa.io/en/stable/
.. _Changelog: https://pip.pypa.io/en/stable/news.html
.. _GitHub Page: https://github.com/pypa/pip
.. _Issue Tracking: https://github.com/pypa/pip/issues
.. _User mailing list: https://groups.google.com/forum/#!forum/python-virtualenv
.. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
har/lib/python3.5/site-packages/pip-18.1.dist-info/RECORD
0 → 100644
View file @
699096f5
This diff is collapsed.
Click to expand it.
har/lib/python3.5/site-packages/pip-18.1.dist-info/WHEEL
0 → 100644
View file @
699096f5
Wheel-Version: 1.0
Generator: bdist_wheel (0.32.1)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any
har/lib/python3.5/site-packages/pip-18.1.dist-info/entry_points.txt
0 → 100644
View file @
699096f5
[console_scripts]
pip = pip._internal:main
pip3 = pip._internal:main
pip3.7 = pip._internal:main
har/lib/python3.5/site-packages/pip-18.1.dist-info/top_level.txt
0 → 100644
View file @
699096f5
pip
har/lib/python3.5/site-packages/pip/__init__.py
0 → 100644
View file @
699096f5
__version__
=
"18.1"
har/lib/python3.5/site-packages/pip/__main__.py
0 → 100644
View file @
699096f5
from
__future__
import
absolute_import
import
os
import
sys
# If we are running from a wheel, add the wheel to sys.path
# This allows the usage python pip-*.whl/pip install pip-*.whl
if
__package__
==
''
:
# __file__ is pip-*.whl/pip/__main__.py
# first dirname call strips of '/__main__.py', second strips off '/pip'
# Resulting path is the name of the wheel itself
# Add that to sys.path so we can import pip
path
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
__file__
))
sys
.
path
.
insert
(
0
,
path
)
from
pip._internal
import
main
as
_main
# isort:skip # noqa
if
__name__
==
'__main__'
:
sys
.
exit
(
_main
())
har/lib/python3.5/site-packages/pip/__pycache__/__init__.cpython-35.pyc
0 → 100644
View file @
699096f5
File added
har/lib/python3.5/site-packages/pip/__pycache__/__main__.cpython-35.pyc
0 → 100644
View file @
699096f5
File added
har/lib/python3.5/site-packages/pip/_internal/__init__.py
0 → 100644
View file @
699096f5
#!/usr/bin/env python
from
__future__
import
absolute_import
import
locale
import
logging
import
os
import
warnings
import
sys
# 2016-06-17 barry@debian.org: urllib3 1.14 added optional support for socks,
# but if invoked (i.e. imported), it will issue a warning to stderr if socks
# isn't available. requests unconditionally imports urllib3's socks contrib
# module, triggering this warning. The warning breaks DEP-8 tests (because of
# the stderr output) and is just plain annoying in normal usage. I don't want
# to add socks as yet another dependency for pip, nor do I want to allow-stder
# in the DEP-8 tests, so just suppress the warning. pdb tells me this has to
# be done before the import of pip.vcs.
from
pip._vendor.urllib3.exceptions
import
DependencyWarning
warnings
.
filterwarnings
(
"ignore"
,
category
=
DependencyWarning
)
# noqa
# We want to inject the use of SecureTransport as early as possible so that any
# references or sessions or what have you are ensured to have it, however we
# only want to do this in the case that we're running on macOS and the linked
# OpenSSL is too old to handle TLSv1.2
try
:
import
ssl
except
ImportError
:
pass
else
:
# Checks for OpenSSL 1.0.1 on MacOS
if
sys
.
platform
==
"darwin"
and
ssl
.
OPENSSL_VERSION_NUMBER
<
0x1000100f
:
try
:
from
pip._vendor.urllib3.contrib
import
securetransport
except
(
ImportError
,
OSError
):
pass
else
:
securetransport
.
inject_into_urllib3
()
from
pip._internal.cli.autocompletion
import
autocomplete
from
pip._internal.cli.main_parser
import
parse_command
from
pip._internal.commands
import
commands_dict
from
pip._internal.exceptions
import
PipError
from
pip._internal.utils
import
deprecation
from
pip._internal.vcs
import
git
,
mercurial
,
subversion
,
bazaar
# noqa
from
pip._vendor.urllib3.exceptions
import
InsecureRequestWarning
logger
=
logging
.
getLogger
(
__name__
)
# Hide the InsecureRequestWarning from urllib3
warnings
.
filterwarnings
(
"ignore"
,
category
=
InsecureRequestWarning
)
def
main
(
args
=
None
):
if
args
is
None
:
args
=
sys
.
argv
[
1
:]
# Configure our deprecation warnings to be sent through loggers
deprecation
.
install_warning_logger
()
autocomplete
()
try
:
cmd_name
,
cmd_args
=
parse_command
(
args
)
except
PipError
as
exc
:
sys
.
stderr
.
write
(
"ERROR: %s"
%
exc
)
sys
.
stderr
.
write
(
os
.
linesep
)
sys
.
exit
(
1
)
# Needed for locale.getpreferredencoding(False) to work
# in pip._internal.utils.encoding.auto_decode
try
:
locale
.
setlocale
(
locale
.
LC_ALL
,
''
)
except
locale
.
Error
as
e
:
# setlocale can apparently crash if locale are uninitialized
logger
.
debug
(
"Ignoring error %s when setting locale"
,
e
)
command
=
commands_dict
[
cmd_name
](
isolated
=
(
"--isolated"
in
cmd_args
))
return
command
.
main
(
cmd_args
)
har/lib/python3.5/site-packages/pip/_internal/__pycache__/__init__.cpython-35.pyc
0 → 100644
View file @
699096f5
File added
har/lib/python3.5/site-packages/pip/_internal/__pycache__/build_env.cpython-35.pyc
0 → 100644
View file @
699096f5
File added
har/lib/python3.5/site-packages/pip/_internal/__pycache__/cache.cpython-35.pyc
0 → 100644
View file @
699096f5
File added
har/lib/python3.5/site-packages/pip/_internal/__pycache__/configuration.cpython-35.pyc
0 → 100644
View file @
699096f5
File added
har/lib/python3.5/site-packages/pip/_internal/__pycache__/download.cpython-35.pyc
0 → 100644
View file @
699096f5
File added
har/lib/python3.5/site-packages/pip/_internal/__pycache__/exceptions.cpython-35.pyc
0 → 100644
View file @
699096f5
File added
har/lib/python3.5/site-packages/pip/_internal/__pycache__/index.cpython-35.pyc
0 → 100644
View file @
699096f5
File added
Prev
1
2
3
4
5
6
7
8
…
46
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment