Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a1fb107

Browse files
committed
Adding Dependencies
1 parent e2c5ad8 commit a1fb107

File tree

150 files changed

+44750
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+44750
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright Jason R. Coombs
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to
5+
deal in the Software without restriction, including without limitation the
6+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
7+
sell copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
19+
IN THE SOFTWARE.
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
Metadata-Version: 2.1
2+
Name: setuptools
3+
Version: 57.0.0
4+
Summary: Easily download, build, install, upgrade, and uninstall Python packages
5+
Home-page: https://github.com/pypa/setuptools
6+
Author: Python Packaging Authority
7+
Author-email: distutils-sig@python.org
8+
License: UNKNOWN
9+
Project-URL: Documentation, https://setuptools.readthedocs.io/
10+
Keywords: CPAN PyPI distutils eggs package management
11+
Platform: UNKNOWN
12+
Classifier: Development Status :: 5 - Production/Stable
13+
Classifier: Intended Audience :: Developers
14+
Classifier: License :: OSI Approved :: MIT License
15+
Classifier: Programming Language :: Python :: 3
16+
Classifier: Programming Language :: Python :: 3 :: Only
17+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
18+
Classifier: Topic :: System :: Archiving :: Packaging
19+
Classifier: Topic :: System :: Systems Administration
20+
Classifier: Topic :: Utilities
21+
Requires-Python: >=3.6
22+
License-File: LICENSE
23+
Provides-Extra: certs
24+
Requires-Dist: certifi (==2016年9月26日) ; extra == 'certs'
25+
Provides-Extra: docs
26+
Requires-Dist: sphinx ; extra == 'docs'
27+
Requires-Dist: jaraco.packaging (>=8.2) ; extra == 'docs'
28+
Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
29+
Requires-Dist: pygments-github-lexers (==0.0.5) ; extra == 'docs'
30+
Requires-Dist: sphinx-inline-tabs ; extra == 'docs'
31+
Requires-Dist: sphinxcontrib-towncrier ; extra == 'docs'
32+
Provides-Extra: ssl
33+
Requires-Dist: wincertstore (==0.2) ; (sys_platform == "win32") and extra == 'ssl'
34+
Provides-Extra: testing
35+
Requires-Dist: pytest (>=4.6) ; extra == 'testing'
36+
Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing'
37+
Requires-Dist: pytest-flake8 ; extra == 'testing'
38+
Requires-Dist: pytest-cov ; extra == 'testing'
39+
Requires-Dist: pytest-enabler (>=1.0.1) ; extra == 'testing'
40+
Requires-Dist: mock ; extra == 'testing'
41+
Requires-Dist: flake8-2020 ; extra == 'testing'
42+
Requires-Dist: virtualenv (>=13.0.0) ; extra == 'testing'
43+
Requires-Dist: pytest-virtualenv (>=1.2.7) ; extra == 'testing'
44+
Requires-Dist: wheel ; extra == 'testing'
45+
Requires-Dist: paver ; extra == 'testing'
46+
Requires-Dist: pip (>=19.1) ; extra == 'testing'
47+
Requires-Dist: jaraco.envs ; extra == 'testing'
48+
Requires-Dist: pytest-xdist ; extra == 'testing'
49+
Requires-Dist: sphinx ; extra == 'testing'
50+
Requires-Dist: jaraco.path (>=3.2.0) ; extra == 'testing'
51+
Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy" and python_version < "3.10") and extra == 'testing'
52+
Requires-Dist: pytest-mypy ; (platform_python_implementation != "PyPy" and python_version < "3.10") and extra == 'testing'
53+
54+
.. image:: https://img.shields.io/pypi/v/setuptools.svg
55+
:target: `PyPI link`_
56+
57+
.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
58+
:target: `PyPI link`_
59+
60+
.. _PyPI link: https://pypi.org/project/setuptools
61+
62+
.. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg
63+
:target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
64+
:alt: tests
65+
66+
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
67+
:target: https://github.com/psf/black
68+
:alt: Code style: Black
69+
70+
.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
71+
:target: https://setuptools.readthedocs.io
72+
73+
.. image:: https://img.shields.io/badge/skeleton-2021-informational
74+
:target: https://blog.jaraco.com/skeleton
75+
76+
.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
77+
:target: https://codecov.io/gh/pypa/setuptools
78+
79+
.. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
80+
:target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
81+
82+
See the `Installation Instructions
83+
<https://packaging.python.org/installing/>`_ in the Python Packaging
84+
User's Guide for instructions on installing, upgrading, and uninstalling
85+
Setuptools.
86+
87+
Questions and comments should be directed to the `distutils-sig
88+
mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
89+
Bug reports and especially tested patches may be
90+
submitted directly to the `bug tracker
91+
<https://github.com/pypa/setuptools/issues>`_.
92+
93+
94+
Code of Conduct
95+
===============
96+
97+
Everyone interacting in the setuptools project's codebases, issue trackers,
98+
chat rooms, and mailing lists is expected to follow the
99+
`PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
100+
101+
102+
For Enterprise
103+
==============
104+
105+
Available as part of the Tidelift Subscription.
106+
107+
Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
108+
109+
`Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
110+
111+
112+
Security Contact
113+
================
114+
115+
To report a security vulnerability, please use the
116+
`Tidelift security contact <https://tidelift.com/security>`_.
117+
Tidelift will coordinate the fix and disclosure.
118+
119+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /