Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
|
@ -0,0 +1 @@
|
|||
pip
|
21
venv/Lib/site-packages/entrypoints-0.3.dist-info/LICENSE
Normal file
21
venv/Lib/site-packages/entrypoints-0.3.dist-info/LICENSE
Normal file
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015 Thomas Kluyver and contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
32
venv/Lib/site-packages/entrypoints-0.3.dist-info/METADATA
Normal file
32
venv/Lib/site-packages/entrypoints-0.3.dist-info/METADATA
Normal file
|
@ -0,0 +1,32 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: entrypoints
|
||||
Version: 0.3
|
||||
Summary: Discover and load entry points from installed packages.
|
||||
Home-page: https://github.com/takluyver/entrypoints
|
||||
License: UNKNOWN
|
||||
Author: Thomas Kluyver
|
||||
Author-email: thomas@kluyver.me.uk
|
||||
Requires-Python: >=2.7
|
||||
Description-Content-Type: text/x-rst
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Requires-Dist: configparser (>=3.5); python_version == '2.7'
|
||||
Project-URL: Documentation, https://entrypoints.readthedocs.io/en/latest/
|
||||
Provides-Extra: .none
|
||||
|
||||
Entry points are a way for Python packages to advertise objects with some
|
||||
common interface. The most common examples are ``console_scripts`` entry points,
|
||||
which define shell commands by identifying a Python function to run.
|
||||
|
||||
*Groups* of entry points, such as ``console_scripts``, point to objects with
|
||||
similar interfaces. An application might use a group to find its plugins, or
|
||||
multiple groups if it has different kinds of plugins.
|
||||
|
||||
The **entrypoints** module contains functions to find and load entry points.
|
||||
You can install it from PyPI with ``pip install entrypoints``.
|
||||
|
||||
To advertise entry points when distributing a package, see
|
||||
`entry_points in the Python Packaging User Guide
|
||||
<https://packaging.python.org/en/latest/distributing.html#entry-points>`_.
|
||||
|
7
venv/Lib/site-packages/entrypoints-0.3.dist-info/RECORD
Normal file
7
venv/Lib/site-packages/entrypoints-0.3.dist-info/RECORD
Normal file
|
@ -0,0 +1,7 @@
|
|||
__pycache__/entrypoints.cpython-36.pyc,,
|
||||
entrypoints-0.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
entrypoints-0.3.dist-info/LICENSE,sha256=3l_Nc0nN85mwcHoqAkgzxHBHQ2UBM8ctbw_3VhoDqEg,1098
|
||||
entrypoints-0.3.dist-info/METADATA,sha256=bkfPzA39JYQZGAivsN3nQQlyggGzZZO2R0edT6Ww1Wo,1369
|
||||
entrypoints-0.3.dist-info/RECORD,,
|
||||
entrypoints-0.3.dist-info/WHEEL,sha256=usNa9Fq6mCRPjU0ni2GkKTRNslEQMRmf71yu-hUF958,99
|
||||
entrypoints.py,sha256=aKUwf8lES84vFbG_BKl70jPCD_3X2CdyBeXlRlA74fA,8262
|
5
venv/Lib/site-packages/entrypoints-0.3.dist-info/WHEEL
Normal file
5
venv/Lib/site-packages/entrypoints-0.3.dist-info/WHEEL
Normal file
|
@ -0,0 +1,5 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: flit 1.2.1
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
Loading…
Add table
Add a link
Reference in a new issue