added ignore files

This commit is contained in:
2024-03-06 15:25:53 +01:00
parent ef23c9f6e6
commit 7fee6fcb37
218 changed files with 1849 additions and 0 deletions

2
venv/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/lib64
/pyvenv.cfg

13
venv/bin/.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
/Activate.ps1
/activate
/activate.csh
/activate.fish
/flask
/gunicorn
/pip
/pip3
/pip3.10
/python
/python3
/python3.10
/wheel

View File

@@ -0,0 +1 @@
/distutils-precedence.pth

View File

@@ -0,0 +1,7 @@
/INSTALLER
/LICENSE.rst
/METADATA
/RECORD
/WHEEL
/entry_points.txt
/top_level.txt

View File

@@ -0,0 +1,6 @@
/INSTALLER
/LICENSE.rst
/METADATA
/RECORD
/WHEEL
/top_level.txt

View File

@@ -0,0 +1,2 @@
/__init__.py
/override.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/override.cpython-310.pyc

View File

@@ -0,0 +1,5 @@
/INSTALLER
/LICENSE.rst
/METADATA
/RECORD
/WHEEL

View File

@@ -0,0 +1,5 @@
/__init__.py
/_saferef.py
/_utilities.py
/base.py
/py.typed

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/_saferef.cpython-310.pyc
/_utilities.cpython-310.pyc
/base.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/INSTALLER
/LICENSE.rst
/METADATA
/RECORD
/WHEEL
/top_level.txt

View File

@@ -0,0 +1,17 @@
/__init__.py
/_compat.py
/_termui_impl.py
/_textwrap.py
/_winconsole.py
/core.py
/decorators.py
/exceptions.py
/formatting.py
/globals.py
/parser.py
/py.typed
/shell_completion.py
/termui.py
/testing.py
/types.py
/utils.py

View File

@@ -0,0 +1,16 @@
/__init__.cpython-310.pyc
/_compat.cpython-310.pyc
/_termui_impl.cpython-310.pyc
/_textwrap.cpython-310.pyc
/_winconsole.cpython-310.pyc
/core.cpython-310.pyc
/decorators.cpython-310.pyc
/exceptions.cpython-310.pyc
/formatting.cpython-310.pyc
/globals.cpython-310.pyc
/parser.cpython-310.pyc
/shell_completion.cpython-310.pyc
/termui.cpython-310.pyc
/testing.cpython-310.pyc
/types.cpython-310.pyc
/utils.cpython-310.pyc

View File

@@ -0,0 +1,7 @@
/INSTALLER
/LICENSE.rst
/METADATA
/RECORD
/REQUESTED
/WHEEL
/entry_points.txt

View File

@@ -0,0 +1,19 @@
/__init__.py
/__main__.py
/app.py
/blueprints.py
/cli.py
/config.py
/ctx.py
/debughelpers.py
/globals.py
/helpers.py
/logging.py
/py.typed
/sessions.py
/signals.py
/templating.py
/testing.py
/typing.py
/views.py
/wrappers.py

View File

@@ -0,0 +1,18 @@
/__init__.cpython-310.pyc
/__main__.cpython-310.pyc
/app.cpython-310.pyc
/blueprints.cpython-310.pyc
/cli.cpython-310.pyc
/config.cpython-310.pyc
/ctx.cpython-310.pyc
/debughelpers.cpython-310.pyc
/globals.cpython-310.pyc
/helpers.cpython-310.pyc
/logging.cpython-310.pyc
/sessions.cpython-310.pyc
/signals.cpython-310.pyc
/templating.cpython-310.pyc
/testing.cpython-310.pyc
/typing.cpython-310.pyc
/views.cpython-310.pyc
/wrappers.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/provider.py
/tag.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/provider.cpython-310.pyc
/tag.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/README.md
/app.py
/blueprints.py
/scaffold.py

View File

@@ -0,0 +1,3 @@
/app.cpython-310.pyc
/blueprints.cpython-310.pyc
/scaffold.cpython-310.pyc

View File

@@ -0,0 +1,7 @@
/INSTALLER
/METADATA
/RECORD
/REQUESTED
/WHEEL
/entry_points.txt
/top_level.txt

View File

@@ -0,0 +1,12 @@
/__init__.py
/__main__.py
/arbiter.py
/config.py
/debug.py
/errors.py
/glogging.py
/pidfile.py
/reloader.py
/sock.py
/systemd.py
/util.py

View File

@@ -0,0 +1,12 @@
/__init__.cpython-310.pyc
/__main__.cpython-310.pyc
/arbiter.cpython-310.pyc
/config.cpython-310.pyc
/debug.cpython-310.pyc
/errors.cpython-310.pyc
/glogging.cpython-310.pyc
/pidfile.cpython-310.pyc
/reloader.cpython-310.pyc
/sock.cpython-310.pyc
/systemd.cpython-310.pyc
/util.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/base.py
/pasterapp.py
/wsgiapp.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc
/pasterapp.cpython-310.pyc
/wsgiapp.cpython-310.pyc

View File

@@ -0,0 +1,7 @@
/__init__.py
/body.py
/errors.py
/message.py
/parser.py
/unreader.py
/wsgi.py

View File

@@ -0,0 +1,7 @@
/__init__.cpython-310.pyc
/body.cpython-310.pyc
/errors.cpython-310.pyc
/message.cpython-310.pyc
/parser.cpython-310.pyc
/unreader.cpython-310.pyc
/wsgi.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/statsd.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/statsd.cpython-310.pyc

View File

@@ -0,0 +1,9 @@
/__init__.py
/base.py
/base_async.py
/geventlet.py
/ggevent.py
/gthread.py
/gtornado.py
/sync.py
/workertmp.py

View File

@@ -0,0 +1,9 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc
/base_async.cpython-310.pyc
/geventlet.cpython-310.pyc
/ggevent.cpython-310.pyc
/gthread.cpython-310.pyc
/gtornado.cpython-310.pyc
/sync.cpython-310.pyc
/workertmp.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/INSTALLER
/LICENSE.rst
/METADATA
/RECORD
/WHEEL
/top_level.txt

View File

@@ -0,0 +1,9 @@
/__init__.py
/_json.py
/encoding.py
/exc.py
/py.typed
/serializer.py
/signer.py
/timed.py
/url_safe.py

View File

@@ -0,0 +1,8 @@
/__init__.cpython-310.pyc
/_json.cpython-310.pyc
/encoding.cpython-310.pyc
/exc.cpython-310.pyc
/serializer.cpython-310.pyc
/signer.cpython-310.pyc
/timed.cpython-310.pyc
/url_safe.cpython-310.pyc

View File

@@ -0,0 +1,26 @@
/__init__.py
/_identifier.py
/async_utils.py
/bccache.py
/compiler.py
/constants.py
/debug.py
/defaults.py
/environment.py
/exceptions.py
/ext.py
/filters.py
/idtracking.py
/lexer.py
/loaders.py
/meta.py
/nativetypes.py
/nodes.py
/optimizer.py
/parser.py
/py.typed
/runtime.py
/sandbox.py
/tests.py
/utils.py
/visitor.py

View File

@@ -0,0 +1,25 @@
/__init__.cpython-310.pyc
/_identifier.cpython-310.pyc
/async_utils.cpython-310.pyc
/bccache.cpython-310.pyc
/compiler.cpython-310.pyc
/constants.cpython-310.pyc
/debug.cpython-310.pyc
/defaults.cpython-310.pyc
/environment.cpython-310.pyc
/exceptions.cpython-310.pyc
/ext.cpython-310.pyc
/filters.cpython-310.pyc
/idtracking.cpython-310.pyc
/lexer.cpython-310.pyc
/loaders.cpython-310.pyc
/meta.cpython-310.pyc
/nativetypes.cpython-310.pyc
/nodes.cpython-310.pyc
/optimizer.cpython-310.pyc
/parser.cpython-310.pyc
/runtime.cpython-310.pyc
/sandbox.cpython-310.pyc
/tests.cpython-310.pyc
/utils.cpython-310.pyc
/visitor.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/__init__.py
/_native.py
/_speedups.c
/_speedups.cpython-310-x86_64-linux-gnu.so
/_speedups.pyi
/py.typed

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/_native.cpython-310.pyc

View File

@@ -0,0 +1,7 @@
/INSTALLER
/LICENSE
/LICENSE.APACHE
/LICENSE.BSD
/METADATA
/RECORD
/WHEEL

View File

@@ -0,0 +1,15 @@
/__init__.py
/_elffile.py
/_manylinux.py
/_musllinux.py
/_parser.py
/_structures.py
/_tokenizer.py
/markers.py
/metadata.py
/py.typed
/requirements.py
/specifiers.py
/tags.py
/utils.py
/version.py

View File

@@ -0,0 +1,14 @@
/__init__.cpython-310.pyc
/_elffile.cpython-310.pyc
/_manylinux.cpython-310.pyc
/_musllinux.cpython-310.pyc
/_parser.cpython-310.pyc
/_structures.cpython-310.pyc
/_tokenizer.cpython-310.pyc
/markers.cpython-310.pyc
/metadata.cpython-310.pyc
/requirements.cpython-310.pyc
/specifiers.cpython-310.pyc
/tags.cpython-310.pyc
/utils.cpython-310.pyc
/version.cpython-310.pyc

View File

@@ -0,0 +1,8 @@
/INSTALLER
/LICENSE.txt
/METADATA
/RECORD
/REQUESTED
/WHEEL
/entry_points.txt
/top_level.txt

View File

@@ -0,0 +1,3 @@
/__init__.py
/__main__.py
/py.typed

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/__main__.cpython-310.pyc

View File

@@ -0,0 +1,9 @@
/__init__.py
/build_env.py
/cache.py
/configuration.py
/exceptions.py
/main.py
/pyproject.py
/self_outdated_check.py
/wheel_builder.py

View File

@@ -0,0 +1,9 @@
/__init__.cpython-310.pyc
/build_env.cpython-310.pyc
/cache.cpython-310.pyc
/configuration.cpython-310.pyc
/exceptions.cpython-310.pyc
/main.cpython-310.pyc
/pyproject.cpython-310.pyc
/self_outdated_check.cpython-310.pyc
/wheel_builder.cpython-310.pyc

View File

@@ -0,0 +1,12 @@
/__init__.py
/autocompletion.py
/base_command.py
/cmdoptions.py
/command_context.py
/main.py
/main_parser.py
/parser.py
/progress_bars.py
/req_command.py
/spinners.py
/status_codes.py

View File

@@ -0,0 +1,12 @@
/__init__.cpython-310.pyc
/autocompletion.cpython-310.pyc
/base_command.cpython-310.pyc
/cmdoptions.cpython-310.pyc
/command_context.cpython-310.pyc
/main.cpython-310.pyc
/main_parser.cpython-310.pyc
/parser.cpython-310.pyc
/progress_bars.cpython-310.pyc
/req_command.cpython-310.pyc
/spinners.cpython-310.pyc
/status_codes.cpython-310.pyc

View File

@@ -0,0 +1,17 @@
/__init__.py
/cache.py
/check.py
/completion.py
/configuration.py
/debug.py
/download.py
/freeze.py
/hash.py
/help.py
/index.py
/install.py
/list.py
/search.py
/show.py
/uninstall.py
/wheel.py

View File

@@ -0,0 +1,17 @@
/__init__.cpython-310.pyc
/cache.cpython-310.pyc
/check.cpython-310.pyc
/completion.cpython-310.pyc
/configuration.cpython-310.pyc
/debug.cpython-310.pyc
/download.cpython-310.pyc
/freeze.cpython-310.pyc
/hash.cpython-310.pyc
/help.cpython-310.pyc
/index.cpython-310.pyc
/install.cpython-310.pyc
/list.cpython-310.pyc
/search.cpython-310.pyc
/show.cpython-310.pyc
/uninstall.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,5 @@
/__init__.py
/base.py
/installed.py
/sdist.py
/wheel.py

View File

@@ -0,0 +1,5 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc
/installed.cpython-310.pyc
/sdist.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/collector.py
/package_finder.py
/sources.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/collector.cpython-310.pyc
/package_finder.cpython-310.pyc
/sources.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/_distutils.py
/_sysconfig.py
/base.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/_distutils.cpython-310.pyc
/_sysconfig.cpython-310.pyc
/base.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/base.py
/pkg_resources.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc
/pkg_resources.cpython-310.pyc

View File

@@ -0,0 +1,11 @@
/__init__.py
/candidate.py
/direct_url.py
/format_control.py
/index.py
/link.py
/scheme.py
/search_scope.py
/selection_prefs.py
/target_python.py
/wheel.py

View File

@@ -0,0 +1,11 @@
/__init__.cpython-310.pyc
/candidate.cpython-310.pyc
/direct_url.cpython-310.pyc
/format_control.cpython-310.pyc
/index.cpython-310.pyc
/link.cpython-310.pyc
/scheme.cpython-310.pyc
/search_scope.cpython-310.pyc
/selection_prefs.cpython-310.pyc
/target_python.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,8 @@
/__init__.py
/auth.py
/cache.py
/download.py
/lazy_wheel.py
/session.py
/utils.py
/xmlrpc.py

View File

@@ -0,0 +1,8 @@
/__init__.cpython-310.pyc
/auth.cpython-310.pyc
/cache.cpython-310.pyc
/download.cpython-310.pyc
/lazy_wheel.cpython-310.pyc
/session.cpython-310.pyc
/utils.cpython-310.pyc
/xmlrpc.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/check.py
/freeze.py
/prepare.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/check.cpython-310.pyc
/freeze.cpython-310.pyc
/prepare.cpython-310.pyc

View File

@@ -0,0 +1,7 @@
/__init__.py
/metadata.py
/metadata_editable.py
/metadata_legacy.py
/wheel.py
/wheel_editable.py
/wheel_legacy.py

View File

@@ -0,0 +1,7 @@
/__init__.cpython-310.pyc
/metadata.cpython-310.pyc
/metadata_editable.cpython-310.pyc
/metadata_legacy.cpython-310.pyc
/wheel.cpython-310.pyc
/wheel_editable.cpython-310.pyc
/wheel_legacy.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/editable_legacy.py
/legacy.py
/wheel.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/editable_legacy.cpython-310.pyc
/legacy.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,7 @@
/__init__.py
/constructors.py
/req_file.py
/req_install.py
/req_set.py
/req_tracker.py
/req_uninstall.py

View File

@@ -0,0 +1,7 @@
/__init__.cpython-310.pyc
/constructors.cpython-310.pyc
/req_file.cpython-310.pyc
/req_install.cpython-310.pyc
/req_set.cpython-310.pyc
/req_tracker.cpython-310.pyc
/req_uninstall.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/base.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/resolver.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/resolver.cpython-310.pyc

View File

@@ -0,0 +1,9 @@
/__init__.py
/base.py
/candidates.py
/factory.py
/found_candidates.py
/provider.py
/reporter.py
/requirements.py
/resolver.py

View File

@@ -0,0 +1,9 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc
/candidates.cpython-310.pyc
/factory.cpython-310.pyc
/found_candidates.cpython-310.pyc
/provider.cpython-310.pyc
/reporter.cpython-310.pyc
/requirements.cpython-310.pyc
/resolver.cpython-310.pyc

View File

@@ -0,0 +1,28 @@
/__init__.py
/_log.py
/appdirs.py
/compat.py
/compatibility_tags.py
/datetime.py
/deprecation.py
/direct_url_helpers.py
/distutils_args.py
/egg_link.py
/encoding.py
/entrypoints.py
/filesystem.py
/filetypes.py
/glibc.py
/hashes.py
/inject_securetransport.py
/logging.py
/misc.py
/models.py
/packaging.py
/setuptools_build.py
/subprocess.py
/temp_dir.py
/unpacking.py
/urls.py
/virtualenv.py
/wheel.py

View File

@@ -0,0 +1,28 @@
/__init__.cpython-310.pyc
/_log.cpython-310.pyc
/appdirs.cpython-310.pyc
/compat.cpython-310.pyc
/compatibility_tags.cpython-310.pyc
/datetime.cpython-310.pyc
/deprecation.cpython-310.pyc
/direct_url_helpers.cpython-310.pyc
/distutils_args.cpython-310.pyc
/egg_link.cpython-310.pyc
/encoding.cpython-310.pyc
/entrypoints.cpython-310.pyc
/filesystem.cpython-310.pyc
/filetypes.cpython-310.pyc
/glibc.cpython-310.pyc
/hashes.cpython-310.pyc
/inject_securetransport.cpython-310.pyc
/logging.cpython-310.pyc
/misc.cpython-310.pyc
/models.cpython-310.pyc
/packaging.cpython-310.pyc
/setuptools_build.cpython-310.pyc
/subprocess.cpython-310.pyc
/temp_dir.cpython-310.pyc
/unpacking.cpython-310.pyc
/urls.cpython-310.pyc
/virtualenv.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/__init__.py
/bazaar.py
/git.py
/mercurial.py
/subversion.py
/versioncontrol.py

View File

@@ -0,0 +1,6 @@
/__init__.cpython-310.pyc
/bazaar.cpython-310.pyc
/git.cpython-310.pyc
/mercurial.cpython-310.pyc
/subversion.cpython-310.pyc
/versioncontrol.cpython-310.pyc

View File

@@ -0,0 +1,5 @@
/__init__.py
/distro.py
/six.py
/typing_extensions.py
/vendor.txt

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/distro.cpython-310.pyc
/six.cpython-310.pyc
/typing_extensions.cpython-310.pyc

View File

@@ -0,0 +1,10 @@
/__init__.py
/_cmd.py
/adapter.py
/cache.py
/compat.py
/controller.py
/filewrapper.py
/heuristics.py
/serialize.py
/wrapper.py

View File

@@ -0,0 +1,10 @@
/__init__.cpython-310.pyc
/_cmd.cpython-310.pyc
/adapter.cpython-310.pyc
/cache.cpython-310.pyc
/compat.cpython-310.pyc
/controller.cpython-310.pyc
/filewrapper.cpython-310.pyc
/heuristics.cpython-310.pyc
/serialize.cpython-310.pyc
/wrapper.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/file_cache.py
/redis_cache.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/file_cache.cpython-310.pyc
/redis_cache.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/__main__.py
/cacert.pem
/core.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/__main__.cpython-310.pyc
/core.cpython-310.pyc

View File

@@ -0,0 +1,39 @@
/__init__.py
/big5freq.py
/big5prober.py
/chardistribution.py
/charsetgroupprober.py
/charsetprober.py
/codingstatemachine.py
/compat.py
/cp949prober.py
/enums.py
/escprober.py
/escsm.py
/eucjpprober.py
/euckrfreq.py
/euckrprober.py
/euctwfreq.py
/euctwprober.py
/gb2312freq.py
/gb2312prober.py
/hebrewprober.py
/jisfreq.py
/jpcntx.py
/langbulgarianmodel.py
/langgreekmodel.py
/langhebrewmodel.py
/langhungarianmodel.py
/langrussianmodel.py
/langthaimodel.py
/langturkishmodel.py
/latin1prober.py
/mbcharsetprober.py
/mbcsgroupprober.py
/mbcssm.py
/sbcharsetprober.py
/sbcsgroupprober.py
/sjisprober.py
/universaldetector.py
/utf8prober.py
/version.py

View File

@@ -0,0 +1,39 @@
/__init__.cpython-310.pyc
/big5freq.cpython-310.pyc
/big5prober.cpython-310.pyc
/chardistribution.cpython-310.pyc
/charsetgroupprober.cpython-310.pyc
/charsetprober.cpython-310.pyc
/codingstatemachine.cpython-310.pyc
/compat.cpython-310.pyc
/cp949prober.cpython-310.pyc
/enums.cpython-310.pyc
/escprober.cpython-310.pyc
/escsm.cpython-310.pyc
/eucjpprober.cpython-310.pyc
/euckrfreq.cpython-310.pyc
/euckrprober.cpython-310.pyc
/euctwfreq.cpython-310.pyc
/euctwprober.cpython-310.pyc
/gb2312freq.cpython-310.pyc
/gb2312prober.cpython-310.pyc
/hebrewprober.cpython-310.pyc
/jisfreq.cpython-310.pyc
/jpcntx.cpython-310.pyc
/langbulgarianmodel.cpython-310.pyc
/langgreekmodel.cpython-310.pyc
/langhebrewmodel.cpython-310.pyc
/langhungarianmodel.cpython-310.pyc
/langrussianmodel.cpython-310.pyc
/langthaimodel.cpython-310.pyc
/langturkishmodel.cpython-310.pyc
/latin1prober.cpython-310.pyc
/mbcharsetprober.cpython-310.pyc
/mbcsgroupprober.cpython-310.pyc
/mbcssm.cpython-310.pyc
/sbcharsetprober.cpython-310.pyc
/sbcsgroupprober.cpython-310.pyc
/sjisprober.cpython-310.pyc
/universaldetector.cpython-310.pyc
/utf8prober.cpython-310.pyc
/version.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/chardetect.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/chardetect.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/languages.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/languages.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/__init__.py
/ansi.py
/ansitowin32.py
/initialise.py
/win32.py
/winterm.py

View File

@@ -0,0 +1,6 @@
/__init__.cpython-310.pyc
/ansi.cpython-310.pyc
/ansitowin32.cpython-310.pyc
/initialise.cpython-310.pyc
/win32.cpython-310.pyc
/winterm.cpython-310.pyc

View File

@@ -0,0 +1,13 @@
/__init__.py
/compat.py
/database.py
/index.py
/locators.py
/manifest.py
/markers.py
/metadata.py
/resources.py
/scripts.py
/util.py
/version.py
/wheel.py

View File

@@ -0,0 +1,13 @@
/__init__.cpython-310.pyc
/compat.cpython-310.pyc
/database.cpython-310.pyc
/index.cpython-310.pyc
/locators.cpython-310.pyc
/manifest.cpython-310.pyc
/markers.cpython-310.pyc
/metadata.cpython-310.pyc
/resources.cpython-310.pyc
/scripts.cpython-310.pyc
/util.cpython-310.pyc
/version.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,8 @@
/__init__.py
/_ihatexml.py
/_inputstream.py
/_tokenizer.py
/_utils.py
/constants.py
/html5parser.py
/serializer.py

View File

@@ -0,0 +1,8 @@
/__init__.cpython-310.pyc
/_ihatexml.cpython-310.pyc
/_inputstream.cpython-310.pyc
/_tokenizer.cpython-310.pyc
/_utils.cpython-310.pyc
/constants.cpython-310.pyc
/html5parser.cpython-310.pyc
/serializer.cpython-310.pyc

Some files were not shown because too many files have changed in this diff Show More