PKF[Nn:LCCtox_appveyor.py"""Select 32 or 64-bit Python for Tox on Appveyor Set the environment variable TOX_APPVEYOR_X64=1 for 64-bit Python. Unset, or set to 0, Tox will use a 32-bit (x86) Python build. """ import os import re import tox from warnings import warn __version__ = '0.1' @tox.hookimpl def tox_get_python_executable(envconfig): x64_suffix = '' X64_ENV = os.environ.get('TOX_APPVEYOR_X64', '') if X64_ENV == '1': x64_suffix = '-x64' elif X64_ENV not in ('0', ''): warn("TOX_APPVEYOR_X64 environment variable should be '0' or '1' if set. " "Ignoring value %r" % X64_ENV, UserWarning) m = re.match(r'python(\d)\.(\d)', envconfig.basepython) if not m: # Requested Python not in the format we expect; let other # hook implementations try to find it. return None major, minor = m.groups() exe_path = 'C:\\Python{}{}{}\\Python.exe'.format(major, minor, x64_suffix) if os.path.isfile(exe_path): return exe_path else: warn("{!r} does not exist".format(exe_path), UserWarning) return None PK!HޡG+tox_appveyor-0.1.dist-info/entry_points.txt.ɯJ,((K/a..PKxZN(99"tox_appveyor-0.1.dist-info/LICENSEThe MIT License (MIT) Copyright (c) 2019 Thomas Kluyver 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. PK!HMuSa tox_appveyor-0.1.dist-info/WHEEL HM K-*ϳR03rOK-J,/RH,szd&Y)r$[)T&UD"PK!H5J#tox_appveyor-0.1.dist-info/METADATAo0W^d[M1 *X[ѮOc[4=_ !$>OܳyFW:UW%G2c֖ eQ0[G'W-\Xx> ׻.85,C{0̄8Htze6c"at2%w%&,s]0_~ ocPܑ%V{>5֐r2K"-NUK0B8?J_ PK!H9'*!tox_appveyor-0.1.dist-info/RECORD}vC@}E(](-C 1 th^LC.ezs2Nh_SO2DXv)c@#_,ű 94pL\t.}&5~[w ءnjpQo7Ј;LaIRip3XhOE]U$XyGˋsI>᭼@:l2Cg4YXSZE-ఓM0\YPw1%^%jvf;:E}PKF[Nn:LCCtox_appveyor.pyPK!HޡG+ptox_appveyor-0.1.dist-info/entry_points.txtPKxZN(99"tox_appveyor-0.1.dist-info/LICENSEPK!HMuSa I tox_appveyor-0.1.dist-info/WHEELPK!H5J# tox_appveyor-0.1.dist-info/METADATAPK!H9'*! tox_appveyor-0.1.dist-info/RECORDPK(