python interface
Digg API iPhone Interface
Digg API iPhone Interface - iPhone Interface in JavaScript. more>> Digg API iPhone Interface - iPhone Interface in JavaScript.
Use your mouse to drag the lists up and down, then try to flick them like youre supposed to on the iPhone. The back button on the phone is also enabled.
iPhone Interface was built with PHP, Yahoo! UI Library and the Digg API.
System requirements:
- iPhone
Web PHP Interface 1.0
Web PHP Interface - Web front-end for controlling Indigo via PHP more>>
Completly freeware.
Python Milter 0.9.1
A Python API for Sendmail Milters, plus related libraries for content filtering more>> A Python API for Sendmail Milters, plus related libraries for content filtering
Python Milter is a Python API for Sendmail Milters, plus related libraries for content filtering, SPF, and reputation tracking.
System requirements:
- Sendmail
Enhancements
- Fix missing address of optional param to addrcpt, which could crash addrcpt.
CP290 Interface 1.5
CP290 Interface - Simple interface for the X-10 Model CP290 Computer Interface more>>
Access all 256 devices. On/Off/Dim functions. Does not deal with events stored in the CP290 memory.
Written in AppleScript. For Mac OS 9.x and earlier. Works in Classic.
Python 3.1.1
Python is a multi-purpose, highly customizable programming language. It is often compared to Tcl, Perl, Scheme or Java. more>>
Python 3.1.1 is a multi-purpose, highly customizable programming language. It is often compared to Tcl, Perl, Scheme or Java. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++.
Python is also usable as an extension language for applications that need a programmable interface.The Python implementation is portable: it runs on many brands of UNIX, on Windows, DOS, OS/2, Mac, Amiga... If your favorite system isn't listed here, it may still be supported, if there's a C compiler for it. Ask around on comp.lang.python -- or just try compiling Python yourself.
CrushFTP Plugin Interface 1.0
CrushFTP Plugin Interface - Plugin interface for CrushFTP more>>
This is the interface you must have to implement your own class.
You can either use this, or the CrushFTP.jar file.
Completly freeware.
Web ACGI Interface 1.0
Web ACGI Interface - AppleScript to ACGI Dispatcher to Web-based Home Automation more>>
Included is an ACGI script to allow control and monitoring of RCS thermostats.
Completly freeware.
NextBus Widget Interface 2.1
NextBus Widget Interface - Widget interface to the NextBus.com vehicle tracking system more>>
Simply select your settings, and see updated predictions with the touch of a button.
Enhancements:
- Updated to include additional route information.
License:Freeware
Python Metadata Importer 1.0.6
Python Metadata Importer - Spotlight plug-in imports Python scripts more>> Python Metadata Importer - Spotlight plug-in imports Python scripts
Allows Spotlight to import and index Python script source code. Various metadata are imported from the source code including function and class names, version, author and description.
Source code included.
Enhancements
- Support for Intel architecture.
- UTType now includes Pythons OS Creator code.
- Slightly better error handling
- Python Metadata Importer shouldnt die when indexing Python files it doesnt understand.
System requirements:
- Some Python (".py") source files to index.
Python Web Graph Generator 2.30
Python Web Graph Generator is a threaded Web graph (Power law random graph) generator written in Python more>>
Python Web Graph Generator implements a threaded variant of the RMAT algorithm. A little tweak can produce graphs representing social-networks or community-networks
Interface Buildozer 0.1
Interface Buildozer - Interface Builder clone more>>
Interface Buildozer is a clone of Interface Builder which is running under MacOS X Server. But Interface Buildozer is also a ResourceMap Viewer. That means you can see which resources are inside a MacOS File. Later may be you will be able to edit these resources.
Python Checkbook Manager 0.61
Python-based personal finance manager more>> Python-based personal finance manager
Python Checkbook Manager is a free and open source personal finance manager that focuses on simplicity and portability.
Python Checkbook Manager will run on any platform that can run Python and wxPython.
Main features:
- Read/write Quicken Interchange Format files.
- Graphical checkbook register.
- Gnu GPL license.
- Python programming language: easy to read and change.
- Runs on any platform that has wxPython installed.
System requirements:
-
-
Enhancements
- Minor corrections.
- Fixes Help menu on wxMAC.
Google Data Python Client 2.0.0
Google Data APIs Python Client Library more>>
Google Data Python Client 2.0.0 provides you a library and source code which is an easy way to access data through Google Data APIs. The Google Data APIs (Google data) provide a simple protocol for reading and writing data on the web. Each of the following Google services provides a Google data API:
- Base
- Blogger
- Calendar
- Picasa Web Albums
- Spreadsheets
- Documents List
- Contacts
- YouTube
- Google Apps Provisioning
- Code Search
- Notebook
License:Freeware
pyOpenSteer 0.1.1
Python port of the OpenSteer library more>> Python port of the OpenSteer library
pyopensteer is a python port of the OpenSteer library, created by Craig W. Reynolds and maintained by an active community at opensteer.sourceforge.net The initial purpose of this port is to link to Python Ogre, hence the Vector3D class which is used in this port.
Enhancements
- First release
Python Call Graph 0.4.0
Python Call Graph is a Python library that creates call graphs for Python programs more>>
Enhancements:
- Command line interface added: pycallgraph-dot.py (#10)
- Accumulative time per function is now measured (#3, #12)
- Option to filter standard library modules (#11)
- Added reset_settings() to reset settings and graph_attributes dictionaries to their defaults
- node and edge colour functions take two parameters now: calls and total_time
- Added min_depth to the filtering constructor
- Renamed settings[node_color] and settings[edge_color] to the UK version, colour
- More examples added
- Added an all.py script to run all examples at once
- Inbuilt Python keyword filter was being replaced with a variable
- PEP8 fixes
- Removed svn files from source distribution