virtuelle Umgebungen teil20 und teil20a
This commit is contained in:
		@@ -0,0 +1 @@
 | 
			
		||||
pip
 | 
			
		||||
@@ -0,0 +1,21 @@
 | 
			
		||||
MIT License
 | 
			
		||||
 | 
			
		||||
Copyright (c) 2012 Daniel Holth <dholth@fastmail.fm> and contributors
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
@@ -0,0 +1,62 @@
 | 
			
		||||
Metadata-Version: 2.1
 | 
			
		||||
Name: wheel
 | 
			
		||||
Version: 0.38.4
 | 
			
		||||
Summary: A built-package format for Python
 | 
			
		||||
Home-page: https://github.com/pypa/wheel
 | 
			
		||||
Author: Daniel Holth
 | 
			
		||||
Author-email: dholth@fastmail.fm
 | 
			
		||||
Maintainer: Alex Grönholm
 | 
			
		||||
Maintainer-email: alex.gronholm@nextday.fi
 | 
			
		||||
License: MIT
 | 
			
		||||
Project-URL: Documentation, https://wheel.readthedocs.io/
 | 
			
		||||
Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html
 | 
			
		||||
Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues
 | 
			
		||||
Keywords: wheel,packaging
 | 
			
		||||
Classifier: Development Status :: 5 - Production/Stable
 | 
			
		||||
Classifier: Intended Audience :: Developers
 | 
			
		||||
Classifier: Topic :: System :: Archiving :: Packaging
 | 
			
		||||
Classifier: License :: OSI Approved :: MIT License
 | 
			
		||||
Classifier: Programming Language :: Python
 | 
			
		||||
Classifier: Programming Language :: Python :: 3 :: Only
 | 
			
		||||
Classifier: Programming Language :: Python :: 3.7
 | 
			
		||||
Classifier: Programming Language :: Python :: 3.8
 | 
			
		||||
Classifier: Programming Language :: Python :: 3.9
 | 
			
		||||
Classifier: Programming Language :: Python :: 3.10
 | 
			
		||||
Classifier: Programming Language :: Python :: 3.11
 | 
			
		||||
Requires-Python: >=3.7
 | 
			
		||||
License-File: LICENSE.txt
 | 
			
		||||
Provides-Extra: test
 | 
			
		||||
Requires-Dist: pytest (>=3.0.0) ; extra == 'test'
 | 
			
		||||
 | 
			
		||||
wheel
 | 
			
		||||
=====
 | 
			
		||||
 | 
			
		||||
This library is the reference implementation of the Python wheel packaging
 | 
			
		||||
standard, as defined in `PEP 427`_.
 | 
			
		||||
 | 
			
		||||
It has two different roles:
 | 
			
		||||
 | 
			
		||||
#. A setuptools_ extension for building wheels that provides the
 | 
			
		||||
   ``bdist_wheel`` setuptools command
 | 
			
		||||
#. A command line tool for working with wheel files
 | 
			
		||||
 | 
			
		||||
It should be noted that wheel is **not** intended to be used as a library, and
 | 
			
		||||
as such there is no stable, public API.
 | 
			
		||||
 | 
			
		||||
.. _PEP 427: https://www.python.org/dev/peps/pep-0427/
 | 
			
		||||
.. _setuptools: https://pypi.org/project/setuptools/
 | 
			
		||||
 | 
			
		||||
Documentation
 | 
			
		||||
-------------
 | 
			
		||||
 | 
			
		||||
The documentation_ can be found on Read The Docs.
 | 
			
		||||
 | 
			
		||||
.. _documentation: https://wheel.readthedocs.io/
 | 
			
		||||
 | 
			
		||||
Code of Conduct
 | 
			
		||||
---------------
 | 
			
		||||
 | 
			
		||||
Everyone interacting in the wheel project's codebases, issue trackers, chat
 | 
			
		||||
rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
 | 
			
		||||
 | 
			
		||||
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
 | 
			
		||||
@@ -0,0 +1,51 @@
 | 
			
		||||
wheel/__init__.py,sha256=2wJrg-twJVHIbVXveZjxyMtxjelZOVff9bnhTBt3eec,59
 | 
			
		||||
wheel/__main__.py,sha256=NkMUnuTCGcOkgY0IBLgBCVC_BGGcWORx2K8jYGS12UE,455
 | 
			
		||||
wheel/_setuptools_logging.py,sha256=NoCnjJ4DFEZ45Eo-2BdXLsWJCwGkait1tp_17paleVw,746
 | 
			
		||||
wheel/bdist_wheel.py,sha256=k_gee2yY4TfDr_dRODcyCso6ItpidTLj6JZfbvZ93qk,19293
 | 
			
		||||
wheel/macosx_libfile.py,sha256=OXM6OTx1O_ACLGBE2Q9prIHj47uWkZSZSuM_756W89Q,16145
 | 
			
		||||
wheel/metadata.py,sha256=-6n1-hH8YtmUV8zsrRf206iXPJJWyE9tqlqZv5XGpSg,3727
 | 
			
		||||
wheel/util.py,sha256=e0jpnsbbM9QhaaMSyap-_ZgUxcxwpyLDk6RHcrduPLg,621
 | 
			
		||||
wheel/wheelfile.py,sha256=9iWWOWcvVXSx26YdfK9QptRA1OHeRRjqEo7PEb631mI,7536
 | 
			
		||||
wheel/cli/__init__.py,sha256=NVh8x79QGybwZpL5VMQgQv-zwSg_6uKsYVXbIVRkpQ4,2384
 | 
			
		||||
wheel/cli/convert.py,sha256=skUf4TuZcksqG75J-_KUkFXdmYDxTJpP311O16cNJ50,9427
 | 
			
		||||
wheel/cli/pack.py,sha256=zQ1zmJouN8Y86hCJ3lTaKh6g7SbqgA2MuKP1wY-vjfw,3383
 | 
			
		||||
wheel/cli/unpack.py,sha256=QU_OVMCvYWtrjQa18Z5ZKaZwGBImAqJIzQokYt2u3bI,659
 | 
			
		||||
wheel/vendored/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
 | 
			
		||||
wheel/vendored/packaging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
 | 
			
		||||
wheel/vendored/packaging/_manylinux.py,sha256=1OWKAD6xtgTgOGVEhujFWqF35JWqMvQLxZEZ2QlHI9g,11489
 | 
			
		||||
wheel/vendored/packaging/_musllinux.py,sha256=k9vZj4tmx0ElF-2y8h7gbz09zCfhEjZ9ZQbeZr5sVds,4374
 | 
			
		||||
wheel/vendored/packaging/tags.py,sha256=M_DQI4zGnPq3hsRV9QWYf5SoMJmBB91gqqG9Jtyv-m8,15612
 | 
			
		||||
wheel-0.38.4.dist-info/LICENSE.txt,sha256=MMI2GGeRCPPo6h0qZYx8pBe9_IkcmO8aifpP8MmChlQ,1107
 | 
			
		||||
wheel-0.38.4.dist-info/METADATA,sha256=3j4KgVZCY7eZyOrwDKYoTuAcfr_gXAbxx1yGhR9DssA,2110
 | 
			
		||||
wheel-0.38.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
 | 
			
		||||
wheel-0.38.4.dist-info/entry_points.txt,sha256=krg-iHKefnsk1qvNLDkZP3-4Aq3J0F_zJaathht0JBI,107
 | 
			
		||||
wheel-0.38.4.dist-info/top_level.txt,sha256=HxSBIbgEstMPe4eFawhA66Mq-QYHMopXVoAncfjb_1c,6
 | 
			
		||||
wheel-0.38.4.dist-info/RECORD,,
 | 
			
		||||
wheel/__pycache__,,
 | 
			
		||||
wheel/__main__.cpython-311.pyc,,
 | 
			
		||||
wheel-0.38.4.dist-info/INSTALLER,,
 | 
			
		||||
wheel/cli/__init__.cpython-311.pyc,,
 | 
			
		||||
wheel/__init__.cpython-311.pyc,,
 | 
			
		||||
wheel/cli/convert.cpython-311.pyc,,
 | 
			
		||||
wheel/util.cpython-311.pyc,,
 | 
			
		||||
wheel/wheelfile.cpython-311.pyc,,
 | 
			
		||||
wheel/cli/pack.cpython-311.pyc,,
 | 
			
		||||
wheel/macosx_libfile.cpython-311.pyc,,
 | 
			
		||||
wheel/vendored/__pycache__,,
 | 
			
		||||
wheel/metadata.cpython-311.pyc,,
 | 
			
		||||
../../../bin/wheel,,
 | 
			
		||||
../../../bin/wheel-3.11,,
 | 
			
		||||
../../../bin/wheel3,,
 | 
			
		||||
wheel/bdist_wheel.cpython-311.pyc,,
 | 
			
		||||
wheel/vendored/packaging/__pycache__,,
 | 
			
		||||
wheel/vendored/packaging/_manylinux.cpython-311.pyc,,
 | 
			
		||||
wheel/vendored/packaging/tags.cpython-311.pyc,,
 | 
			
		||||
wheel/vendored/packaging/_musllinux.cpython-311.pyc,,
 | 
			
		||||
wheel/vendored/packaging/__init__.cpython-311.pyc,,
 | 
			
		||||
wheel-0.38.4.dist-info/__pycache__,,
 | 
			
		||||
wheel/cli/unpack.cpython-311.pyc,,
 | 
			
		||||
wheel/_setuptools_logging.cpython-311.pyc,,
 | 
			
		||||
../../../bin/wheel3.11,,
 | 
			
		||||
wheel/vendored/__init__.cpython-311.pyc,,
 | 
			
		||||
wheel/cli/__pycache__,,
 | 
			
		||||
wheel-0.38.4.virtualenv,,
 | 
			
		||||
@@ -0,0 +1,5 @@
 | 
			
		||||
Wheel-Version: 1.0
 | 
			
		||||
Generator: bdist_wheel (0.38.4)
 | 
			
		||||
Root-Is-Purelib: true
 | 
			
		||||
Tag: py3-none-any
 | 
			
		||||
 | 
			
		||||
@@ -0,0 +1,5 @@
 | 
			
		||||
[console_scripts]
 | 
			
		||||
wheel = wheel.cli:main
 | 
			
		||||
 | 
			
		||||
[distutils.commands]
 | 
			
		||||
bdist_wheel = wheel.bdist_wheel:bdist_wheel
 | 
			
		||||
@@ -0,0 +1 @@
 | 
			
		||||
wheel
 | 
			
		||||
		Reference in New Issue
	
	Block a user