Searched full:setuptools (Results 1 – 25 of 682) sorted by relevance
12345678910>>...28
25 docs/setuptools.rst145 setuptools/__init__.py146 setuptools/_deprecation_warning.py147 setuptools/_entry_points.py148 setuptools/_imp.py149 setuptools/_importlib.py150 setuptools/_itertools.py151 setuptools/_path.py152 setuptools/_reqs.py153 setuptools/archive_util.py[all …]
2 alias = setuptools.command.alias:alias3 bdist_egg = setuptools.command.bdist_egg:bdist_egg4 bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm5 build_clib = setuptools.command.build_clib:build_clib6 build_ext = setuptools.command.build_ext:build_ext7 build_py = setuptools.command.build_py:build_py8 develop = setuptools.command.develop:develop9 dist_info = setuptools.command.dist_info:dist_info10 easy_install = setuptools.command.easy_install:easy_install11 egg_info = setuptools.command.egg_info:egg_info[all …]
2 Name: setuptools5 Home-page: https://github.com/pypa/setuptools9 Project-URL: Documentation, https://setuptools.pypa.io/29 .. image:: https://raw.githubusercontent.com/pypa/setuptools/main/docs/images/banner-640x320.svg34 .. image:: https://img.shields.io/pypi/v/setuptools.svg37 .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg40 .. _PyPI link: https://pypi.org/project/setuptools42 .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg43 :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%2250 .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg[all …]
... setuptools/archive_util.py setuptools/build_meta.py setuptools/cli-32.exe setuptools/cli- ...
... setuptools/config.py setuptools/dep_util.py setuptools/depends.py setuptools/dist.py setuptools ...
2 name = setuptools8 url = https://github.com/pypa/setuptools21 Documentation = https://setuptools.pypa.io/92 alias = setuptools.command.alias:alias93 bdist_egg = setuptools.command.bdist_egg:bdist_egg94 bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm95 build_clib = setuptools.command.build_clib:build_clib96 build_ext = setuptools.command.build_ext:build_ext97 build_py = setuptools.command.build_py:build_py98 develop = setuptools.command.develop:develop[all …]
1 .. image:: https://raw.githubusercontent.com/pypa/setuptools/main/docs/images/banner-640x320.svg6 .. image:: https://img.shields.io/pypi/v/setuptools.svg9 .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg12 .. _PyPI link: https://pypi.org/project/setuptools14 .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg15 :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%2222 .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg23 :target: https://setuptools.pypa.io28 .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColo…29 :target: https://codecov.io/gh/pypa/setuptools[all …]
7 * #3206: Changed ``setuptools.convert_path`` to an internal function that is not exposed8 as part of setuptools API.9 Future releases of ``setuptools`` are likely to remove this function.45 * #3068: Deprecated ``setuptools.config.read_configuration``,46 ``setuptools.config.parse_configuration`` and other functions or classes47 from ``setuptools.config``.50 import a direct replacement from ``setuptools.config.setupcfg``, however this68 metadata/config (via ``[project]`` table or ``[tool.setuptools]``),72 - Setuptools will attempt to validate the ``pyproject.toml`` file according82 Setuptools will try to find these values assuming that the package uses either[all …]
30 # https://github.com/pypa/setuptools/issues/182335 ignore:Parent module 'setuptools' not found while handling absolute import:RuntimeWarning39 # https://github.com/pypa/setuptools/issues/282340 ignore:setuptools.installer is deprecated.42 # https://github.com/pypa/setuptools/issues/91746 # https://github.com/pypa/setuptools/issues/249749 # https://github.com/pypa/setuptools/pull/2865#issuecomment-96570011256 # Workaround for pypa/setuptools#286859 ignore:Distutils was imported before setuptools60 ignore:Setuptools is replacing distutils
2 """Bootstrap setuptools installation4 If you want to use setuptools in your package's setup.py, just include this10 If you want to require a specific version of setuptools, set a download14 This file can also be run as a script to install or upgrade setuptools.18 DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]21 'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca',22 'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb',23 'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b',24 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a',25 'setuptools-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618',[all …]
17 """Bootstrap setuptools installation19 If you want to use setuptools in your package's setup.py, just include this25 If you want to require a specific version of setuptools, set a download29 This file can also be run as a script to install or upgrade setuptools.33 DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]36 'setuptools-0.6c10-py2.3.egg': 'ce1e2ab5d3a0256456d9fc13800a7090',37 'setuptools-0.6c10-py2.4.egg': '57d6d9d6e9b80772c59a53a8433a5dd4',38 'setuptools-0.6c10-py2.5.egg': 'de46ac8b1c97c895572e5e8596aeb8c7',39 'setuptools-0.6c10-py2.6.egg': '58ea40aef06da02ce641495523a0b7f5',40 'setuptools-0.6c11-py2.3.egg': '2baeac6e13d414a9d28e7ba5b5a596de',[all …]
6 Since January 2020 and the release of Setuptools 45, Python 2 is no longer8 <https://github.com/pypa/setuptools/issues/1458>`_). Setuptools as a project10 Setuptools 44.x.13 Setuptools 45 declares its supported Python versions to exclude Python 2.7,15 installation of Setuptools 45 or later in Python 2 environments.17 Users that do import any portion of Setuptools 45 or later on Python 2 are28 In less common scenarios, later versions of Setuptools can be installed on30 to first install ``setuptools<45`` to "pin Setuptools" to a compatible35 advised first to upgrade pip and retry or to pin Setuptools. Use ``pip39 Setuptools. This applies to ``setup.py install`` invocations as well, as[all …]
2 Building and Distributing Packages with Setuptools5 ``Setuptools`` is a collection of enhancements to the Python ``distutils``10 Packages built and distributed using ``setuptools`` look to the user like90 Setuptools automatically calls ``declare_namespace()`` for you at runtime,99 During the remainder of the current development cycle, therefore, setuptools130 build is invoked, ``setuptools`` emulates a dummy ``setup.py`` file containing131 only a ``setuptools.setup()`` call.153 "setuptools >= 40.9.0",156 build-backend = "setuptools.build_meta"164 put a ``setup.py`` file containing only a ``setuptools.setup()``[all …]
9 import setuptools.sandbox14 with setuptools.sandbox.DirectorySandbox(str(tmpdir)):33 setuptools.sandbox._execfile(target, vars(namespace))40 setuptools.sandbox._execfile(str(setup_py), globals())45 with setuptools.sandbox.ExceptionSaver():49 with setuptools.sandbox.ExceptionSaver() as saved_exc:61 with setuptools.sandbox.ExceptionSaver() as saved_exc:71 with setuptools.sandbox.ExceptionSaver() as saved_exc:82 with setuptools.sandbox.ExceptionSaver() as saved_exc:85 with pytest.raises(setuptools.sandbox.UnpickleableException) as caught:[all …]
12 import setuptools.package_index25 assert setuptools.package_index.PYPI_MD5.match(doc)28 index = setuptools.package_index.PackageIndex()41 index = setuptools.package_index.PackageIndex(57 index = setuptools.package_index.PackageIndex(77 index = setuptools.package_index.PackageIndex(96 index = setuptools.package_index.PackageIndex(109 index = setuptools.package_index.PackageIndex(116 parse = setuptools.package_index.parse_bdist_wininst138 vsrfu = setuptools.package_index.PackageIndex._vcs_split_rev_from_url[all …]
26 from setuptools import sandbox27 from setuptools.sandbox import run_setup28 import setuptools.command.easy_install as ei29 from setuptools.command.easy_install import (33 from setuptools.dist import Distribution36 from setuptools.tests.server import MockServer, path_to_url37 from setuptools.tests import fail_on_ascii65 from setuptools import setup122 path = normalize_path('/setuptools/test/site-packages')139 import setuptools[all …]
4 Setuptools and the PyPA have a `stated goal <https://github.com/pypa/packaging-problems/issues/127>…6 …Setuptools includes a local, vendored copy of distutils (from late copies of CPython) that is enab…11 Prefer Setuptools14 …e of functions or objects from distutils is similarly discouraged, and Setuptools aims to replace …16 ``distutils.core.setup`` → ``setuptools.setup``18 ``distutils.cmd.Command`` → ``setuptools.Command``20 ``distutils.command.{build_clib,build_ext,build_py,sdist}`` → ``setuptools.command.*``26 ``distutils.errors.*`` → ``setuptools.errors.*`` [#errors]_31 …rch the `Setuptools issue tracker <https://github.com/pypa/setuptools/issues/>`_ and file a reques…36 by setuptools, since this is considered a deprecated practice.
9 from setuptools.config.pyprojecttoml import (14 from setuptools.errors import OptionError17 import setuptools # noqa -- force distutils.core to be patched47 requires = ["setuptools", "wheel"]48 build-backend = "setuptools.build_meta"50 [tool.setuptools]55 [tool.setuptools.packages.find]58 [tool.setuptools.cmdclass]61 [tool.setuptools.dynamic.version]64 [tool.setuptools.dynamic.readme][all …]
4 Configuring setuptools using ``pyproject.toml`` files12 ``setuptools`` via ``pyproject.toml`` files is still experimental and might23 from setuptools import setup29 ``Setuptools`` has adopted this standard and will use the information contained33 be used with ``setuptools``. It contains two TOML tables (identified by the36 :pypi:`build` or :pypi:`pip`) to use ``setuptools`` and any other plugins (e.g.37 ``setuptools-scm``) to build the package.46 requires = ["setuptools", "setuptools-scm"]47 build-backend = "setuptools.build_meta"75 Setuptools-specific configuration[all …]
2 ``setuptools`` Quickstart8 To install the latest version of setuptools, use::10 pip install --upgrade setuptools15 The landscape of Python packaging is shifting and ``Setuptools`` has evolved to28 For basic use of setuptools, you will need a ``pyproject.toml`` with the29 exact following info, which declares you want to use ``setuptools`` to35 requires = ["setuptools"]36 build-backend = "setuptools.build_meta"41 Setuptools currently supports configurations from either ``setup.cfg``,67 from setuptools import setup[all …]
2 Developer's Guide for Setuptools5 If you want to know more about contributing on Setuptools, this is the place.15 authoritative, it was authored by the maintainer of Setuptools, so reflects23 Setuptools is maintained primarily in GitHub at `this home24 <https://github.com/pypa/setuptools>`_. Setuptools is maintained under the26 for Setuptools are filed and the canonical source is maintained in GitHub.29 `GitHub Discussions <https://github.com/pypa/setuptools/discussions>`_,33 the ``setuptools`` channel on `PyPA Discord <https://discord.com/invite/pypa>`_.53 Setuptools makes extensive use of hyperlinks to tickets in the changelog so97 Setuptools follows ``semver``.[all …]
2 Development on Setuptools5 Setuptools is maintained by the Python community under the Python Packaging8 This document describes the process by which Setuptools is developed.10 *using* setuptools, the ``pkg_resources`` module, and pip. It15 covered at length in the setuptools developer's guide and the20 who are working on the setuptools code base, who want to be able to21 troubleshoot setuptools problems, want to write code that reads the file22 formats involved, or want to otherwise tinker with setuptools-generated28 setuptools changes. You have been warned.
18 "Distutils was imported before Setuptools, but importing Setuptools "21 "using distutils directly, ensure that setuptools is installed in the "23 "that setuptools is always imported before distutils.")30 warnings.warn("Setuptools is replacing distutils.")53 # loaded from setuptools._distutils. Ref #2906.60 assert 'setuptools._distutils.log' not in sys.modules67 See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401101 mod = importlib.import_module('setuptools._distutils')103 # There are a couple of cases where setuptools._distutils105 # - An older Setuptools without a local distutils is[all …]
23 self.touch(tmpdir, "setuptools-49.1.3-py3-none-any.whl")39 self.assertIsNotNone(packages['setuptools'].wheel_name)43 setuptools_filename = "setuptools-49.1.3-py3-none-any.whl"56 self.assertEqual(packages['setuptools'].version, '49.1.3')57 self.assertEqual(packages['setuptools'].wheel_path,64 self.assertEqual(sorted(packages), ['pip', 'setuptools'])95 unittest.mock.ANY, "setuptools", "pip",110 "setuptools", "pip",121 unittest.mock.ANY, "--user", "setuptools", "pip",132 unittest.mock.ANY, "--upgrade", "setuptools", "pip",[all …]