Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +4 -0
- evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/bad_all.py +14 -0
- evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/refbug.py +46 -0
- evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/test_completerlib.py +193 -0
- evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/test_history.py +306 -0
- evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/test_imports.py +52 -0
- evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/test_inputtransformer2_line.py +167 -0
- evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/test_shellapp.py +56 -0
- evalkit_tf437/lib/python3.10/site-packages/huggingface_hub-0.26.2.dist-info/LICENSE +201 -0
- evalkit_tf437/lib/python3.10/site-packages/huggingface_hub-0.26.2.dist-info/METADATA +303 -0
- evalkit_tf437/lib/python3.10/site-packages/huggingface_hub-0.26.2.dist-info/RECORD +229 -0
- evalkit_tf437/lib/python3.10/site-packages/huggingface_hub-0.26.2.dist-info/REQUESTED +0 -0
- evalkit_tf437/lib/python3.10/site-packages/idna-3.10.dist-info/INSTALLER +1 -0
- evalkit_tf437/lib/python3.10/site-packages/idna-3.10.dist-info/RECORD +23 -0
- evalkit_tf437/lib/python3.10/site-packages/joblib-1.4.2.dist-info/RECORD +218 -0
- evalkit_tf437/lib/python3.10/site-packages/joblib-1.4.2.dist-info/top_level.txt +1 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/__init__.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_blocking_input.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_docstring.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_layoutgrid.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_mathtext.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_pylab_helpers.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_tight_bbox.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/animation.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/artist.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/axis.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/backend_tools.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/category.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/cbook.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/cm.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/collections.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/container.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/hatch.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/layout_engine.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/legend.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/legend_handler.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/lines.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/markers.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/mathtext.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/offsetbox.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/path.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/patheffects.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/pylab.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/quiver.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/spines.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/texmanager.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/text.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/ticker.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/typing.cpython-310.pyc +0 -0
- evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/units.cpython-310.pyc +0 -0
.gitattributes
CHANGED
|
@@ -348,3 +348,7 @@ evalkit_tf437/lib/python3.10/site-packages/scipy/odr/__odrpack.cpython-310-x86_6
|
|
| 348 |
evalkit_tf437/lib/python3.10/site-packages/scipy/linalg/_interpolative.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 349 |
evalkit_tf437/lib/python3.10/site-packages/scipy/signal/_peak_finding_utils.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 350 |
evalkit_tf437/lib/python3.10/site-packages/scipy/integrate/_lsoda.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 348 |
evalkit_tf437/lib/python3.10/site-packages/scipy/linalg/_interpolative.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 349 |
evalkit_tf437/lib/python3.10/site-packages/scipy/signal/_peak_finding_utils.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 350 |
evalkit_tf437/lib/python3.10/site-packages/scipy/integrate/_lsoda.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 351 |
+
evalkit_tf437/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf filter=lfs diff=lfs merge=lfs -text
|
| 352 |
+
evalkit_tf437/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf filter=lfs diff=lfs merge=lfs -text
|
| 353 |
+
evalkit_tf437/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf filter=lfs diff=lfs merge=lfs -text
|
| 354 |
+
evalkit_tf437/lib/python3.10/site-packages/scipy/stats/__pycache__/_stats_py.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/bad_all.py
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Module with bad __all__
|
| 2 |
+
|
| 3 |
+
To test https://github.com/ipython/ipython/issues/9678
|
| 4 |
+
"""
|
| 5 |
+
|
| 6 |
+
def evil():
|
| 7 |
+
pass
|
| 8 |
+
|
| 9 |
+
def puppies():
|
| 10 |
+
pass
|
| 11 |
+
|
| 12 |
+
__all__ = [evil, # Bad
|
| 13 |
+
'puppies', # Good
|
| 14 |
+
]
|
evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/refbug.py
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Minimal script to reproduce our nasty reference counting bug.
|
| 2 |
+
|
| 3 |
+
The problem is related to https://github.com/ipython/ipython/issues/141
|
| 4 |
+
|
| 5 |
+
The original fix for that appeared to work, but John D. Hunter found a
|
| 6 |
+
matplotlib example which, when run twice in a row, would break. The problem
|
| 7 |
+
were references held by open figures to internals of Tkinter.
|
| 8 |
+
|
| 9 |
+
This code reproduces the problem that John saw, without matplotlib.
|
| 10 |
+
|
| 11 |
+
This script is meant to be called by other parts of the test suite that call it
|
| 12 |
+
via %run as if it were executed interactively by the user. As of 2011-05-29,
|
| 13 |
+
test_run.py calls it.
|
| 14 |
+
"""
|
| 15 |
+
|
| 16 |
+
#-----------------------------------------------------------------------------
|
| 17 |
+
# Module imports
|
| 18 |
+
#-----------------------------------------------------------------------------
|
| 19 |
+
|
| 20 |
+
from IPython import get_ipython
|
| 21 |
+
|
| 22 |
+
#-----------------------------------------------------------------------------
|
| 23 |
+
# Globals
|
| 24 |
+
#-----------------------------------------------------------------------------
|
| 25 |
+
|
| 26 |
+
# This needs to be here because nose and other test runners will import
|
| 27 |
+
# this module. Importing this module has potential side effects that we
|
| 28 |
+
# want to prevent.
|
| 29 |
+
if __name__ == '__main__':
|
| 30 |
+
|
| 31 |
+
ip = get_ipython()
|
| 32 |
+
|
| 33 |
+
if not '_refbug_cache' in ip.user_ns:
|
| 34 |
+
ip.user_ns['_refbug_cache'] = []
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
aglobal = 'Hello'
|
| 38 |
+
def f():
|
| 39 |
+
return aglobal
|
| 40 |
+
|
| 41 |
+
cache = ip.user_ns['_refbug_cache']
|
| 42 |
+
cache.append(f)
|
| 43 |
+
|
| 44 |
+
def call_f():
|
| 45 |
+
for func in cache:
|
| 46 |
+
print('lowercased:',func().lower())
|
evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/test_completerlib.py
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
"""Tests for completerlib.
|
| 3 |
+
|
| 4 |
+
"""
|
| 5 |
+
|
| 6 |
+
#-----------------------------------------------------------------------------
|
| 7 |
+
# Imports
|
| 8 |
+
#-----------------------------------------------------------------------------
|
| 9 |
+
|
| 10 |
+
import os
|
| 11 |
+
import shutil
|
| 12 |
+
import sys
|
| 13 |
+
import tempfile
|
| 14 |
+
import unittest
|
| 15 |
+
from os.path import join
|
| 16 |
+
|
| 17 |
+
from tempfile import TemporaryDirectory
|
| 18 |
+
|
| 19 |
+
from IPython.core.completerlib import magic_run_completer, module_completion, try_import
|
| 20 |
+
from IPython.testing.decorators import onlyif_unicode_paths
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
class MockEvent(object):
|
| 24 |
+
def __init__(self, line):
|
| 25 |
+
self.line = line
|
| 26 |
+
|
| 27 |
+
#-----------------------------------------------------------------------------
|
| 28 |
+
# Test functions begin
|
| 29 |
+
#-----------------------------------------------------------------------------
|
| 30 |
+
class Test_magic_run_completer(unittest.TestCase):
|
| 31 |
+
files = [u"aao.py", u"a.py", u"b.py", u"aao.txt"]
|
| 32 |
+
dirs = [u"adir/", "bdir/"]
|
| 33 |
+
|
| 34 |
+
def setUp(self):
|
| 35 |
+
self.BASETESTDIR = tempfile.mkdtemp()
|
| 36 |
+
for fil in self.files:
|
| 37 |
+
with open(join(self.BASETESTDIR, fil), "w", encoding="utf-8") as sfile:
|
| 38 |
+
sfile.write("pass\n")
|
| 39 |
+
for d in self.dirs:
|
| 40 |
+
os.mkdir(join(self.BASETESTDIR, d))
|
| 41 |
+
|
| 42 |
+
self.oldpath = os.getcwd()
|
| 43 |
+
os.chdir(self.BASETESTDIR)
|
| 44 |
+
|
| 45 |
+
def tearDown(self):
|
| 46 |
+
os.chdir(self.oldpath)
|
| 47 |
+
shutil.rmtree(self.BASETESTDIR)
|
| 48 |
+
|
| 49 |
+
def test_1(self):
|
| 50 |
+
"""Test magic_run_completer, should match two alternatives
|
| 51 |
+
"""
|
| 52 |
+
event = MockEvent(u"%run a")
|
| 53 |
+
mockself = None
|
| 54 |
+
match = set(magic_run_completer(mockself, event))
|
| 55 |
+
self.assertEqual(match, {u"a.py", u"aao.py", u"adir/"})
|
| 56 |
+
|
| 57 |
+
def test_2(self):
|
| 58 |
+
"""Test magic_run_completer, should match one alternative
|
| 59 |
+
"""
|
| 60 |
+
event = MockEvent(u"%run aa")
|
| 61 |
+
mockself = None
|
| 62 |
+
match = set(magic_run_completer(mockself, event))
|
| 63 |
+
self.assertEqual(match, {u"aao.py"})
|
| 64 |
+
|
| 65 |
+
def test_3(self):
|
| 66 |
+
"""Test magic_run_completer with unterminated " """
|
| 67 |
+
event = MockEvent(u'%run "a')
|
| 68 |
+
mockself = None
|
| 69 |
+
match = set(magic_run_completer(mockself, event))
|
| 70 |
+
self.assertEqual(match, {u"a.py", u"aao.py", u"adir/"})
|
| 71 |
+
|
| 72 |
+
def test_completion_more_args(self):
|
| 73 |
+
event = MockEvent(u'%run a.py ')
|
| 74 |
+
match = set(magic_run_completer(None, event))
|
| 75 |
+
self.assertEqual(match, set(self.files + self.dirs))
|
| 76 |
+
|
| 77 |
+
def test_completion_in_dir(self):
|
| 78 |
+
# Github issue #3459
|
| 79 |
+
event = MockEvent(u'%run a.py {}'.format(join(self.BASETESTDIR, 'a')))
|
| 80 |
+
print(repr(event.line))
|
| 81 |
+
match = set(magic_run_completer(None, event))
|
| 82 |
+
# We specifically use replace here rather than normpath, because
|
| 83 |
+
# at one point there were duplicates 'adir' and 'adir/', and normpath
|
| 84 |
+
# would hide the failure for that.
|
| 85 |
+
self.assertEqual(match, {join(self.BASETESTDIR, f).replace('\\','/')
|
| 86 |
+
for f in (u'a.py', u'aao.py', u'aao.txt', u'adir/')})
|
| 87 |
+
|
| 88 |
+
class Test_magic_run_completer_nonascii(unittest.TestCase):
|
| 89 |
+
@onlyif_unicode_paths
|
| 90 |
+
def setUp(self):
|
| 91 |
+
self.BASETESTDIR = tempfile.mkdtemp()
|
| 92 |
+
for fil in [u"aaø.py", u"a.py", u"b.py"]:
|
| 93 |
+
with open(join(self.BASETESTDIR, fil), "w", encoding="utf-8") as sfile:
|
| 94 |
+
sfile.write("pass\n")
|
| 95 |
+
self.oldpath = os.getcwd()
|
| 96 |
+
os.chdir(self.BASETESTDIR)
|
| 97 |
+
|
| 98 |
+
def tearDown(self):
|
| 99 |
+
os.chdir(self.oldpath)
|
| 100 |
+
shutil.rmtree(self.BASETESTDIR)
|
| 101 |
+
|
| 102 |
+
@onlyif_unicode_paths
|
| 103 |
+
def test_1(self):
|
| 104 |
+
"""Test magic_run_completer, should match two alternatives
|
| 105 |
+
"""
|
| 106 |
+
event = MockEvent(u"%run a")
|
| 107 |
+
mockself = None
|
| 108 |
+
match = set(magic_run_completer(mockself, event))
|
| 109 |
+
self.assertEqual(match, {u"a.py", u"aaø.py"})
|
| 110 |
+
|
| 111 |
+
@onlyif_unicode_paths
|
| 112 |
+
def test_2(self):
|
| 113 |
+
"""Test magic_run_completer, should match one alternative
|
| 114 |
+
"""
|
| 115 |
+
event = MockEvent(u"%run aa")
|
| 116 |
+
mockself = None
|
| 117 |
+
match = set(magic_run_completer(mockself, event))
|
| 118 |
+
self.assertEqual(match, {u"aaø.py"})
|
| 119 |
+
|
| 120 |
+
@onlyif_unicode_paths
|
| 121 |
+
def test_3(self):
|
| 122 |
+
"""Test magic_run_completer with unterminated " """
|
| 123 |
+
event = MockEvent(u'%run "a')
|
| 124 |
+
mockself = None
|
| 125 |
+
match = set(magic_run_completer(mockself, event))
|
| 126 |
+
self.assertEqual(match, {u"a.py", u"aaø.py"})
|
| 127 |
+
|
| 128 |
+
# module_completer:
|
| 129 |
+
|
| 130 |
+
def test_import_invalid_module():
|
| 131 |
+
"""Testing of issue https://github.com/ipython/ipython/issues/1107"""
|
| 132 |
+
invalid_module_names = {'foo-bar', 'foo:bar', '10foo'}
|
| 133 |
+
valid_module_names = {'foobar'}
|
| 134 |
+
with TemporaryDirectory() as tmpdir:
|
| 135 |
+
sys.path.insert( 0, tmpdir )
|
| 136 |
+
for name in invalid_module_names | valid_module_names:
|
| 137 |
+
filename = os.path.join(tmpdir, name + ".py")
|
| 138 |
+
open(filename, "w", encoding="utf-8").close()
|
| 139 |
+
|
| 140 |
+
s = set( module_completion('import foo') )
|
| 141 |
+
intersection = s.intersection(invalid_module_names)
|
| 142 |
+
assert intersection == set()
|
| 143 |
+
|
| 144 |
+
assert valid_module_names.issubset(s), valid_module_names.intersection(s)
|
| 145 |
+
|
| 146 |
+
|
| 147 |
+
def test_bad_module_all():
|
| 148 |
+
"""Test module with invalid __all__
|
| 149 |
+
|
| 150 |
+
https://github.com/ipython/ipython/issues/9678
|
| 151 |
+
"""
|
| 152 |
+
testsdir = os.path.dirname(__file__)
|
| 153 |
+
sys.path.insert(0, testsdir)
|
| 154 |
+
try:
|
| 155 |
+
results = module_completion("from bad_all import ")
|
| 156 |
+
assert "puppies" in results
|
| 157 |
+
for r in results:
|
| 158 |
+
assert isinstance(r, str)
|
| 159 |
+
|
| 160 |
+
# bad_all doesn't contain submodules, but this completion
|
| 161 |
+
# should finish without raising an exception:
|
| 162 |
+
results = module_completion("import bad_all.")
|
| 163 |
+
assert results == []
|
| 164 |
+
finally:
|
| 165 |
+
sys.path.remove(testsdir)
|
| 166 |
+
|
| 167 |
+
|
| 168 |
+
def test_module_without_init():
|
| 169 |
+
"""
|
| 170 |
+
Test module without __init__.py.
|
| 171 |
+
|
| 172 |
+
https://github.com/ipython/ipython/issues/11226
|
| 173 |
+
"""
|
| 174 |
+
fake_module_name = "foo"
|
| 175 |
+
with TemporaryDirectory() as tmpdir:
|
| 176 |
+
sys.path.insert(0, tmpdir)
|
| 177 |
+
try:
|
| 178 |
+
os.makedirs(os.path.join(tmpdir, fake_module_name))
|
| 179 |
+
s = try_import(mod=fake_module_name)
|
| 180 |
+
assert s == [], f"for module {fake_module_name}"
|
| 181 |
+
finally:
|
| 182 |
+
sys.path.remove(tmpdir)
|
| 183 |
+
|
| 184 |
+
|
| 185 |
+
def test_valid_exported_submodules():
|
| 186 |
+
"""
|
| 187 |
+
Test checking exported (__all__) objects are submodules
|
| 188 |
+
"""
|
| 189 |
+
results = module_completion("import os.pa")
|
| 190 |
+
# ensure we get a valid submodule:
|
| 191 |
+
assert "os.path" in results
|
| 192 |
+
# ensure we don't get objects that aren't submodules:
|
| 193 |
+
assert "os.pathconf" not in results
|
evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/test_history.py
ADDED
|
@@ -0,0 +1,306 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# coding: utf-8
|
| 2 |
+
"""Tests for the IPython tab-completion machinery.
|
| 3 |
+
"""
|
| 4 |
+
#-----------------------------------------------------------------------------
|
| 5 |
+
# Module imports
|
| 6 |
+
#-----------------------------------------------------------------------------
|
| 7 |
+
|
| 8 |
+
# stdlib
|
| 9 |
+
import io
|
| 10 |
+
import sys
|
| 11 |
+
import tempfile
|
| 12 |
+
from datetime import datetime
|
| 13 |
+
from pathlib import Path
|
| 14 |
+
|
| 15 |
+
from tempfile import TemporaryDirectory
|
| 16 |
+
# our own packages
|
| 17 |
+
from traitlets.config.loader import Config
|
| 18 |
+
|
| 19 |
+
from IPython.core.history import HistoryAccessor, HistoryManager, extract_hist_ranges
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def test_proper_default_encoding():
|
| 23 |
+
assert sys.getdefaultencoding() == "utf-8"
|
| 24 |
+
|
| 25 |
+
def test_history():
|
| 26 |
+
ip = get_ipython()
|
| 27 |
+
with TemporaryDirectory() as tmpdir:
|
| 28 |
+
tmp_path = Path(tmpdir)
|
| 29 |
+
hist_manager_ori = ip.history_manager
|
| 30 |
+
hist_file = tmp_path / "history.sqlite"
|
| 31 |
+
try:
|
| 32 |
+
ip.history_manager = HistoryManager(shell=ip, hist_file=hist_file)
|
| 33 |
+
hist = ["a=1", "def f():\n test = 1\n return test", "b='€Æ¾÷ß'"]
|
| 34 |
+
for i, h in enumerate(hist, start=1):
|
| 35 |
+
ip.history_manager.store_inputs(i, h)
|
| 36 |
+
|
| 37 |
+
ip.history_manager.db_log_output = True
|
| 38 |
+
# Doesn't match the input, but we'll just check it's stored.
|
| 39 |
+
ip.history_manager.output_hist_reprs[3] = "spam"
|
| 40 |
+
ip.history_manager.store_output(3)
|
| 41 |
+
|
| 42 |
+
assert ip.history_manager.input_hist_raw == [""] + hist
|
| 43 |
+
|
| 44 |
+
# Detailed tests for _get_range_session
|
| 45 |
+
grs = ip.history_manager._get_range_session
|
| 46 |
+
assert list(grs(start=2, stop=-1)) == list(zip([0], [2], hist[1:-1]))
|
| 47 |
+
assert list(grs(start=-2)) == list(zip([0, 0], [2, 3], hist[-2:]))
|
| 48 |
+
assert list(grs(output=True)) == list(
|
| 49 |
+
zip([0, 0, 0], [1, 2, 3], zip(hist, [None, None, "spam"]))
|
| 50 |
+
)
|
| 51 |
+
|
| 52 |
+
# Check whether specifying a range beyond the end of the current
|
| 53 |
+
# session results in an error (gh-804)
|
| 54 |
+
ip.run_line_magic("hist", "2-500")
|
| 55 |
+
|
| 56 |
+
# Check that we can write non-ascii characters to a file
|
| 57 |
+
ip.run_line_magic("hist", "-f %s" % (tmp_path / "test1"))
|
| 58 |
+
ip.run_line_magic("hist", "-pf %s" % (tmp_path / "test2"))
|
| 59 |
+
ip.run_line_magic("hist", "-nf %s" % (tmp_path / "test3"))
|
| 60 |
+
ip.run_line_magic("save", "%s 1-10" % (tmp_path / "test4"))
|
| 61 |
+
|
| 62 |
+
# New session
|
| 63 |
+
ip.history_manager.reset()
|
| 64 |
+
newcmds = ["z=5", "class X(object):\n pass", "k='p'", "z=5"]
|
| 65 |
+
for i, cmd in enumerate(newcmds, start=1):
|
| 66 |
+
ip.history_manager.store_inputs(i, cmd)
|
| 67 |
+
gothist = ip.history_manager.get_range(start=1, stop=4)
|
| 68 |
+
assert list(gothist) == list(zip([0, 0, 0], [1, 2, 3], newcmds))
|
| 69 |
+
# Previous session:
|
| 70 |
+
gothist = ip.history_manager.get_range(-1, 1, 4)
|
| 71 |
+
assert list(gothist) == list(zip([1, 1, 1], [1, 2, 3], hist))
|
| 72 |
+
|
| 73 |
+
newhist = [(2, i, c) for (i, c) in enumerate(newcmds, 1)]
|
| 74 |
+
|
| 75 |
+
# Check get_hist_tail
|
| 76 |
+
gothist = ip.history_manager.get_tail(5, output=True,
|
| 77 |
+
include_latest=True)
|
| 78 |
+
expected = [(1, 3, (hist[-1], "spam"))] \
|
| 79 |
+
+ [(s, n, (c, None)) for (s, n, c) in newhist]
|
| 80 |
+
assert list(gothist) == expected
|
| 81 |
+
|
| 82 |
+
gothist = ip.history_manager.get_tail(2)
|
| 83 |
+
expected = newhist[-3:-1]
|
| 84 |
+
assert list(gothist) == expected
|
| 85 |
+
|
| 86 |
+
# Check get_hist_search
|
| 87 |
+
|
| 88 |
+
gothist = ip.history_manager.search("*test*")
|
| 89 |
+
assert list(gothist) == [(1, 2, hist[1])]
|
| 90 |
+
|
| 91 |
+
gothist = ip.history_manager.search("*=*")
|
| 92 |
+
assert list(gothist) == [
|
| 93 |
+
(1, 1, hist[0]),
|
| 94 |
+
(1, 2, hist[1]),
|
| 95 |
+
(1, 3, hist[2]),
|
| 96 |
+
newhist[0],
|
| 97 |
+
newhist[2],
|
| 98 |
+
newhist[3],
|
| 99 |
+
]
|
| 100 |
+
|
| 101 |
+
gothist = ip.history_manager.search("*=*", n=4)
|
| 102 |
+
assert list(gothist) == [
|
| 103 |
+
(1, 3, hist[2]),
|
| 104 |
+
newhist[0],
|
| 105 |
+
newhist[2],
|
| 106 |
+
newhist[3],
|
| 107 |
+
]
|
| 108 |
+
|
| 109 |
+
gothist = ip.history_manager.search("*=*", unique=True)
|
| 110 |
+
assert list(gothist) == [
|
| 111 |
+
(1, 1, hist[0]),
|
| 112 |
+
(1, 2, hist[1]),
|
| 113 |
+
(1, 3, hist[2]),
|
| 114 |
+
newhist[2],
|
| 115 |
+
newhist[3],
|
| 116 |
+
]
|
| 117 |
+
|
| 118 |
+
gothist = ip.history_manager.search("*=*", unique=True, n=3)
|
| 119 |
+
assert list(gothist) == [(1, 3, hist[2]), newhist[2], newhist[3]]
|
| 120 |
+
|
| 121 |
+
gothist = ip.history_manager.search("b*", output=True)
|
| 122 |
+
assert list(gothist) == [(1, 3, (hist[2], "spam"))]
|
| 123 |
+
|
| 124 |
+
# Cross testing: check that magic %save can get previous session.
|
| 125 |
+
testfilename = (tmp_path / "test.py").resolve()
|
| 126 |
+
ip.run_line_magic("save", str(testfilename) + " ~1/1-3")
|
| 127 |
+
with io.open(testfilename, encoding="utf-8") as testfile:
|
| 128 |
+
assert testfile.read() == "# coding: utf-8\n" + "\n".join(hist) + "\n"
|
| 129 |
+
|
| 130 |
+
# Duplicate line numbers - check that it doesn't crash, and
|
| 131 |
+
# gets a new session
|
| 132 |
+
ip.history_manager.store_inputs(1, "rogue")
|
| 133 |
+
ip.history_manager.writeout_cache()
|
| 134 |
+
assert ip.history_manager.session_number == 3
|
| 135 |
+
|
| 136 |
+
# Check that session and line values are not just max values
|
| 137 |
+
sessid, lineno, entry = newhist[-1]
|
| 138 |
+
assert lineno > 1
|
| 139 |
+
ip.history_manager.reset()
|
| 140 |
+
lineno = 1
|
| 141 |
+
ip.history_manager.store_inputs(lineno, entry)
|
| 142 |
+
gothist = ip.history_manager.search("*=*", unique=True)
|
| 143 |
+
hist = list(gothist)[-1]
|
| 144 |
+
assert sessid < hist[0]
|
| 145 |
+
assert hist[1:] == (lineno, entry)
|
| 146 |
+
finally:
|
| 147 |
+
# Ensure saving thread is shut down before we try to clean up the files
|
| 148 |
+
ip.history_manager.save_thread.stop()
|
| 149 |
+
# Forcibly close database rather than relying on garbage collection
|
| 150 |
+
ip.history_manager.db.close()
|
| 151 |
+
# Restore history manager
|
| 152 |
+
ip.history_manager = hist_manager_ori
|
| 153 |
+
|
| 154 |
+
|
| 155 |
+
def test_extract_hist_ranges():
|
| 156 |
+
instr = "1 2/3 ~4/5-6 ~4/7-~4/9 ~9/2-~7/5 ~10/"
|
| 157 |
+
expected = [(0, 1, 2), # 0 == current session
|
| 158 |
+
(2, 3, 4),
|
| 159 |
+
(-4, 5, 7),
|
| 160 |
+
(-4, 7, 10),
|
| 161 |
+
(-9, 2, None), # None == to end
|
| 162 |
+
(-8, 1, None),
|
| 163 |
+
(-7, 1, 6),
|
| 164 |
+
(-10, 1, None)]
|
| 165 |
+
actual = list(extract_hist_ranges(instr))
|
| 166 |
+
assert actual == expected
|
| 167 |
+
|
| 168 |
+
|
| 169 |
+
def test_extract_hist_ranges_empty_str():
|
| 170 |
+
instr = ""
|
| 171 |
+
expected = [(0, 1, None)] # 0 == current session, None == to end
|
| 172 |
+
actual = list(extract_hist_ranges(instr))
|
| 173 |
+
assert actual == expected
|
| 174 |
+
|
| 175 |
+
|
| 176 |
+
def test_magic_rerun():
|
| 177 |
+
"""Simple test for %rerun (no args -> rerun last line)"""
|
| 178 |
+
ip = get_ipython()
|
| 179 |
+
ip.run_cell("a = 10", store_history=True)
|
| 180 |
+
ip.run_cell("a += 1", store_history=True)
|
| 181 |
+
assert ip.user_ns["a"] == 11
|
| 182 |
+
ip.run_cell("%rerun", store_history=True)
|
| 183 |
+
assert ip.user_ns["a"] == 12
|
| 184 |
+
|
| 185 |
+
def test_timestamp_type():
|
| 186 |
+
ip = get_ipython()
|
| 187 |
+
info = ip.history_manager.get_session_info()
|
| 188 |
+
assert isinstance(info[1], datetime)
|
| 189 |
+
|
| 190 |
+
def test_hist_file_config():
|
| 191 |
+
cfg = Config()
|
| 192 |
+
tfile = tempfile.NamedTemporaryFile(delete=False)
|
| 193 |
+
cfg.HistoryManager.hist_file = Path(tfile.name)
|
| 194 |
+
try:
|
| 195 |
+
hm = HistoryManager(shell=get_ipython(), config=cfg)
|
| 196 |
+
assert hm.hist_file == cfg.HistoryManager.hist_file
|
| 197 |
+
finally:
|
| 198 |
+
try:
|
| 199 |
+
Path(tfile.name).unlink()
|
| 200 |
+
except OSError:
|
| 201 |
+
# same catch as in testing.tools.TempFileMixin
|
| 202 |
+
# On Windows, even though we close the file, we still can't
|
| 203 |
+
# delete it. I have no clue why
|
| 204 |
+
pass
|
| 205 |
+
|
| 206 |
+
def test_histmanager_disabled():
|
| 207 |
+
"""Ensure that disabling the history manager doesn't create a database."""
|
| 208 |
+
cfg = Config()
|
| 209 |
+
cfg.HistoryAccessor.enabled = False
|
| 210 |
+
|
| 211 |
+
ip = get_ipython()
|
| 212 |
+
with TemporaryDirectory() as tmpdir:
|
| 213 |
+
hist_manager_ori = ip.history_manager
|
| 214 |
+
hist_file = Path(tmpdir) / "history.sqlite"
|
| 215 |
+
cfg.HistoryManager.hist_file = hist_file
|
| 216 |
+
try:
|
| 217 |
+
ip.history_manager = HistoryManager(shell=ip, config=cfg)
|
| 218 |
+
hist = ["a=1", "def f():\n test = 1\n return test", "b='€Æ¾÷ß'"]
|
| 219 |
+
for i, h in enumerate(hist, start=1):
|
| 220 |
+
ip.history_manager.store_inputs(i, h)
|
| 221 |
+
assert ip.history_manager.input_hist_raw == [""] + hist
|
| 222 |
+
ip.history_manager.reset()
|
| 223 |
+
ip.history_manager.end_session()
|
| 224 |
+
finally:
|
| 225 |
+
ip.history_manager = hist_manager_ori
|
| 226 |
+
|
| 227 |
+
# hist_file should not be created
|
| 228 |
+
assert hist_file.exists() is False
|
| 229 |
+
|
| 230 |
+
|
| 231 |
+
def test_get_tail_session_awareness():
|
| 232 |
+
"""Test .get_tail() is:
|
| 233 |
+
- session specific in HistoryManager
|
| 234 |
+
- session agnostic in HistoryAccessor
|
| 235 |
+
same for .get_last_session_id()
|
| 236 |
+
"""
|
| 237 |
+
ip = get_ipython()
|
| 238 |
+
with TemporaryDirectory() as tmpdir:
|
| 239 |
+
tmp_path = Path(tmpdir)
|
| 240 |
+
hist_file = tmp_path / "history.sqlite"
|
| 241 |
+
get_source = lambda x: x[2]
|
| 242 |
+
hm1 = None
|
| 243 |
+
hm2 = None
|
| 244 |
+
ha = None
|
| 245 |
+
try:
|
| 246 |
+
# hm1 creates a new session and adds history entries,
|
| 247 |
+
# ha catches up
|
| 248 |
+
hm1 = HistoryManager(shell=ip, hist_file=hist_file)
|
| 249 |
+
hm1_last_sid = hm1.get_last_session_id
|
| 250 |
+
ha = HistoryAccessor(hist_file=hist_file)
|
| 251 |
+
ha_last_sid = ha.get_last_session_id
|
| 252 |
+
|
| 253 |
+
hist1 = ["a=1", "b=1", "c=1"]
|
| 254 |
+
for i, h in enumerate(hist1 + [""], start=1):
|
| 255 |
+
hm1.store_inputs(i, h)
|
| 256 |
+
assert list(map(get_source, hm1.get_tail())) == hist1
|
| 257 |
+
assert list(map(get_source, ha.get_tail())) == hist1
|
| 258 |
+
sid1 = hm1_last_sid()
|
| 259 |
+
assert sid1 is not None
|
| 260 |
+
assert ha_last_sid() == sid1
|
| 261 |
+
|
| 262 |
+
# hm2 creates a new session and adds entries,
|
| 263 |
+
# ha catches up
|
| 264 |
+
hm2 = HistoryManager(shell=ip, hist_file=hist_file)
|
| 265 |
+
hm2_last_sid = hm2.get_last_session_id
|
| 266 |
+
|
| 267 |
+
hist2 = ["a=2", "b=2", "c=2"]
|
| 268 |
+
for i, h in enumerate(hist2 + [""], start=1):
|
| 269 |
+
hm2.store_inputs(i, h)
|
| 270 |
+
tail = hm2.get_tail(n=3)
|
| 271 |
+
assert list(map(get_source, tail)) == hist2
|
| 272 |
+
tail = ha.get_tail(n=3)
|
| 273 |
+
assert list(map(get_source, tail)) == hist2
|
| 274 |
+
sid2 = hm2_last_sid()
|
| 275 |
+
assert sid2 is not None
|
| 276 |
+
assert ha_last_sid() == sid2
|
| 277 |
+
assert sid2 != sid1
|
| 278 |
+
|
| 279 |
+
# but hm1 still maintains its point of reference
|
| 280 |
+
# and adding more entries to it doesn't change others
|
| 281 |
+
# immediate perspective
|
| 282 |
+
assert hm1_last_sid() == sid1
|
| 283 |
+
tail = hm1.get_tail(n=3)
|
| 284 |
+
assert list(map(get_source, tail)) == hist1
|
| 285 |
+
|
| 286 |
+
hist3 = ["a=3", "b=3", "c=3"]
|
| 287 |
+
for i, h in enumerate(hist3 + [""], start=5):
|
| 288 |
+
hm1.store_inputs(i, h)
|
| 289 |
+
tail = hm1.get_tail(n=7)
|
| 290 |
+
assert list(map(get_source, tail)) == hist1 + [""] + hist3
|
| 291 |
+
tail = hm2.get_tail(n=3)
|
| 292 |
+
assert list(map(get_source, tail)) == hist2
|
| 293 |
+
tail = ha.get_tail(n=3)
|
| 294 |
+
assert list(map(get_source, tail)) == hist2
|
| 295 |
+
assert hm1_last_sid() == sid1
|
| 296 |
+
assert hm2_last_sid() == sid2
|
| 297 |
+
assert ha_last_sid() == sid2
|
| 298 |
+
finally:
|
| 299 |
+
if hm1:
|
| 300 |
+
hm1.save_thread.stop()
|
| 301 |
+
hm1.db.close()
|
| 302 |
+
if hm2:
|
| 303 |
+
hm2.save_thread.stop()
|
| 304 |
+
hm2.db.close()
|
| 305 |
+
if ha:
|
| 306 |
+
ha.db.close()
|
evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/test_imports.py
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# encoding: utf-8
|
| 2 |
+
|
| 3 |
+
def test_import_completer():
|
| 4 |
+
from IPython.core import completer
|
| 5 |
+
|
| 6 |
+
def test_import_crashhandler():
|
| 7 |
+
from IPython.core import crashhandler
|
| 8 |
+
|
| 9 |
+
def test_import_debugger():
|
| 10 |
+
from IPython.core import debugger
|
| 11 |
+
|
| 12 |
+
def test_import_excolors():
|
| 13 |
+
from IPython.core import excolors
|
| 14 |
+
|
| 15 |
+
def test_import_history():
|
| 16 |
+
from IPython.core import history
|
| 17 |
+
|
| 18 |
+
def test_import_hooks():
|
| 19 |
+
from IPython.core import hooks
|
| 20 |
+
|
| 21 |
+
def test_import_getipython():
|
| 22 |
+
from IPython.core import getipython
|
| 23 |
+
|
| 24 |
+
def test_import_interactiveshell():
|
| 25 |
+
from IPython.core import interactiveshell
|
| 26 |
+
|
| 27 |
+
def test_import_logger():
|
| 28 |
+
from IPython.core import logger
|
| 29 |
+
|
| 30 |
+
def test_import_macro():
|
| 31 |
+
from IPython.core import macro
|
| 32 |
+
|
| 33 |
+
def test_import_magic():
|
| 34 |
+
from IPython.core import magic
|
| 35 |
+
|
| 36 |
+
def test_import_oinspect():
|
| 37 |
+
from IPython.core import oinspect
|
| 38 |
+
|
| 39 |
+
def test_import_prefilter():
|
| 40 |
+
from IPython.core import prefilter
|
| 41 |
+
|
| 42 |
+
def test_import_prompts():
|
| 43 |
+
from IPython.core import prompts
|
| 44 |
+
|
| 45 |
+
def test_import_release():
|
| 46 |
+
from IPython.core import release
|
| 47 |
+
|
| 48 |
+
def test_import_ultratb():
|
| 49 |
+
from IPython.core import ultratb
|
| 50 |
+
|
| 51 |
+
def test_import_usage():
|
| 52 |
+
from IPython.core import usage
|
evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/test_inputtransformer2_line.py
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Tests for the line-based transformers in IPython.core.inputtransformer2
|
| 2 |
+
|
| 3 |
+
Line-based transformers are the simpler ones; token-based transformers are
|
| 4 |
+
more complex. See test_inputtransformer2 for tests for token-based transformers.
|
| 5 |
+
"""
|
| 6 |
+
|
| 7 |
+
from IPython.core import inputtransformer2 as ipt2
|
| 8 |
+
|
| 9 |
+
CELL_MAGIC = ("""\
|
| 10 |
+
%%foo arg
|
| 11 |
+
body 1
|
| 12 |
+
body 2
|
| 13 |
+
""", """\
|
| 14 |
+
get_ipython().run_cell_magic('foo', 'arg', 'body 1\\nbody 2\\n')
|
| 15 |
+
""")
|
| 16 |
+
|
| 17 |
+
def test_cell_magic():
|
| 18 |
+
for sample, expected in [CELL_MAGIC]:
|
| 19 |
+
assert ipt2.cell_magic(sample.splitlines(keepends=True)) == expected.splitlines(
|
| 20 |
+
keepends=True
|
| 21 |
+
)
|
| 22 |
+
|
| 23 |
+
CLASSIC_PROMPT = ("""\
|
| 24 |
+
>>> for a in range(5):
|
| 25 |
+
... print(a)
|
| 26 |
+
""", """\
|
| 27 |
+
for a in range(5):
|
| 28 |
+
print(a)
|
| 29 |
+
""")
|
| 30 |
+
|
| 31 |
+
CLASSIC_PROMPT_L2 = ("""\
|
| 32 |
+
for a in range(5):
|
| 33 |
+
... print(a)
|
| 34 |
+
... print(a ** 2)
|
| 35 |
+
""", """\
|
| 36 |
+
for a in range(5):
|
| 37 |
+
print(a)
|
| 38 |
+
print(a ** 2)
|
| 39 |
+
""")
|
| 40 |
+
|
| 41 |
+
def test_classic_prompt():
|
| 42 |
+
for sample, expected in [CLASSIC_PROMPT, CLASSIC_PROMPT_L2]:
|
| 43 |
+
assert ipt2.classic_prompt(
|
| 44 |
+
sample.splitlines(keepends=True)
|
| 45 |
+
) == expected.splitlines(keepends=True)
|
| 46 |
+
|
| 47 |
+
IPYTHON_PROMPT = ("""\
|
| 48 |
+
In [1]: for a in range(5):
|
| 49 |
+
...: print(a)
|
| 50 |
+
""", """\
|
| 51 |
+
for a in range(5):
|
| 52 |
+
print(a)
|
| 53 |
+
""")
|
| 54 |
+
|
| 55 |
+
IPYTHON_PROMPT_L2 = ("""\
|
| 56 |
+
for a in range(5):
|
| 57 |
+
...: print(a)
|
| 58 |
+
...: print(a ** 2)
|
| 59 |
+
""", """\
|
| 60 |
+
for a in range(5):
|
| 61 |
+
print(a)
|
| 62 |
+
print(a ** 2)
|
| 63 |
+
""")
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
IPYTHON_PROMPT_VI_INS = (
|
| 67 |
+
"""\
|
| 68 |
+
[ins] In [11]: def a():
|
| 69 |
+
...: 123
|
| 70 |
+
...:
|
| 71 |
+
...: 123
|
| 72 |
+
""",
|
| 73 |
+
"""\
|
| 74 |
+
def a():
|
| 75 |
+
123
|
| 76 |
+
|
| 77 |
+
123
|
| 78 |
+
""",
|
| 79 |
+
)
|
| 80 |
+
|
| 81 |
+
IPYTHON_PROMPT_VI_NAV = (
|
| 82 |
+
"""\
|
| 83 |
+
[nav] In [11]: def a():
|
| 84 |
+
...: 123
|
| 85 |
+
...:
|
| 86 |
+
...: 123
|
| 87 |
+
""",
|
| 88 |
+
"""\
|
| 89 |
+
def a():
|
| 90 |
+
123
|
| 91 |
+
|
| 92 |
+
123
|
| 93 |
+
""",
|
| 94 |
+
)
|
| 95 |
+
|
| 96 |
+
|
| 97 |
+
def test_ipython_prompt():
|
| 98 |
+
for sample, expected in [
|
| 99 |
+
IPYTHON_PROMPT,
|
| 100 |
+
IPYTHON_PROMPT_L2,
|
| 101 |
+
IPYTHON_PROMPT_VI_INS,
|
| 102 |
+
IPYTHON_PROMPT_VI_NAV,
|
| 103 |
+
]:
|
| 104 |
+
assert ipt2.ipython_prompt(
|
| 105 |
+
sample.splitlines(keepends=True)
|
| 106 |
+
) == expected.splitlines(keepends=True)
|
| 107 |
+
|
| 108 |
+
|
| 109 |
+
INDENT_SPACES = ("""\
|
| 110 |
+
if True:
|
| 111 |
+
a = 3
|
| 112 |
+
""", """\
|
| 113 |
+
if True:
|
| 114 |
+
a = 3
|
| 115 |
+
""")
|
| 116 |
+
|
| 117 |
+
INDENT_TABS = ("""\
|
| 118 |
+
\tif True:
|
| 119 |
+
\t\tb = 4
|
| 120 |
+
""", """\
|
| 121 |
+
if True:
|
| 122 |
+
\tb = 4
|
| 123 |
+
""")
|
| 124 |
+
|
| 125 |
+
def test_leading_indent():
|
| 126 |
+
for sample, expected in [INDENT_SPACES, INDENT_TABS]:
|
| 127 |
+
assert ipt2.leading_indent(
|
| 128 |
+
sample.splitlines(keepends=True)
|
| 129 |
+
) == expected.splitlines(keepends=True)
|
| 130 |
+
|
| 131 |
+
LEADING_EMPTY_LINES = ("""\
|
| 132 |
+
\t
|
| 133 |
+
|
| 134 |
+
if True:
|
| 135 |
+
a = 3
|
| 136 |
+
|
| 137 |
+
b = 4
|
| 138 |
+
""", """\
|
| 139 |
+
if True:
|
| 140 |
+
a = 3
|
| 141 |
+
|
| 142 |
+
b = 4
|
| 143 |
+
""")
|
| 144 |
+
|
| 145 |
+
ONLY_EMPTY_LINES = ("""\
|
| 146 |
+
\t
|
| 147 |
+
|
| 148 |
+
""", """\
|
| 149 |
+
\t
|
| 150 |
+
|
| 151 |
+
""")
|
| 152 |
+
|
| 153 |
+
def test_leading_empty_lines():
|
| 154 |
+
for sample, expected in [LEADING_EMPTY_LINES, ONLY_EMPTY_LINES]:
|
| 155 |
+
assert ipt2.leading_empty_lines(
|
| 156 |
+
sample.splitlines(keepends=True)
|
| 157 |
+
) == expected.splitlines(keepends=True)
|
| 158 |
+
|
| 159 |
+
CRLF_MAGIC = ([
|
| 160 |
+
"%%ls\r\n"
|
| 161 |
+
], [
|
| 162 |
+
"get_ipython().run_cell_magic('ls', '', '')\n"
|
| 163 |
+
])
|
| 164 |
+
|
| 165 |
+
def test_crlf_magic():
|
| 166 |
+
for sample, expected in [CRLF_MAGIC]:
|
| 167 |
+
assert ipt2.cell_magic(sample) == expected
|
evalkit_tf437/lib/python3.10/site-packages/IPython/core/tests/test_shellapp.py
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
"""Tests for shellapp module.
|
| 3 |
+
|
| 4 |
+
Authors
|
| 5 |
+
-------
|
| 6 |
+
* Bradley Froehle
|
| 7 |
+
"""
|
| 8 |
+
#-----------------------------------------------------------------------------
|
| 9 |
+
# Copyright (C) 2012 The IPython Development Team
|
| 10 |
+
#
|
| 11 |
+
# Distributed under the terms of the BSD License. The full license is in
|
| 12 |
+
# the file COPYING, distributed as part of this software.
|
| 13 |
+
#-----------------------------------------------------------------------------
|
| 14 |
+
|
| 15 |
+
#-----------------------------------------------------------------------------
|
| 16 |
+
# Imports
|
| 17 |
+
#-----------------------------------------------------------------------------
|
| 18 |
+
import unittest
|
| 19 |
+
|
| 20 |
+
from IPython.testing import decorators as dec
|
| 21 |
+
from IPython.testing import tools as tt
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
class TestFileToRun(tt.TempFileMixin, unittest.TestCase):
|
| 25 |
+
"""Test the behavior of the file_to_run parameter."""
|
| 26 |
+
|
| 27 |
+
def test_py_script_file_attribute(self):
|
| 28 |
+
"""Test that `__file__` is set when running `ipython file.py`"""
|
| 29 |
+
src = "print(__file__)\n"
|
| 30 |
+
self.mktmp(src)
|
| 31 |
+
|
| 32 |
+
err = None
|
| 33 |
+
tt.ipexec_validate(self.fname, self.fname, err)
|
| 34 |
+
|
| 35 |
+
def test_ipy_script_file_attribute(self):
|
| 36 |
+
"""Test that `__file__` is set when running `ipython file.ipy`"""
|
| 37 |
+
src = "print(__file__)\n"
|
| 38 |
+
self.mktmp(src, ext='.ipy')
|
| 39 |
+
|
| 40 |
+
err = None
|
| 41 |
+
tt.ipexec_validate(self.fname, self.fname, err)
|
| 42 |
+
|
| 43 |
+
# The commands option to ipexec_validate doesn't work on Windows, and it
|
| 44 |
+
# doesn't seem worth fixing
|
| 45 |
+
@dec.skip_win32
|
| 46 |
+
def test_py_script_file_attribute_interactively(self):
|
| 47 |
+
"""Test that `__file__` is not set after `ipython -i file.py`"""
|
| 48 |
+
src = "True\n"
|
| 49 |
+
self.mktmp(src)
|
| 50 |
+
|
| 51 |
+
out, err = tt.ipexec(
|
| 52 |
+
self.fname,
|
| 53 |
+
options=["-i"],
|
| 54 |
+
commands=['"__file__" in globals()', "print(123)", "exit()"],
|
| 55 |
+
)
|
| 56 |
+
assert "False" in out, f"Subprocess stderr:\n{err}\n-----"
|
evalkit_tf437/lib/python3.10/site-packages/huggingface_hub-0.26.2.dist-info/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 10 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 13 |
+
the copyright owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 16 |
+
other entities that control, are controlled by, or are under common
|
| 17 |
+
control with that entity. For the purposes of this definition,
|
| 18 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 19 |
+
direction or management of such entity, whether by contract or
|
| 20 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 21 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 22 |
+
|
| 23 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 24 |
+
exercising permissions granted by this License.
|
| 25 |
+
|
| 26 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 27 |
+
including but not limited to software source code, documentation
|
| 28 |
+
source, and configuration files.
|
| 29 |
+
|
| 30 |
+
"Object" form shall mean any form resulting from mechanical
|
| 31 |
+
transformation or translation of a Source form, including but
|
| 32 |
+
not limited to compiled object code, generated documentation,
|
| 33 |
+
and conversions to other media types.
|
| 34 |
+
|
| 35 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 36 |
+
Object form, made available under the License, as indicated by a
|
| 37 |
+
copyright notice that is included in or attached to the work
|
| 38 |
+
(an example is provided in the Appendix below).
|
| 39 |
+
|
| 40 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 41 |
+
form, that is based on (or derived from) the Work and for which the
|
| 42 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 43 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 44 |
+
of this License, Derivative Works shall not include works that remain
|
| 45 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 46 |
+
the Work and Derivative Works thereof.
|
| 47 |
+
|
| 48 |
+
"Contribution" shall mean any work of authorship, including
|
| 49 |
+
the original version of the Work and any modifications or additions
|
| 50 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 51 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 52 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 53 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 54 |
+
means any form of electronic, verbal, or written communication sent
|
| 55 |
+
to the Licensor or its representatives, including but not limited to
|
| 56 |
+
communication on electronic mailing lists, source code control systems,
|
| 57 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 58 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 59 |
+
excluding communication that is conspicuously marked or otherwise
|
| 60 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 61 |
+
|
| 62 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 63 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 64 |
+
subsequently incorporated within the Work.
|
| 65 |
+
|
| 66 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 67 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 68 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 69 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 70 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 71 |
+
Work and such Derivative Works in Source or Object form.
|
| 72 |
+
|
| 73 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 74 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 75 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 76 |
+
(except as stated in this section) patent license to make, have made,
|
| 77 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 78 |
+
where such license applies only to those patent claims licensable
|
| 79 |
+
by such Contributor that are necessarily infringed by their
|
| 80 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 81 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 82 |
+
institute patent litigation against any entity (including a
|
| 83 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 84 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 85 |
+
or contributory patent infringement, then any patent licenses
|
| 86 |
+
granted to You under this License for that Work shall terminate
|
| 87 |
+
as of the date such litigation is filed.
|
| 88 |
+
|
| 89 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 90 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 91 |
+
modifications, and in Source or Object form, provided that You
|
| 92 |
+
meet the following conditions:
|
| 93 |
+
|
| 94 |
+
(a) You must give any other recipients of the Work or
|
| 95 |
+
Derivative Works a copy of this License; and
|
| 96 |
+
|
| 97 |
+
(b) You must cause any modified files to carry prominent notices
|
| 98 |
+
stating that You changed the files; and
|
| 99 |
+
|
| 100 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 101 |
+
that You distribute, all copyright, patent, trademark, and
|
| 102 |
+
attribution notices from the Source form of the Work,
|
| 103 |
+
excluding those notices that do not pertain to any part of
|
| 104 |
+
the Derivative Works; and
|
| 105 |
+
|
| 106 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 107 |
+
distribution, then any Derivative Works that You distribute must
|
| 108 |
+
include a readable copy of the attribution notices contained
|
| 109 |
+
within such NOTICE file, excluding those notices that do not
|
| 110 |
+
pertain to any part of the Derivative Works, in at least one
|
| 111 |
+
of the following places: within a NOTICE text file distributed
|
| 112 |
+
as part of the Derivative Works; within the Source form or
|
| 113 |
+
documentation, if provided along with the Derivative Works; or,
|
| 114 |
+
within a display generated by the Derivative Works, if and
|
| 115 |
+
wherever such third-party notices normally appear. The contents
|
| 116 |
+
of the NOTICE file are for informational purposes only and
|
| 117 |
+
do not modify the License. You may add Your own attribution
|
| 118 |
+
notices within Derivative Works that You distribute, alongside
|
| 119 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 120 |
+
that such additional attribution notices cannot be construed
|
| 121 |
+
as modifying the License.
|
| 122 |
+
|
| 123 |
+
You may add Your own copyright statement to Your modifications and
|
| 124 |
+
may provide additional or different license terms and conditions
|
| 125 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 126 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 127 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 128 |
+
the conditions stated in this License.
|
| 129 |
+
|
| 130 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 131 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 132 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 133 |
+
this License, without any additional terms or conditions.
|
| 134 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 135 |
+
the terms of any separate license agreement you may have executed
|
| 136 |
+
with Licensor regarding such Contributions.
|
| 137 |
+
|
| 138 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 139 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 140 |
+
except as required for reasonable and customary use in describing the
|
| 141 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 142 |
+
|
| 143 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 144 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 145 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 146 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 147 |
+
implied, including, without limitation, any warranties or conditions
|
| 148 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 149 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 150 |
+
appropriateness of using or redistributing the Work and assume any
|
| 151 |
+
risks associated with Your exercise of permissions under this License.
|
| 152 |
+
|
| 153 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 154 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 155 |
+
unless required by applicable law (such as deliberate and grossly
|
| 156 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 157 |
+
liable to You for damages, including any direct, indirect, special,
|
| 158 |
+
incidental, or consequential damages of any character arising as a
|
| 159 |
+
result of this License or out of the use or inability to use the
|
| 160 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 161 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 162 |
+
other commercial damages or losses), even if such Contributor
|
| 163 |
+
has been advised of the possibility of such damages.
|
| 164 |
+
|
| 165 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 166 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 167 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 168 |
+
or other liability obligations and/or rights consistent with this
|
| 169 |
+
License. However, in accepting such obligations, You may act only
|
| 170 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 171 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 172 |
+
defend, and hold each Contributor harmless for any liability
|
| 173 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 174 |
+
of your accepting any such warranty or additional liability.
|
| 175 |
+
|
| 176 |
+
END OF TERMS AND CONDITIONS
|
| 177 |
+
|
| 178 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
+
|
| 180 |
+
To apply the Apache License to your work, attach the following
|
| 181 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 182 |
+
replaced with your own identifying information. (Don't include
|
| 183 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
+
comment syntax for the file format. We also recommend that a
|
| 185 |
+
file or class name and description of purpose be included on the
|
| 186 |
+
same "printed page" as the copyright notice for easier
|
| 187 |
+
identification within third-party archives.
|
| 188 |
+
|
| 189 |
+
Copyright [yyyy] [name of copyright owner]
|
| 190 |
+
|
| 191 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
+
you may not use this file except in compliance with the License.
|
| 193 |
+
You may obtain a copy of the License at
|
| 194 |
+
|
| 195 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 196 |
+
|
| 197 |
+
Unless required by applicable law or agreed to in writing, software
|
| 198 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 199 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
+
See the License for the specific language governing permissions and
|
| 201 |
+
limitations under the License.
|
evalkit_tf437/lib/python3.10/site-packages/huggingface_hub-0.26.2.dist-info/METADATA
ADDED
|
@@ -0,0 +1,303 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.1
|
| 2 |
+
Name: huggingface-hub
|
| 3 |
+
Version: 0.26.2
|
| 4 |
+
Summary: Client library to download and publish models, datasets and other repos on the huggingface.co hub
|
| 5 |
+
Home-page: https://github.com/huggingface/huggingface_hub
|
| 6 |
+
Author: Hugging Face, Inc.
|
| 7 |
+
Author-email: julien@huggingface.co
|
| 8 |
+
License: Apache
|
| 9 |
+
Keywords: model-hub machine-learning models natural-language-processing deep-learning pytorch pretrained-models
|
| 10 |
+
Platform: UNKNOWN
|
| 11 |
+
Classifier: Intended Audience :: Developers
|
| 12 |
+
Classifier: Intended Audience :: Education
|
| 13 |
+
Classifier: Intended Audience :: Science/Research
|
| 14 |
+
Classifier: License :: OSI Approved :: Apache Software License
|
| 15 |
+
Classifier: Operating System :: OS Independent
|
| 16 |
+
Classifier: Programming Language :: Python :: 3
|
| 17 |
+
Classifier: Programming Language :: Python :: 3 :: Only
|
| 18 |
+
Classifier: Programming Language :: Python :: 3.8
|
| 19 |
+
Classifier: Programming Language :: Python :: 3.9
|
| 20 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 21 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 22 |
+
Classifier: Programming Language :: Python :: 3.12
|
| 23 |
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
| 24 |
+
Requires-Python: >=3.8.0
|
| 25 |
+
Description-Content-Type: text/markdown
|
| 26 |
+
License-File: LICENSE
|
| 27 |
+
Requires-Dist: filelock
|
| 28 |
+
Requires-Dist: fsspec>=2023.5.0
|
| 29 |
+
Requires-Dist: packaging>=20.9
|
| 30 |
+
Requires-Dist: pyyaml>=5.1
|
| 31 |
+
Requires-Dist: requests
|
| 32 |
+
Requires-Dist: tqdm>=4.42.1
|
| 33 |
+
Requires-Dist: typing-extensions>=3.7.4.3
|
| 34 |
+
Provides-Extra: all
|
| 35 |
+
Requires-Dist: InquirerPy==0.3.4; extra == "all"
|
| 36 |
+
Requires-Dist: aiohttp; extra == "all"
|
| 37 |
+
Requires-Dist: jedi; extra == "all"
|
| 38 |
+
Requires-Dist: Jinja2; extra == "all"
|
| 39 |
+
Requires-Dist: pytest<8.2.2,>=8.1.1; extra == "all"
|
| 40 |
+
Requires-Dist: pytest-cov; extra == "all"
|
| 41 |
+
Requires-Dist: pytest-env; extra == "all"
|
| 42 |
+
Requires-Dist: pytest-xdist; extra == "all"
|
| 43 |
+
Requires-Dist: pytest-vcr; extra == "all"
|
| 44 |
+
Requires-Dist: pytest-asyncio; extra == "all"
|
| 45 |
+
Requires-Dist: pytest-rerunfailures; extra == "all"
|
| 46 |
+
Requires-Dist: pytest-mock; extra == "all"
|
| 47 |
+
Requires-Dist: urllib3<2.0; extra == "all"
|
| 48 |
+
Requires-Dist: soundfile; extra == "all"
|
| 49 |
+
Requires-Dist: Pillow; extra == "all"
|
| 50 |
+
Requires-Dist: gradio>=4.0.0; extra == "all"
|
| 51 |
+
Requires-Dist: numpy; extra == "all"
|
| 52 |
+
Requires-Dist: fastapi; extra == "all"
|
| 53 |
+
Requires-Dist: ruff>=0.5.0; extra == "all"
|
| 54 |
+
Requires-Dist: mypy==1.5.1; extra == "all"
|
| 55 |
+
Requires-Dist: libcst==1.4.0; extra == "all"
|
| 56 |
+
Requires-Dist: typing-extensions>=4.8.0; extra == "all"
|
| 57 |
+
Requires-Dist: types-PyYAML; extra == "all"
|
| 58 |
+
Requires-Dist: types-requests; extra == "all"
|
| 59 |
+
Requires-Dist: types-simplejson; extra == "all"
|
| 60 |
+
Requires-Dist: types-toml; extra == "all"
|
| 61 |
+
Requires-Dist: types-tqdm; extra == "all"
|
| 62 |
+
Requires-Dist: types-urllib3; extra == "all"
|
| 63 |
+
Provides-Extra: cli
|
| 64 |
+
Requires-Dist: InquirerPy==0.3.4; extra == "cli"
|
| 65 |
+
Provides-Extra: dev
|
| 66 |
+
Requires-Dist: InquirerPy==0.3.4; extra == "dev"
|
| 67 |
+
Requires-Dist: aiohttp; extra == "dev"
|
| 68 |
+
Requires-Dist: jedi; extra == "dev"
|
| 69 |
+
Requires-Dist: Jinja2; extra == "dev"
|
| 70 |
+
Requires-Dist: pytest<8.2.2,>=8.1.1; extra == "dev"
|
| 71 |
+
Requires-Dist: pytest-cov; extra == "dev"
|
| 72 |
+
Requires-Dist: pytest-env; extra == "dev"
|
| 73 |
+
Requires-Dist: pytest-xdist; extra == "dev"
|
| 74 |
+
Requires-Dist: pytest-vcr; extra == "dev"
|
| 75 |
+
Requires-Dist: pytest-asyncio; extra == "dev"
|
| 76 |
+
Requires-Dist: pytest-rerunfailures; extra == "dev"
|
| 77 |
+
Requires-Dist: pytest-mock; extra == "dev"
|
| 78 |
+
Requires-Dist: urllib3<2.0; extra == "dev"
|
| 79 |
+
Requires-Dist: soundfile; extra == "dev"
|
| 80 |
+
Requires-Dist: Pillow; extra == "dev"
|
| 81 |
+
Requires-Dist: gradio>=4.0.0; extra == "dev"
|
| 82 |
+
Requires-Dist: numpy; extra == "dev"
|
| 83 |
+
Requires-Dist: fastapi; extra == "dev"
|
| 84 |
+
Requires-Dist: ruff>=0.5.0; extra == "dev"
|
| 85 |
+
Requires-Dist: mypy==1.5.1; extra == "dev"
|
| 86 |
+
Requires-Dist: libcst==1.4.0; extra == "dev"
|
| 87 |
+
Requires-Dist: typing-extensions>=4.8.0; extra == "dev"
|
| 88 |
+
Requires-Dist: types-PyYAML; extra == "dev"
|
| 89 |
+
Requires-Dist: types-requests; extra == "dev"
|
| 90 |
+
Requires-Dist: types-simplejson; extra == "dev"
|
| 91 |
+
Requires-Dist: types-toml; extra == "dev"
|
| 92 |
+
Requires-Dist: types-tqdm; extra == "dev"
|
| 93 |
+
Requires-Dist: types-urllib3; extra == "dev"
|
| 94 |
+
Provides-Extra: fastai
|
| 95 |
+
Requires-Dist: toml; extra == "fastai"
|
| 96 |
+
Requires-Dist: fastai>=2.4; extra == "fastai"
|
| 97 |
+
Requires-Dist: fastcore>=1.3.27; extra == "fastai"
|
| 98 |
+
Provides-Extra: hf_transfer
|
| 99 |
+
Requires-Dist: hf-transfer>=0.1.4; extra == "hf-transfer"
|
| 100 |
+
Provides-Extra: inference
|
| 101 |
+
Requires-Dist: aiohttp; extra == "inference"
|
| 102 |
+
Provides-Extra: quality
|
| 103 |
+
Requires-Dist: ruff>=0.5.0; extra == "quality"
|
| 104 |
+
Requires-Dist: mypy==1.5.1; extra == "quality"
|
| 105 |
+
Requires-Dist: libcst==1.4.0; extra == "quality"
|
| 106 |
+
Provides-Extra: tensorflow
|
| 107 |
+
Requires-Dist: tensorflow; extra == "tensorflow"
|
| 108 |
+
Requires-Dist: pydot; extra == "tensorflow"
|
| 109 |
+
Requires-Dist: graphviz; extra == "tensorflow"
|
| 110 |
+
Provides-Extra: tensorflow-testing
|
| 111 |
+
Requires-Dist: tensorflow; extra == "tensorflow-testing"
|
| 112 |
+
Requires-Dist: keras<3.0; extra == "tensorflow-testing"
|
| 113 |
+
Provides-Extra: testing
|
| 114 |
+
Requires-Dist: InquirerPy==0.3.4; extra == "testing"
|
| 115 |
+
Requires-Dist: aiohttp; extra == "testing"
|
| 116 |
+
Requires-Dist: jedi; extra == "testing"
|
| 117 |
+
Requires-Dist: Jinja2; extra == "testing"
|
| 118 |
+
Requires-Dist: pytest<8.2.2,>=8.1.1; extra == "testing"
|
| 119 |
+
Requires-Dist: pytest-cov; extra == "testing"
|
| 120 |
+
Requires-Dist: pytest-env; extra == "testing"
|
| 121 |
+
Requires-Dist: pytest-xdist; extra == "testing"
|
| 122 |
+
Requires-Dist: pytest-vcr; extra == "testing"
|
| 123 |
+
Requires-Dist: pytest-asyncio; extra == "testing"
|
| 124 |
+
Requires-Dist: pytest-rerunfailures; extra == "testing"
|
| 125 |
+
Requires-Dist: pytest-mock; extra == "testing"
|
| 126 |
+
Requires-Dist: urllib3<2.0; extra == "testing"
|
| 127 |
+
Requires-Dist: soundfile; extra == "testing"
|
| 128 |
+
Requires-Dist: Pillow; extra == "testing"
|
| 129 |
+
Requires-Dist: gradio>=4.0.0; extra == "testing"
|
| 130 |
+
Requires-Dist: numpy; extra == "testing"
|
| 131 |
+
Requires-Dist: fastapi; extra == "testing"
|
| 132 |
+
Provides-Extra: torch
|
| 133 |
+
Requires-Dist: torch; extra == "torch"
|
| 134 |
+
Requires-Dist: safetensors[torch]; extra == "torch"
|
| 135 |
+
Provides-Extra: typing
|
| 136 |
+
Requires-Dist: typing-extensions>=4.8.0; extra == "typing"
|
| 137 |
+
Requires-Dist: types-PyYAML; extra == "typing"
|
| 138 |
+
Requires-Dist: types-requests; extra == "typing"
|
| 139 |
+
Requires-Dist: types-simplejson; extra == "typing"
|
| 140 |
+
Requires-Dist: types-toml; extra == "typing"
|
| 141 |
+
Requires-Dist: types-tqdm; extra == "typing"
|
| 142 |
+
Requires-Dist: types-urllib3; extra == "typing"
|
| 143 |
+
|
| 144 |
+
<p align="center">
|
| 145 |
+
<br/>
|
| 146 |
+
<img alt="huggingface_hub library logo" src="https://huggingface.co/datasets/huggingface/documentation-images/raw/main/huggingface_hub.svg" width="376" height="59" style="max-width: 100%;">
|
| 147 |
+
<br/>
|
| 148 |
+
</p>
|
| 149 |
+
|
| 150 |
+
<p align="center">
|
| 151 |
+
<i>The official Python client for the Huggingface Hub.</i>
|
| 152 |
+
</p>
|
| 153 |
+
|
| 154 |
+
<p align="center">
|
| 155 |
+
<a href="https://huggingface.co/docs/huggingface_hub/en/index"><img alt="Documentation" src="https://img.shields.io/website/http/huggingface.co/docs/huggingface_hub/index.svg?down_color=red&down_message=offline&up_message=online&label=doc"></a>
|
| 156 |
+
<a href="https://github.com/huggingface/huggingface_hub/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/huggingface/huggingface_hub.svg"></a>
|
| 157 |
+
<a href="https://github.com/huggingface/huggingface_hub"><img alt="PyPi version" src="https://img.shields.io/pypi/pyversions/huggingface_hub.svg"></a>
|
| 158 |
+
<a href="https://pypi.org/project/huggingface-hub"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/huggingface_hub"></a>
|
| 159 |
+
<a href="https://codecov.io/gh/huggingface/huggingface_hub"><img alt="Code coverage" src="https://codecov.io/gh/huggingface/huggingface_hub/branch/main/graph/badge.svg?token=RXP95LE2XL"></a>
|
| 160 |
+
</p>
|
| 161 |
+
|
| 162 |
+
<h4 align="center">
|
| 163 |
+
<p>
|
| 164 |
+
<b>English</b> |
|
| 165 |
+
<a href="https://github.com/huggingface/huggingface_hub/blob/main/i18n/README_de.md">Deutsch</a> |
|
| 166 |
+
<a href="https://github.com/huggingface/huggingface_hub/blob/main/i18n/README_hi.md">हिंदी</a> |
|
| 167 |
+
<a href="https://github.com/huggingface/huggingface_hub/blob/main/i18n/README_ko.md">한국어</a> |
|
| 168 |
+
<a href="https://github.com/huggingface/huggingface_hub/blob/main/i18n/README_cn.md">中文(简体)</a>
|
| 169 |
+
<p>
|
| 170 |
+
</h4>
|
| 171 |
+
|
| 172 |
+
---
|
| 173 |
+
|
| 174 |
+
**Documentation**: <a href="https://hf.co/docs/huggingface_hub" target="_blank">https://hf.co/docs/huggingface_hub</a>
|
| 175 |
+
|
| 176 |
+
**Source Code**: <a href="https://github.com/huggingface/huggingface_hub" target="_blank">https://github.com/huggingface/huggingface_hub</a>
|
| 177 |
+
|
| 178 |
+
---
|
| 179 |
+
|
| 180 |
+
## Welcome to the huggingface_hub library
|
| 181 |
+
|
| 182 |
+
The `huggingface_hub` library allows you to interact with the [Hugging Face Hub](https://huggingface.co/), a platform democratizing open-source Machine Learning for creators and collaborators. Discover pre-trained models and datasets for your projects or play with the thousands of machine learning apps hosted on the Hub. You can also create and share your own models, datasets and demos with the community. The `huggingface_hub` library provides a simple way to do all these things with Python.
|
| 183 |
+
|
| 184 |
+
## Key features
|
| 185 |
+
|
| 186 |
+
- [Download files](https://huggingface.co/docs/huggingface_hub/en/guides/download) from the Hub.
|
| 187 |
+
- [Upload files](https://huggingface.co/docs/huggingface_hub/en/guides/upload) to the Hub.
|
| 188 |
+
- [Manage your repositories](https://huggingface.co/docs/huggingface_hub/en/guides/repository).
|
| 189 |
+
- [Run Inference](https://huggingface.co/docs/huggingface_hub/en/guides/inference) on deployed models.
|
| 190 |
+
- [Search](https://huggingface.co/docs/huggingface_hub/en/guides/search) for models, datasets and Spaces.
|
| 191 |
+
- [Share Model Cards](https://huggingface.co/docs/huggingface_hub/en/guides/model-cards) to document your models.
|
| 192 |
+
- [Engage with the community](https://huggingface.co/docs/huggingface_hub/en/guides/community) through PRs and comments.
|
| 193 |
+
|
| 194 |
+
## Installation
|
| 195 |
+
|
| 196 |
+
Install the `huggingface_hub` package with [pip](https://pypi.org/project/huggingface-hub/):
|
| 197 |
+
|
| 198 |
+
```bash
|
| 199 |
+
pip install huggingface_hub
|
| 200 |
+
```
|
| 201 |
+
|
| 202 |
+
If you prefer, you can also install it with [conda](https://huggingface.co/docs/huggingface_hub/en/installation#install-with-conda).
|
| 203 |
+
|
| 204 |
+
In order to keep the package minimal by default, `huggingface_hub` comes with optional dependencies useful for some use cases. For example, if you want have a complete experience for Inference, run:
|
| 205 |
+
|
| 206 |
+
```bash
|
| 207 |
+
pip install huggingface_hub[inference]
|
| 208 |
+
```
|
| 209 |
+
|
| 210 |
+
To learn more installation and optional dependencies, check out the [installation guide](https://huggingface.co/docs/huggingface_hub/en/installation).
|
| 211 |
+
|
| 212 |
+
## Quick start
|
| 213 |
+
|
| 214 |
+
### Download files
|
| 215 |
+
|
| 216 |
+
Download a single file
|
| 217 |
+
|
| 218 |
+
```py
|
| 219 |
+
from huggingface_hub import hf_hub_download
|
| 220 |
+
|
| 221 |
+
hf_hub_download(repo_id="tiiuae/falcon-7b-instruct", filename="config.json")
|
| 222 |
+
```
|
| 223 |
+
|
| 224 |
+
Or an entire repository
|
| 225 |
+
|
| 226 |
+
```py
|
| 227 |
+
from huggingface_hub import snapshot_download
|
| 228 |
+
|
| 229 |
+
snapshot_download("stabilityai/stable-diffusion-2-1")
|
| 230 |
+
```
|
| 231 |
+
|
| 232 |
+
Files will be downloaded in a local cache folder. More details in [this guide](https://huggingface.co/docs/huggingface_hub/en/guides/manage-cache).
|
| 233 |
+
|
| 234 |
+
### Login
|
| 235 |
+
|
| 236 |
+
The Hugging Face Hub uses tokens to authenticate applications (see [docs](https://huggingface.co/docs/hub/security-tokens)). To log in your machine, run the following CLI:
|
| 237 |
+
|
| 238 |
+
```bash
|
| 239 |
+
huggingface-cli login
|
| 240 |
+
# or using an environment variable
|
| 241 |
+
huggingface-cli login --token $HUGGINGFACE_TOKEN
|
| 242 |
+
```
|
| 243 |
+
|
| 244 |
+
### Create a repository
|
| 245 |
+
|
| 246 |
+
```py
|
| 247 |
+
from huggingface_hub import create_repo
|
| 248 |
+
|
| 249 |
+
create_repo(repo_id="super-cool-model")
|
| 250 |
+
```
|
| 251 |
+
|
| 252 |
+
### Upload files
|
| 253 |
+
|
| 254 |
+
Upload a single file
|
| 255 |
+
|
| 256 |
+
```py
|
| 257 |
+
from huggingface_hub import upload_file
|
| 258 |
+
|
| 259 |
+
upload_file(
|
| 260 |
+
path_or_fileobj="/home/lysandre/dummy-test/README.md",
|
| 261 |
+
path_in_repo="README.md",
|
| 262 |
+
repo_id="lysandre/test-model",
|
| 263 |
+
)
|
| 264 |
+
```
|
| 265 |
+
|
| 266 |
+
Or an entire folder
|
| 267 |
+
|
| 268 |
+
```py
|
| 269 |
+
from huggingface_hub import upload_folder
|
| 270 |
+
|
| 271 |
+
upload_folder(
|
| 272 |
+
folder_path="/path/to/local/space",
|
| 273 |
+
repo_id="username/my-cool-space",
|
| 274 |
+
repo_type="space",
|
| 275 |
+
)
|
| 276 |
+
```
|
| 277 |
+
|
| 278 |
+
For details in the [upload guide](https://huggingface.co/docs/huggingface_hub/en/guides/upload).
|
| 279 |
+
|
| 280 |
+
## Integrating to the Hub.
|
| 281 |
+
|
| 282 |
+
We're partnering with cool open source ML libraries to provide free model hosting and versioning. You can find the existing integrations [here](https://huggingface.co/docs/hub/libraries).
|
| 283 |
+
|
| 284 |
+
The advantages are:
|
| 285 |
+
|
| 286 |
+
- Free model or dataset hosting for libraries and their users.
|
| 287 |
+
- Built-in file versioning, even with very large files, thanks to a git-based approach.
|
| 288 |
+
- Serverless inference API for all models publicly available.
|
| 289 |
+
- In-browser widgets to play with the uploaded models.
|
| 290 |
+
- Anyone can upload a new model for your library, they just need to add the corresponding tag for the model to be discoverable.
|
| 291 |
+
- Fast downloads! We use Cloudfront (a CDN) to geo-replicate downloads so they're blazing fast from anywhere on the globe.
|
| 292 |
+
- Usage stats and more features to come.
|
| 293 |
+
|
| 294 |
+
If you would like to integrate your library, feel free to open an issue to begin the discussion. We wrote a [step-by-step guide](https://huggingface.co/docs/hub/adding-a-library) with ❤️ showing how to do this integration.
|
| 295 |
+
|
| 296 |
+
## Contributions (feature requests, bugs, etc.) are super welcome 💙💚💛💜🧡❤️
|
| 297 |
+
|
| 298 |
+
Everyone is welcome to contribute, and we value everybody's contribution. Code is not the only way to help the community.
|
| 299 |
+
Answering questions, helping others, reaching out and improving the documentations are immensely valuable to the community.
|
| 300 |
+
We wrote a [contribution guide](https://github.com/huggingface/huggingface_hub/blob/main/CONTRIBUTING.md) to summarize
|
| 301 |
+
how to get started to contribute to this repository.
|
| 302 |
+
|
| 303 |
+
|
evalkit_tf437/lib/python3.10/site-packages/huggingface_hub-0.26.2.dist-info/RECORD
ADDED
|
@@ -0,0 +1,229 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
../../../bin/huggingface-cli,sha256=w9GgK7y9cACBV_VqlTyQrUWTKJs5Cllih0dgaoP7Ez4,258
|
| 2 |
+
huggingface_hub-0.26.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 3 |
+
huggingface_hub-0.26.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
| 4 |
+
huggingface_hub-0.26.2.dist-info/METADATA,sha256=h9cDU1nJ7L3J4CI7nXZp4AOBb1JxgM58DU99ilZb1RY,13091
|
| 5 |
+
huggingface_hub-0.26.2.dist-info/RECORD,,
|
| 6 |
+
huggingface_hub-0.26.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 7 |
+
huggingface_hub-0.26.2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
| 8 |
+
huggingface_hub-0.26.2.dist-info/entry_points.txt,sha256=Y3Z2L02rBG7va_iE6RPXolIgwOdwUFONyRN3kXMxZ0g,131
|
| 9 |
+
huggingface_hub-0.26.2.dist-info/top_level.txt,sha256=8KzlQJAY4miUvjAssOAJodqKOw3harNzuiwGQ9qLSSk,16
|
| 10 |
+
huggingface_hub/__init__.py,sha256=sIbMsG9xCYwthM45i9PiivGupn4uPd1AgjAsOERbH18,35993
|
| 11 |
+
huggingface_hub/__pycache__/__init__.cpython-310.pyc,,
|
| 12 |
+
huggingface_hub/__pycache__/_commit_api.cpython-310.pyc,,
|
| 13 |
+
huggingface_hub/__pycache__/_commit_scheduler.cpython-310.pyc,,
|
| 14 |
+
huggingface_hub/__pycache__/_inference_endpoints.cpython-310.pyc,,
|
| 15 |
+
huggingface_hub/__pycache__/_local_folder.cpython-310.pyc,,
|
| 16 |
+
huggingface_hub/__pycache__/_login.cpython-310.pyc,,
|
| 17 |
+
huggingface_hub/__pycache__/_multi_commits.cpython-310.pyc,,
|
| 18 |
+
huggingface_hub/__pycache__/_snapshot_download.cpython-310.pyc,,
|
| 19 |
+
huggingface_hub/__pycache__/_space_api.cpython-310.pyc,,
|
| 20 |
+
huggingface_hub/__pycache__/_tensorboard_logger.cpython-310.pyc,,
|
| 21 |
+
huggingface_hub/__pycache__/_upload_large_folder.cpython-310.pyc,,
|
| 22 |
+
huggingface_hub/__pycache__/_webhooks_payload.cpython-310.pyc,,
|
| 23 |
+
huggingface_hub/__pycache__/_webhooks_server.cpython-310.pyc,,
|
| 24 |
+
huggingface_hub/__pycache__/community.cpython-310.pyc,,
|
| 25 |
+
huggingface_hub/__pycache__/constants.cpython-310.pyc,,
|
| 26 |
+
huggingface_hub/__pycache__/errors.cpython-310.pyc,,
|
| 27 |
+
huggingface_hub/__pycache__/fastai_utils.cpython-310.pyc,,
|
| 28 |
+
huggingface_hub/__pycache__/file_download.cpython-310.pyc,,
|
| 29 |
+
huggingface_hub/__pycache__/hf_api.cpython-310.pyc,,
|
| 30 |
+
huggingface_hub/__pycache__/hf_file_system.cpython-310.pyc,,
|
| 31 |
+
huggingface_hub/__pycache__/hub_mixin.cpython-310.pyc,,
|
| 32 |
+
huggingface_hub/__pycache__/inference_api.cpython-310.pyc,,
|
| 33 |
+
huggingface_hub/__pycache__/keras_mixin.cpython-310.pyc,,
|
| 34 |
+
huggingface_hub/__pycache__/lfs.cpython-310.pyc,,
|
| 35 |
+
huggingface_hub/__pycache__/repocard.cpython-310.pyc,,
|
| 36 |
+
huggingface_hub/__pycache__/repocard_data.cpython-310.pyc,,
|
| 37 |
+
huggingface_hub/__pycache__/repository.cpython-310.pyc,,
|
| 38 |
+
huggingface_hub/_commit_api.py,sha256=Y9eTaW4bYzxtrZsSniVtfeAuFafqx8x1ofMI5es8hvM,31057
|
| 39 |
+
huggingface_hub/_commit_scheduler.py,sha256=nlJS_vnLb8i92NLrRwJX8Mg9QZ7f3kfLbLlQuEd5YjU,13647
|
| 40 |
+
huggingface_hub/_inference_endpoints.py,sha256=wzjD8P68VpUDHzIDbXzFXsM2Y-aNVSAap7BXsZFuthk,16750
|
| 41 |
+
huggingface_hub/_local_folder.py,sha256=PBycy5l4iyugz0NCExSfbSon1IwqPiblC6Xy4eeFYCU,16392
|
| 42 |
+
huggingface_hub/_login.py,sha256=dlku1N_v4HPtsaJHdlssf3uYcy4uNOLK-aZuzAvxPfo,20878
|
| 43 |
+
huggingface_hub/_multi_commits.py,sha256=mFmCP_5hNsruEgDF6kOVyaFkpnbSdNxPWfGUlFbl5O8,12535
|
| 44 |
+
huggingface_hub/_snapshot_download.py,sha256=Vnvz0liOFTEARscOuOpA3WUTjnX5ufi6N5D5KIj9fwU,14847
|
| 45 |
+
huggingface_hub/_space_api.py,sha256=QVOUNty2T4RxPoxf9FzUjXmjHiGXP0mqXJzqQ7GmoJo,5363
|
| 46 |
+
huggingface_hub/_tensorboard_logger.py,sha256=F-2l3BsHVEar8PSFhPOwprMsvkwprPgpkOTWqeMMobM,8299
|
| 47 |
+
huggingface_hub/_upload_large_folder.py,sha256=hrm29zJXnWpxBgfJ-pmqaDwWl5WNYiYuQkKaGwXu-BA,23475
|
| 48 |
+
huggingface_hub/_webhooks_payload.py,sha256=Xm3KaK7tCOGBlXkuZvbym6zjHXrT1XCrbUFWuXiBmNY,3617
|
| 49 |
+
huggingface_hub/_webhooks_server.py,sha256=oCvpFrYjrhJjClAMw26SQfvN4DUItgK2IhFp1OVh2bU,15623
|
| 50 |
+
huggingface_hub/commands/__init__.py,sha256=AkbM2a-iGh0Vq_xAWhK3mu3uZ44km8-X5uWjKcvcrUQ,928
|
| 51 |
+
huggingface_hub/commands/__pycache__/__init__.cpython-310.pyc,,
|
| 52 |
+
huggingface_hub/commands/__pycache__/_cli_utils.cpython-310.pyc,,
|
| 53 |
+
huggingface_hub/commands/__pycache__/delete_cache.cpython-310.pyc,,
|
| 54 |
+
huggingface_hub/commands/__pycache__/download.cpython-310.pyc,,
|
| 55 |
+
huggingface_hub/commands/__pycache__/env.cpython-310.pyc,,
|
| 56 |
+
huggingface_hub/commands/__pycache__/huggingface_cli.cpython-310.pyc,,
|
| 57 |
+
huggingface_hub/commands/__pycache__/lfs.cpython-310.pyc,,
|
| 58 |
+
huggingface_hub/commands/__pycache__/repo_files.cpython-310.pyc,,
|
| 59 |
+
huggingface_hub/commands/__pycache__/scan_cache.cpython-310.pyc,,
|
| 60 |
+
huggingface_hub/commands/__pycache__/tag.cpython-310.pyc,,
|
| 61 |
+
huggingface_hub/commands/__pycache__/upload.cpython-310.pyc,,
|
| 62 |
+
huggingface_hub/commands/__pycache__/upload_large_folder.cpython-310.pyc,,
|
| 63 |
+
huggingface_hub/commands/__pycache__/user.cpython-310.pyc,,
|
| 64 |
+
huggingface_hub/commands/__pycache__/version.cpython-310.pyc,,
|
| 65 |
+
huggingface_hub/commands/_cli_utils.py,sha256=Nt6CjbkYqQQRuh70bUXVA6rZpbZt_Sa1WqBUxjQLu6g,2095
|
| 66 |
+
huggingface_hub/commands/delete_cache.py,sha256=Rb1BtIltJPnQ-th7tcK_L4mFqfk785t3KXV77xXKBP4,16131
|
| 67 |
+
huggingface_hub/commands/download.py,sha256=1YXKttB8YBX7SJ0Jxg0t1n8yp2BUZXtY0ck6DhCg-XE,8183
|
| 68 |
+
huggingface_hub/commands/env.py,sha256=yYl4DSS14V8t244nAi0t77Izx5LIdgS_dy6xiV5VQME,1226
|
| 69 |
+
huggingface_hub/commands/huggingface_cli.py,sha256=ZwW_nwgppyj-GA6iM3mgmbXMZ63bgtpGl_yIQDyWS4A,2414
|
| 70 |
+
huggingface_hub/commands/lfs.py,sha256=xdbnNRO04UuQemEhUGT809jFgQn9Rj-SnyT_0Ph-VYg,7342
|
| 71 |
+
huggingface_hub/commands/repo_files.py,sha256=Nfv8TjuaZVOrj7TZjrojtjdD8Wf54aZvYPDEOevh7tA,4923
|
| 72 |
+
huggingface_hub/commands/scan_cache.py,sha256=CSXyIDCzOcxSFwIc_SqUC6J_TIc7uHXjrtCjkmE7k2g,8560
|
| 73 |
+
huggingface_hub/commands/tag.py,sha256=0LNQZyK-WKi0VIL9i1xWzKxJ1ILw1jxMF_E6t2weJss,6288
|
| 74 |
+
huggingface_hub/commands/upload.py,sha256=xMExm68YcR8R_dDRi3bcIC1qVCvRFRW7aP_AGxGZ1rc,13656
|
| 75 |
+
huggingface_hub/commands/upload_large_folder.py,sha256=LKvzEmKeRatBLlnJF__b5jFBQ8bcM2KQgN_Pcf1X5hE,6128
|
| 76 |
+
huggingface_hub/commands/user.py,sha256=M6Ef045YcyV4mFCbLaTRPciQDC6xtV9MMheeen69D0E,11168
|
| 77 |
+
huggingface_hub/commands/version.py,sha256=vfCJn7GO1m-DtDmbdsty8_RTVtnZ7lX6MJsx0Bf4e-s,1266
|
| 78 |
+
huggingface_hub/community.py,sha256=4MtcoxEI9_0lmmilBEnvUEi8_O1Ivfa8p6eKxYU5-ts,12198
|
| 79 |
+
huggingface_hub/constants.py,sha256=WshhUKAs6kyoBPN1ek9Zsr2JY-bvjof69VJOfuu8tm4,8090
|
| 80 |
+
huggingface_hub/errors.py,sha256=CbcLWbwQG5P1kReMUmCovPONciXmqLfTzAHXD-xJVDs,9276
|
| 81 |
+
huggingface_hub/fastai_utils.py,sha256=o0BnmigoNP3H7Sf8w8bwuRaN-9FKlL6uoPawr4HSyjc,16647
|
| 82 |
+
huggingface_hub/file_download.py,sha256=Y4ngJd_V37OCjJichBE0ZuHiP-Z_B4jaxgeeEGGJzXg,70630
|
| 83 |
+
huggingface_hub/hf_api.py,sha256=p1lwufce0XsOjZ_OmXSSA0erHCAliyPMQi7pCYhDlvE,440149
|
| 84 |
+
huggingface_hub/hf_file_system.py,sha256=2i88wje7OcYZPgMv_TRXHZso1D26wmY6Sj3ZL5BqICo,39163
|
| 85 |
+
huggingface_hub/hub_mixin.py,sha256=H6gN5EBRn5A8zc6jHj1FpjGDLOar2M67wOssGkvin0M,37551
|
| 86 |
+
huggingface_hub/inference/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 87 |
+
huggingface_hub/inference/__pycache__/__init__.cpython-310.pyc,,
|
| 88 |
+
huggingface_hub/inference/__pycache__/_client.cpython-310.pyc,,
|
| 89 |
+
huggingface_hub/inference/__pycache__/_common.cpython-310.pyc,,
|
| 90 |
+
huggingface_hub/inference/_client.py,sha256=W34WHKnZq5FpY7zxTE9UNZtQZVmrjYCApZEozK-kIkA,146734
|
| 91 |
+
huggingface_hub/inference/_common.py,sha256=_SgAkuM4a2FgONO8hoaOPDLsYFPzy9eZNkeYtq7hTJ4,16822
|
| 92 |
+
huggingface_hub/inference/_generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 93 |
+
huggingface_hub/inference/_generated/__pycache__/__init__.cpython-310.pyc,,
|
| 94 |
+
huggingface_hub/inference/_generated/__pycache__/_async_client.cpython-310.pyc,,
|
| 95 |
+
huggingface_hub/inference/_generated/_async_client.py,sha256=twguBoU27X-yH-uAJKRSQ3Q8nDxzeudUSZQBcOMPG6U,153274
|
| 96 |
+
huggingface_hub/inference/_generated/types/__init__.py,sha256=fJK7_Df3ftSTkZYaJngZUcV5YtVLPm9-Zd5WXrGr9m0,5768
|
| 97 |
+
huggingface_hub/inference/_generated/types/__pycache__/__init__.cpython-310.pyc,,
|
| 98 |
+
huggingface_hub/inference/_generated/types/__pycache__/audio_classification.cpython-310.pyc,,
|
| 99 |
+
huggingface_hub/inference/_generated/types/__pycache__/audio_to_audio.cpython-310.pyc,,
|
| 100 |
+
huggingface_hub/inference/_generated/types/__pycache__/automatic_speech_recognition.cpython-310.pyc,,
|
| 101 |
+
huggingface_hub/inference/_generated/types/__pycache__/base.cpython-310.pyc,,
|
| 102 |
+
huggingface_hub/inference/_generated/types/__pycache__/chat_completion.cpython-310.pyc,,
|
| 103 |
+
huggingface_hub/inference/_generated/types/__pycache__/depth_estimation.cpython-310.pyc,,
|
| 104 |
+
huggingface_hub/inference/_generated/types/__pycache__/document_question_answering.cpython-310.pyc,,
|
| 105 |
+
huggingface_hub/inference/_generated/types/__pycache__/feature_extraction.cpython-310.pyc,,
|
| 106 |
+
huggingface_hub/inference/_generated/types/__pycache__/fill_mask.cpython-310.pyc,,
|
| 107 |
+
huggingface_hub/inference/_generated/types/__pycache__/image_classification.cpython-310.pyc,,
|
| 108 |
+
huggingface_hub/inference/_generated/types/__pycache__/image_segmentation.cpython-310.pyc,,
|
| 109 |
+
huggingface_hub/inference/_generated/types/__pycache__/image_to_image.cpython-310.pyc,,
|
| 110 |
+
huggingface_hub/inference/_generated/types/__pycache__/image_to_text.cpython-310.pyc,,
|
| 111 |
+
huggingface_hub/inference/_generated/types/__pycache__/object_detection.cpython-310.pyc,,
|
| 112 |
+
huggingface_hub/inference/_generated/types/__pycache__/question_answering.cpython-310.pyc,,
|
| 113 |
+
huggingface_hub/inference/_generated/types/__pycache__/sentence_similarity.cpython-310.pyc,,
|
| 114 |
+
huggingface_hub/inference/_generated/types/__pycache__/summarization.cpython-310.pyc,,
|
| 115 |
+
huggingface_hub/inference/_generated/types/__pycache__/table_question_answering.cpython-310.pyc,,
|
| 116 |
+
huggingface_hub/inference/_generated/types/__pycache__/text2text_generation.cpython-310.pyc,,
|
| 117 |
+
huggingface_hub/inference/_generated/types/__pycache__/text_classification.cpython-310.pyc,,
|
| 118 |
+
huggingface_hub/inference/_generated/types/__pycache__/text_generation.cpython-310.pyc,,
|
| 119 |
+
huggingface_hub/inference/_generated/types/__pycache__/text_to_audio.cpython-310.pyc,,
|
| 120 |
+
huggingface_hub/inference/_generated/types/__pycache__/text_to_image.cpython-310.pyc,,
|
| 121 |
+
huggingface_hub/inference/_generated/types/__pycache__/text_to_speech.cpython-310.pyc,,
|
| 122 |
+
huggingface_hub/inference/_generated/types/__pycache__/token_classification.cpython-310.pyc,,
|
| 123 |
+
huggingface_hub/inference/_generated/types/__pycache__/translation.cpython-310.pyc,,
|
| 124 |
+
huggingface_hub/inference/_generated/types/__pycache__/video_classification.cpython-310.pyc,,
|
| 125 |
+
huggingface_hub/inference/_generated/types/__pycache__/visual_question_answering.cpython-310.pyc,,
|
| 126 |
+
huggingface_hub/inference/_generated/types/__pycache__/zero_shot_classification.cpython-310.pyc,,
|
| 127 |
+
huggingface_hub/inference/_generated/types/__pycache__/zero_shot_image_classification.cpython-310.pyc,,
|
| 128 |
+
huggingface_hub/inference/_generated/types/__pycache__/zero_shot_object_detection.cpython-310.pyc,,
|
| 129 |
+
huggingface_hub/inference/_generated/types/audio_classification.py,sha256=krHh0MaHokL6wFxjdRVB-1Tdstl_RCyi_AfRJTTxr6Y,1529
|
| 130 |
+
huggingface_hub/inference/_generated/types/audio_to_audio.py,sha256=n7GeCepzt254yoSLsdjrI1j4fzYgjWzxoaKE5gZJc48,881
|
| 131 |
+
huggingface_hub/inference/_generated/types/automatic_speech_recognition.py,sha256=NHkz-IivdK8gHDuPalZ3Q9ubxESltjCnwrR1Z52KejY,5531
|
| 132 |
+
huggingface_hub/inference/_generated/types/base.py,sha256=dQ-ej4weVueTJQXaDFLYFhKvlCUYVH2k9r-Ck0uhFIU,5870
|
| 133 |
+
huggingface_hub/inference/_generated/types/chat_completion.py,sha256=FpY0K5ENGTdBSNLeioKwdOuegg1jvyEQYmsrrQVhD7Y,9462
|
| 134 |
+
huggingface_hub/inference/_generated/types/depth_estimation.py,sha256=lmLmd8S313ZMCG94RblwquL0UN_0hJmXAhWUqSIrtwc,898
|
| 135 |
+
huggingface_hub/inference/_generated/types/document_question_answering.py,sha256=_hBzK4Pu9X_zXsgOO4JNSloIKuVfE5m7eGwEw5YTfZ4,3264
|
| 136 |
+
huggingface_hub/inference/_generated/types/feature_extraction.py,sha256=FYjXh60gaRKCwwrb9DFEshAY_7axO88RifzHfig7RNI,1490
|
| 137 |
+
huggingface_hub/inference/_generated/types/fill_mask.py,sha256=JcYIbTDXc4f7k2FNY3fCWtJ9ke3HUZFz2pDOOrDuxOs,1714
|
| 138 |
+
huggingface_hub/inference/_generated/types/image_classification.py,sha256=GvJaHykIYmGF8oGabbLvz1Ski_AclnoCu-y8mVZKXs0,1541
|
| 139 |
+
huggingface_hub/inference/_generated/types/image_segmentation.py,sha256=fLvhgo_1eTeZFk8DuGXOY27ZagjIMJ_07HtkLXXRmO4,1947
|
| 140 |
+
huggingface_hub/inference/_generated/types/image_to_image.py,sha256=sNAJvUT9xJwLqFm0UngzDB6wEdqsJCGb7zhZDAtwPe0,1967
|
| 141 |
+
huggingface_hub/inference/_generated/types/image_to_text.py,sha256=QSU2VD1ibviqKrcjILlqzTk-YrxYF49qr3MSdqRD12U,4851
|
| 142 |
+
huggingface_hub/inference/_generated/types/object_detection.py,sha256=cyXvMsmHeA9LI2xKJEQCnSgFJMGC1gdEtc5QjnSiSII,1988
|
| 143 |
+
huggingface_hub/inference/_generated/types/question_answering.py,sha256=xLDy5oA-k9JPncSU6NqPAPb8rWPerfTbU857G3e7JZ0,2884
|
| 144 |
+
huggingface_hub/inference/_generated/types/sentence_similarity.py,sha256=edH-TWfnZ4J0zJD-zqfcRMLwOV0dTt1g5Y0caYnVuPc,1018
|
| 145 |
+
huggingface_hub/inference/_generated/types/summarization.py,sha256=0LPPg0KxX4aIh4FVA3NxWy0OxPe8yTdPpe2tbfH2c9g,1490
|
| 146 |
+
huggingface_hub/inference/_generated/types/table_question_answering.py,sha256=PuVZlR6dI6FEUK7pjMSVMtzkDgrcxdKjfcnDbVmPdSs,1569
|
| 147 |
+
huggingface_hub/inference/_generated/types/text2text_generation.py,sha256=SZYfdhyraG5vZ2Jzm1C8k9w9IYLxMtm5UUu1tU2oOQk,1604
|
| 148 |
+
huggingface_hub/inference/_generated/types/text_classification.py,sha256=p7bvpM7ULZPnzPZutNYS7-3J6mtL8rToEnCVOGp-TzI,1392
|
| 149 |
+
huggingface_hub/inference/_generated/types/text_generation.py,sha256=TKJb26T03Gyw3As0IXmRzAritNeKUpturKfO_2OenzA,5798
|
| 150 |
+
huggingface_hub/inference/_generated/types/text_to_audio.py,sha256=9aGy51OiyvOu5G6pOmq6OLuEpUVj0c_b1wEguuSjY40,4841
|
| 151 |
+
huggingface_hub/inference/_generated/types/text_to_image.py,sha256=R-ecvxC7IrFB5wo9BBSLh_zvFAYpmMJdLF8KmtD3sBI,2007
|
| 152 |
+
huggingface_hub/inference/_generated/types/text_to_speech.py,sha256=_70NMzETkDoEkpV6t2Ts95cISeyHjIDKALfrZRd0cfg,4898
|
| 153 |
+
huggingface_hub/inference/_generated/types/token_classification.py,sha256=7oL8AZOTWtf2bYD2T3236GDNMtUl7FtydaB6We7wbfw,1890
|
| 154 |
+
huggingface_hub/inference/_generated/types/translation.py,sha256=lpyfGtFKCyWFD5wi7v8wPGn_vrJF4L8O9g7UigTDlJk,1767
|
| 155 |
+
huggingface_hub/inference/_generated/types/video_classification.py,sha256=uK1wYrAcnXSiLgL64idGWC2t-512N-zWtAcDcYaola0,1589
|
| 156 |
+
huggingface_hub/inference/_generated/types/visual_question_answering.py,sha256=0PHNnjwxxHvG3SjOz7O7DckbBeGYDsRmlagG11qIkkM,1667
|
| 157 |
+
huggingface_hub/inference/_generated/types/zero_shot_classification.py,sha256=u6jfFCqDv9XqeAN5E9_Xf7jqMZgqTRFF_S9PtWbiBUk,1963
|
| 158 |
+
huggingface_hub/inference/_generated/types/zero_shot_image_classification.py,sha256=qVH6Ms0FjF8TraGy4BYiS8lmvGq9xiIDdXqGFynLHMA,1689
|
| 159 |
+
huggingface_hub/inference/_generated/types/zero_shot_object_detection.py,sha256=PU4OOlQ2aAOosW2JlG2Z27MEQpmE6BxcygH_ns3w1KQ,1662
|
| 160 |
+
huggingface_hub/inference_api.py,sha256=b4-NhPSn9b44nYKV8tDKXodmE4JVdEymMWL4CVGkzlE,8323
|
| 161 |
+
huggingface_hub/keras_mixin.py,sha256=LReKRHE4y9kN-r7WdqtUYJY2mYKkhN1nJ8Jl6v52P7A,19483
|
| 162 |
+
huggingface_hub/lfs.py,sha256=xQE8HTZmzILey8aqURpD-NO6_z1LUasOJssXiBcm0s4,16827
|
| 163 |
+
huggingface_hub/repocard.py,sha256=86FiLCufy9oLf6moGkfmi9h3euGwDDY4eLrs0GKWBRk,34732
|
| 164 |
+
huggingface_hub/repocard_data.py,sha256=lGC_QpmCZR4nMTO8E5-EpdOAARSe1_5uGRszPBuIg7s,33123
|
| 165 |
+
huggingface_hub/repository.py,sha256=xVQR-MRKNDfJ_Z_99DwtXZB3xNO06eYG_GvRM4fLiTU,54557
|
| 166 |
+
huggingface_hub/serialization/__init__.py,sha256=z5MLxMqz0Y2qST-3Lj0PZHUONL-SGRlc0g4Z6MdL6rw,988
|
| 167 |
+
huggingface_hub/serialization/__pycache__/__init__.cpython-310.pyc,,
|
| 168 |
+
huggingface_hub/serialization/__pycache__/_base.cpython-310.pyc,,
|
| 169 |
+
huggingface_hub/serialization/__pycache__/_tensorflow.cpython-310.pyc,,
|
| 170 |
+
huggingface_hub/serialization/__pycache__/_torch.cpython-310.pyc,,
|
| 171 |
+
huggingface_hub/serialization/_base.py,sha256=JZneES-HgcRH9C2SQehIGRDtT7nS7emu-RRV4ZjB6xo,8124
|
| 172 |
+
huggingface_hub/serialization/_tensorflow.py,sha256=zHOvEMg-JHC55Fm4roDT3LUCDO5zB9qtXZffG065RAM,3625
|
| 173 |
+
huggingface_hub/serialization/_torch.py,sha256=i6UFAHk1MDx_RONaXYolsISVa0V3a_YH-bdQtCYnmtg,26498
|
| 174 |
+
huggingface_hub/templates/datasetcard_template.md,sha256=W-EMqR6wndbrnZorkVv56URWPG49l7MATGeI015kTvs,5503
|
| 175 |
+
huggingface_hub/templates/modelcard_template.md,sha256=4AqArS3cqdtbit5Bo-DhjcnDFR-pza5hErLLTPM4Yuc,6870
|
| 176 |
+
huggingface_hub/utils/__init__.py,sha256=aMEsiXGi93z-dXz1W7FFma71tAMeKw0SoKVZSQUeE_4,3525
|
| 177 |
+
huggingface_hub/utils/__pycache__/__init__.cpython-310.pyc,,
|
| 178 |
+
huggingface_hub/utils/__pycache__/_auth.cpython-310.pyc,,
|
| 179 |
+
huggingface_hub/utils/__pycache__/_cache_assets.cpython-310.pyc,,
|
| 180 |
+
huggingface_hub/utils/__pycache__/_cache_manager.cpython-310.pyc,,
|
| 181 |
+
huggingface_hub/utils/__pycache__/_chunk_utils.cpython-310.pyc,,
|
| 182 |
+
huggingface_hub/utils/__pycache__/_datetime.cpython-310.pyc,,
|
| 183 |
+
huggingface_hub/utils/__pycache__/_deprecation.cpython-310.pyc,,
|
| 184 |
+
huggingface_hub/utils/__pycache__/_experimental.cpython-310.pyc,,
|
| 185 |
+
huggingface_hub/utils/__pycache__/_fixes.cpython-310.pyc,,
|
| 186 |
+
huggingface_hub/utils/__pycache__/_git_credential.cpython-310.pyc,,
|
| 187 |
+
huggingface_hub/utils/__pycache__/_headers.cpython-310.pyc,,
|
| 188 |
+
huggingface_hub/utils/__pycache__/_hf_folder.cpython-310.pyc,,
|
| 189 |
+
huggingface_hub/utils/__pycache__/_http.cpython-310.pyc,,
|
| 190 |
+
huggingface_hub/utils/__pycache__/_lfs.cpython-310.pyc,,
|
| 191 |
+
huggingface_hub/utils/__pycache__/_pagination.cpython-310.pyc,,
|
| 192 |
+
huggingface_hub/utils/__pycache__/_paths.cpython-310.pyc,,
|
| 193 |
+
huggingface_hub/utils/__pycache__/_runtime.cpython-310.pyc,,
|
| 194 |
+
huggingface_hub/utils/__pycache__/_safetensors.cpython-310.pyc,,
|
| 195 |
+
huggingface_hub/utils/__pycache__/_subprocess.cpython-310.pyc,,
|
| 196 |
+
huggingface_hub/utils/__pycache__/_telemetry.cpython-310.pyc,,
|
| 197 |
+
huggingface_hub/utils/__pycache__/_typing.cpython-310.pyc,,
|
| 198 |
+
huggingface_hub/utils/__pycache__/_validators.cpython-310.pyc,,
|
| 199 |
+
huggingface_hub/utils/__pycache__/endpoint_helpers.cpython-310.pyc,,
|
| 200 |
+
huggingface_hub/utils/__pycache__/insecure_hashlib.cpython-310.pyc,,
|
| 201 |
+
huggingface_hub/utils/__pycache__/logging.cpython-310.pyc,,
|
| 202 |
+
huggingface_hub/utils/__pycache__/sha.cpython-310.pyc,,
|
| 203 |
+
huggingface_hub/utils/__pycache__/tqdm.cpython-310.pyc,,
|
| 204 |
+
huggingface_hub/utils/_auth.py,sha256=-9p3SSOtWKMMCDKlsM_-ebsIGX0sSgKTSnC-_O4kTxg,8294
|
| 205 |
+
huggingface_hub/utils/_cache_assets.py,sha256=kai77HPQMfYpROouMBQCr_gdBCaeTm996Sqj0dExbNg,5728
|
| 206 |
+
huggingface_hub/utils/_cache_manager.py,sha256=kfuZDQy6FbWXrwKqp5sAJHte1BooTYKnjyuS0kbR6Eo,34495
|
| 207 |
+
huggingface_hub/utils/_chunk_utils.py,sha256=kRCaj5228_vKcyLWspd8Xq01f17Jz6ds5Sr9ed5d_RU,2130
|
| 208 |
+
huggingface_hub/utils/_datetime.py,sha256=DHnktKm1taeOe2XCBgNU4pVck5d70qu8FJ7nACD6C3k,2554
|
| 209 |
+
huggingface_hub/utils/_deprecation.py,sha256=HZhRGGUX_QMKBBBwHHlffLtmCSK01TOpeXHefZbPfwI,4872
|
| 210 |
+
huggingface_hub/utils/_experimental.py,sha256=crCPH6k6-11wwH2GZuZzZzZbjUotay49ywV1SSJhMHM,2395
|
| 211 |
+
huggingface_hub/utils/_fixes.py,sha256=C-feEQOZtXGHP4E2Qlg2VyxWSZhdCVmd0_B6zgiPcWA,4045
|
| 212 |
+
huggingface_hub/utils/_git_credential.py,sha256=SDdsiREr1TcAR2Ze2TB0E5cYzVJgvDZrs60od9lAsMc,4596
|
| 213 |
+
huggingface_hub/utils/_headers.py,sha256=qZY8SQAFq3b7MaxQmZdSvNy6OuPyIBElL1Zvfa5sC8k,9592
|
| 214 |
+
huggingface_hub/utils/_hf_folder.py,sha256=cffdBqvvk0E_DW9rkaaVXLYOTFsOREDB_Y98evp_nWI,3612
|
| 215 |
+
huggingface_hub/utils/_http.py,sha256=-dfsV0Bs9pb8EStpcJvDGOfp_sKYD-re-XbIVITVAyo,22670
|
| 216 |
+
huggingface_hub/utils/_lfs.py,sha256=EC0Oz6Wiwl8foRNkUOzrETXzAWlbgpnpxo5a410ovFY,3957
|
| 217 |
+
huggingface_hub/utils/_pagination.py,sha256=hzLFLd8i_DKkPRVYzOx2CxLt5lcocEiAxDJriQUjAjY,1841
|
| 218 |
+
huggingface_hub/utils/_paths.py,sha256=w1ZhFmmD5ykWjp_hAvhjtOoa2ZUcOXJrF4a6O3QpAWo,5042
|
| 219 |
+
huggingface_hub/utils/_runtime.py,sha256=tUyWylDgqaOXnMg39rvyusiruVN5ulcqiSwUEkQ9jjg,11195
|
| 220 |
+
huggingface_hub/utils/_safetensors.py,sha256=GW3nyv7xQcuwObKYeYoT9VhURVzG1DZTbKBKho8Bbos,4458
|
| 221 |
+
huggingface_hub/utils/_subprocess.py,sha256=6GpGD4qE9-Z1-Ocs3JuCLjR4NcRlknA-hAuQlqiprYY,4595
|
| 222 |
+
huggingface_hub/utils/_telemetry.py,sha256=54LXeIJU5pEGghPAh06gqNAR-UoxOjVLvKqAQscwqZs,4890
|
| 223 |
+
huggingface_hub/utils/_typing.py,sha256=UO0-GeTbiKFV9GqDh4YNRyScQSRAAZRoUeEYQX4P0rE,2882
|
| 224 |
+
huggingface_hub/utils/_validators.py,sha256=dDsVG31iooTYrIyi5Vwr1DukL0fEmJwu3ceVNduhsuE,9204
|
| 225 |
+
huggingface_hub/utils/endpoint_helpers.py,sha256=9VtIAlxQ5H_4y30sjCAgbu7XCqAtNLC7aRYxaNn0hLI,2366
|
| 226 |
+
huggingface_hub/utils/insecure_hashlib.py,sha256=OjxlvtSQHpbLp9PWSrXBDJ0wHjxCBU-SQJgucEEXDbU,1058
|
| 227 |
+
huggingface_hub/utils/logging.py,sha256=Cp03s0uEl3kDM9XHQW9a8GAoExODQ-e7kEtgMt-_To8,4728
|
| 228 |
+
huggingface_hub/utils/sha.py,sha256=OFnNGCba0sNcT2gUwaVCJnldxlltrHHe0DS_PCpV3C4,2134
|
| 229 |
+
huggingface_hub/utils/tqdm.py,sha256=jQiVYwRG78HK4_54u0vTtz6Kt9IMGiHy3ixbIn3h2TU,9368
|
evalkit_tf437/lib/python3.10/site-packages/huggingface_hub-0.26.2.dist-info/REQUESTED
ADDED
|
File without changes
|
evalkit_tf437/lib/python3.10/site-packages/idna-3.10.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
evalkit_tf437/lib/python3.10/site-packages/idna-3.10.dist-info/RECORD
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
idna-3.10.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 2 |
+
idna-3.10.dist-info/LICENSE.md,sha256=pZ8LDvNjWHQQmkRhykT_enDVBpboFHZ7-vch1Mmw2w8,1541
|
| 3 |
+
idna-3.10.dist-info/METADATA,sha256=URR5ZyDfQ1PCEGhkYoojqfi2Ra0tau2--lhwG4XSfjI,10158
|
| 4 |
+
idna-3.10.dist-info/RECORD,,
|
| 5 |
+
idna-3.10.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 6 |
+
idna-3.10.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
| 7 |
+
idna/__init__.py,sha256=MPqNDLZbXqGaNdXxAFhiqFPKEQXju2jNQhCey6-5eJM,868
|
| 8 |
+
idna/__pycache__/__init__.cpython-310.pyc,,
|
| 9 |
+
idna/__pycache__/codec.cpython-310.pyc,,
|
| 10 |
+
idna/__pycache__/compat.cpython-310.pyc,,
|
| 11 |
+
idna/__pycache__/core.cpython-310.pyc,,
|
| 12 |
+
idna/__pycache__/idnadata.cpython-310.pyc,,
|
| 13 |
+
idna/__pycache__/intranges.cpython-310.pyc,,
|
| 14 |
+
idna/__pycache__/package_data.cpython-310.pyc,,
|
| 15 |
+
idna/__pycache__/uts46data.cpython-310.pyc,,
|
| 16 |
+
idna/codec.py,sha256=PEew3ItwzjW4hymbasnty2N2OXvNcgHB-JjrBuxHPYY,3422
|
| 17 |
+
idna/compat.py,sha256=RzLy6QQCdl9784aFhb2EX9EKGCJjg0P3PilGdeXXcx8,316
|
| 18 |
+
idna/core.py,sha256=YJYyAMnwiQEPjVC4-Fqu_p4CJ6yKKuDGmppBNQNQpFs,13239
|
| 19 |
+
idna/idnadata.py,sha256=W30GcIGvtOWYwAjZj4ZjuouUutC6ffgNuyjJy7fZ-lo,78306
|
| 20 |
+
idna/intranges.py,sha256=amUtkdhYcQG8Zr-CoMM_kVRacxkivC1WgxN1b63KKdU,1898
|
| 21 |
+
idna/package_data.py,sha256=q59S3OXsc5VI8j6vSD0sGBMyk6zZ4vWFREE88yCJYKs,21
|
| 22 |
+
idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 23 |
+
idna/uts46data.py,sha256=rt90K9J40gUSwppDPCrhjgi5AA6pWM65dEGRSf6rIhM,239289
|
evalkit_tf437/lib/python3.10/site-packages/joblib-1.4.2.dist-info/RECORD
ADDED
|
@@ -0,0 +1,218 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
joblib-1.4.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 2 |
+
joblib-1.4.2.dist-info/LICENSE.txt,sha256=QmEpEcGHLF5LQ_auDo7llGfNNQMyJBz3LOkGQCZPrmo,1527
|
| 3 |
+
joblib-1.4.2.dist-info/METADATA,sha256=-PL7OT7ROjEST8XDvFsNetiT1C39xP0HjiPNfR51N78,5364
|
| 4 |
+
joblib-1.4.2.dist-info/RECORD,,
|
| 5 |
+
joblib-1.4.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 6 |
+
joblib-1.4.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
| 7 |
+
joblib-1.4.2.dist-info/top_level.txt,sha256=P0LsoZ45gBL7ckL4lqQt7tdbrHD4xlVYhffmhHeeT_U,7
|
| 8 |
+
joblib/__init__.py,sha256=EWm6ua-5pq_jWGwJ05txJUmKq5C0f_48NOMQhJ6Ge4I,5132
|
| 9 |
+
joblib/__pycache__/__init__.cpython-310.pyc,,
|
| 10 |
+
joblib/__pycache__/_cloudpickle_wrapper.cpython-310.pyc,,
|
| 11 |
+
joblib/__pycache__/_dask.cpython-310.pyc,,
|
| 12 |
+
joblib/__pycache__/_memmapping_reducer.cpython-310.pyc,,
|
| 13 |
+
joblib/__pycache__/_multiprocessing_helpers.cpython-310.pyc,,
|
| 14 |
+
joblib/__pycache__/_parallel_backends.cpython-310.pyc,,
|
| 15 |
+
joblib/__pycache__/_store_backends.cpython-310.pyc,,
|
| 16 |
+
joblib/__pycache__/_utils.cpython-310.pyc,,
|
| 17 |
+
joblib/__pycache__/backports.cpython-310.pyc,,
|
| 18 |
+
joblib/__pycache__/compressor.cpython-310.pyc,,
|
| 19 |
+
joblib/__pycache__/disk.cpython-310.pyc,,
|
| 20 |
+
joblib/__pycache__/executor.cpython-310.pyc,,
|
| 21 |
+
joblib/__pycache__/func_inspect.cpython-310.pyc,,
|
| 22 |
+
joblib/__pycache__/hashing.cpython-310.pyc,,
|
| 23 |
+
joblib/__pycache__/logger.cpython-310.pyc,,
|
| 24 |
+
joblib/__pycache__/memory.cpython-310.pyc,,
|
| 25 |
+
joblib/__pycache__/numpy_pickle.cpython-310.pyc,,
|
| 26 |
+
joblib/__pycache__/numpy_pickle_compat.cpython-310.pyc,,
|
| 27 |
+
joblib/__pycache__/numpy_pickle_utils.cpython-310.pyc,,
|
| 28 |
+
joblib/__pycache__/parallel.cpython-310.pyc,,
|
| 29 |
+
joblib/__pycache__/pool.cpython-310.pyc,,
|
| 30 |
+
joblib/__pycache__/testing.cpython-310.pyc,,
|
| 31 |
+
joblib/_cloudpickle_wrapper.py,sha256=-PBMUqgZCfd5EMaKn5FCQhWKiAJfbq4i2o6Z6KZ1ynE,417
|
| 32 |
+
joblib/_dask.py,sha256=IhFjN6oMQVIcLC7bLHnA7KgO7nnEp7p6P4JH12934J4,13313
|
| 33 |
+
joblib/_memmapping_reducer.py,sha256=4xclMWTgI5l-C6OFyt6FvamH-ToJu3DmopAXwt7a9F4,28092
|
| 34 |
+
joblib/_multiprocessing_helpers.py,sha256=t7wIXfrLfzqFXjOeOYs4JP45tptxmYm5_yE8ylIRbR8,1925
|
| 35 |
+
joblib/_parallel_backends.py,sha256=82qX4mJ5eHz4i0e5gbdHgvzST3P6LJ59hpfee0IyZCQ,25489
|
| 36 |
+
joblib/_store_backends.py,sha256=PaoeHo4Mr7idPI3MvX766OqBQ_y_WkG_oZbE4MjbdKw,16683
|
| 37 |
+
joblib/_utils.py,sha256=BBUs4ZHpDRxpgTsdrZSyBb39MqacM6JauI3dTRmnHm4,2076
|
| 38 |
+
joblib/backports.py,sha256=aGh0cjs_xMhO2ym7RprpDjCBudiPtDhgD1vf5YMbMaI,5361
|
| 39 |
+
joblib/compressor.py,sha256=WwRzsQhdQp0lbQvvEbAcaevCOCM2_Qyv_HJ4PVHtobQ,19768
|
| 40 |
+
joblib/disk.py,sha256=PxUC63dBG2O1GriL1SLskHUjz7XzR-y6rqKEJHEY0jA,4389
|
| 41 |
+
joblib/executor.py,sha256=PiaOwENhecRVnOdvHZLwGsr-RMKfk_F_Noy8y7nntJY,5136
|
| 42 |
+
joblib/externals/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 43 |
+
joblib/externals/__pycache__/__init__.cpython-310.pyc,,
|
| 44 |
+
joblib/externals/cloudpickle/__init__.py,sha256=vb2JCOn1EpLUdVyPe1ESyhLymcvh-Rk3ISHJ-52aDLw,308
|
| 45 |
+
joblib/externals/cloudpickle/__pycache__/__init__.cpython-310.pyc,,
|
| 46 |
+
joblib/externals/cloudpickle/__pycache__/cloudpickle.cpython-310.pyc,,
|
| 47 |
+
joblib/externals/cloudpickle/__pycache__/cloudpickle_fast.cpython-310.pyc,,
|
| 48 |
+
joblib/externals/cloudpickle/cloudpickle.py,sha256=APCGMuIfVpWcelGsLlo2zRmwKRloaoiznQEOAoEWH9Y,55283
|
| 49 |
+
joblib/externals/cloudpickle/cloudpickle_fast.py,sha256=1GqUD4nLKsv0vv9ty2La3eVLyeWNrPFlhUCN-aNI-30,322
|
| 50 |
+
joblib/externals/loky/__init__.py,sha256=T20hgxG9YPps-AhsElBMzIJD73q0h3x0Hys49alTvq8,1104
|
| 51 |
+
joblib/externals/loky/__pycache__/__init__.cpython-310.pyc,,
|
| 52 |
+
joblib/externals/loky/__pycache__/_base.cpython-310.pyc,,
|
| 53 |
+
joblib/externals/loky/__pycache__/cloudpickle_wrapper.cpython-310.pyc,,
|
| 54 |
+
joblib/externals/loky/__pycache__/initializers.cpython-310.pyc,,
|
| 55 |
+
joblib/externals/loky/__pycache__/process_executor.cpython-310.pyc,,
|
| 56 |
+
joblib/externals/loky/__pycache__/reusable_executor.cpython-310.pyc,,
|
| 57 |
+
joblib/externals/loky/_base.py,sha256=LsQnEoKWKGhdeqGhMc68Aqwz4MrTnEs20KAYbFiUHzo,1057
|
| 58 |
+
joblib/externals/loky/backend/__init__.py,sha256=Ix9KThV1CYk7-M5OQnJ_A_JrrrWJ-Jowa-HMMeGbp18,312
|
| 59 |
+
joblib/externals/loky/backend/__pycache__/__init__.cpython-310.pyc,,
|
| 60 |
+
joblib/externals/loky/backend/__pycache__/_posix_reduction.cpython-310.pyc,,
|
| 61 |
+
joblib/externals/loky/backend/__pycache__/_win_reduction.cpython-310.pyc,,
|
| 62 |
+
joblib/externals/loky/backend/__pycache__/context.cpython-310.pyc,,
|
| 63 |
+
joblib/externals/loky/backend/__pycache__/fork_exec.cpython-310.pyc,,
|
| 64 |
+
joblib/externals/loky/backend/__pycache__/popen_loky_posix.cpython-310.pyc,,
|
| 65 |
+
joblib/externals/loky/backend/__pycache__/popen_loky_win32.cpython-310.pyc,,
|
| 66 |
+
joblib/externals/loky/backend/__pycache__/process.cpython-310.pyc,,
|
| 67 |
+
joblib/externals/loky/backend/__pycache__/queues.cpython-310.pyc,,
|
| 68 |
+
joblib/externals/loky/backend/__pycache__/reduction.cpython-310.pyc,,
|
| 69 |
+
joblib/externals/loky/backend/__pycache__/resource_tracker.cpython-310.pyc,,
|
| 70 |
+
joblib/externals/loky/backend/__pycache__/spawn.cpython-310.pyc,,
|
| 71 |
+
joblib/externals/loky/backend/__pycache__/synchronize.cpython-310.pyc,,
|
| 72 |
+
joblib/externals/loky/backend/__pycache__/utils.cpython-310.pyc,,
|
| 73 |
+
joblib/externals/loky/backend/_posix_reduction.py,sha256=xgCSrIaLI0k_MI0XNOBSp5e1ox1WN9idgrWbkWpMUr4,1776
|
| 74 |
+
joblib/externals/loky/backend/_win_reduction.py,sha256=WmNB0NXtyJ_o_WzfPUEGh5dPhXIeI6FkEnFNXUxO2ws,683
|
| 75 |
+
joblib/externals/loky/backend/context.py,sha256=GGBUGp4QDx1qvBuWDvyOSjNWYA79shxgAagsrcxA50E,13654
|
| 76 |
+
joblib/externals/loky/backend/fork_exec.py,sha256=c3I22U_ewtT1T5Xn65SUXHrftspvllrGezGiv5KSRQY,1186
|
| 77 |
+
joblib/externals/loky/backend/popen_loky_posix.py,sha256=ZFFs6H7Xp3CCQDE4oqmd_flWday6EdtlQ34Hkpa2PFQ,5580
|
| 78 |
+
joblib/externals/loky/backend/popen_loky_win32.py,sha256=bYkhRA0w8qUcYFwoezeGwcnlCocEdheWXc6SZ-_rVxo,5325
|
| 79 |
+
joblib/externals/loky/backend/process.py,sha256=4-Y94EoIrg4btsjTNxUBHAHhR96Nrugn_7_PGL6aU50,2018
|
| 80 |
+
joblib/externals/loky/backend/queues.py,sha256=eETFvbPHwKfdoYyOgNQCyKq_Zlm-lzH3fwwpUIh-_4U,7322
|
| 81 |
+
joblib/externals/loky/backend/reduction.py,sha256=CRu922R8xOxog2Snhop7y6fN1fPX9_h110brrICwZUE,7063
|
| 82 |
+
joblib/externals/loky/backend/resource_tracker.py,sha256=421689XAmmxmNXktfkhNHNERIY3LbAcmWAsmRHPNUjg,14498
|
| 83 |
+
joblib/externals/loky/backend/spawn.py,sha256=PVOHs8ou7IPcISb7t_Pp86FnUtPUw_KUAdxmDHOrAaU,8962
|
| 84 |
+
joblib/externals/loky/backend/synchronize.py,sha256=nlDwBoLZB93m_l55qfZM_Ql-4L84PSYimoQqt5TzpDk,11768
|
| 85 |
+
joblib/externals/loky/backend/utils.py,sha256=RVsxqyET4TJdbjc9uUHJmfhlQ2v4Uq-fiT_5b5rfC0s,5757
|
| 86 |
+
joblib/externals/loky/cloudpickle_wrapper.py,sha256=9VfrXIfHiJcoXDqwgaHWbRsWipVA23oRJaxnXzSu7GM,3608
|
| 87 |
+
joblib/externals/loky/initializers.py,sha256=dtKtRsJUmVwiJu0yZ-Ih0m8PvW_MxmouG7mShEcsStc,2567
|
| 88 |
+
joblib/externals/loky/process_executor.py,sha256=TjIjwesAyFsJAp0qq43vNWh-8euuu1uE85jzu0xD5SU,51048
|
| 89 |
+
joblib/externals/loky/reusable_executor.py,sha256=XVxLGMhCDij8CU6BDHbYKPxn8lG-rnqXaIfxO2nXGXg,10305
|
| 90 |
+
joblib/func_inspect.py,sha256=Cwei03uwnZKJ9mbGmdCSjVGgq2_1lJNJSkeUn1GTvSo,14204
|
| 91 |
+
joblib/hashing.py,sha256=4X9OOofkfDQr3N8NZKTsMOKWr8IiIV0kjBwqCUJCej4,10535
|
| 92 |
+
joblib/logger.py,sha256=meT-hFPTZukfBRkeyCVCxhssPSr668_R5Nn25S-iXtc,5463
|
| 93 |
+
joblib/memory.py,sha256=RhCqLAgrN0qtyUcdGtAiHOqYYXoVa6CTpRK2Q2Zg4zM,46539
|
| 94 |
+
joblib/numpy_pickle.py,sha256=5_L7EbPg94T3iSODEdkikJNj_z2qvpZYaGei9HlMBWU,26886
|
| 95 |
+
joblib/numpy_pickle_compat.py,sha256=U7zVNNF03an_7AgHOxhTxcOSbLJTWcGsnV_xbT3vRdY,8547
|
| 96 |
+
joblib/numpy_pickle_utils.py,sha256=KccSp_MhMFsV41Mw9pSijchtGOCympDaHWH0VpIUeSs,8723
|
| 97 |
+
joblib/parallel.py,sha256=Wd-2YyzR9qQzIelayayWZxsh_iH-nbDv9DKjGMKznLs,84583
|
| 98 |
+
joblib/pool.py,sha256=wRrlDLW_6Cx7pGxK5AGY8M8QW8OwJRqOkiCfYNVty5A,14415
|
| 99 |
+
joblib/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 100 |
+
joblib/test/__pycache__/__init__.cpython-310.pyc,,
|
| 101 |
+
joblib/test/__pycache__/common.cpython-310.pyc,,
|
| 102 |
+
joblib/test/__pycache__/test_backports.cpython-310.pyc,,
|
| 103 |
+
joblib/test/__pycache__/test_cloudpickle_wrapper.cpython-310.pyc,,
|
| 104 |
+
joblib/test/__pycache__/test_config.cpython-310.pyc,,
|
| 105 |
+
joblib/test/__pycache__/test_dask.cpython-310.pyc,,
|
| 106 |
+
joblib/test/__pycache__/test_disk.cpython-310.pyc,,
|
| 107 |
+
joblib/test/__pycache__/test_func_inspect.cpython-310.pyc,,
|
| 108 |
+
joblib/test/__pycache__/test_func_inspect_special_encoding.cpython-310.pyc,,
|
| 109 |
+
joblib/test/__pycache__/test_hashing.cpython-310.pyc,,
|
| 110 |
+
joblib/test/__pycache__/test_init.cpython-310.pyc,,
|
| 111 |
+
joblib/test/__pycache__/test_logger.cpython-310.pyc,,
|
| 112 |
+
joblib/test/__pycache__/test_memmapping.cpython-310.pyc,,
|
| 113 |
+
joblib/test/__pycache__/test_memory.cpython-310.pyc,,
|
| 114 |
+
joblib/test/__pycache__/test_memory_async.cpython-310.pyc,,
|
| 115 |
+
joblib/test/__pycache__/test_missing_multiprocessing.cpython-310.pyc,,
|
| 116 |
+
joblib/test/__pycache__/test_module.cpython-310.pyc,,
|
| 117 |
+
joblib/test/__pycache__/test_numpy_pickle.cpython-310.pyc,,
|
| 118 |
+
joblib/test/__pycache__/test_numpy_pickle_compat.cpython-310.pyc,,
|
| 119 |
+
joblib/test/__pycache__/test_numpy_pickle_utils.cpython-310.pyc,,
|
| 120 |
+
joblib/test/__pycache__/test_parallel.cpython-310.pyc,,
|
| 121 |
+
joblib/test/__pycache__/test_store_backends.cpython-310.pyc,,
|
| 122 |
+
joblib/test/__pycache__/test_testing.cpython-310.pyc,,
|
| 123 |
+
joblib/test/__pycache__/test_utils.cpython-310.pyc,,
|
| 124 |
+
joblib/test/__pycache__/testutils.cpython-310.pyc,,
|
| 125 |
+
joblib/test/common.py,sha256=seNB39WwHwu0qfMo6qeV7y0m6wxCcJ1B-Q1MWLvn4Vk,2336
|
| 126 |
+
joblib/test/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 127 |
+
joblib/test/data/__pycache__/__init__.cpython-310.pyc,,
|
| 128 |
+
joblib/test/data/__pycache__/create_numpy_pickle.cpython-310.pyc,,
|
| 129 |
+
joblib/test/data/create_numpy_pickle.py,sha256=BEaSv8dm3a48mvxl_Kf5ASwkkbGhwRplzNotTP4RCC0,3460
|
| 130 |
+
joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np16.gz,sha256=QYRH6Q2DSGVorjCSqWCxjTWCMOJKyew4Nl2qmfQVvQ8,769
|
| 131 |
+
joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np17.gz,sha256=ofTozM_KlPJa50TR8FCwc09mMmO6OO0GQhgUBLNIsXs,757
|
| 132 |
+
joblib/test/data/joblib_0.10.0_compressed_pickle_py33_np18.gz,sha256=2eIVeA-XjOaT5IEQ6tI2UuHG3hwhiRciMmkBmPcIh4g,792
|
| 133 |
+
joblib/test/data/joblib_0.10.0_compressed_pickle_py34_np19.gz,sha256=Gr2z_1tVWDH1H3_wCVHmakknf8KqeHKT8Yz4d1vmUCM,794
|
| 134 |
+
joblib/test/data/joblib_0.10.0_compressed_pickle_py35_np19.gz,sha256=pWw_xuDbOkECqu1KGf1OFU7s2VbzC2v5F5iXhE7TwB4,790
|
| 135 |
+
joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl,sha256=icRQjj374B-AHk5znxre0T9oWUHokoHIBQ8MqKo8l-U,986
|
| 136 |
+
joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.bz2,sha256=oYQVIyMiUxyRgWSuBBSOvCWKzToA-kUpcoQWdV4UoV4,997
|
| 137 |
+
joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.gzip,sha256=Jpv3iGcDgKTv-O4nZsUreIbUK7qnt2cugZ-VMgNeEDQ,798
|
| 138 |
+
joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.lzma,sha256=c0wu0x8pPv4BcStj7pE61rZpf68FLG_pNzQZ4e82zH8,660
|
| 139 |
+
joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.xz,sha256=77FG1FDG0GHQav-1bxc4Tn9ky6ubUW_MbE0_iGmz5wc,712
|
| 140 |
+
joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl,sha256=4GTC7s_cWNVShERn2nvVbspZYJgyK_0man4TEqvdVzU,1068
|
| 141 |
+
joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.bz2,sha256=6G1vbs_iYmz2kYJ6w4qB1k7D67UnxUMus0S4SWeBtFo,1000
|
| 142 |
+
joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.gzip,sha256=tlRUWeJS1BXmcwtLNSNK9L0hDHekFl07CqWxTShinmY,831
|
| 143 |
+
joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.lzma,sha256=CorPwnfv3rR5hjNtJI01-sEBMOnkSxNlRVaWTszMopA,694
|
| 144 |
+
joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.xz,sha256=Dppj3MffOKsKETeptEtDaxPOv6MA6xnbpK5LzlDQ-oE,752
|
| 145 |
+
joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl,sha256=HL5Fb1uR9aPLjjhoOPJ2wwM1Qyo1FCZoYYd2HVw0Fos,1068
|
| 146 |
+
joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.bz2,sha256=Pyr2fqZnwfUxXdyrBr-kRwBYY8HA_Yi7fgSguKy5pUs,1021
|
| 147 |
+
joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.gzip,sha256=os8NJjQI9FhnlZM-Ay9dX_Uo35gZnoJCgQSIVvcBPfE,831
|
| 148 |
+
joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.lzma,sha256=Q_0y43qU7_GqAabJ8y3PWVhOisurnCAq3GzuCu04V58,697
|
| 149 |
+
joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.xz,sha256=BNfmiQfpeLVpdfkwlJK4hJ5Cpgl0vreVyekyc5d_PNM,752
|
| 150 |
+
joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl,sha256=l7nvLolhBDIdPFznOz3lBHiMOPBPCMi1bXop1tFSCpY,1068
|
| 151 |
+
joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.bz2,sha256=pqGpuIS-ZU4uP8mkglHs8MaSDiVcPy7l3XHYJSppRgY,1005
|
| 152 |
+
joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.gzip,sha256=YRFXE6LEb6qK72yPqnXdqQVY8Ts8xKUS9PWQKhLxWvk,833
|
| 153 |
+
joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.lzma,sha256=Bf7gCUeTuTjCkbcIdyZYz69irblX4SAVQEzxCnMQhNU,701
|
| 154 |
+
joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.xz,sha256=As8w2LGWwwNmKy3QNdKljK63Yq46gjRf_RJ0lh5_WqA,752
|
| 155 |
+
joblib/test/data/joblib_0.11.0_compressed_pickle_py36_np111.gz,sha256=1WrnXDqDoNEPYOZX1Q5Wr2463b8vVV6fw4Wm5S4bMt4,800
|
| 156 |
+
joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl,sha256=XmsOFxeC1f1aYdGETclG6yfF9rLoB11DayOAhDMULrw,1068
|
| 157 |
+
joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.bz2,sha256=vI2yWb50LKL_NgZyd_XkoD5teIg93uI42mWnx9ee-AQ,991
|
| 158 |
+
joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.gzip,sha256=1WrnXDqDoNEPYOZX1Q5Wr2463b8vVV6fw4Wm5S4bMt4,800
|
| 159 |
+
joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.lzma,sha256=IWA0JlZG2ur53HgTUDl1m7q79dcVq6b0VOq33gKoJU0,715
|
| 160 |
+
joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.xz,sha256=3Xh_NbMZdBjYx7ynfJ3Fyke28izSRSSzzNB0z5D4k9Y,752
|
| 161 |
+
joblib/test/data/joblib_0.8.4_compressed_pickle_py27_np17.gz,sha256=Sp-ZT7i6pj5on2gbptszu7RarzJpOmHJ67UKOmCPQMg,659
|
| 162 |
+
joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np16.gz,sha256=NLtDrvo2XIH0KvUUAvhOqMeoXEjGW0IuTk_osu5XiDw,658
|
| 163 |
+
joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np17.gz,sha256=NLtDrvo2XIH0KvUUAvhOqMeoXEjGW0IuTk_osu5XiDw,658
|
| 164 |
+
joblib/test/data/joblib_0.9.2_compressed_pickle_py34_np19.gz,sha256=nzO9iiGkG3KbBdrF3usOho8higkrDj_lmICUzxZyF_Y,673
|
| 165 |
+
joblib/test/data/joblib_0.9.2_compressed_pickle_py35_np19.gz,sha256=nzO9iiGkG3KbBdrF3usOho8higkrDj_lmICUzxZyF_Y,673
|
| 166 |
+
joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl,sha256=naijdk2xIeKdIa3mfJw0JlmOdtiN6uRM1yOJg6-M73M,670
|
| 167 |
+
joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_01.npy,sha256=DvvX2c5-7DpuCg20HnleA5bMo9awN9rWxhtGSEPSiAk,120
|
| 168 |
+
joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_02.npy,sha256=HBzzbLeB-8whuVO7CgtF3wktoOrg52WILlljzNcBBbE,120
|
| 169 |
+
joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_03.npy,sha256=oMRa4qKJhBy-uiRDt-uqOzHAqencxzKUrKVynaAJJAU,236
|
| 170 |
+
joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_04.npy,sha256=PsviRClLqT4IR5sWwbmpQR41af9mDtBFncodJBOB3wU,104
|
| 171 |
+
joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl,sha256=LynX8dLOygfxDfFywOgm7wgWOhSxLG7z-oDsU6X83Dw,670
|
| 172 |
+
joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_01.npy,sha256=DvvX2c5-7DpuCg20HnleA5bMo9awN9rWxhtGSEPSiAk,120
|
| 173 |
+
joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_02.npy,sha256=HBzzbLeB-8whuVO7CgtF3wktoOrg52WILlljzNcBBbE,120
|
| 174 |
+
joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_03.npy,sha256=oMRa4qKJhBy-uiRDt-uqOzHAqencxzKUrKVynaAJJAU,236
|
| 175 |
+
joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_04.npy,sha256=PsviRClLqT4IR5sWwbmpQR41af9mDtBFncodJBOB3wU,104
|
| 176 |
+
joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl,sha256=w9TLxpDTzp5TI6cU6lRvMsAasXEChcQgGE9s30sm_CU,691
|
| 177 |
+
joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_01.npy,sha256=DvvX2c5-7DpuCg20HnleA5bMo9awN9rWxhtGSEPSiAk,120
|
| 178 |
+
joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_02.npy,sha256=HBzzbLeB-8whuVO7CgtF3wktoOrg52WILlljzNcBBbE,120
|
| 179 |
+
joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_03.npy,sha256=jt6aZKUrJdfbMJUJVsl47As5MrfRSs1avGMhbmS6vec,307
|
| 180 |
+
joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_04.npy,sha256=PsviRClLqT4IR5sWwbmpQR41af9mDtBFncodJBOB3wU,104
|
| 181 |
+
joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl,sha256=ilOBAOaulLFvKrD32S1NfnpiK-LfzA9rC3O2I7xROuI,691
|
| 182 |
+
joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_01.npy,sha256=DvvX2c5-7DpuCg20HnleA5bMo9awN9rWxhtGSEPSiAk,120
|
| 183 |
+
joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_02.npy,sha256=HBzzbLeB-8whuVO7CgtF3wktoOrg52WILlljzNcBBbE,120
|
| 184 |
+
joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_03.npy,sha256=jt6aZKUrJdfbMJUJVsl47As5MrfRSs1avGMhbmS6vec,307
|
| 185 |
+
joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_04.npy,sha256=PsviRClLqT4IR5sWwbmpQR41af9mDtBFncodJBOB3wU,104
|
| 186 |
+
joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl,sha256=WfDVIqKcMzzh1gSAshIfzBoIpdLdZQuG79yYf5kfpOo,691
|
| 187 |
+
joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_01.npy,sha256=DvvX2c5-7DpuCg20HnleA5bMo9awN9rWxhtGSEPSiAk,120
|
| 188 |
+
joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_02.npy,sha256=HBzzbLeB-8whuVO7CgtF3wktoOrg52WILlljzNcBBbE,120
|
| 189 |
+
joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_03.npy,sha256=jt6aZKUrJdfbMJUJVsl47As5MrfRSs1avGMhbmS6vec,307
|
| 190 |
+
joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_04.npy,sha256=PsviRClLqT4IR5sWwbmpQR41af9mDtBFncodJBOB3wU,104
|
| 191 |
+
joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz,sha256=8jYfWJsx0oY2J-3LlmEigK5cClnJSW2J2rfeSTZw-Ts,802
|
| 192 |
+
joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z,sha256=YT9VvT3sEl2uWlOyvH2CkyE9Sok4od9O3kWtgeuUUqE,43
|
| 193 |
+
joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z,sha256=txA5RDI0PRuiU_UNKY8pGp-zQgQQ9vaVvMi60hOPaVs,43
|
| 194 |
+
joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z,sha256=d3AwICvU2MpSNjh2aPIsdJeGZLlDjANAF1Soa6uM0Po,37
|
| 195 |
+
joblib/test/test_backports.py,sha256=Y9bhGa6H-K_FgLkDyXaSHzpaWk148Rjn8R9IKCKdy-k,1175
|
| 196 |
+
joblib/test/test_cloudpickle_wrapper.py,sha256=gc05MGe1LJfhCNTv02VdDXg8Z6FeJJ3rFTff1_WmMwc,751
|
| 197 |
+
joblib/test/test_config.py,sha256=EvQKH7n4qXAcPd-BTnfu4duR6b5ag65xjaEjPMDM50w,5284
|
| 198 |
+
joblib/test/test_dask.py,sha256=IIHdXXpH5NenurB6jem9rYisa_rP-usPyoPVaWzBEN0,18418
|
| 199 |
+
joblib/test/test_disk.py,sha256=wJd1o9nLzqEjLqxxkgB9S7-UcKjHPQ8qK5l0czcNp0o,2205
|
| 200 |
+
joblib/test/test_func_inspect.py,sha256=fyR9q1nGHwch5hD1hedut2YeN19hHDyUuDc8mXQuGeY,9488
|
| 201 |
+
joblib/test/test_func_inspect_special_encoding.py,sha256=5xILDjSO-xtjQAMLvMeVD-L7IG4ZURb2gvBiShaDE78,145
|
| 202 |
+
joblib/test/test_hashing.py,sha256=w8_WVgXL1TFueCSriX97GrCAS3mcmu5Ly062pOAOoRI,16054
|
| 203 |
+
joblib/test/test_init.py,sha256=bgNF-9CIJl1MFNA75LBWOaiNtvduVfuvglz_u9Tt8Uc,422
|
| 204 |
+
joblib/test/test_logger.py,sha256=CyA3E8Y74AHZfqJxetNrYfwXSOlLc1Pq1hqt7aJ6PwA,984
|
| 205 |
+
joblib/test/test_memmapping.py,sha256=6kXT4ZMCtPykWhDf66QCcQvsdC9PaJumiCY0jHPwfio,43298
|
| 206 |
+
joblib/test/test_memory.py,sha256=a4WVygTk7SVBwGTrFNrdKpuVms0VgoFeIzc-tel8WS8,50353
|
| 207 |
+
joblib/test/test_memory_async.py,sha256=CQYjFsCc_abCJ3yMBir_uUM1BZR2FFYHlb_dSkeNzI4,5347
|
| 208 |
+
joblib/test/test_missing_multiprocessing.py,sha256=oeneMgi6iUVIbkfazGvXmOp6fqa7ok9uhj902Qjs_nk,1123
|
| 209 |
+
joblib/test/test_module.py,sha256=HTHQSgnwa-1blkvhL_oVBO5yYdw8IrQTIJCK_QCsMtM,1936
|
| 210 |
+
joblib/test/test_numpy_pickle.py,sha256=6rRMvj-9dgBVucPLY7J0qBIIcY2XOSQGh1owqOiGIrg,42485
|
| 211 |
+
joblib/test/test_numpy_pickle_compat.py,sha256=o4mB8M6mVRX8Hxw-fxOmWPcbSAyswTdEHk64hVv_ZCk,609
|
| 212 |
+
joblib/test/test_numpy_pickle_utils.py,sha256=-lQnhOAIGyd5oyWT2LGQPc3QO_Oxb3VhM_H3QjKm5e0,383
|
| 213 |
+
joblib/test/test_parallel.py,sha256=hz7xthkaigLALc3676mAlpIpzu-96BgQIH1Sr7uNElE,74168
|
| 214 |
+
joblib/test/test_store_backends.py,sha256=LCCUS9DN7feJniwnOD7x0pMKAQ-5rgCBBctwi5FhjWM,3121
|
| 215 |
+
joblib/test/test_testing.py,sha256=1O5ZTJkdBjVkM-Ss4mComsEbJgrwROloVu8Mqv7Jv-w,2570
|
| 216 |
+
joblib/test/test_utils.py,sha256=L6aBHiZrF6TUFbPGmQXGyNMnoAy5pEhOJoH5CAG_6CU,584
|
| 217 |
+
joblib/test/testutils.py,sha256=6a7zVJm1kg6M-t4CH9tz8A6rMdC6ZY9sU6wBB8C7Zzo,251
|
| 218 |
+
joblib/testing.py,sha256=6i2ctsokVXohLBhc1dXIZc2TiQDRiB-glGKFbfZDIqE,3093
|
evalkit_tf437/lib/python3.10/site-packages/joblib-1.4.2.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
joblib
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (44.5 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_blocking_input.cpython-310.pyc
ADDED
|
Binary file (1.36 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_docstring.cpython-310.pyc
ADDED
|
Binary file (5.06 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_layoutgrid.cpython-310.pyc
ADDED
|
Binary file (15.6 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_mathtext.cpython-310.pyc
ADDED
|
Binary file (84.1 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_pylab_helpers.cpython-310.pyc
ADDED
|
Binary file (5.12 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/_tight_bbox.cpython-310.pyc
ADDED
|
Binary file (2.57 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/animation.cpython-310.pyc
ADDED
|
Binary file (53.9 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/artist.cpython-310.pyc
ADDED
|
Binary file (57.5 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/axis.cpython-310.pyc
ADDED
|
Binary file (81.6 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/backend_tools.cpython-310.pyc
ADDED
|
Binary file (32.8 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/category.cpython-310.pyc
ADDED
|
Binary file (7.69 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/cbook.cpython-310.pyc
ADDED
|
Binary file (69 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/cm.cpython-310.pyc
ADDED
|
Binary file (20.6 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/collections.cpython-310.pyc
ADDED
|
Binary file (78 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/container.cpython-310.pyc
ADDED
|
Binary file (5.66 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/hatch.cpython-310.pyc
ADDED
|
Binary file (7.29 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/layout_engine.cpython-310.pyc
ADDED
|
Binary file (11.5 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/legend.cpython-310.pyc
ADDED
|
Binary file (41.8 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/legend_handler.cpython-310.pyc
ADDED
|
Binary file (24.2 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/lines.cpython-310.pyc
ADDED
|
Binary file (45.1 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/markers.cpython-310.pyc
ADDED
|
Binary file (29.5 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/mathtext.cpython-310.pyc
ADDED
|
Binary file (4.66 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/offsetbox.cpython-310.pyc
ADDED
|
Binary file (51.9 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/path.cpython-310.pyc
ADDED
|
Binary file (35.2 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/patheffects.cpython-310.pyc
ADDED
|
Binary file (15.8 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/pylab.cpython-310.pyc
ADDED
|
Binary file (2.41 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/quiver.cpython-310.pyc
ADDED
|
Binary file (36.7 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/spines.cpython-310.pyc
ADDED
|
Binary file (18.4 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/texmanager.cpython-310.pyc
ADDED
|
Binary file (11.8 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/text.cpython-310.pyc
ADDED
|
Binary file (57.6 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/ticker.cpython-310.pyc
ADDED
|
Binary file (89 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/typing.cpython-310.pyc
ADDED
|
Binary file (1.63 kB). View file
|
|
|
evalkit_tf437/lib/python3.10/site-packages/matplotlib/__pycache__/units.cpython-310.pyc
ADDED
|
Binary file (6.29 kB). View file
|
|
|