Projects tagged ‘python’, ‘scripting’, and ‘tools’


Jump to tag:

Projects tagged ‘python’, ‘scripting’, and ‘tools’

Filtered by Project Tags python scripting tools

Refine results Project Tags programming (5) development (4) compiler (3) dynamic (3) web (2) interpreter (2) vm (2) html (2) multi-platform (2) windows (2) language (2) framework (1)

[8 total ]

1938 Users
   

Python is a dynamic, object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with ... [More] extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of better code. [Less]
Created over 3 years ago.

51 Users
   

The OpenKomodo Open Source Development Environment for Dynamic Languages and Web Technologies The Open Komodo project provides a code base upon which integrated development environment (IDE) ... [More] software packages can be developed. ActiveState's Komodo Edit 4.3 and later (an open source, multi-platform, multi-language editor) is an established, mature product that uses the Open Komodo platform. With the Open Komodo Project, the focus is on dynamic languages and the open web. Open Komodo is developed on top of many open source technologies, including Mozilla, Python, and Scintilla. The primary development technologies used are XUL, JavaScript, Python, and C/C++. [Less]
Created about 1 year ago.

24 Users
   

py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.
Created over 2 years ago.

19 Users
   

Func allows for running commands on remote systems in a secure way, like SSH, but offers several improvements. * Func allows you to manage an arbitrary group of machines all at once. * ... [More] Func automatically distributes certificates to all "slave" machines. There's almost nothing to configure. * Func comes with a command line for sending remote commands and gathering data. * There are lots of modules already provided for common tasks. * Anyone can write their own modules using the simple Python module API. * Everything that can be done with the command line can be done with the Python client API. The hack potential is unlimited. * You'll never have to use "expect" or other ugly hacks to automate your workflow. [Less]
Created over 2 years ago.

1 Users

SPYCE is a server-side language that supports simple and efficient Python-based dynamic HTML generation, otherwise called Python Server Pages. Those who like Python and are familiar with JSP, PHP, or ... [More] ASP should have a look at Spyce. Its modular design makes it very flexible and extensible. It can also be used as a command-line utility for static text pre-processing or as a Web-server proxy. [Less]
Created over 3 years ago.

1 Users

The WinAppDbg python module allows developers to quickly code instrumentation scripts in Python under a Windows environment. It uses ctypes to wrap many Win32 API calls related to debugging, and ... [More] provides an object-oriented abstraction layer to manipulate threads, libraries and processes, attach your script as a debugger, trace execution, hook API calls, handle events in your debugee and set breakpoints of different kinds (code, hardware and memory). Additionally it has no native code at all, making it easier to maintain or modify than other debuggers on Windows. [Less]
Created 7 months ago.

0 Users

A minimalist implementation of Python in 64k of code. Includes functions, classes, exceptions, lists, dictionaries, modules, list comprehensions, parser, compiler, virtual machine, garbage ... [More] collection, numbers, strings, and (some) builtins. Batteries not included. [Less]
Created about 1 year ago.

0 Users

This aims to be a collection of all sorts of tools which supports the standards around Data Portability, namely Microformats, FOAF, XDI, XRDS and so on. For a list of released eggs, check out: ... [More] http://pypi.python.org/pypi?%3Aaction=search&term=pydataportability&submit=search For examples download this file and follow the instructions in the 'README.txt' file. [Less]
Created about 1 year ago.