Home
last modified time | relevance | path

Searched refs:egg (Results 1 – 25 of 85) sorted by relevance

1234

/external/python/setuptools/docs/
Dformats.txt16 A "Python egg" is a logical structure embodying the release of a
19 encode a Python egg, and others can be developed. However, a key
27 1. ``.egg`` format: a directory or zipfile *containing* the project's
31 2. ``.egg-info`` format: a file or directory placed *adjacent* to the
40 The ``.egg`` format is well-suited to distribution and the easy
47 The ``.egg-info`` format, on the other hand, was created to support
53 ``sys.path`` to include each installed egg.
59 command refers to this type of egg installation as "single-version,
62 application by copying ``.egg`` files or directories to a target
63 location, but it cannot do this for ``.egg-info`` installs, because
[all …]
Dpkg_resources.txt24 of multiple versions) rely specifically on the "egg" format (either as a
26 work correctly so long as "egg-info" metadata directories are available for
35 an installed egg can be *automatically* found and added to ``sys.path`` in
90 and egg links. Built eggs are directories or zipfiles whose name ends
91 with ``.egg`` and follows the egg naming conventions, and contain an
93 normal directories of Python code with one or more ``ProjectName.egg-info``
94 subdirectories. The development egg format is also used to provide a
97 are ``*.egg-link`` files that contain the name of a built or
98 development egg, to support symbolic linking on platforms that do not
168 called for you when an egg is automatically added to ``sys.path``, but if
[all …]
Dsetuptools.txt281 project's contents for possible problems each time it builds an egg.
326 the egg's metadata for use by tools like EasyInstall to use when installing
327 an ``.egg`` file.
334 may be distributed separately. The egg runtime system can automatically
521 Occasionally, there are situations where it's desirable to make an ``.egg``
537 invoking the egg with ``/bin/sh``, or by enabling execute permissions on the
538 ``.egg`` file. For the executable prelude to run, the appropriate version of
540 "long" name. That is, if the egg is built for Python 2.3, there must be a
551 error if the ``.egg`` file has been renamed or is invoked via a symlink that
626 - an egg, in the standard distutils ``sdist`` format,
[all …]
Deasy_install.txt89 a source distribution or .egg file (`Python Egg`__).
108 **Example 4**. Install an already-downloaded .egg file::
110 easy_install /my_downloads/OtherPackage-3.2.1-py2.3.egg
141 .tar.bz2, or .zip. And of course it handles already-built .egg
183 easy_install http://example.com/downloads/ExamplePackage-2.0-py2.4.egg
241 the package(s) you don't need by deleting the PackageName-versioninfo.egg file
250 planning to remove. After you've done this, you can safely delete the .egg
426 Need to distribute a package that isn't published in egg form? You can use
435 wrap it in an egg by tacking an ``#egg=name-version`` suffix on the file's URL.
438 easy_install -f "http://some.example.com/downloads/foo.py#egg=foo-1.0" foo
[all …]
/external/antlr/runtime/Python/
Dez_setup.py83 egg = download_setuptools(version, download_base, to_dir, download_delay)
84 sys.path.insert(0, egg)
85 import setuptools; setuptools.bootstrap_install_from = egg
153 egg = None
155 egg = download_setuptools(version, delay=0)
156 sys.path.insert(0,egg)
158 return main(list(argv)+[egg]) # we're done here
160 if egg and os.path.exists(egg):
161 os.unlink(egg)
/external/python/apitools/
Dez_setup.py85 egg = download_setuptools(version, download_base, to_dir, download_delay)
86 sys.path.insert(0, egg)
87 import setuptools; setuptools.bootstrap_install_from = egg
196 egg = None
198 egg = download_setuptools(version, delay=0)
199 sys.path.insert(0,egg)
201 return main(list(argv)+[egg]) # we're done here
203 if egg and os.path.exists(egg):
204 os.unlink(egg)
Dtox.ini36 exclude = samples/*_sample/*/*,*/testdata/*,*.egg/,*.egg-info/,.*/,ez_setup.py,build
/external/python/futures/futures.egg-info/
DSOURCES.txt19 futures.egg-info/PKG-INFO
20 futures.egg-info/SOURCES.txt
21 futures.egg-info/dependency_links.txt
22 futures.egg-info/not-zip-safe
23 futures.egg-info/top_level.txt
/external/python/six/six.egg-info/
DSOURCES.txt12 six.egg-info/PKG-INFO
13 six.egg-info/SOURCES.txt
14 six.egg-info/dependency_links.txt
15 six.egg-info/top_level.txt
/external/python/cpython2/Lib/bsddb/test/
Dtest_pickle.py43 except db.DBError, egg:
44 pickledEgg = pickle.dumps(egg)
47 if rottenEgg.args != egg.args or type(rottenEgg) != type(egg):
48 raise Exception, (rottenEgg, '!=', egg)
/external/grpc-grpc/src/python/grpcio/
D.gitignore2 *.egg-info/
5 *.egg
6 *.egg/
/external/python/setuptools/pkg_resources/tests/
Dtest_pkg_resources.py55 egg = tempfile.NamedTemporaryFile(suffix='.egg', delete=False)
56 zip_egg = zipfile.ZipFile(egg, 'w')
74 egg.close()
76 sys.path.append(egg.name)
77 subdir = os.path.join(egg.name, 'subdir')
80 cls.finalizers.append(EggRemover(egg.name))
/external/antlr/runtime/Python3/
Dez_setup.py91 def _build_egg(egg, tarball, to_dir): argument
114 log.warn(egg)
115 if not os.path.exists(egg):
120 egg = os.path.join(to_dir, 'distribute-%s-py%d.%d.egg'
122 if not os.path.exists(egg):
125 _build_egg(egg, tarball, to_dir)
126 sys.path.insert(0, egg)
128 setuptools.bootstrap_install_from = egg
/external/python/setuptools/setuptools.egg-info/
DSOURCES.txt93 setuptools.egg-info/PKG-INFO
94 setuptools.egg-info/SOURCES.txt
95 setuptools.egg-info/dependency_links.txt
96 setuptools.egg-info/entry_points.txt
97 setuptools.egg-info/requires.txt
98 setuptools.egg-info/top_level.txt
99 setuptools.egg-info/zip-safe
/external/python/rsa/
D.gitignore2 *.egg-info
9 /distribute*.egg
/external/python/httplib2/
D.gitignore1 *.egg
2 *.egg-info
/external/libcxxabi/
D.gitignore25 *.egg-info/
27 *.egg
/external/libcxx/
D.gitignore21 *.egg-info/
23 *.egg
/external/walt/pywalt/
D.gitignore23 *.egg-info/
25 *.egg
/external/python/setuptools/
DCHANGES.rst120 in egg-info metadata.
230 * #462: Don't assume a directory is an egg by the ``.egg``
405 * #968: Allow '+' and '!' in egg fragments
683 ignores empty egg-info directories and gives precedence to
1284 …<https://setuptools.readthedocs.io/en/latest/setuptools.html#upload-upload-source-and-or-egg-distr…
1290 * Issue #118: Once again omit the package metadata (egg-info)
1612 * Issue #254: When creating temporary egg cache on Unix, use mode 755
1857 * BB Pull Request #85: Search egg-base when adding egg-info to manifest.
1918 the new location. Systems that ignore ``*.egg`` will probably need to be
1931 * Issue #262: Fixed regression in pip install due to egg-info directories
[all …]
/external/protobuf/
D.gitignore54 *.egg-info
56 python/*.egg
/external/flatbuffers/python/
D.gitignore2 /*.egg-info/
/external/grpc-grpc/src/python/grpcio_reflection/
D.gitignore4 grpcio_reflection.egg-info/
/external/grpc-grpc/tools/distrib/python/grpcio_tools/
D.gitignore7 *.egg-info
/external/ply/ply/
D.gitignore9 /*.egg-info

1234