├── .gitattributes
├── README.md
└── 自建的服务器代码
├── .idea
├── example.iml
├── misc.xml
├── modules.xml
└── workspace.xml
├── app
├── __init__.py
├── __init__.pyc
├── deal_datas.py
├── deal_datas.pyc
├── investment_strategy
│ ├── KDJstrategy.py
│ └── __init__.py
├── main_.py
├── ml_algorithm
│ ├── GBDT.py
│ ├── GBDT.pyc
│ ├── __init__.py
│ ├── __init__.pyc
│ ├── randomForest.py
│ ├── randomForest.pyc
│ ├── svm.py
│ └── svm.pyc
├── models.py
└── models.pyc
├── dates
├── 000001.csv
├── __init__.py
├── sh600000.csv
├── sh600004.csv
├── sh600005.csv
├── sh600006.csv
├── sh600007.csv
├── sh600008.csv
├── sh600009.csv
└── sh600011.csv
├── templates
└── index.html
└── venv
├── Include
├── Python-ast.h
├── Python.h
├── abstract.h
├── asdl.h
├── ast.h
├── bitset.h
├── boolobject.h
├── bufferobject.h
├── bytearrayobject.h
├── bytes_methods.h
├── bytesobject.h
├── cStringIO.h
├── cellobject.h
├── ceval.h
├── classobject.h
├── cobject.h
├── code.h
├── codecs.h
├── compile.h
├── complexobject.h
├── datetime.h
├── descrobject.h
├── dictobject.h
├── dtoa.h
├── enumobject.h
├── errcode.h
├── eval.h
├── fileobject.h
├── floatobject.h
├── frameobject.h
├── funcobject.h
├── genobject.h
├── graminit.h
├── grammar.h
├── import.h
├── intobject.h
├── intrcheck.h
├── iterobject.h
├── listobject.h
├── longintrepr.h
├── longobject.h
├── marshal.h
├── memoryobject.h
├── metagrammar.h
├── methodobject.h
├── modsupport.h
├── moduleobject.h
├── node.h
├── object.h
├── objimpl.h
├── opcode.h
├── osdefs.h
├── parsetok.h
├── patchlevel.h
├── pgen.h
├── pgenheaders.h
├── py_curses.h
├── pyarena.h
├── pycapsule.h
├── pyconfig.h
├── pyctype.h
├── pydebug.h
├── pyerrors.h
├── pyexpat.h
├── pyfpe.h
├── pygetopt.h
├── pymacconfig.h
├── pymactoolbox.h
├── pymath.h
├── pymem.h
├── pyport.h
├── pystate.h
├── pystrcmp.h
├── pystrtod.h
├── pythonrun.h
├── pythread.h
├── rangeobject.h
├── setobject.h
├── sliceobject.h
├── stringobject.h
├── structmember.h
├── structseq.h
├── symtable.h
├── sysmodule.h
├── timefuncs.h
├── token.h
├── traceback.h
├── tupleobject.h
├── ucnhash.h
├── unicodeobject.h
├── warnings.h
└── weakrefobject.h
├── Lib
├── UserDict.py
├── UserDict.pyc
├── _abcoll.py
├── _abcoll.pyc
├── _weakrefset.py
├── _weakrefset.pyc
├── abc.py
├── abc.pyc
├── codecs.py
├── codecs.pyc
├── copy_reg.py
├── copy_reg.pyc
├── distutils
│ ├── __init__.py
│ └── distutils.cfg
├── encodings
│ ├── __init__.py
│ ├── __init__.pyc
│ ├── __init__.pyo
│ ├── aliases.py
│ ├── aliases.pyc
│ ├── aliases.pyo
│ ├── ascii.py
│ ├── ascii.pyc
│ ├── base64_codec.py
│ ├── big5.py
│ ├── big5hkscs.py
│ ├── bz2_codec.py
│ ├── charmap.py
│ ├── cp037.py
│ ├── cp1006.py
│ ├── cp1026.py
│ ├── cp1140.py
│ ├── cp1250.py
│ ├── cp1251.py
│ ├── cp1252.py
│ ├── cp1253.py
│ ├── cp1254.py
│ ├── cp1255.py
│ ├── cp1256.py
│ ├── cp1257.py
│ ├── cp1258.py
│ ├── cp424.py
│ ├── cp437.py
│ ├── cp500.py
│ ├── cp720.py
│ ├── cp737.py
│ ├── cp775.py
│ ├── cp850.py
│ ├── cp852.py
│ ├── cp855.py
│ ├── cp856.py
│ ├── cp857.py
│ ├── cp858.py
│ ├── cp860.py
│ ├── cp861.py
│ ├── cp862.py
│ ├── cp863.py
│ ├── cp864.py
│ ├── cp865.py
│ ├── cp866.py
│ ├── cp869.py
│ ├── cp874.py
│ ├── cp875.py
│ ├── cp932.py
│ ├── cp949.py
│ ├── cp950.py
│ ├── euc_jis_2004.py
│ ├── euc_jisx0213.py
│ ├── euc_jp.py
│ ├── euc_kr.py
│ ├── gb18030.py
│ ├── gb2312.py
│ ├── gbk.py
│ ├── gbk.pyc
│ ├── gbk.pyo
│ ├── hex_codec.py
│ ├── hex_codec.pyc
│ ├── hp_roman8.py
│ ├── hz.py
│ ├── idna.py
│ ├── iso2022_jp.py
│ ├── iso2022_jp_1.py
│ ├── iso2022_jp_2.py
│ ├── iso2022_jp_2004.py
│ ├── iso2022_jp_3.py
│ ├── iso2022_jp_ext.py
│ ├── iso2022_kr.py
│ ├── iso8859_1.py
│ ├── iso8859_10.py
│ ├── iso8859_11.py
│ ├── iso8859_13.py
│ ├── iso8859_14.py
│ ├── iso8859_15.py
│ ├── iso8859_16.py
│ ├── iso8859_2.py
│ ├── iso8859_3.py
│ ├── iso8859_4.py
│ ├── iso8859_5.py
│ ├── iso8859_6.py
│ ├── iso8859_7.py
│ ├── iso8859_8.py
│ ├── iso8859_9.py
│ ├── johab.py
│ ├── koi8_r.py
│ ├── koi8_u.py
│ ├── latin_1.py
│ ├── latin_1.pyc
│ ├── mac_arabic.py
│ ├── mac_centeuro.py
│ ├── mac_croatian.py
│ ├── mac_cyrillic.py
│ ├── mac_farsi.py
│ ├── mac_greek.py
│ ├── mac_iceland.py
│ ├── mac_latin2.py
│ ├── mac_roman.py
│ ├── mac_romanian.py
│ ├── mac_turkish.py
│ ├── mbcs.py
│ ├── mbcs.pyc
│ ├── palmos.py
│ ├── ptcp154.py
│ ├── punycode.py
│ ├── quopri_codec.py
│ ├── raw_unicode_escape.py
│ ├── rot_13.py
│ ├── shift_jis.py
│ ├── shift_jis_2004.py
│ ├── shift_jisx0213.py
│ ├── string_escape.py
│ ├── tis_620.py
│ ├── undefined.py
│ ├── unicode_escape.py
│ ├── unicode_escape.pyc
│ ├── unicode_internal.py
│ ├── utf_16.py
│ ├── utf_16_be.py
│ ├── utf_16_le.py
│ ├── utf_32.py
│ ├── utf_32_be.py
│ ├── utf_32_be.pyc
│ ├── utf_32_le.py
│ ├── utf_7.py
│ ├── utf_8.py
│ ├── utf_8.pyc
│ ├── utf_8.pyo
│ ├── utf_8_sig.py
│ ├── uu_codec.py
│ └── zlib_codec.py
├── fnmatch.py
├── fnmatch.pyc
├── genericpath.py
├── genericpath.pyc
├── linecache.py
├── linecache.pyc
├── locale.py
├── locale.pyc
├── no-global-site-packages.txt
├── ntpath.py
├── ntpath.pyc
├── orig-prefix.txt
├── os.py
├── os.pyc
├── posixpath.py
├── posixpath.pyc
├── re.py
├── re.pyc
├── site-packages
│ ├── Flask-0.12.dist-info
│ │ ├── DESCRIPTION.rst
│ │ ├── LICENSE.txt
│ │ ├── METADATA
│ │ ├── RECORD
│ │ ├── WHEEL
│ │ ├── entry_points.txt
│ │ ├── metadata.json
│ │ └── top_level.txt
│ ├── Jinja2-2.9.5.dist-info
│ │ ├── DESCRIPTION.rst
│ │ ├── LICENSE.txt
│ │ ├── METADATA
│ │ ├── RECORD
│ │ ├── WHEEL
│ │ ├── entry_points.txt
│ │ ├── metadata.json
│ │ └── top_level.txt
│ ├── MarkupSafe-1.0.dist-info
│ │ ├── DESCRIPTION.rst
│ │ ├── LICENSE.txt
│ │ ├── METADATA
│ │ ├── RECORD
│ │ ├── WHEEL
│ │ ├── metadata.json
│ │ └── top_level.txt
│ ├── Werkzeug-0.12.1.dist-info
│ │ ├── DESCRIPTION.rst
│ │ ├── LICENSE.txt
│ │ ├── METADATA
│ │ ├── RECORD
│ │ ├── WHEEL
│ │ ├── metadata.json
│ │ └── top_level.txt
│ ├── _markerlib
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── markers.py
│ │ └── markers.pyc
│ ├── click-6.7.dist-info
│ │ ├── DESCRIPTION.rst
│ │ ├── METADATA
│ │ ├── RECORD
│ │ ├── WHEEL
│ │ ├── metadata.json
│ │ └── top_level.txt
│ ├── click
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── _bashcomplete.py
│ │ ├── _bashcomplete.pyc
│ │ ├── _compat.py
│ │ ├── _compat.pyc
│ │ ├── _termui_impl.py
│ │ ├── _termui_impl.pyc
│ │ ├── _textwrap.py
│ │ ├── _textwrap.pyc
│ │ ├── _unicodefun.py
│ │ ├── _unicodefun.pyc
│ │ ├── _winconsole.py
│ │ ├── _winconsole.pyc
│ │ ├── core.py
│ │ ├── core.pyc
│ │ ├── decorators.py
│ │ ├── decorators.pyc
│ │ ├── exceptions.py
│ │ ├── exceptions.pyc
│ │ ├── formatting.py
│ │ ├── formatting.pyc
│ │ ├── globals.py
│ │ ├── globals.pyc
│ │ ├── parser.py
│ │ ├── parser.pyc
│ │ ├── termui.py
│ │ ├── termui.pyc
│ │ ├── testing.py
│ │ ├── testing.pyc
│ │ ├── types.py
│ │ ├── types.pyc
│ │ ├── utils.py
│ │ └── utils.pyc
│ ├── easy_install.py
│ ├── easy_install.pyc
│ ├── flask
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __main__.py
│ │ ├── __main__.pyc
│ │ ├── _compat.py
│ │ ├── _compat.pyc
│ │ ├── app.py
│ │ ├── app.pyc
│ │ ├── blueprints.py
│ │ ├── blueprints.pyc
│ │ ├── cli.py
│ │ ├── cli.pyc
│ │ ├── config.py
│ │ ├── config.pyc
│ │ ├── ctx.py
│ │ ├── ctx.pyc
│ │ ├── debughelpers.py
│ │ ├── debughelpers.pyc
│ │ ├── ext
│ │ │ ├── __init__.py
│ │ │ └── __init__.pyc
│ │ ├── exthook.py
│ │ ├── exthook.pyc
│ │ ├── globals.py
│ │ ├── globals.pyc
│ │ ├── helpers.py
│ │ ├── helpers.pyc
│ │ ├── json.py
│ │ ├── json.pyc
│ │ ├── logging.py
│ │ ├── logging.pyc
│ │ ├── sessions.py
│ │ ├── sessions.pyc
│ │ ├── signals.py
│ │ ├── signals.pyc
│ │ ├── templating.py
│ │ ├── templating.pyc
│ │ ├── testing.py
│ │ ├── testing.pyc
│ │ ├── views.py
│ │ ├── views.pyc
│ │ ├── wrappers.py
│ │ └── wrappers.pyc
│ ├── itsdangerous-0.24.dist-info
│ │ ├── DESCRIPTION.rst
│ │ ├── METADATA
│ │ ├── RECORD
│ │ ├── WHEEL
│ │ ├── metadata.json
│ │ └── top_level.txt
│ ├── itsdangerous.py
│ ├── itsdangerous.pyc
│ ├── jinja2
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── _compat.py
│ │ ├── _compat.pyc
│ │ ├── _stringdefs.py
│ │ ├── _stringdefs.pyc
│ │ ├── asyncfilters.py
│ │ ├── asyncsupport.py
│ │ ├── bccache.py
│ │ ├── bccache.pyc
│ │ ├── compiler.py
│ │ ├── compiler.pyc
│ │ ├── constants.py
│ │ ├── constants.pyc
│ │ ├── debug.py
│ │ ├── debug.pyc
│ │ ├── defaults.py
│ │ ├── defaults.pyc
│ │ ├── environment.py
│ │ ├── environment.pyc
│ │ ├── exceptions.py
│ │ ├── exceptions.pyc
│ │ ├── ext.py
│ │ ├── ext.pyc
│ │ ├── filters.py
│ │ ├── filters.pyc
│ │ ├── idtracking.py
│ │ ├── idtracking.pyc
│ │ ├── lexer.py
│ │ ├── lexer.pyc
│ │ ├── loaders.py
│ │ ├── loaders.pyc
│ │ ├── meta.py
│ │ ├── meta.pyc
│ │ ├── nodes.py
│ │ ├── nodes.pyc
│ │ ├── optimizer.py
│ │ ├── optimizer.pyc
│ │ ├── parser.py
│ │ ├── parser.pyc
│ │ ├── runtime.py
│ │ ├── runtime.pyc
│ │ ├── sandbox.py
│ │ ├── sandbox.pyc
│ │ ├── tests.py
│ │ ├── tests.pyc
│ │ ├── utils.py
│ │ ├── utils.pyc
│ │ ├── visitor.py
│ │ └── visitor.pyc
│ ├── markupsafe
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── _compat.py
│ │ ├── _compat.pyc
│ │ ├── _constants.py
│ │ ├── _constants.pyc
│ │ ├── _native.py
│ │ ├── _native.pyc
│ │ ├── _speedups.c
│ │ └── _speedups.pyd
│ ├── pip-7.1.0.dist-info
│ │ ├── DESCRIPTION.rst
│ │ ├── METADATA
│ │ ├── RECORD
│ │ ├── WHEEL
│ │ ├── entry_points.txt
│ │ ├── metadata.json
│ │ ├── pbr.json
│ │ └── top_level.txt
│ ├── pip
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __main__.py
│ │ ├── __main__.pyc
│ │ ├── _vendor
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── _markerlib
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── markers.py
│ │ │ │ └── markers.pyc
│ │ │ ├── cachecontrol
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── adapter.py
│ │ │ │ ├── adapter.pyc
│ │ │ │ ├── cache.py
│ │ │ │ ├── cache.pyc
│ │ │ │ ├── caches
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ ├── file_cache.py
│ │ │ │ │ ├── file_cache.pyc
│ │ │ │ │ ├── redis_cache.py
│ │ │ │ │ └── redis_cache.pyc
│ │ │ │ ├── compat.py
│ │ │ │ ├── compat.pyc
│ │ │ │ ├── controller.py
│ │ │ │ ├── controller.pyc
│ │ │ │ ├── filewrapper.py
│ │ │ │ ├── filewrapper.pyc
│ │ │ │ ├── heuristics.py
│ │ │ │ ├── heuristics.pyc
│ │ │ │ ├── serialize.py
│ │ │ │ ├── serialize.pyc
│ │ │ │ ├── wrapper.py
│ │ │ │ └── wrapper.pyc
│ │ │ ├── colorama
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── ansi.py
│ │ │ │ ├── ansi.pyc
│ │ │ │ ├── ansitowin32.py
│ │ │ │ ├── ansitowin32.pyc
│ │ │ │ ├── initialise.py
│ │ │ │ ├── initialise.pyc
│ │ │ │ ├── win32.py
│ │ │ │ ├── win32.pyc
│ │ │ │ ├── winterm.py
│ │ │ │ └── winterm.pyc
│ │ │ ├── distlib
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── _backport
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ ├── misc.py
│ │ │ │ │ ├── misc.pyc
│ │ │ │ │ ├── shutil.py
│ │ │ │ │ ├── shutil.pyc
│ │ │ │ │ ├── sysconfig.cfg
│ │ │ │ │ ├── sysconfig.py
│ │ │ │ │ ├── sysconfig.pyc
│ │ │ │ │ ├── tarfile.py
│ │ │ │ │ └── tarfile.pyc
│ │ │ │ ├── compat.py
│ │ │ │ ├── compat.pyc
│ │ │ │ ├── database.py
│ │ │ │ ├── database.pyc
│ │ │ │ ├── index.py
│ │ │ │ ├── index.pyc
│ │ │ │ ├── locators.py
│ │ │ │ ├── locators.pyc
│ │ │ │ ├── manifest.py
│ │ │ │ ├── manifest.pyc
│ │ │ │ ├── markers.py
│ │ │ │ ├── markers.pyc
│ │ │ │ ├── metadata.py
│ │ │ │ ├── metadata.pyc
│ │ │ │ ├── resources.py
│ │ │ │ ├── resources.pyc
│ │ │ │ ├── scripts.py
│ │ │ │ ├── scripts.pyc
│ │ │ │ ├── t32.exe
│ │ │ │ ├── t64.exe
│ │ │ │ ├── util.py
│ │ │ │ ├── util.pyc
│ │ │ │ ├── version.py
│ │ │ │ ├── version.pyc
│ │ │ │ ├── w32.exe
│ │ │ │ ├── w64.exe
│ │ │ │ ├── wheel.py
│ │ │ │ └── wheel.pyc
│ │ │ ├── html5lib
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── constants.py
│ │ │ │ ├── constants.pyc
│ │ │ │ ├── filters
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ ├── _base.py
│ │ │ │ │ ├── _base.pyc
│ │ │ │ │ ├── alphabeticalattributes.py
│ │ │ │ │ ├── alphabeticalattributes.pyc
│ │ │ │ │ ├── inject_meta_charset.py
│ │ │ │ │ ├── inject_meta_charset.pyc
│ │ │ │ │ ├── lint.py
│ │ │ │ │ ├── lint.pyc
│ │ │ │ │ ├── optionaltags.py
│ │ │ │ │ ├── optionaltags.pyc
│ │ │ │ │ ├── sanitizer.py
│ │ │ │ │ ├── sanitizer.pyc
│ │ │ │ │ ├── whitespace.py
│ │ │ │ │ └── whitespace.pyc
│ │ │ │ ├── html5parser.py
│ │ │ │ ├── html5parser.pyc
│ │ │ │ ├── ihatexml.py
│ │ │ │ ├── ihatexml.pyc
│ │ │ │ ├── inputstream.py
│ │ │ │ ├── inputstream.pyc
│ │ │ │ ├── sanitizer.py
│ │ │ │ ├── sanitizer.pyc
│ │ │ │ ├── serializer
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ ├── htmlserializer.py
│ │ │ │ │ └── htmlserializer.pyc
│ │ │ │ ├── tokenizer.py
│ │ │ │ ├── tokenizer.pyc
│ │ │ │ ├── treeadapters
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ ├── sax.py
│ │ │ │ │ └── sax.pyc
│ │ │ │ ├── treebuilders
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ ├── _base.py
│ │ │ │ │ ├── _base.pyc
│ │ │ │ │ ├── dom.py
│ │ │ │ │ ├── dom.pyc
│ │ │ │ │ ├── etree.py
│ │ │ │ │ ├── etree.pyc
│ │ │ │ │ ├── etree_lxml.py
│ │ │ │ │ └── etree_lxml.pyc
│ │ │ │ ├── treewalkers
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ ├── _base.py
│ │ │ │ │ ├── _base.pyc
│ │ │ │ │ ├── dom.py
│ │ │ │ │ ├── dom.pyc
│ │ │ │ │ ├── etree.py
│ │ │ │ │ ├── etree.pyc
│ │ │ │ │ ├── genshistream.py
│ │ │ │ │ ├── genshistream.pyc
│ │ │ │ │ ├── lxmletree.py
│ │ │ │ │ ├── lxmletree.pyc
│ │ │ │ │ ├── pulldom.py
│ │ │ │ │ └── pulldom.pyc
│ │ │ │ ├── trie
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ ├── _base.py
│ │ │ │ │ ├── _base.pyc
│ │ │ │ │ ├── datrie.py
│ │ │ │ │ ├── datrie.pyc
│ │ │ │ │ ├── py.py
│ │ │ │ │ └── py.pyc
│ │ │ │ ├── utils.py
│ │ │ │ └── utils.pyc
│ │ │ ├── ipaddress.py
│ │ │ ├── ipaddress.pyc
│ │ │ ├── lockfile
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── linklockfile.py
│ │ │ │ ├── linklockfile.pyc
│ │ │ │ ├── mkdirlockfile.py
│ │ │ │ ├── mkdirlockfile.pyc
│ │ │ │ ├── pidlockfile.py
│ │ │ │ ├── pidlockfile.pyc
│ │ │ │ ├── sqlitelockfile.py
│ │ │ │ ├── sqlitelockfile.pyc
│ │ │ │ ├── symlinklockfile.py
│ │ │ │ └── symlinklockfile.pyc
│ │ │ ├── packaging
│ │ │ │ ├── __about__.py
│ │ │ │ ├── __about__.pyc
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── _compat.py
│ │ │ │ ├── _compat.pyc
│ │ │ │ ├── _structures.py
│ │ │ │ ├── _structures.pyc
│ │ │ │ ├── specifiers.py
│ │ │ │ ├── specifiers.pyc
│ │ │ │ ├── version.py
│ │ │ │ └── version.pyc
│ │ │ ├── pkg_resources
│ │ │ │ ├── __init__.py
│ │ │ │ └── __init__.pyc
│ │ │ ├── progress
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── bar.py
│ │ │ │ ├── bar.pyc
│ │ │ │ ├── counter.py
│ │ │ │ ├── counter.pyc
│ │ │ │ ├── helpers.py
│ │ │ │ ├── helpers.pyc
│ │ │ │ ├── spinner.py
│ │ │ │ └── spinner.pyc
│ │ │ ├── re-vendor.py
│ │ │ ├── re-vendor.pyc
│ │ │ ├── requests
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── adapters.py
│ │ │ │ ├── adapters.pyc
│ │ │ │ ├── api.py
│ │ │ │ ├── api.pyc
│ │ │ │ ├── auth.py
│ │ │ │ ├── auth.pyc
│ │ │ │ ├── cacert.pem
│ │ │ │ ├── certs.py
│ │ │ │ ├── certs.pyc
│ │ │ │ ├── compat.py
│ │ │ │ ├── compat.pyc
│ │ │ │ ├── cookies.py
│ │ │ │ ├── cookies.pyc
│ │ │ │ ├── exceptions.py
│ │ │ │ ├── exceptions.pyc
│ │ │ │ ├── hooks.py
│ │ │ │ ├── hooks.pyc
│ │ │ │ ├── models.py
│ │ │ │ ├── models.pyc
│ │ │ │ ├── packages
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ ├── chardet
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ │ ├── big5freq.py
│ │ │ │ │ │ ├── big5freq.pyc
│ │ │ │ │ │ ├── big5prober.py
│ │ │ │ │ │ ├── big5prober.pyc
│ │ │ │ │ │ ├── chardetect.py
│ │ │ │ │ │ ├── chardetect.pyc
│ │ │ │ │ │ ├── chardistribution.py
│ │ │ │ │ │ ├── chardistribution.pyc
│ │ │ │ │ │ ├── charsetgroupprober.py
│ │ │ │ │ │ ├── charsetgroupprober.pyc
│ │ │ │ │ │ ├── charsetprober.py
│ │ │ │ │ │ ├── charsetprober.pyc
│ │ │ │ │ │ ├── codingstatemachine.py
│ │ │ │ │ │ ├── codingstatemachine.pyc
│ │ │ │ │ │ ├── compat.py
│ │ │ │ │ │ ├── compat.pyc
│ │ │ │ │ │ ├── constants.py
│ │ │ │ │ │ ├── constants.pyc
│ │ │ │ │ │ ├── cp949prober.py
│ │ │ │ │ │ ├── cp949prober.pyc
│ │ │ │ │ │ ├── escprober.py
│ │ │ │ │ │ ├── escprober.pyc
│ │ │ │ │ │ ├── escsm.py
│ │ │ │ │ │ ├── escsm.pyc
│ │ │ │ │ │ ├── eucjpprober.py
│ │ │ │ │ │ ├── eucjpprober.pyc
│ │ │ │ │ │ ├── euckrfreq.py
│ │ │ │ │ │ ├── euckrfreq.pyc
│ │ │ │ │ │ ├── euckrprober.py
│ │ │ │ │ │ ├── euckrprober.pyc
│ │ │ │ │ │ ├── euctwfreq.py
│ │ │ │ │ │ ├── euctwfreq.pyc
│ │ │ │ │ │ ├── euctwprober.py
│ │ │ │ │ │ ├── euctwprober.pyc
│ │ │ │ │ │ ├── gb2312freq.py
│ │ │ │ │ │ ├── gb2312freq.pyc
│ │ │ │ │ │ ├── gb2312prober.py
│ │ │ │ │ │ ├── gb2312prober.pyc
│ │ │ │ │ │ ├── hebrewprober.py
│ │ │ │ │ │ ├── hebrewprober.pyc
│ │ │ │ │ │ ├── jisfreq.py
│ │ │ │ │ │ ├── jisfreq.pyc
│ │ │ │ │ │ ├── jpcntx.py
│ │ │ │ │ │ ├── jpcntx.pyc
│ │ │ │ │ │ ├── langbulgarianmodel.py
│ │ │ │ │ │ ├── langbulgarianmodel.pyc
│ │ │ │ │ │ ├── langcyrillicmodel.py
│ │ │ │ │ │ ├── langcyrillicmodel.pyc
│ │ │ │ │ │ ├── langgreekmodel.py
│ │ │ │ │ │ ├── langgreekmodel.pyc
│ │ │ │ │ │ ├── langhebrewmodel.py
│ │ │ │ │ │ ├── langhebrewmodel.pyc
│ │ │ │ │ │ ├── langhungarianmodel.py
│ │ │ │ │ │ ├── langhungarianmodel.pyc
│ │ │ │ │ │ ├── langthaimodel.py
│ │ │ │ │ │ ├── langthaimodel.pyc
│ │ │ │ │ │ ├── latin1prober.py
│ │ │ │ │ │ ├── latin1prober.pyc
│ │ │ │ │ │ ├── mbcharsetprober.py
│ │ │ │ │ │ ├── mbcharsetprober.pyc
│ │ │ │ │ │ ├── mbcsgroupprober.py
│ │ │ │ │ │ ├── mbcsgroupprober.pyc
│ │ │ │ │ │ ├── mbcssm.py
│ │ │ │ │ │ ├── mbcssm.pyc
│ │ │ │ │ │ ├── sbcharsetprober.py
│ │ │ │ │ │ ├── sbcharsetprober.pyc
│ │ │ │ │ │ ├── sbcsgroupprober.py
│ │ │ │ │ │ ├── sbcsgroupprober.pyc
│ │ │ │ │ │ ├── sjisprober.py
│ │ │ │ │ │ ├── sjisprober.pyc
│ │ │ │ │ │ ├── universaldetector.py
│ │ │ │ │ │ ├── universaldetector.pyc
│ │ │ │ │ │ ├── utf8prober.py
│ │ │ │ │ │ └── utf8prober.pyc
│ │ │ │ │ └── urllib3
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ │ ├── _collections.py
│ │ │ │ │ │ ├── _collections.pyc
│ │ │ │ │ │ ├── connection.py
│ │ │ │ │ │ ├── connection.pyc
│ │ │ │ │ │ ├── connectionpool.py
│ │ │ │ │ │ ├── connectionpool.pyc
│ │ │ │ │ │ ├── contrib
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ │ ├── ntlmpool.py
│ │ │ │ │ │ ├── ntlmpool.pyc
│ │ │ │ │ │ ├── pyopenssl.py
│ │ │ │ │ │ └── pyopenssl.pyc
│ │ │ │ │ │ ├── exceptions.py
│ │ │ │ │ │ ├── exceptions.pyc
│ │ │ │ │ │ ├── fields.py
│ │ │ │ │ │ ├── fields.pyc
│ │ │ │ │ │ ├── filepost.py
│ │ │ │ │ │ ├── filepost.pyc
│ │ │ │ │ │ ├── packages
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ │ ├── ordered_dict.py
│ │ │ │ │ │ ├── ordered_dict.pyc
│ │ │ │ │ │ ├── six.py
│ │ │ │ │ │ ├── six.pyc
│ │ │ │ │ │ └── ssl_match_hostname
│ │ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ │ │ ├── _implementation.py
│ │ │ │ │ │ │ └── _implementation.pyc
│ │ │ │ │ │ ├── poolmanager.py
│ │ │ │ │ │ ├── poolmanager.pyc
│ │ │ │ │ │ ├── request.py
│ │ │ │ │ │ ├── request.pyc
│ │ │ │ │ │ ├── response.py
│ │ │ │ │ │ ├── response.pyc
│ │ │ │ │ │ └── util
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ │ ├── connection.py
│ │ │ │ │ │ ├── connection.pyc
│ │ │ │ │ │ ├── request.py
│ │ │ │ │ │ ├── request.pyc
│ │ │ │ │ │ ├── response.py
│ │ │ │ │ │ ├── response.pyc
│ │ │ │ │ │ ├── retry.py
│ │ │ │ │ │ ├── retry.pyc
│ │ │ │ │ │ ├── ssl_.py
│ │ │ │ │ │ ├── ssl_.pyc
│ │ │ │ │ │ ├── timeout.py
│ │ │ │ │ │ ├── timeout.pyc
│ │ │ │ │ │ ├── url.py
│ │ │ │ │ │ └── url.pyc
│ │ │ │ ├── sessions.py
│ │ │ │ ├── sessions.pyc
│ │ │ │ ├── status_codes.py
│ │ │ │ ├── status_codes.pyc
│ │ │ │ ├── structures.py
│ │ │ │ ├── structures.pyc
│ │ │ │ ├── utils.py
│ │ │ │ └── utils.pyc
│ │ │ ├── retrying.py
│ │ │ ├── retrying.pyc
│ │ │ ├── six.py
│ │ │ └── six.pyc
│ │ ├── basecommand.py
│ │ ├── basecommand.pyc
│ │ ├── baseparser.py
│ │ ├── baseparser.pyc
│ │ ├── cmdoptions.py
│ │ ├── cmdoptions.pyc
│ │ ├── commands
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── completion.py
│ │ │ ├── completion.pyc
│ │ │ ├── freeze.py
│ │ │ ├── freeze.pyc
│ │ │ ├── help.py
│ │ │ ├── help.pyc
│ │ │ ├── install.py
│ │ │ ├── install.pyc
│ │ │ ├── list.py
│ │ │ ├── list.pyc
│ │ │ ├── search.py
│ │ │ ├── search.pyc
│ │ │ ├── show.py
│ │ │ ├── show.pyc
│ │ │ ├── uninstall.py
│ │ │ ├── uninstall.pyc
│ │ │ ├── wheel.py
│ │ │ └── wheel.pyc
│ │ ├── compat
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── dictconfig.py
│ │ │ └── dictconfig.pyc
│ │ ├── download.py
│ │ ├── download.pyc
│ │ ├── exceptions.py
│ │ ├── exceptions.pyc
│ │ ├── index.py
│ │ ├── index.pyc
│ │ ├── locations.py
│ │ ├── locations.pyc
│ │ ├── models
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── index.py
│ │ │ └── index.pyc
│ │ ├── operations
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── freeze.py
│ │ │ └── freeze.pyc
│ │ ├── pep425tags.py
│ │ ├── pep425tags.pyc
│ │ ├── req
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── req_file.py
│ │ │ ├── req_file.pyc
│ │ │ ├── req_install.py
│ │ │ ├── req_install.pyc
│ │ │ ├── req_set.py
│ │ │ ├── req_set.pyc
│ │ │ ├── req_uninstall.py
│ │ │ └── req_uninstall.pyc
│ │ ├── status_codes.py
│ │ ├── status_codes.pyc
│ │ ├── utils
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── appdirs.py
│ │ │ ├── appdirs.pyc
│ │ │ ├── build.py
│ │ │ ├── build.pyc
│ │ │ ├── deprecation.py
│ │ │ ├── deprecation.pyc
│ │ │ ├── filesystem.py
│ │ │ ├── filesystem.pyc
│ │ │ ├── logging.py
│ │ │ ├── logging.pyc
│ │ │ ├── outdated.py
│ │ │ ├── outdated.pyc
│ │ │ ├── ui.py
│ │ │ └── ui.pyc
│ │ ├── vcs
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── bazaar.py
│ │ │ ├── bazaar.pyc
│ │ │ ├── git.py
│ │ │ ├── git.pyc
│ │ │ ├── mercurial.py
│ │ │ ├── mercurial.pyc
│ │ │ ├── subversion.py
│ │ │ └── subversion.pyc
│ │ ├── wheel.py
│ │ └── wheel.pyc
│ ├── pkg_resources
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ └── _vendor
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ └── packaging
│ │ │ ├── __about__.py
│ │ │ ├── __about__.pyc
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── _compat.py
│ │ │ ├── _compat.pyc
│ │ │ ├── _structures.py
│ │ │ ├── _structures.pyc
│ │ │ ├── specifiers.py
│ │ │ ├── specifiers.pyc
│ │ │ ├── version.py
│ │ │ └── version.pyc
│ ├── setuptools-18.0.1.dist-info
│ │ ├── DESCRIPTION.rst
│ │ ├── METADATA
│ │ ├── RECORD
│ │ ├── WHEEL
│ │ ├── dependency_links.txt
│ │ ├── entry_points.txt
│ │ ├── metadata.json
│ │ ├── top_level.txt
│ │ └── zip-safe
│ ├── setuptools
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── archive_util.py
│ │ ├── archive_util.pyc
│ │ ├── cli-32.exe
│ │ ├── cli-64.exe
│ │ ├── cli-arm-32.exe
│ │ ├── cli.exe
│ │ ├── command
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── alias.py
│ │ │ ├── alias.pyc
│ │ │ ├── bdist_egg.py
│ │ │ ├── bdist_egg.pyc
│ │ │ ├── bdist_rpm.py
│ │ │ ├── bdist_rpm.pyc
│ │ │ ├── bdist_wininst.py
│ │ │ ├── bdist_wininst.pyc
│ │ │ ├── build_ext.py
│ │ │ ├── build_ext.pyc
│ │ │ ├── build_py.py
│ │ │ ├── build_py.pyc
│ │ │ ├── develop.py
│ │ │ ├── develop.pyc
│ │ │ ├── easy_install.py
│ │ │ ├── easy_install.pyc
│ │ │ ├── egg_info.py
│ │ │ ├── egg_info.pyc
│ │ │ ├── install.py
│ │ │ ├── install.pyc
│ │ │ ├── install_egg_info.py
│ │ │ ├── install_egg_info.pyc
│ │ │ ├── install_lib.py
│ │ │ ├── install_lib.pyc
│ │ │ ├── install_scripts.py
│ │ │ ├── install_scripts.pyc
│ │ │ ├── launcher manifest.xml
│ │ │ ├── register.py
│ │ │ ├── register.pyc
│ │ │ ├── rotate.py
│ │ │ ├── rotate.pyc
│ │ │ ├── saveopts.py
│ │ │ ├── saveopts.pyc
│ │ │ ├── sdist.py
│ │ │ ├── sdist.pyc
│ │ │ ├── setopt.py
│ │ │ ├── setopt.pyc
│ │ │ ├── test.py
│ │ │ ├── test.pyc
│ │ │ ├── upload_docs.py
│ │ │ └── upload_docs.pyc
│ │ ├── compat.py
│ │ ├── compat.pyc
│ │ ├── depends.py
│ │ ├── depends.pyc
│ │ ├── dist.py
│ │ ├── dist.pyc
│ │ ├── extension.py
│ │ ├── extension.pyc
│ │ ├── gui-32.exe
│ │ ├── gui-64.exe
│ │ ├── gui-arm-32.exe
│ │ ├── gui.exe
│ │ ├── lib2to3_ex.py
│ │ ├── lib2to3_ex.pyc
│ │ ├── msvc9_support.py
│ │ ├── msvc9_support.pyc
│ │ ├── package_index.py
│ │ ├── package_index.pyc
│ │ ├── py26compat.py
│ │ ├── py26compat.pyc
│ │ ├── py27compat.py
│ │ ├── py27compat.pyc
│ │ ├── py31compat.py
│ │ ├── py31compat.pyc
│ │ ├── sandbox.py
│ │ ├── sandbox.pyc
│ │ ├── script (dev).tmpl
│ │ ├── script.tmpl
│ │ ├── site-patch.py
│ │ ├── site-patch.pyc
│ │ ├── ssl_support.py
│ │ ├── ssl_support.pyc
│ │ ├── unicode_utils.py
│ │ ├── unicode_utils.pyc
│ │ ├── utils.py
│ │ ├── utils.pyc
│ │ ├── version.py
│ │ ├── version.pyc
│ │ ├── windows_support.py
│ │ └── windows_support.pyc
│ ├── werkzeug
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── _compat.py
│ │ ├── _compat.pyc
│ │ ├── _internal.py
│ │ ├── _internal.pyc
│ │ ├── _reloader.py
│ │ ├── _reloader.pyc
│ │ ├── contrib
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── atom.py
│ │ │ ├── atom.pyc
│ │ │ ├── cache.py
│ │ │ ├── cache.pyc
│ │ │ ├── fixers.py
│ │ │ ├── fixers.pyc
│ │ │ ├── iterio.py
│ │ │ ├── iterio.pyc
│ │ │ ├── jsrouting.py
│ │ │ ├── jsrouting.pyc
│ │ │ ├── limiter.py
│ │ │ ├── limiter.pyc
│ │ │ ├── lint.py
│ │ │ ├── lint.pyc
│ │ │ ├── profiler.py
│ │ │ ├── profiler.pyc
│ │ │ ├── securecookie.py
│ │ │ ├── securecookie.pyc
│ │ │ ├── sessions.py
│ │ │ ├── sessions.pyc
│ │ │ ├── testtools.py
│ │ │ ├── testtools.pyc
│ │ │ ├── wrappers.py
│ │ │ └── wrappers.pyc
│ │ ├── datastructures.py
│ │ ├── datastructures.pyc
│ │ ├── debug
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── console.py
│ │ │ ├── console.pyc
│ │ │ ├── repr.py
│ │ │ ├── repr.pyc
│ │ │ ├── shared
│ │ │ │ ├── FONT_LICENSE
│ │ │ │ ├── console.png
│ │ │ │ ├── debugger.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── less.png
│ │ │ │ ├── more.png
│ │ │ │ ├── source.png
│ │ │ │ ├── style.css
│ │ │ │ └── ubuntu.ttf
│ │ │ ├── tbtools.py
│ │ │ └── tbtools.pyc
│ │ ├── exceptions.py
│ │ ├── exceptions.pyc
│ │ ├── filesystem.py
│ │ ├── filesystem.pyc
│ │ ├── formparser.py
│ │ ├── formparser.pyc
│ │ ├── http.py
│ │ ├── http.pyc
│ │ ├── local.py
│ │ ├── local.pyc
│ │ ├── posixemulation.py
│ │ ├── posixemulation.pyc
│ │ ├── routing.py
│ │ ├── routing.pyc
│ │ ├── script.py
│ │ ├── script.pyc
│ │ ├── security.py
│ │ ├── security.pyc
│ │ ├── serving.py
│ │ ├── serving.pyc
│ │ ├── test.py
│ │ ├── test.pyc
│ │ ├── testapp.py
│ │ ├── testapp.pyc
│ │ ├── urls.py
│ │ ├── urls.pyc
│ │ ├── useragents.py
│ │ ├── useragents.pyc
│ │ ├── utils.py
│ │ ├── utils.pyc
│ │ ├── wrappers.py
│ │ ├── wrappers.pyc
│ │ ├── wsgi.py
│ │ └── wsgi.pyc
│ ├── wheel-0.24.0.dist-info
│ │ ├── DESCRIPTION.rst
│ │ ├── LICENSE.txt
│ │ ├── METADATA
│ │ ├── RECORD
│ │ ├── RECORD.jws
│ │ ├── WHEEL
│ │ ├── entry_points.txt
│ │ ├── metadata.json
│ │ └── top_level.txt
│ └── wheel
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __main__.py
│ │ ├── __main__.pyc
│ │ ├── archive.py
│ │ ├── archive.pyc
│ │ ├── bdist_wheel.py
│ │ ├── bdist_wheel.pyc
│ │ ├── decorator.py
│ │ ├── decorator.pyc
│ │ ├── egg2wheel.py
│ │ ├── egg2wheel.pyc
│ │ ├── eggnames.txt
│ │ ├── install.py
│ │ ├── install.pyc
│ │ ├── metadata.py
│ │ ├── metadata.pyc
│ │ ├── paths.py
│ │ ├── paths.pyc
│ │ ├── pep425tags.py
│ │ ├── pep425tags.pyc
│ │ ├── pkginfo.py
│ │ ├── pkginfo.pyc
│ │ ├── signatures
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── djbec.py
│ │ ├── djbec.pyc
│ │ ├── ed25519py.py
│ │ ├── ed25519py.pyc
│ │ ├── keys.py
│ │ └── keys.pyc
│ │ ├── test
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── complex-dist
│ │ │ ├── complexdist
│ │ │ │ ├── __init__.py
│ │ │ │ └── __init__.pyc
│ │ │ ├── setup.py
│ │ │ └── setup.pyc
│ │ ├── headers.dist
│ │ │ ├── header.h
│ │ │ ├── headersdist.py
│ │ │ ├── headersdist.pyc
│ │ │ ├── setup.py
│ │ │ └── setup.pyc
│ │ ├── pydist-schema.json
│ │ ├── simple.dist
│ │ │ ├── setup.py
│ │ │ ├── setup.pyc
│ │ │ └── simpledist
│ │ │ │ ├── __init__.py
│ │ │ │ └── __init__.pyc
│ │ ├── test-1.0-py2.py3-none-win32.whl
│ │ ├── test_basic.py
│ │ ├── test_basic.pyc
│ │ ├── test_install.py
│ │ ├── test_install.pyc
│ │ ├── test_keys.py
│ │ ├── test_keys.pyc
│ │ ├── test_paths.py
│ │ ├── test_paths.pyc
│ │ ├── test_ranking.py
│ │ ├── test_ranking.pyc
│ │ ├── test_signatures.py
│ │ ├── test_signatures.pyc
│ │ ├── test_tagopt.py
│ │ ├── test_tagopt.pyc
│ │ ├── test_tool.py
│ │ ├── test_tool.pyc
│ │ ├── test_wheelfile.py
│ │ └── test_wheelfile.pyc
│ │ ├── tool
│ │ ├── __init__.py
│ │ └── __init__.pyc
│ │ ├── util.py
│ │ ├── util.pyc
│ │ ├── wininst2wheel.py
│ │ └── wininst2wheel.pyc
├── site.py
├── site.pyc
├── sre.py
├── sre_compile.py
├── sre_compile.pyc
├── sre_constants.py
├── sre_constants.pyc
├── sre_parse.py
├── sre_parse.pyc
├── stat.py
├── stat.pyc
├── types.py
├── types.pyc
├── warnings.py
└── warnings.pyc
├── Scripts
├── activate
├── activate.bat
├── activate.ps1
├── activate_this.py
├── deactivate.bat
├── easy_install-2.7.exe
├── easy_install.exe
├── flask.exe
├── pip.exe
├── pip2.7.exe
├── pip2.exe
├── python.exe
├── pythonw.exe
└── wheel.exe
└── pip-selfcheck.json
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Stock-ServerBuilding
2 | 自建的模拟服务器:主要用于后台运行股票预测模型,目前主要实现当客户端发送请求时将股票模型运行的结果返回给APP端(即预测第二天股票的开高低收的涨跌趋势并返回给客户端和自动判断股票买卖时机的功能)
3 |
4 | 开发工具:Pycharm+Python2.7+Flask框架+各种第三方库
5 |
6 | 工程中需要安装的Tailib库的教程请参考:https://blog.csdn.net/qq_16633405/article/details/60764514
7 |
8 | 安装过程中遇到问题的解决办法请参考:https://blog.csdn.net/qq_16633405/article/details/60765699
9 |
--------------------------------------------------------------------------------
/自建的服务器代码/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/自建的服务器代码/app/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/app/__init__.py
--------------------------------------------------------------------------------
/自建的服务器代码/app/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/app/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/app/deal_datas.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/app/deal_datas.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/app/investment_strategy/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/app/investment_strategy/__init__.py
--------------------------------------------------------------------------------
/自建的服务器代码/app/ml_algorithm/GBDT.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/app/ml_algorithm/GBDT.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/app/ml_algorithm/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/app/ml_algorithm/__init__.py
--------------------------------------------------------------------------------
/自建的服务器代码/app/ml_algorithm/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/app/ml_algorithm/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/app/ml_algorithm/randomForest.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/app/ml_algorithm/randomForest.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/app/ml_algorithm/svm.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/app/ml_algorithm/svm.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/app/models.py:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | def to_json(right_rate,pre_change):
6 | json_post={
7 | "resultcode": "200",
8 | "reason": "search sucessfully",
9 | "result": {
10 | 'right_rate': right_rate,
11 | 'pre_change': pre_change
12 |
13 | }
14 |
15 | }
16 | return json_post;
--------------------------------------------------------------------------------
/自建的服务器代码/app/models.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/app/models.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/dates/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/dates/__init__.py
--------------------------------------------------------------------------------
/自建的服务器代码/templates/index.html:
--------------------------------------------------------------------------------
1 | {% extends 'base.html' %}
2 | {% from "bootstrap/pagination.html" import render_pagination %}
3 |
4 | {% block page_body %}
5 |
8 |
9 | {% for post in posts %}
10 |
11 |
12 | {{ post.body_html|safe }}
13 |
14 | {% endfor %}
15 |
16 | {% if pagination %}
17 | {{ render_pagination(pagination) }}
18 | {% endif %}
19 |
20 |
21 | {% endblock %}
22 |
23 |
24 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/ast.h:
--------------------------------------------------------------------------------
1 | #ifndef Py_AST_H
2 | #define Py_AST_H
3 | #ifdef __cplusplus
4 | extern "C" {
5 | #endif
6 |
7 | PyAPI_FUNC(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags,
8 | const char *, PyArena *);
9 |
10 | #ifdef __cplusplus
11 | }
12 | #endif
13 | #endif /* !Py_AST_H */
14 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/dtoa.h:
--------------------------------------------------------------------------------
1 | #ifndef PY_NO_SHORT_FLOAT_REPR
2 | #ifdef __cplusplus
3 | extern "C" {
4 | #endif
5 |
6 | PyAPI_FUNC(double) _Py_dg_strtod(const char *str, char **ptr);
7 | PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits,
8 | int *decpt, int *sign, char **rve);
9 | PyAPI_FUNC(void) _Py_dg_freedtoa(char *s);
10 |
11 |
12 | #ifdef __cplusplus
13 | }
14 | #endif
15 | #endif
16 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/enumobject.h:
--------------------------------------------------------------------------------
1 | #ifndef Py_ENUMOBJECT_H
2 | #define Py_ENUMOBJECT_H
3 |
4 | /* Enumerate Object */
5 |
6 | #ifdef __cplusplus
7 | extern "C" {
8 | #endif
9 |
10 | PyAPI_DATA(PyTypeObject) PyEnum_Type;
11 | PyAPI_DATA(PyTypeObject) PyReversed_Type;
12 |
13 | #ifdef __cplusplus
14 | }
15 | #endif
16 |
17 | #endif /* !Py_ENUMOBJECT_H */
18 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/eval.h:
--------------------------------------------------------------------------------
1 |
2 | /* Interface to execute compiled code */
3 |
4 | #ifndef Py_EVAL_H
5 | #define Py_EVAL_H
6 | #ifdef __cplusplus
7 | extern "C" {
8 | #endif
9 |
10 | PyAPI_FUNC(PyObject *) PyEval_EvalCode(PyCodeObject *, PyObject *, PyObject *);
11 |
12 | PyAPI_FUNC(PyObject *) PyEval_EvalCodeEx(PyCodeObject *co,
13 | PyObject *globals,
14 | PyObject *locals,
15 | PyObject **args, int argc,
16 | PyObject **kwds, int kwdc,
17 | PyObject **defs, int defc,
18 | PyObject *closure);
19 |
20 | PyAPI_FUNC(PyObject *) _PyEval_CallTracing(PyObject *func, PyObject *args);
21 |
22 | #ifdef __cplusplus
23 | }
24 | #endif
25 | #endif /* !Py_EVAL_H */
26 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/intrcheck.h:
--------------------------------------------------------------------------------
1 |
2 | #ifndef Py_INTRCHECK_H
3 | #define Py_INTRCHECK_H
4 | #ifdef __cplusplus
5 | extern "C" {
6 | #endif
7 |
8 | PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
9 | PyAPI_FUNC(void) PyOS_InitInterrupts(void);
10 | PyAPI_FUNC(void) PyOS_AfterFork(void);
11 |
12 | #ifdef __cplusplus
13 | }
14 | #endif
15 | #endif /* !Py_INTRCHECK_H */
16 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/iterobject.h:
--------------------------------------------------------------------------------
1 | #ifndef Py_ITEROBJECT_H
2 | #define Py_ITEROBJECT_H
3 | /* Iterators (the basic kind, over a sequence) */
4 | #ifdef __cplusplus
5 | extern "C" {
6 | #endif
7 |
8 | PyAPI_DATA(PyTypeObject) PySeqIter_Type;
9 |
10 | #define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type)
11 |
12 | PyAPI_FUNC(PyObject *) PySeqIter_New(PyObject *);
13 |
14 | PyAPI_DATA(PyTypeObject) PyCallIter_Type;
15 |
16 | #define PyCallIter_Check(op) (Py_TYPE(op) == &PyCallIter_Type)
17 |
18 | PyAPI_FUNC(PyObject *) PyCallIter_New(PyObject *, PyObject *);
19 | #ifdef __cplusplus
20 | }
21 | #endif
22 | #endif /* !Py_ITEROBJECT_H */
23 |
24 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/metagrammar.h:
--------------------------------------------------------------------------------
1 | #ifndef Py_METAGRAMMAR_H
2 | #define Py_METAGRAMMAR_H
3 | #ifdef __cplusplus
4 | extern "C" {
5 | #endif
6 |
7 |
8 | #define MSTART 256
9 | #define RULE 257
10 | #define RHS 258
11 | #define ALT 259
12 | #define ITEM 260
13 | #define ATOM 261
14 |
15 | #ifdef __cplusplus
16 | }
17 | #endif
18 | #endif /* !Py_METAGRAMMAR_H */
19 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/pgen.h:
--------------------------------------------------------------------------------
1 | #ifndef Py_PGEN_H
2 | #define Py_PGEN_H
3 | #ifdef __cplusplus
4 | extern "C" {
5 | #endif
6 |
7 |
8 | /* Parser generator interface */
9 |
10 | extern grammar *meta_grammar(void);
11 |
12 | struct _node;
13 | extern grammar *pgen(struct _node *);
14 |
15 | #ifdef __cplusplus
16 | }
17 | #endif
18 | #endif /* !Py_PGEN_H */
19 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/pygetopt.h:
--------------------------------------------------------------------------------
1 |
2 | #ifndef Py_PYGETOPT_H
3 | #define Py_PYGETOPT_H
4 | #ifdef __cplusplus
5 | extern "C" {
6 | #endif
7 |
8 | PyAPI_DATA(int) _PyOS_opterr;
9 | PyAPI_DATA(int) _PyOS_optind;
10 | PyAPI_DATA(char *) _PyOS_optarg;
11 |
12 | PyAPI_FUNC(void) _PyOS_ResetGetOpt(void);
13 | PyAPI_FUNC(int) _PyOS_GetOpt(int argc, char **argv, char *optstring);
14 |
15 | #ifdef __cplusplus
16 | }
17 | #endif
18 | #endif /* !Py_PYGETOPT_H */
19 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/pystrcmp.h:
--------------------------------------------------------------------------------
1 | #ifndef Py_STRCMP_H
2 | #define Py_STRCMP_H
3 |
4 | #ifdef __cplusplus
5 | extern "C" {
6 | #endif
7 |
8 | PyAPI_FUNC(int) PyOS_mystrnicmp(const char *, const char *, Py_ssize_t);
9 | PyAPI_FUNC(int) PyOS_mystricmp(const char *, const char *);
10 |
11 | #if defined(MS_WINDOWS) || defined(PYOS_OS2)
12 | #define PyOS_strnicmp strnicmp
13 | #define PyOS_stricmp stricmp
14 | #else
15 | #define PyOS_strnicmp PyOS_mystrnicmp
16 | #define PyOS_stricmp PyOS_mystricmp
17 | #endif
18 |
19 | #ifdef __cplusplus
20 | }
21 | #endif
22 |
23 | #endif /* !Py_STRCMP_H */
24 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Include/timefuncs.h:
--------------------------------------------------------------------------------
1 | /* timefuncs.h
2 | */
3 |
4 | /* Utility function related to timemodule.c. */
5 |
6 | #ifndef TIMEFUNCS_H
7 | #define TIMEFUNCS_H
8 | #ifdef __cplusplus
9 | extern "C" {
10 | #endif
11 |
12 |
13 | /* Cast double x to time_t, but raise ValueError if x is too large
14 | * to fit in a time_t. ValueError is set on return iff the return
15 | * value is (time_t)-1 and PyErr_Occurred().
16 | */
17 | PyAPI_FUNC(time_t) _PyTime_DoubleToTimet(double x);
18 |
19 | /* Get the current time since the epoch in seconds */
20 | PyAPI_FUNC(double) _PyTime_FloatTime(void);
21 |
22 |
23 | #ifdef __cplusplus
24 | }
25 | #endif
26 | #endif /* TIMEFUNCS_H */
27 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/UserDict.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/UserDict.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/_abcoll.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/_abcoll.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/_weakrefset.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/_weakrefset.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/abc.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/abc.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/codecs.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/codecs.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/copy_reg.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/copy_reg.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/distutils/distutils.cfg:
--------------------------------------------------------------------------------
1 | # This is a config file local to this virtualenv installation
2 | # You may include options that will be used by all distutils commands,
3 | # and by easy_install. For instance:
4 | #
5 | # [easy_install]
6 | # find_links = http://mylocalsite
7 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/__init__.pyo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/__init__.pyo
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/aliases.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/aliases.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/aliases.pyo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/aliases.pyo
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/ascii.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/ascii.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/gbk.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/gbk.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/gbk.pyo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/gbk.pyo
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/hex_codec.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/hex_codec.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/latin_1.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/latin_1.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/mbcs.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/mbcs.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/punycode.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/punycode.py
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/string_escape.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/string_escape.py
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/unicode_escape.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/unicode_escape.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/utf_32_be.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/utf_32_be.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/utf_8.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/utf_8.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/encodings/utf_8.pyo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/encodings/utf_8.pyo
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/fnmatch.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/fnmatch.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/genericpath.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/genericpath.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/linecache.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/linecache.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/locale.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/locale.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/no-global-site-packages.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/no-global-site-packages.txt
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/ntpath.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/ntpath.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/orig-prefix.txt:
--------------------------------------------------------------------------------
1 | F:\python2.7
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/os.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/os.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/posixpath.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/posixpath.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/re.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/re.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/Flask-0.12.dist-info/WHEEL:
--------------------------------------------------------------------------------
1 | Wheel-Version: 1.0
2 | Generator: bdist_wheel (0.30.0.a0)
3 | Root-Is-Purelib: true
4 | Tag: py2-none-any
5 | Tag: py3-none-any
6 |
7 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/Flask-0.12.dist-info/entry_points.txt:
--------------------------------------------------------------------------------
1 |
2 | [console_scripts]
3 | flask=flask.cli:main
4 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/Flask-0.12.dist-info/top_level.txt:
--------------------------------------------------------------------------------
1 | flask
2 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/Jinja2-2.9.5.dist-info/WHEEL:
--------------------------------------------------------------------------------
1 | Wheel-Version: 1.0
2 | Generator: bdist_wheel (0.29.0)
3 | Root-Is-Purelib: true
4 | Tag: py2-none-any
5 | Tag: py3-none-any
6 |
7 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/Jinja2-2.9.5.dist-info/entry_points.txt:
--------------------------------------------------------------------------------
1 |
2 | [babel.extractors]
3 | jinja2 = jinja2.ext:babel_extract[i18n]
4 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/Jinja2-2.9.5.dist-info/top_level.txt:
--------------------------------------------------------------------------------
1 | jinja2
2 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/MarkupSafe-1.0.dist-info/WHEEL:
--------------------------------------------------------------------------------
1 | Wheel-Version: 1.0
2 | Generator: bdist_wheel (0.24.0)
3 | Root-Is-Purelib: false
4 | Tag: cp27-none-win_amd64
5 |
6 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/MarkupSafe-1.0.dist-info/top_level.txt:
--------------------------------------------------------------------------------
1 | markupsafe
2 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/Werkzeug-0.12.1.dist-info/WHEEL:
--------------------------------------------------------------------------------
1 | Wheel-Version: 1.0
2 | Generator: bdist_wheel (0.24.0)
3 | Root-Is-Purelib: true
4 | Tag: py2-none-any
5 | Tag: py3-none-any
6 |
7 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/Werkzeug-0.12.1.dist-info/top_level.txt:
--------------------------------------------------------------------------------
1 | werkzeug
2 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/_markerlib/__init__.py:
--------------------------------------------------------------------------------
1 | try:
2 | import ast
3 | from _markerlib.markers import default_environment, compile, interpret
4 | except ImportError:
5 | if 'ast' in globals():
6 | raise
7 | def default_environment():
8 | return {}
9 | def compile(marker):
10 | def marker_fn(environment=None, override=None):
11 | # 'empty markers are True' heuristic won't install extra deps.
12 | return not marker.strip()
13 | marker_fn.__doc__ = marker
14 | return marker_fn
15 | def interpret(marker, environment=None, override=None):
16 | return compile(marker)()
17 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/_markerlib/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/_markerlib/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/_markerlib/markers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/_markerlib/markers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click-6.7.dist-info/DESCRIPTION.rst:
--------------------------------------------------------------------------------
1 | UNKNOWN
2 |
3 |
4 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click-6.7.dist-info/METADATA:
--------------------------------------------------------------------------------
1 | Metadata-Version: 2.0
2 | Name: click
3 | Version: 6.7
4 | Summary: A simple wrapper around optparse for powerful command line utilities.
5 | Home-page: http://github.com/mitsuhiko/click
6 | Author: Armin Ronacher
7 | Author-email: armin.ronacher@active-4.com
8 | License: UNKNOWN
9 | Platform: UNKNOWN
10 | Classifier: License :: OSI Approved :: BSD License
11 | Classifier: Programming Language :: Python
12 | Classifier: Programming Language :: Python :: 3
13 |
14 | UNKNOWN
15 |
16 |
17 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click-6.7.dist-info/WHEEL:
--------------------------------------------------------------------------------
1 | Wheel-Version: 1.0
2 | Generator: bdist_wheel (0.30.0.a0)
3 | Root-Is-Purelib: true
4 | Tag: py2-none-any
5 | Tag: py3-none-any
6 |
7 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click-6.7.dist-info/metadata.json:
--------------------------------------------------------------------------------
1 | {"classifiers": ["License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3"], "extensions": {"python.details": {"contacts": [{"email": "armin.ronacher@active-4.com", "name": "Armin Ronacher", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "http://github.com/mitsuhiko/click"}}}, "generator": "bdist_wheel (0.30.0.a0)", "metadata_version": "2.0", "name": "click", "summary": "A simple wrapper around optparse for powerful command line utilities.", "version": "6.7"}
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click-6.7.dist-info/top_level.txt:
--------------------------------------------------------------------------------
1 | click
2 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/_bashcomplete.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/_bashcomplete.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/_compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/_compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/_termui_impl.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/_termui_impl.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/_textwrap.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/_textwrap.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/_unicodefun.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/_unicodefun.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/_winconsole.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/_winconsole.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/core.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/core.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/decorators.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/decorators.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/exceptions.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/exceptions.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/formatting.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/formatting.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/globals.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/globals.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/parser.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/parser.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/termui.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/termui.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/testing.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/testing.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/types.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/types.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/click/utils.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/click/utils.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/easy_install.py:
--------------------------------------------------------------------------------
1 | """Run the EasyInstall command"""
2 |
3 | if __name__ == '__main__':
4 | from setuptools.command.easy_install import main
5 | main()
6 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/easy_install.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/easy_install.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/__main__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | """
3 | flask.__main__
4 | ~~~~~~~~~~~~~~
5 |
6 | Alias for flask.run for the command line.
7 |
8 | :copyright: (c) 2015 by Armin Ronacher.
9 | :license: BSD, see LICENSE for more details.
10 | """
11 |
12 |
13 | if __name__ == '__main__':
14 | from .cli import main
15 | main(as_module=True)
16 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/__main__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/__main__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/_compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/_compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/app.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/app.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/blueprints.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/blueprints.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/cli.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/cli.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/config.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/config.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/ctx.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/ctx.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/debughelpers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/debughelpers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/ext/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/ext/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/exthook.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/exthook.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/globals.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/globals.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/helpers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/helpers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/json.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/json.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/logging.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/logging.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/sessions.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/sessions.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/signals.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/signals.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/templating.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/templating.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/testing.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/testing.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/views.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/views.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/flask/wrappers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/flask/wrappers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/itsdangerous-0.24.dist-info/DESCRIPTION.rst:
--------------------------------------------------------------------------------
1 | UNKNOWN
2 |
3 |
4 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/itsdangerous-0.24.dist-info/METADATA:
--------------------------------------------------------------------------------
1 | Metadata-Version: 2.0
2 | Name: itsdangerous
3 | Version: 0.24
4 | Summary: Various helpers to pass trusted data to untrusted environments and back.
5 | Home-page: http://github.com/mitsuhiko/itsdangerous
6 | Author: Armin Ronacher
7 | Author-email: armin.ronacher@active-4.com
8 | License: UNKNOWN
9 | Platform: UNKNOWN
10 | Classifier: License :: OSI Approved :: BSD License
11 | Classifier: Programming Language :: Python
12 | Classifier: Programming Language :: Python :: 3
13 |
14 | UNKNOWN
15 |
16 |
17 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/itsdangerous-0.24.dist-info/RECORD:
--------------------------------------------------------------------------------
1 | itsdangerous.py,sha256=l7u6oqIepEllYDR7hRmoE7z47Ry6vtFCF6EAbJt-ilI,31840
2 | itsdangerous-0.24.dist-info/DESCRIPTION.rst,sha256=OCTuuN6LcWulhHS3d5rfjdsQtW22n7HENFRh6jC6ego,10
3 | itsdangerous-0.24.dist-info/METADATA,sha256=XjkIclYnGOaEgF3mcADbAl3T3D7TLnPKEiuTJTEWxO8,458
4 | itsdangerous-0.24.dist-info/metadata.json,sha256=SAA1cUh5o6IMRFu_riun4N9D77uixmRFd1vq_tJ0KqA,586
5 | itsdangerous-0.24.dist-info/RECORD,,
6 | itsdangerous-0.24.dist-info/top_level.txt,sha256=gKN1OKLk81i7fbWWildJA88EQ9NhnGMSvZqhfz9ICjk,13
7 | itsdangerous-0.24.dist-info/WHEEL,sha256=0NI6mbT51nl6pAz4VbYGIlowHOfz4mGNiPEqLY2mxNU,97
8 | itsdangerous.pyc,,
9 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/itsdangerous-0.24.dist-info/WHEEL:
--------------------------------------------------------------------------------
1 | Wheel-Version: 1.0
2 | Generator: bdist_wheel (0.24.0)
3 | Root-Is-Purelib: true
4 | Tag: py2-none-any
5 |
6 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/itsdangerous-0.24.dist-info/metadata.json:
--------------------------------------------------------------------------------
1 | {"name": "itsdangerous", "metadata_version": "2.0", "generator": "bdist_wheel (0.24.0)", "summary": "Various helpers to pass trusted data to untrusted environments and back.", "version": "0.24", "extensions": {"python.details": {"project_urls": {"Home": "http://github.com/mitsuhiko/itsdangerous"}, "document_names": {"description": "DESCRIPTION.rst"}, "contacts": [{"role": "author", "email": "armin.ronacher@active-4.com", "name": "Armin Ronacher"}]}}, "classifiers": ["License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3"]}
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/itsdangerous-0.24.dist-info/top_level.txt:
--------------------------------------------------------------------------------
1 | itsdangerous
2 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/itsdangerous.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/itsdangerous.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/_compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/_compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/_stringdefs.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/_stringdefs.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/bccache.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/bccache.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/compiler.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/compiler.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/constants.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/constants.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/debug.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/debug.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/defaults.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/defaults.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/environment.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/environment.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/exceptions.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/exceptions.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/ext.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/ext.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/filters.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/filters.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/idtracking.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/idtracking.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/lexer.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/lexer.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/loaders.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/loaders.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/meta.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/meta.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/nodes.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/nodes.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/optimizer.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/optimizer.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/parser.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/parser.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/runtime.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/runtime.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/sandbox.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/sandbox.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/tests.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/tests.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/utils.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/utils.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/jinja2/visitor.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/jinja2/visitor.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/markupsafe/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/markupsafe/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/markupsafe/_compat.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | """
3 | markupsafe._compat
4 | ~~~~~~~~~~~~~~~~~~
5 |
6 | Compatibility module for different Python versions.
7 |
8 | :copyright: (c) 2013 by Armin Ronacher.
9 | :license: BSD, see LICENSE for more details.
10 | """
11 | import sys
12 |
13 | PY2 = sys.version_info[0] == 2
14 |
15 | if not PY2:
16 | text_type = str
17 | string_types = (str,)
18 | unichr = chr
19 | int_types = (int,)
20 | iteritems = lambda x: iter(x.items())
21 | else:
22 | text_type = unicode
23 | string_types = (str, unicode)
24 | unichr = unichr
25 | int_types = (int, long)
26 | iteritems = lambda x: x.iteritems()
27 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/markupsafe/_compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/markupsafe/_compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/markupsafe/_constants.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/markupsafe/_constants.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/markupsafe/_native.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/markupsafe/_native.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/markupsafe/_speedups.pyd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/markupsafe/_speedups.pyd
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip-7.1.0.dist-info/WHEEL:
--------------------------------------------------------------------------------
1 | Wheel-Version: 1.0
2 | Generator: bdist_wheel (0.24.0)
3 | Root-Is-Purelib: true
4 | Tag: py2-none-any
5 | Tag: py3-none-any
6 |
7 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip-7.1.0.dist-info/entry_points.txt:
--------------------------------------------------------------------------------
1 | [console_scripts]
2 | pip = pip:main
3 | pip3 = pip:main
4 | pip3.4 = pip:main
5 |
6 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip-7.1.0.dist-info/pbr.json:
--------------------------------------------------------------------------------
1 | {"is_release": true, "git_version": "d2f09e2"}
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip-7.1.0.dist-info/top_level.txt:
--------------------------------------------------------------------------------
1 | pip
2 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/__main__.py:
--------------------------------------------------------------------------------
1 | from __future__ import absolute_import
2 |
3 | import os
4 | import sys
5 |
6 | # If we are running from a wheel, add the wheel to sys.path
7 | # This allows the usage python pip-*.whl/pip install pip-*.whl
8 | if __package__ == '':
9 | # __file__ is pip-*.whl/pip/__main__.py
10 | # first dirname call strips of '/__main__.py', second strips off '/pip'
11 | # Resulting path is the name of the wheel itself
12 | # Add that to sys.path so we can import pip
13 | path = os.path.dirname(os.path.dirname(__file__))
14 | sys.path.insert(0, path)
15 |
16 | import pip # noqa
17 |
18 | if __name__ == '__main__':
19 | sys.exit(pip.main())
20 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/__main__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/__main__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/_markerlib/__init__.py:
--------------------------------------------------------------------------------
1 | try:
2 | import ast
3 | from pip._vendor._markerlib.markers import default_environment, compile, interpret
4 | except ImportError:
5 | if 'ast' in globals():
6 | raise
7 | def default_environment():
8 | return {}
9 | def compile(marker):
10 | def marker_fn(environment=None, override=None):
11 | # 'empty markers are True' heuristic won't install extra deps.
12 | return not marker.strip()
13 | marker_fn.__doc__ = marker
14 | return marker_fn
15 | def interpret(marker, environment=None, override=None):
16 | return compile(marker)()
17 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/_markerlib/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/_markerlib/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/_markerlib/markers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/_markerlib/markers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py:
--------------------------------------------------------------------------------
1 | """CacheControl import Interface.
2 |
3 | Make it easy to import from cachecontrol without long namespaces.
4 | """
5 | __author__ = 'Eric Larson'
6 | __email__ = 'eric@ionrock.org'
7 | __version__ = '0.11.5'
8 |
9 | from .wrapper import CacheControl
10 | from .adapter import CacheControlAdapter
11 | from .controller import CacheController
12 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py:
--------------------------------------------------------------------------------
1 | from textwrap import dedent
2 |
3 | try:
4 | from .file_cache import FileCache
5 | except ImportError:
6 | notice = dedent('''
7 | NOTE: In order to use the FileCache you must have
8 | lockfile installed. You can install it via pip:
9 | pip install lockfile
10 | ''')
11 | print(notice)
12 |
13 |
14 | try:
15 | import redis
16 | from .redis_cache import RedisCache
17 | except ImportError:
18 | pass
19 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/compat.py:
--------------------------------------------------------------------------------
1 | try:
2 | from urllib.parse import urljoin
3 | except ImportError:
4 | from urlparse import urljoin
5 |
6 |
7 | try:
8 | import cPickle as pickle
9 | except ImportError:
10 | import pickle
11 |
12 |
13 | from pip._vendor.requests.packages.urllib3.response import HTTPResponse
14 | from pip._vendor.requests.packages.urllib3.util import is_fp_closed
15 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py:
--------------------------------------------------------------------------------
1 | from .adapter import CacheControlAdapter
2 | from .cache import DictCache
3 |
4 |
5 | def CacheControl(sess,
6 | cache=None,
7 | cache_etags=True,
8 | serializer=None,
9 | heuristic=None):
10 |
11 | cache = cache or DictCache()
12 | adapter = CacheControlAdapter(
13 | cache,
14 | cache_etags=cache_etags,
15 | serializer=serializer,
16 | heuristic=heuristic,
17 | )
18 | sess.mount('http://', adapter)
19 | sess.mount('https://', adapter)
20 |
21 | return sess
22 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/__init__.py:
--------------------------------------------------------------------------------
1 | # Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file.
2 | from .initialise import init, deinit, reinit
3 | from .ansi import Fore, Back, Style, Cursor
4 | from .ansitowin32 import AnsiToWin32
5 |
6 | __version__ = '0.3.3'
7 |
8 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/ansi.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/ansi.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/ansitowin32.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/ansitowin32.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/initialise.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/initialise.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/win32.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/win32.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/winterm.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/colorama/winterm.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Copyright (C) 2012-2014 Vinay Sajip.
4 | # Licensed to the Python Software Foundation under a contributor agreement.
5 | # See LICENSE.txt and CONTRIBUTORS.txt.
6 | #
7 | import logging
8 |
9 | __version__ = '0.2.0'
10 |
11 | class DistlibException(Exception):
12 | pass
13 |
14 | try:
15 | from logging import NullHandler
16 | except ImportError: # pragma: no cover
17 | class NullHandler(logging.Handler):
18 | def handle(self, record): pass
19 | def emit(self, record): pass
20 | def createLock(self): self.lock = None
21 |
22 | logger = logging.getLogger(__name__)
23 | logger.addHandler(NullHandler())
24 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py:
--------------------------------------------------------------------------------
1 | """Modules copied from Python 3 standard libraries, for internal use only.
2 |
3 | Individual classes and functions are found in d2._backport.misc. Intended
4 | usage is to always import things missing from 3.1 from that module: the
5 | built-in/stdlib objects will be used if found.
6 | """
7 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/misc.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/misc.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/database.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/database.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/index.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/index.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/locators.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/locators.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/manifest.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/manifest.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/markers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/markers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/metadata.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/metadata.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/resources.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/resources.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/scripts.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/scripts.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/t32.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/t32.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/t64.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/t64.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/util.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/util.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/version.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/version.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/w32.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/w32.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/w64.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/w64.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/wheel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/distlib/wheel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/constants.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/constants.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/_base.py:
--------------------------------------------------------------------------------
1 | from __future__ import absolute_import, division, unicode_literals
2 |
3 |
4 | class Filter(object):
5 | def __init__(self, source):
6 | self.source = source
7 |
8 | def __iter__(self):
9 | return iter(self.source)
10 |
11 | def __getattr__(self, name):
12 | return getattr(self.source, name)
13 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/_base.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/_base.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/lint.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/lint.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py:
--------------------------------------------------------------------------------
1 | from __future__ import absolute_import, division, unicode_literals
2 |
3 | from . import _base
4 | from ..sanitizer import HTMLSanitizerMixin
5 |
6 |
7 | class Filter(_base.Filter, HTMLSanitizerMixin):
8 | def __iter__(self):
9 | for token in _base.Filter.__iter__(self):
10 | token = self.sanitize_token(token)
11 | if token:
12 | yield token
13 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/html5parser.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/html5parser.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/ihatexml.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/ihatexml.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/inputstream.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/inputstream.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/sanitizer.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/sanitizer.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/serializer/__init__.py:
--------------------------------------------------------------------------------
1 | from __future__ import absolute_import, division, unicode_literals
2 |
3 | from .. import treewalkers
4 |
5 | from .htmlserializer import HTMLSerializer
6 |
7 |
8 | def serialize(input, tree="etree", format="html", encoding=None,
9 | **serializer_opts):
10 | # XXX: Should we cache this?
11 | walker = treewalkers.getTreeWalker(tree)
12 | if format == "html":
13 | s = HTMLSerializer(**serializer_opts)
14 | else:
15 | raise ValueError("type must be html")
16 | return s.render(walker(input), encoding)
17 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/serializer/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/serializer/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/serializer/htmlserializer.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/serializer/htmlserializer.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/tokenizer.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/tokenizer.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/sax.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/sax.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/_base.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/_base.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/_base.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/_base.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshistream.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshistream.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/lxmletree.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/lxmletree.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/pulldom.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/pulldom.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/trie/__init__.py:
--------------------------------------------------------------------------------
1 | from __future__ import absolute_import, division, unicode_literals
2 |
3 | from .py import Trie as PyTrie
4 |
5 | Trie = PyTrie
6 |
7 | try:
8 | from .datrie import Trie as DATrie
9 | except ImportError:
10 | pass
11 | else:
12 | Trie = DATrie
13 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/trie/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/trie/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/trie/_base.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/trie/_base.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/trie/datrie.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/trie/datrie.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/trie/py.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/trie/py.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/utils.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/html5lib/utils.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/ipaddress.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/ipaddress.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/linklockfile.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/linklockfile.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/mkdirlockfile.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/mkdirlockfile.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/pidlockfile.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/pidlockfile.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/sqlitelockfile.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/sqlitelockfile.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/symlinklockfile.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/lockfile/symlinklockfile.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/__about__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/__about__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/_compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/_compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/_structures.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/_structures.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/specifiers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/specifiers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/version.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/packaging/version.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/progress/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/progress/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/progress/bar.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/progress/bar.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/progress/counter.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/progress/counter.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/progress/helpers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/progress/helpers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/progress/spinner.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/progress/spinner.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/re-vendor.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/re-vendor.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/adapters.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/adapters.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/api.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/api.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/auth.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/auth.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/certs.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/certs.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/cookies.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/cookies.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/exceptions.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/exceptions.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/hooks.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/hooks.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/models.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/models.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/__init__.py:
--------------------------------------------------------------------------------
1 | from __future__ import absolute_import
2 |
3 | from . import urllib3
4 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/big5freq.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/big5freq.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/big5prober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/big5prober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/chardetect.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/chardetect.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/constants.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/constants.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/escprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/escprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/escsm.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/escsm.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/_collections.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/_collections.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/connection.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/connection.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/fields.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/fields.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/filepost.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/filepost.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py:
--------------------------------------------------------------------------------
1 | from __future__ import absolute_import
2 |
3 | from . import ssl_match_hostname
4 |
5 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py:
--------------------------------------------------------------------------------
1 | try:
2 | # Python 3.2+
3 | from ssl import CertificateError, match_hostname
4 | except ImportError:
5 | try:
6 | # Backport of the function from a pypi module
7 | from backports.ssl_match_hostname import CertificateError, match_hostname
8 | except ImportError:
9 | # Our vendored copy
10 | from ._implementation import CertificateError, match_hostname
11 |
12 | # Not needed, but documenting what we provide.
13 | __all__ = ('CertificateError', 'match_hostname')
14 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/request.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/request.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/response.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/response.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py:
--------------------------------------------------------------------------------
1 | # For backwards compatibility, provide imports that used to be here.
2 | from .connection import is_connection_dropped
3 | from .request import make_headers
4 | from .response import is_fp_closed
5 | from .ssl_ import (
6 | SSLContext,
7 | HAS_SNI,
8 | assert_fingerprint,
9 | resolve_cert_reqs,
10 | resolve_ssl_version,
11 | ssl_wrap_socket,
12 | )
13 | from .timeout import (
14 | current_time,
15 | Timeout,
16 | )
17 |
18 | from .retry import Retry
19 | from .url import (
20 | get_host,
21 | parse_url,
22 | split_first,
23 | Url,
24 | )
25 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/request.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/request.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/response.py:
--------------------------------------------------------------------------------
1 | def is_fp_closed(obj):
2 | """
3 | Checks whether a given file-like object is closed.
4 |
5 | :param obj:
6 | The file-like object to check.
7 | """
8 |
9 | try:
10 | # Check via the official file-like-object way.
11 | return obj.closed
12 | except AttributeError:
13 | pass
14 |
15 | try:
16 | # Check if the object is a container for another file-like object that
17 | # gets released on exhaustion (e.g. HTTPResponse).
18 | return obj.fp is None
19 | except AttributeError:
20 | pass
21 |
22 | raise ValueError("Unable to determine whether fp is closed.")
23 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/response.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/response.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/url.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/url.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/sessions.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/sessions.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/status_codes.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/status_codes.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/structures.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/structures.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/utils.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/requests/utils.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/retrying.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/retrying.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/six.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/_vendor/six.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/basecommand.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/basecommand.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/baseparser.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/baseparser.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/cmdoptions.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/cmdoptions.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/commands/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/commands/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/commands/completion.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/commands/completion.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/commands/freeze.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/commands/freeze.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/commands/help.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/commands/help.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/commands/install.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/commands/install.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/commands/list.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/commands/list.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/commands/search.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/commands/search.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/commands/show.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/commands/show.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/commands/uninstall.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/commands/uninstall.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/commands/wheel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/commands/wheel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/compat/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/compat/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/compat/dictconfig.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/compat/dictconfig.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/download.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/download.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/exceptions.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/exceptions.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/index.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/index.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/locations.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/locations.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/models/__init__.py:
--------------------------------------------------------------------------------
1 | from pip.models.index import Index, PyPI
2 |
3 |
4 | __all__ = ["Index", "PyPI"]
5 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/models/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/models/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/models/index.py:
--------------------------------------------------------------------------------
1 | from pip._vendor.six.moves.urllib import parse as urllib_parse
2 |
3 |
4 | class Index(object):
5 | def __init__(self, url):
6 | self.url = url
7 | self.netloc = urllib_parse.urlsplit(url).netloc
8 | self.simple_url = self.url_to_path('simple')
9 | self.pypi_url = self.url_to_path('pypi')
10 | self.pip_json_url = self.url_to_path('pypi/pip/json')
11 |
12 | def url_to_path(self, path):
13 | return urllib_parse.urljoin(self.url, path)
14 |
15 |
16 | PyPI = Index('https://pypi.python.org/')
17 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/models/index.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/models/index.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/operations/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/operations/__init__.py
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/operations/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/operations/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/operations/freeze.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/operations/freeze.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/pep425tags.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/pep425tags.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/req/__init__.py:
--------------------------------------------------------------------------------
1 | from __future__ import absolute_import
2 |
3 | from .req_install import InstallRequirement
4 | from .req_set import RequirementSet, Requirements
5 | from .req_file import parse_requirements
6 |
7 | __all__ = [
8 | "RequirementSet", "Requirements", "InstallRequirement",
9 | "parse_requirements",
10 | ]
11 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/req/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/req/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/req/req_file.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/req/req_file.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/req/req_install.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/req/req_install.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/req/req_set.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/req/req_set.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/req/req_uninstall.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/req/req_uninstall.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/status_codes.py:
--------------------------------------------------------------------------------
1 | from __future__ import absolute_import
2 |
3 | SUCCESS = 0
4 | ERROR = 1
5 | UNKNOWN_ERROR = 2
6 | VIRTUALENV_NOT_FOUND = 3
7 | PREVIOUS_BUILD_DIR_ERROR = 4
8 | NO_MATCHES_FOUND = 23
9 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/status_codes.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/status_codes.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/utils/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/utils/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/utils/appdirs.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/utils/appdirs.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/utils/build.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/utils/build.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/utils/deprecation.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/utils/deprecation.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/utils/filesystem.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/utils/filesystem.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/utils/logging.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/utils/logging.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/utils/outdated.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/utils/outdated.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/utils/ui.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/utils/ui.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/vcs/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/vcs/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/vcs/bazaar.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/vcs/bazaar.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/vcs/git.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/vcs/git.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/vcs/mercurial.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/vcs/mercurial.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/vcs/subversion.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/vcs/subversion.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pip/wheel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pip/wheel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pkg_resources/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pkg_resources/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/__init__.py
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/__about__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/__about__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/_compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/_compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/_structures.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/_structures.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/specifiers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/specifiers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/version.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/pkg_resources/_vendor/packaging/version.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools-18.0.1.dist-info/WHEEL:
--------------------------------------------------------------------------------
1 | Wheel-Version: 1.0
2 | Generator: bdist_wheel (0.24.0)
3 | Root-Is-Purelib: true
4 | Tag: py2-none-any
5 | Tag: py3-none-any
6 |
7 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools-18.0.1.dist-info/dependency_links.txt:
--------------------------------------------------------------------------------
1 | https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790
2 | https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2
3 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools-18.0.1.dist-info/top_level.txt:
--------------------------------------------------------------------------------
1 | _markerlib
2 | easy_install
3 | pkg_resources
4 | setuptools
5 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools-18.0.1.dist-info/zip-safe:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/archive_util.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/archive_util.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/cli-32.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/cli-32.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/cli-64.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/cli-64.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/cli-arm-32.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/cli-arm-32.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/cli.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/cli.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/__init__.py:
--------------------------------------------------------------------------------
1 | __all__ = [
2 | 'alias', 'bdist_egg', 'bdist_rpm', 'build_ext', 'build_py', 'develop',
3 | 'easy_install', 'egg_info', 'install', 'install_lib', 'rotate', 'saveopts',
4 | 'sdist', 'setopt', 'test', 'install_egg_info', 'install_scripts',
5 | 'register', 'bdist_wininst', 'upload_docs',
6 | ]
7 |
8 | from distutils.command.bdist import bdist
9 | import sys
10 |
11 | from setuptools.command import install_scripts
12 |
13 |
14 | if 'egg' not in bdist.format_commands:
15 | bdist.format_command['egg'] = ('bdist_egg', "Python .egg file")
16 | bdist.format_commands.append('egg')
17 |
18 | del bdist, sys
19 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/alias.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/alias.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/bdist_egg.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/bdist_egg.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/bdist_rpm.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/bdist_rpm.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/bdist_wininst.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/bdist_wininst.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/build_ext.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/build_ext.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/build_py.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/build_py.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/develop.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/develop.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/easy_install.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/easy_install.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/egg_info.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/egg_info.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/install.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/install.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/install_egg_info.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/install_egg_info.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/install_lib.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/install_lib.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/install_scripts.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/install_scripts.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/register.py:
--------------------------------------------------------------------------------
1 | import distutils.command.register as orig
2 |
3 |
4 | class register(orig.register):
5 | __doc__ = orig.register.__doc__
6 |
7 | def run(self):
8 | # Make sure that we are using valid current name/version info
9 | self.run_command('egg_info')
10 | orig.register.run(self)
11 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/register.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/register.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/rotate.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/rotate.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/saveopts.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/saveopts.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/sdist.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/sdist.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/setopt.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/setopt.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/test.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/test.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/command/upload_docs.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/command/upload_docs.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/depends.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/depends.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/dist.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/dist.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/extension.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/extension.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/gui-32.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/gui-32.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/gui-64.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/gui-64.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/gui-arm-32.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/gui-arm-32.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/gui.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/gui.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/lib2to3_ex.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/lib2to3_ex.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/msvc9_support.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/msvc9_support.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/package_index.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/package_index.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/py26compat.py:
--------------------------------------------------------------------------------
1 | """
2 | Compatibility Support for Python 2.6 and earlier
3 | """
4 |
5 | import sys
6 |
7 | from setuptools.compat import splittag
8 |
9 | def strip_fragment(url):
10 | """
11 | In `Python 8280 `_, Python 2.7 and
12 | later was patched to disregard the fragment when making URL requests.
13 | Do the same for Python 2.6 and earlier.
14 | """
15 | url, fragment = splittag(url)
16 | return url
17 |
18 | if sys.version_info >= (2,7):
19 | strip_fragment = lambda x: x
20 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/py26compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/py26compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/py27compat.py:
--------------------------------------------------------------------------------
1 | """
2 | Compatibility Support for Python 2.7 and earlier
3 | """
4 |
5 | import sys
6 |
7 | def get_all_headers(message, key):
8 | """
9 | Given an HTTPMessage, return all headers matching a given key.
10 | """
11 | return message.get_all(key)
12 |
13 | if sys.version_info < (3,):
14 | def get_all_headers(message, key):
15 | return message.getheaders(key)
16 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/py27compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/py27compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/py31compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/py31compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/sandbox.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/sandbox.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/script (dev).tmpl:
--------------------------------------------------------------------------------
1 | # EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r
2 | __requires__ = %(spec)r
3 | __import__('pkg_resources').require(%(spec)r)
4 | __file__ = %(dev_path)r
5 | exec(compile(open(__file__).read(), __file__, 'exec'))
6 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/script.tmpl:
--------------------------------------------------------------------------------
1 | # EASY-INSTALL-SCRIPT: %(spec)r,%(script_name)r
2 | __requires__ = %(spec)r
3 | __import__('pkg_resources').run_script(%(spec)r, %(script_name)r)
4 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/site-patch.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/site-patch.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/ssl_support.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/ssl_support.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/unicode_utils.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/unicode_utils.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/utils.py:
--------------------------------------------------------------------------------
1 | import os
2 | import os.path
3 |
4 |
5 | def cs_path_exists(fspath):
6 | if not os.path.exists(fspath):
7 | return False
8 | # make absolute so we always have a directory
9 | abspath = os.path.abspath(fspath)
10 | directory, filename = os.path.split(abspath)
11 | return filename in os.listdir(directory)
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/utils.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/utils.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/version.py:
--------------------------------------------------------------------------------
1 | __version__ = '18.0.1'
2 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/version.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/version.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/setuptools/windows_support.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/setuptools/windows_support.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/_compat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/_compat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/_internal.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/_internal.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/_reloader.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/_reloader.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/atom.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/atom.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/cache.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/cache.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/fixers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/fixers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/iterio.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/iterio.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/jsrouting.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/jsrouting.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/limiter.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/limiter.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/lint.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/lint.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/profiler.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/profiler.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/securecookie.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/securecookie.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/sessions.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/sessions.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/testtools.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/testtools.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/wrappers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/contrib/wrappers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/datastructures.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/datastructures.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/console.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/console.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/repr.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/repr.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/shared/console.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/shared/console.png
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/shared/less.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/shared/less.png
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/shared/more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/shared/more.png
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/shared/source.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/shared/source.png
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/shared/ubuntu.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/shared/ubuntu.ttf
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/tbtools.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/debug/tbtools.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/exceptions.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/exceptions.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/filesystem.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/filesystem.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/formparser.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/formparser.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/http.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/http.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/local.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/local.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/posixemulation.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/posixemulation.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/routing.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/routing.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/script.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/script.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/security.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/security.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/serving.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/serving.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/test.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/test.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/testapp.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/testapp.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/urls.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/urls.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/useragents.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/useragents.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/utils.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/utils.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/wrappers.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/wrappers.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/werkzeug/wsgi.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/werkzeug/wsgi.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel-0.24.0.dist-info/RECORD.jws:
--------------------------------------------------------------------------------
1 | {"payload": "eyJoYXNoIjogInNoYTI1Nj1uVjFXeHk3SF9ma1pJNGhRQ0FnRk9pNk13Z1RlV2toZy1pLXJ6ZWJfOE84In0", "recipients": [{"header": "eyJhbGciOiAiRWQyNTUxOSIsICJqd2siOiB7Imt0eSI6ICJFZDI1NTE5IiwgInZrIjogInRtQVlDclNmajhndEoxMHYzVmt2VzdqT25kS21RSVlFMTJoZ25GdTNjdmsifX0", "signature": "u8FI49_qMGO7rBsRcdRFrcjHCdXvtdw-sFpqI0dCyzNBPCqUxHFNy-8SZPAYJs56PAvnOnCF79H2iqtV5c8yAw"}]}
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel-0.24.0.dist-info/WHEEL:
--------------------------------------------------------------------------------
1 | Wheel-Version: 1.0
2 | Generator: bdist_wheel (0.24.0)
3 | Root-Is-Purelib: true
4 | Tag: py2-none-any
5 | Tag: py3-none-any
6 |
7 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel-0.24.0.dist-info/entry_points.txt:
--------------------------------------------------------------------------------
1 | [console_scripts]
2 | wheel = wheel.tool:main
3 |
4 | [distutils.commands]
5 | bdist_wheel = wheel.bdist_wheel:bdist_wheel
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel-0.24.0.dist-info/top_level.txt:
--------------------------------------------------------------------------------
1 | wheel
2 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/__init__.py:
--------------------------------------------------------------------------------
1 | # __variables__ with double-quoted values will be available in setup.py:
2 | __version__ = "0.24.0"
3 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/__main__.py:
--------------------------------------------------------------------------------
1 | """
2 | Wheel command line tool (enable python -m wheel syntax)
3 | """
4 |
5 | import sys
6 |
7 | def main(): # needed for console script
8 | if __package__ == '':
9 | # To be able to run 'python wheel-0.9.whl/wheel':
10 | import os.path
11 | path = os.path.dirname(os.path.dirname(__file__))
12 | sys.path[0:0] = [path]
13 | import wheel.tool
14 | sys.exit(wheel.tool.main())
15 |
16 | if __name__ == "__main__":
17 | sys.exit(main())
18 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/__main__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/__main__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/archive.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/archive.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/bdist_wheel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/bdist_wheel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/decorator.py:
--------------------------------------------------------------------------------
1 | # from Pyramid
2 |
3 |
4 | class reify(object):
5 | """Put the result of a method which uses this (non-data)
6 | descriptor decorator in the instance dict after the first call,
7 | effectively replacing the decorator with an instance variable.
8 | """
9 |
10 | def __init__(self, wrapped):
11 | self.wrapped = wrapped
12 | self.__doc__ = wrapped.__doc__
13 |
14 | def __get__(self, inst, objtype=None):
15 | if inst is None:
16 | return self
17 | val = self.wrapped(inst)
18 | setattr(inst, self.wrapped.__name__, val)
19 | return val
20 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/decorator.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/decorator.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/egg2wheel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/egg2wheel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/install.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/install.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/metadata.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/metadata.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/paths.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/paths.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/pep425tags.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/pep425tags.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/pkginfo.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/pkginfo.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/signatures/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/signatures/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/signatures/djbec.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/signatures/djbec.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/signatures/ed25519py.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/signatures/ed25519py.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/signatures/keys.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/signatures/keys.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/__init__.py:
--------------------------------------------------------------------------------
1 | #
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/complex-dist/complexdist/__init__.py:
--------------------------------------------------------------------------------
1 | def main():
2 | return
3 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/complex-dist/complexdist/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/complex-dist/complexdist/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/complex-dist/setup.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/complex-dist/setup.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/headers.dist/header.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/headers.dist/header.h
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/headers.dist/headersdist.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/headers.dist/headersdist.py
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/headers.dist/headersdist.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/headers.dist/headersdist.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/headers.dist/setup.py:
--------------------------------------------------------------------------------
1 | from setuptools import setup
2 |
3 | try:
4 | unicode
5 | def u8(s):
6 | return s.decode('unicode-escape').encode('utf-8')
7 | except NameError:
8 | def u8(s):
9 | return s.encode('utf-8')
10 |
11 | setup(name='headers.dist',
12 | version='0.1',
13 | description=u8('A distribution with headers'),
14 | headers=['header.h']
15 | )
16 |
17 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/headers.dist/setup.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/headers.dist/setup.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/simple.dist/setup.py:
--------------------------------------------------------------------------------
1 | from setuptools import setup
2 |
3 | try:
4 | unicode
5 | def u8(s):
6 | return s.decode('unicode-escape').encode('utf-8')
7 | except NameError:
8 | def u8(s):
9 | return s.encode('utf-8')
10 |
11 | setup(name='simple.dist',
12 | version='0.1',
13 | description=u8('A testing distribution \N{SNOWMAN}'),
14 | packages=['simpledist'],
15 | extras_require={'voting': ['beaglevote']},
16 | )
17 |
18 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/simple.dist/setup.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/simple.dist/setup.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/simple.dist/simpledist/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/simple.dist/simpledist/__init__.py
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/simple.dist/simpledist/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/simple.dist/simpledist/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test-1.0-py2.py3-none-win32.whl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/test-1.0-py2.py3-none-win32.whl
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_basic.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_basic.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_install.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_install.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_keys.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_keys.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_paths.py:
--------------------------------------------------------------------------------
1 | import wheel.paths
2 | from distutils.command.install import SCHEME_KEYS
3 |
4 | def test_path():
5 | d = wheel.paths.get_install_paths('wheel')
6 | assert len(d) == len(SCHEME_KEYS)
7 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_paths.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_paths.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_ranking.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_ranking.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_signatures.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_signatures.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_tagopt.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_tagopt.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_tool.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_tool.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_wheelfile.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/test/test_wheelfile.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/tool/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/tool/__init__.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/util.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/util.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site-packages/wheel/wininst2wheel.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site-packages/wheel/wininst2wheel.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/site.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/site.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/sre.py:
--------------------------------------------------------------------------------
1 | """This file is only retained for backwards compatibility.
2 | It will be removed in the future. sre was moved to re in version 2.5.
3 | """
4 |
5 | import warnings
6 | warnings.warn("The sre module is deprecated, please import re.",
7 | DeprecationWarning, 2)
8 |
9 | from re import *
10 | from re import __all__
11 |
12 | # old pickles expect the _compile() reconstructor in this module
13 | from re import _compile
14 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/sre_compile.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/sre_compile.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/sre_constants.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/sre_constants.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/sre_parse.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/sre_parse.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/stat.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/stat.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/types.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/types.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Lib/warnings.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Lib/warnings.pyc
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/activate.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | set "VIRTUAL_ENV=G:\example\venv"
3 |
4 | if defined _OLD_VIRTUAL_PROMPT (
5 | set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
6 | ) else (
7 | if not defined PROMPT (
8 | set "PROMPT=$P$G"
9 | )
10 | set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
11 | )
12 | set "PROMPT=(venv) %PROMPT%"
13 |
14 | if not defined _OLD_VIRTUAL_PYTHONHOME (
15 | set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%"
16 | )
17 | set PYTHONHOME=
18 |
19 | if defined _OLD_VIRTUAL_PATH (
20 | set "PATH=%_OLD_VIRTUAL_PATH%"
21 | ) else (
22 | set "_OLD_VIRTUAL_PATH=%PATH%"
23 | )
24 | set "PATH=%VIRTUAL_ENV%\Scripts;%PATH%"
25 |
26 | :END
27 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/deactivate.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 |
3 | set VIRTUAL_ENV=
4 |
5 | if defined _OLD_VIRTUAL_PROMPT (
6 | set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
7 | set _OLD_VIRTUAL_PROMPT=
8 | )
9 |
10 | if defined _OLD_VIRTUAL_PYTHONHOME (
11 | set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
12 | set _OLD_VIRTUAL_PYTHONHOME=
13 | )
14 |
15 | if defined _OLD_VIRTUAL_PATH (
16 | set "PATH=%_OLD_VIRTUAL_PATH%"
17 | set _OLD_VIRTUAL_PATH=
18 | )
19 |
20 | :END
21 |
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/easy_install-2.7.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Scripts/easy_install-2.7.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/easy_install.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Scripts/easy_install.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/flask.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Scripts/flask.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/pip.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Scripts/pip.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/pip2.7.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Scripts/pip2.7.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/pip2.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Scripts/pip2.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/python.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Scripts/python.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/pythonw.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Scripts/pythonw.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/Scripts/wheel.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/645187919/Stock-ServerBuilding/899a8fddd9ac5c8e05ef8e669db946df34543d91/自建的服务器代码/venv/Scripts/wheel.exe
--------------------------------------------------------------------------------
/自建的服务器代码/venv/pip-selfcheck.json:
--------------------------------------------------------------------------------
1 | {"last_check":"2017-03-19T11:45:31Z","pypi_version":"9.0.1"}
--------------------------------------------------------------------------------