preview
loading

'Setuptools' web sites

cheeseshop.python.org
Setuptools 0.6c11 python package index
2013-02-13 ⚑tech
setuptools 0.6c11 Python Package Index Package Index Browse packages Package submission List trove classifiers List packages RSS latest 40 updates RSS newest 40 packages Python 3 Packages PyPI Tutorial PyPI Security PyPI Support PyPI Bug Reports PyPI Discussion PyPI Developer Info About News Documentation Download Community Foundation Core Development Links Package Index setuptools 0.6c11 Not Logged In Login Register Lost Login.
Welcome to distribute s documentation. mdash; distribute documentation
setuptools project. Distribute is intended to replace setuptools as the standard method for working with Python module distributions. For those who may wonder why they should switch to Distribute over setuptools , it s quite simple Distribute is a drop.in replacement for setuptools The code is actively maintained, and has over 10 commiters Distribute offers Python 3 support. Documentation content Roadmap 0.6.x 0.7.x Supporting both
Pastescript 1.7.5 python package index
setuptools .ready file layout. Serving up web applications, with configuration based on paste.deploy. The latest version is available in a Mercurial repository. For the latest changes see the news file. Changes in 1.7.5 Import CherryPy directly instead of including its server inline in the paste.script package. You must install CherryPy before using egg PasteScript cherrypy File Type Py Version Uploaded on Size downloads
peak.telecommunity.com
Setuptools. the peak developers center
2011-07-30 ⚑shop ⚑tech
setuptools . The PEAK Developers Center setuptools UserPreferences The PEAK Developers Center FrontPage RecentChanges TitleIndex WordIndex SiteNavigation HelpContents Building and Distributing Packages with setuptools setuptools is a collection of enhancements to the Python distutils for Python 2.3.5 and up on most platforms; 64.bit platforms require a minimum of Python 2.4 that allow you to more easily build and distribute Python
Peak. the python enterprise application kit
setuptools . for packaging Python projects as eggs EasyInstall bundled with setuptools . for finding, downloading, and installing projects from PyPI aka the Cheese Shop pkg resources bundled with setuptools . a runtime package management, resource extraction, and service discovery system akin to OSGi This project has in fact consumed most of my off.hours this year, so I ve done next to nothing on other parts of PEAK, except that a
Pythoneggs. the peak developers center
setuptools package see the Python Subversion sandbox for source code, or the EasyInstall page for current installation instructions. The primary benefits of Python Eggs are They enable tools like the Easy Install Python package manager.egg files are a zero installation format for a Python package; no build or install step is required, just put them on PYTHONPATH or sys.path and use them may require the runtime installed if C
trac.edgewall.org
Http://trac.edgewall.org/wiki/tracfaq
2012-11-16 ⚑tech
setuptools cannot be installed with distribute. Q Why does Apache crashes 500 with a ZipImportError in the error log. Q Trac about says 1.0, but the style looks pre.1.0 Trac development Q How to extend Trac. Q How to contribute to Trac. Installation troubleshooting Installation from source Q Why do I get NameError global name log is not defined when trying to use setup.py.. trunk python setup.py egg info running egg info.. File
pyg.readthedocs.org
Changelog mdash; pyg 0.7.1 documentation
2012-02-08 ⚑enterprise
setuptools extras. 0.8 in development Bugs fixed Currently none. Features added 79 Allow requirements with multiple version specification pyg 0.4, 0.8. 80 Add a new method pyg.log.Logger.ask. 82 Allow comments in Pyg 8217;s configuration files. 83 Added support for environment variables like PYG CONFIG FILE and PYG HOME. 96 Added an argv keyword argument to pyg.main function. TODO 78 Allow installing packages from dev version pyg
Mock. mocking and testing library mdash; mock 1.0.1 documentation
setuptools or distribute you can install mock with easy install.U mock pip install.U mock Alternatively you can download the mock distribution from PyPI and after unpacking run python setup.py install Quick Guide Mock and MagicMock objects create all attributes and methods as you access them and store details of how they have been used. You can configure them, to specify return values or limit what attributes are available, and
Http://www.eby-sarna.com/pipermail/peak/2010-may/003357.html
2012-11-26
setuptools test command generates exception after interpreter shutdown PEAK Re setuptools test command generates exception after interpreter shutdown P.J. Eby pje at telecommunity.com Tue May 4 14 46 34 EDT 2010 Previous message PEAK Re setuptools test command generates exception after interpreter shutdown Next message PEAK Re setuptools Test works only after second invocation Messages sorted by date thread subject author At 11 58
python3wos.appspot.com
Python 3 wall of superpowers
2013-03-21
setuptools .git 791220 meld3 785932 amqplib 757710 Beaker 750833 docutils 732769 gevent 729746 SQLObject 725077 redis 709675 ipython 696543 termcolor 684580 eggtestinfo 680843 logilab.common 673192 versiontools 654967 tiddlywebplugins.tiddlyspace 651210 logilab.astng 651184 BeautifulSoup py3k 641026 pylint 636076 Twisted 631399 supervisor 629249 sentry 621710 numpy 613687 ll.xist 612377 ssh 610945 ZODB3 605555 FormEncode 604782
svn.pythonmac.org
Py2app. create standalone mac os x applications with python
2012-11-23 ⚑tech
setuptools command which will allow you to make standalone application bundles and plugins from Python scripts. py2app is similar in purpose and design to py2exe for Windows. This documentation corresponds to version 0.3.6 of py2app. Installation Uninstalling py2app 0.2.x or earlier If you have a pre. setuptools version of py2app installed, you must first remove it before installing you may have to run the interpreter with sudo,
Virtualenv mdash; virtualenv 1.7.1.2.post1 documentation
2012-04-06 ⚑tech ⚑blog ⚑enterprise
setuptools or distribute into the environment. To use Distribute instead of setuptools , just call virtualenv like this python virtualenv.py.distribute ENV You can also set the environment variable VIRTUALENV USE DISTRIBUTE. A new virtualenv also includes the pip installer, so you can use ENV bin pip to install additional packages into the environment. Environment variables and configuration files virtualenv can not only be
Virtualenv mdash; virtualenv dev documentation
setuptools or distribute into the environment. To use Distribute instead of setuptools , just call virtualenv like this python virtualenv.py.distribute ENV You can also set the environment variable VIRTUALENV DISTRIBUTE. A new virtualenv also includes the pip installer, so you can use ENV bin pip to install additional packages into the environment. activate script In a newly created virtualenv there will be a bin activate shell
Why you should not use python 039;s easy install carelessly on debian. workaround [..]
2013-03-21 ⚑tech
setuptools ez setup on Debian Ubuntu is dangerous and will happily break your operating system. I love the Pylons web framework. An increasing number of developers are using it. It can be installed easily through a simple. though not sophisticated. tool called easy install. Easy install is a wrapper bootstrapper around the Python setuptools . setuptools isn 39;t terribly bad per se Pylons depends on a number of Python modules. It
Ian bicking a blog workingenv is dead, long live virtualenv.
2012-04-07 ⚑blog
setuptools .generated site.py; please remove it. message, you know what I mean. For a while I tried to refactor and improve workingenv, but it didn 8217;t go very well. So I decided to ditch it completely and revisit the ideas of virtual.python.py. That script works by copying the Python executable, and in doing so change sys.prefix 8212; it 8217;s pretty consistent that all other paths in Python derive from sys.prefix. The result
Pastescript 1.7.5 python package index
setuptools .ready file layout. Serving up web applications, with configuration based on paste.deploy. The latest version is available in a Mercurial repository. For the latest changes see the news file. Changes in 1.7.5 Import CherryPy directly instead of including its server inline in the paste.script package. You must install CherryPy before using egg PasteScript cherrypy File Type Py Version Uploaded on Size downloads
peak.telecommunity.com
Setuptools. the peak developers center
2011-07-30 shop ⚑tech
setuptools . The PEAK Developers Center setuptools UserPreferences The PEAK Developers Center FrontPage RecentChanges TitleIndex WordIndex SiteNavigation HelpContents Building and Distributing Packages with setuptools setuptools is a collection of enhancements to the Python distutils for Python 2.3.5 and up on most platforms; 64.bit platforms require a minimum of Python 2.4 that allow you to more easily build and distribute Python
pyg.readthedocs.org
Changelog mdash; pyg 0.7.1 documentation
2012-02-08 enterprise
setuptools extras. 0.8 in development Bugs fixed Currently none. Features added 79 Allow requirements with multiple version specification pyg 0.4, 0.8. 80 Add a new method pyg.log.Logger.ask. 82 Allow comments in Pyg 8217;s configuration files. 83 Added support for environment variables like PYG CONFIG FILE and PYG HOME. 96 Added an argv keyword argument to pyg.main function. TODO 78 Allow installing packages from dev version pyg
Virtualenv mdash; virtualenv 1.7.1.2.post1 documentation
2012-04-06 ⚑tech ⚑blog enterprise
setuptools or distribute into the environment. To use Distribute instead of setuptools , just call virtualenv like this python virtualenv.py.distribute ENV You can also set the environment variable VIRTUALENV USE DISTRIBUTE. A new virtualenv also includes the pip installer, so you can use ENV bin pip to install additional packages into the environment. Environment variables and configuration files virtualenv can not only be
Mock. mocking and testing library mdash; mock 1.0.1 documentation
setuptools or distribute you can install mock with easy install.U mock pip install.U mock Alternatively you can download the mock distribution from PyPI and after unpacking run python setup.py install Quick Guide Mock and MagicMock objects create all attributes and methods as you access them and store details of how they have been used. You can configure them, to specify return values or limit what attributes are available, and

'Setuptools' white pages

  • jannisei-tileidel.info

Sound like 'setuptools'


visitors counter and page-rank checker and web-site statistics UNCENSORED  SEARCH  ENGINE  HOME-PAGE

No cookies are saved on your client
We are completely no-profit and volunteers

Use robots.txt to block indexing
Contact us via email for other removals

Read DMCA Policy

CopyLeft by GiPOCO 2006-2023
Contact us to contribute
info (at) gipoco.com


All trade marks, contents, etc
belong to their respective owners