deployment
Django Tip: Developing Without Projects
Detail
•
deployment,
development,
django,
python
High Scalability | Building bigger, faster, more reliable websites.
Detail
•
deployment,
scalability
PyInstaller
Detail
•
compiler,
deployment,
linux,
python,
tools,
windows
py2exe.org
Detail
•
compiler,
deployment,
python,
windows
Python Package Index : Spawning
• Spawning is a wsgi server which supports multiple processes, multiple threads, non-blocking HTTP io, and automatic graceful upgrading of code.
Detail
•
python,
wsgi,
server,
http,
deployment
Fabric is a simple pythonic remote deployment tool
• It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (python functions) and specified in a ‘fabfile.’\nIt is a bit like a dumbed down Capistrano, except python\n
Detail
•
python,
deployment,
tools
Python Package Index : bdist_mpkg 0.4.3
Detail
•
deployment,
installer,
osx
NSIS
Detail
•
deployment,
installer,
windows
Inno Setup
Detail
•
deployment,
installer,
windows
py2app - convert python scripts into standalone Mac OS X applications
Detail
•
compiler,
deployment,
osx,
python