Searched full:setuptools (Results 1 – 25 of 558) sorted by relevance
12345678910>>...23
... setuptools/archive_util.py setuptools/build_meta.py setuptools/cli-32.exe setuptools/cli- ...
28 docs/setuptools.txt57 setuptools/__init__.py58 setuptools/archive_util.py59 setuptools/build_meta.py60 setuptools/cli-32.exe61 setuptools/cli-64.exe62 setuptools/cli.exe63 setuptools/config.py64 setuptools/dep_util.py65 setuptools/depends.py[all …]
2 easy_install = setuptools.command.easy_install:main3 easy_install-3.6 = setuptools.command.easy_install:main6 alias = setuptools.command.alias:alias7 bdist_egg = setuptools.command.bdist_egg:bdist_egg8 bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm9 bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst10 build_clib = setuptools.command.build_clib:build_clib11 build_ext = setuptools.command.build_ext:build_ext12 build_py = setuptools.command.build_py:build_py13 develop = setuptools.command.develop:develop[all …]
2 Name: setuptools5 Home-page: https://github.com/pypa/setuptools9 Project-URL: Documentation, https://setuptools.readthedocs.io/10 Description: .. image:: https://img.shields.io/pypi/v/setuptools.svg11 :target: https://pypi.org/project/setuptools13 .. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest14 :target: https://setuptools.readthedocs.io16 ….. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Tr…17 :target: https://travis-ci.org/pypa/setuptools19 ….. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%2…[all …]
... setuptools/config.py setuptools/dep_util.py setuptools/depends.py setuptools/dist.py setuptools ...
3 Distutils setup file, used to install or test 'setuptools'11 import setuptools18 egg_info_dir = os.path.join(here, 'setuptools.egg-info')21 "Cannot build setuptools without metadata. "29 cmd_module_path = 'setuptools/command/__init__.py'37 yield "easy_install = setuptools.command.easy_install:main"48 tmpl = "easy_install-{shortver} = setuptools.command.easy_install:main"57 setuptools=['script (dev).tmpl', 'script.tmpl', 'site-patch.py'],72 package_data.setdefault('setuptools', []).extend(['*.exe'])73 package_data.setdefault('setuptools.command', []).extend(['*.xml'])[all …]
2 If setuptools is not already installed in the environment, it's not possible3 to invoke setuptools' own commands. This routine will bootstrap this local19 egg_info = setuptools.command.egg_info:egg_info22 include_package_data = setuptools.dist:assert_bool23 install_requires = setuptools.dist:check_requirements24 extras_require = setuptools.dist:check_extras25 entry_points = setuptools.dist:check_entry_points28 dependency_links.txt = setuptools.command.egg_info:overwrite_arg29 entry_points.txt = setuptools.command.egg_info:write_entries30 requires.txt = setuptools.command.egg_info:write_requirements[all …]
1 .. image:: https://img.shields.io/pypi/v/setuptools.svg2 :target: https://pypi.org/project/setuptools4 .. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest5 :target: https://setuptools.readthedocs.io7 .. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Tra…8 :target: https://travis-ci.org/pypa/setuptools10 .. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20…11 :target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master13 .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg18 Setuptools.[all …]
19 * #1296: Setuptools now vendors its own direct dependencies, no125 * #458: In order to support deterministic builds, Setuptools no133 rely on 'setuptools < 37dev'.174 * #1143: Added ``setuptools.build_meta`` module, an implementation175 of PEP-517 for Setuptools-defined packages.282 * #1083: Also use makedirs compatibility throughout setuptools.294 support docs built by setuptools' plugins. See308 * #980 and others: Once again, Setuptools vendors all313 build tools to have dependencies, Setuptools will adopt445 dependencies that Setuptools requires to function,[all …]
16 …IN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x86 /SUBSYSTEM:CONSOLE /out:setuptools/cli-32.exe17 …IN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x86 /SUBSYSTEM:WINDOWS /out:setuptools/gui-32.exe25 copy setuptools/cli-32.exe setuptools/cli.exe26 copy setuptools/gui-32.exe setuptools/gui.exe32 …IN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x64 /SUBSYSTEM:CONSOLE /out:setuptools/cli-64.exe33 …IN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x64 /SUBSYSTEM:WINDOWS /out:setuptools/gui-64.exe
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 …]
9 import setuptools.sandbox14 with setuptools.sandbox.DirectorySandbox(str(tmpdir)):32 setuptools.sandbox._execfile(target, vars(namespace))39 setuptools.sandbox._execfile(str(setup_py), globals())44 with setuptools.sandbox.ExceptionSaver():48 with setuptools.sandbox.ExceptionSaver() as saved_exc:60 with setuptools.sandbox.ExceptionSaver() as saved_exc:70 with setuptools.sandbox.ExceptionSaver() as saved_exc:81 with setuptools.sandbox.ExceptionSaver() as saved_exc:84 with pytest.raises(setuptools.sandbox.UnpickleableException) as caught:[all …]
7 from setuptools.extern import six8 from setuptools.extern.six.moves import urllib, http_client11 import setuptools.package_index12 from setuptools.tests.server import IndexServer25 assert setuptools.package_index.PYPI_MD5.match(doc)28 index = setuptools.package_index.PackageIndex()41 index = setuptools.package_index.PackageIndex(54 index = setuptools.package_index.PackageIndex(74 index = setuptools.package_index.PackageIndex(89 index = setuptools.package_index.PackageIndex([all …]
20 from setuptools.extern.six.moves import urllib24 from setuptools import sandbox25 from setuptools.sandbox import run_setup26 import setuptools.command.easy_install as ei27 from setuptools.command.easy_install import PthDistributions28 from setuptools.command import easy_install as easy_install_pkg29 from setuptools.dist import Distribution32 import setuptools.tests.server33 from setuptools.tests import fail_on_ascii51 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.18 authoritative, it was authored by the maintainer of Setuptools, so reflects26 Setuptools is maintained primarily in Github at `this home27 <https://github.com/pypa/setuptools>`_. Setuptools is maintained under the29 for Setuptools are filed and the canonical source is maintained in Github.36 `Gitter <https://gitter.im/pypa/setuptools>`_.56 Setuptools makes extensive use of hyperlinks to tickets in the changelog so66 $ git checkout https://github.com/pypa/setuptools78 If you find yourself working on more than one issue at a time, Setuptools[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 EasyInstall. 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.
2 Supporting both Python 2 and Python 3 with Setuptools5 Starting with Distribute version 0.6.2 and Setuptools 0.7, the Setuptools7 using setuptools for Python 3 code works exactly the same as for Python 210 Setuptools provides a facility to invoke 2to3 on the code as a part of the12 the Setuptools strongly recommends instead developing a unified codebase21 Setuptools attempts to make the porting process easier by automatically34 Setuptools will convert all Python files, and also all doctests in Python37 ``convert_2to3_doctests`` keyword parameter Setuptools will convert them as48 from setuptools import setup94 you can turn that off by setting ``setuptools.use_2to3_on_doctests = False``.
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 like12 install or even know about setuptools in order to use them, and you don't13 have to include the entire setuptools package in your distributions. By15 automatically download and install ``setuptools`` if the user is building your72 Installing ``setuptools``76 current stable version of setuptools. In particular, be sure to read the84 If you want the current in-development version of setuptools, you should first87 ez_setup.py setuptools==dev[all …]
13 from setuptools.extern import six15 import setuptools31 of cls.__bases__. See https://github.com/pypa/setuptools/issues/1024.56 if not cls.__module__.startswith('setuptools')67 distutils.core.Command = setuptools.Command73 distutils.filelist.findall = setuptools.findall93 module.Distribution = setuptools.dist.Distribution96 distutils.core.Extension = setuptools.extension.Extension97 distutils.extension.Extension = setuptools.extension.Extension100 setuptools.extension.Extension[all …]
4 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.55 Name: setuptools127 import setuptools128 setuptools.bootstrap_install_from = egg136 'setuptools' in sys.modules209 from setuptools.sandbox import DirectorySandbox263 if fnmatch.fnmatch(file, 'setuptools*.egg-info'):267 log.warn('Could not locate setuptools*.egg-info')[all …]
27 import setuptools28 from setuptools.command import build_ext29 from setuptools.command import build_py30 from setuptools.command import easy_install31 from setuptools.command import install32 from setuptools.command import test45 class GatherProto(setuptools.Command):81 class TestLite(setuptools.Command):111 class TestGevent(setuptools.Command):193 # We import here to ensure that our setuptools parent has had a chance to[all …]
45 mock.ANY, "setuptools", "pip",60 "setuptools", "pip",71 mock.ANY, "--user", "setuptools", "pip",82 mock.ANY, "--upgrade", "setuptools", "pip",93 mock.ANY, "-v", "setuptools", "pip",104 mock.ANY, "-vv", "setuptools", "pip",115 mock.ANY, "-vvv", "setuptools", "pip",193 "setuptools",204 "setuptools",215 "setuptools",[all …]
9 import setuptools.sandbox46 # Trying to call setuptools.sandbox.run_setup(setup, ['--version'])56 setuptools.sandbox.run_setup(setup, ['-q', 'sdist'])59 setuptools.sandbox.run_setup(setup, ['-q', 'bdist_wheel', '--universal'])62 setuptools.sandbox.run_setup(setup, ['-q', 'clean'])69 setuptools.sandbox.run_setup(tests_setup, ['-q', 'sdist'])72 setuptools.sandbox.run_setup(tests_setup, ['-q', 'bdist_wheel', '--universal'])75 setuptools.sandbox.run_setup(tests_setup, ['-q', 'clean'])