Main > Free Download Search >

Free python wrapper software for mac

python wrapper

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 565
dnetc Wrapper 6

dnetc Wrapper 6


dnetc Wrapper is an intelligent wrapper which provides a GUI front end for dnetc running under Mac OS X and brings much more convenience. more>>

dnetc Wrapper 6 is an intelligent wrapper which provides a GUI front end for dnetc running under Mac OS X and brings much more convenience.

Requirements: Mac OS X 10.0 or higher

<<less
Download (68.4KB)
Added: 2004-01-26 License: Freeware Price:
downloads
Python 3.1.1

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.

<<less
Download (11MB)
Added: 2009-08-15 License: Freeware Price: Notavailable
downloads
 
Other version of Python
Python 3.1Tony Lownds - Python is popular among a great number of users as an interpreted, interactive
License:Freeware
Download (16.3MB)
downloads
Added: 2009-06-27
Python 2.5.1Python - Object-oriented programming language. Python 2.5.1 - Python Group
License:GPL
Download (17.9KB)
936 downloads
Added: 2007-04-19
Python Web Graph Generator 2.30

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 is a threaded Web graph (Power law random graph) generator written in Python. It is able to generate a synthetic Web graph of about one million nodes in a few minutes on a desktop machine.

Python Web Graph Generator implements a threaded variant of the RMAT algorithm. A little tweak can produce graphs representing social-networks or community-networks

<<less
Download (602KB)
Added: 2007-07-28 License: GPL Price:
826 downloads
FMOD Wrappers 1.3

FMOD Wrappers 1.3


The FMOD Wrappers project contains classes and modules that implement a subset of FMODs functionality more>>
FMOD is a cross platform audio library that supports a wide range of audio formats and playback options, including a physically correct 3D audio engine. FMOD Wrappers offers you classes and modules that implement a subset of FMODs functionality via familiar REALbasic style interfaces.

This project was initially conceived to overcome the lack of waveform sample memory sharing in REALbasics built-in Sound class. REALbasic 5.5 introduced the Sound.Clone method, which addressed that limitation to some extent, but the Sound class is still far behind in terms of functionality when compared to FMODs features.

Unlike the built-in Sound class, the FMOD Wrapper classes separate the playback mechanism (FMODsound Class) from the sound sample data (FMODsample Class). This allows any FMODsound object to play back and manipulate any FMODsample, regardless if it is already being used by another FMODsound instance. Think of FMODsample as the actual "noise", and FMODsound as a "speaker" that can playback and manipulate any noise passed to it.

Other than that fundamental difference, the FMOD Wrapper classes function in a very similar manner to the built-in Sound class, but also take advantage of some of FMODs more advanced features. The FMODmusic and FMODstream classes by their very nature do not make a distinction between the sample and playback mechanism, and work essentially the same as the built-in Sound class.

<<less
Download (2.6MB)
Added: 2006-11-01 License: Freeware Price:
1097 downloads
MR Tech Link Wrapper 2.2.2

MR Tech Link Wrapper 2.2.2


This is a Mozilla add-on that wraps long links and line. more>>

MR Tech Link Wrapper 2.2.2 offers great addition for the famous browser, Firefox. It is designed to wrap long links and line to spare you from having to scroll left and right.

Please note that Link Wrapper will force Linkification to only highlight part of a text link, version 1.2.2 of Linkification adds a "Thorough Mode" which is disabled by default that will resolve this, or you can just double-click on the unhighlighted text on the right of the text from a link to have it open properly.

Major Features:

  1. Statusbar notification of: enabled, disabled, character limit reached or blacklisted sites
  2. Clicking statusbar icon will yield opposite of current setting, so you can effectively:
    • Turn wrapping off and only click it when you need it temporarily
    • Leave it on and when you want to see a sight in long line mode just click it and it will display as-is temporarily
    • If enabled and you hit either the character limit or blacklist you can click it to temporarily allow link wrapping.
  3. Draggable statusbar icon to any position you want on the statusbar
  4. Option to hide statusbar icon and hide tools menu "options" menu item
  5. Full customization of all current hidden settings
  6. Full option dialog with all the bells and whistles, export, import, reset preferences
  7. Increased default character limit to 30k characters

Enhancements:

  • Minor version bump.

Requirements:

  • Mozilla Firefox
<<less
Download (31KB)
Added: 2009-02-19 License: Freeware Price: FREE
1 downloads
 
Other version of MR Tech Link Wrapper
MR Tech Link Wrapper Lite 2.2.2A Firefox add-on that wraps long links and lines to spare you from ... Please note that Link Wrapper will force Linkification to only highlight part of a text link
Price: FREE
License:Freeware
Download (6KB)
1 downloads
Added: 2009-02-19
Python Milter 0.9.1

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.

<<less
Download (93KB)
Added: 2009-05-17 License: GPL Price: FREE
200 downloads
Python Call Graph 0.4.0

Python Call Graph 0.4.0


Python Call Graph is a Python library that creates call graphs for Python programs more>>
Python Call Graph is a Python library that creates call graphs for Python programs.
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
<<less
Download (20KB)
Added: 2007-06-25 License: Freeware Price:
856 downloads
JNI InChI Wrapper 0.5

JNI InChI Wrapper 0.5


A Java native interface wrapper for InChi more>> A Java native interface wrapper for InChi

JNI InChI Wrapper is a Java native interface wrapper for the IUPAC International Chemical Identifier (InChI).

Main features:
- InChI generation from structures with 3D, 2D, or no coordinates
- Structure generation (without coordinates) from InChI
- Access to the full range of options supported by InChI
- Full support for InChIs handling of stereochemistry

System requirements:
- Java

<<less
Download (1.6MB)
Added: 2009-06-10 License: GPL Price: FREE
204 downloads
Python Metadata Importer 1.0.6

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.

<<less
Download (1.1MB)
Added: 2006-02-15 License: Freeware Price: FREE
198 downloads
SPARQLWrapper 1.3.0

SPARQLWrapper 1.3.0


Open source SPARQL endpoint interface to Python more>> Open source SPARQL endpoint interface to Python

SPARQLWrapper is a free and open source wrapper around a SPARQL service. SPARQLWrapper helps in creating the query URI and, possibly, convert the result into a more manageable format.

System requirements:
- Python

<<less
Download (19KB)
Added: 2009-05-10 License: Freeware Price: FREE
193 downloads
XEmacs Wrapper 1.06

XEmacs Wrapper 1.06


XEmacs Wrapper is a wrapper around the excellent XEmacs editor more>>
XEmacs Wrapper is a wrapper around the excellent XEmacs editor, which you will need to install via fink (into /sw/bin) or by compiling the source (into /usr/local/bin).
This wrapper integrates XEmacs into the Finder by providing a regular double-clickable application that will activate X11 and launch XEmacs. Of course, it completely supports drag-and-drop, too! Also, I enlarged and enhanced one of the classic XEmacs icons, so the Finder icon for this wrapper looks nice at 128x128.
You will need to install XEmacs:
by compiling the source (installs into /usr/local/bin), or
by using fink (installs into /sw/bin), or
by using DarwinPorts (installs into /opt/local/bin)
Enhancements:
- Changed how X11 gets launched and made a minor change to how the $DISPLAY gets set.
<<less
Download (59KB)
Added: 2006-02-06 License: Freeware Price:
1357 downloads
 
Other version of XEmacs Wrapper
XEmacs Wrapper 1.05XEmacs Wrapper is a professional and smart wrapper around the excellent XEmacs editor. XEmacs
License:Freeware
Download (57.6KB)
downloads
Added: 2005-05-31
XEmacs Wrapper 1.05XEmacs Wrapper is a product functioning as a wrapper for the excellent XEmacs editor. XEmacs
License:Free
Download (60K)
downloads
Added: 2005-06-01
Python Checkbook Manager 0.61

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.

<<less
Download (26KB)
Added: 2009-03-02 License: GPL Price: FREE
200 downloads
Python Sudoku 0.13

Python Sudoku 0.13


Free text and graphical program (gtk interface) to create or resolve sudokus more>> Free text and graphical program (gtk interface) to create or resolve sudokus

Python Sudoku is also able to print a Sudoku (1 or 4 sudokus in each page) and write an image (jpeg, png, etc) with a Sudoku.

Sudoku, sometimes spelled Su Doku, is a placement puzzle, also known as Number Place in the United States. The aim of the puzzle is to enter a numeral from 1 through 9 in each cell of a grid, most frequently a 9 x 9 grid made up of 3 x 3 subgrids (called "regions"), starting with various numerals given in some cells (the "givens").

Each row, column and region must contain only one instance of each numeral. Completing the puzzle requires patience and logical ability. Its grid layout is reminiscent of other newspaper puzzles like crosswords and chess problems.

Sudoku initially became popular in Japan in 1986 and attained international popularity in 2005.

<<less
Download (422KB)
Added: 2008-10-08 License: GPL Price: FREE
389 downloads
Cocoon Wrapper for DosBOX 1.0b004

Cocoon Wrapper for DosBOX 1.0b004


Cocoon Wrapper for DosBOX is a powerful program that makes it quick and easy to set up an emulator and to add additional DOS software. more>>

Cocoon Wrapper for DosBOX 1.0b004 is a powerful program that makes it quick and easy to set up an emulator and to add additional DOS software.

This wrapper does not only make it very easy for you to set up an emulator to run your old DOS software, Cocoon also contains a complete graphical user interface, called OpenGEM, for those who don't have Windows 3.1 at their disposal. Although Cocoon supports disk images, you don't need to create or manipulate disk images to use DOS software. Simply tell Cocoon where to find the files and optionally start your DOS applicationa automatically after starting the emulator.

Requirements: Mac OS X 10.3.9 or later

<<less
Download (2.5MB)
Added: 2006-07-27 License: Freeware Price:
downloads
Python-PBX-Specifications Dec

Python-PBX-Specifications Dec


Python-PBX-Specifications Dec is designed as a useful code tool which includes Python language specifications and features that are far more complete than the Python-PBX-Specifications. more>>

Python-PBX-Specifications Dec is designed as a useful code tool which includes Python language specifications and features that are far more complete than the Python-PBX-Specifications.

Provides specifications files that add syntx highlighting to Python files opened in the December Developer Tools 2002 version of Project Builder. Also allows external editors-- including emacs-- to be used to edit Python (just like external editors can be used for all other file types now).
Instructions in README.

Requirements: December Developer Tools 2002 release of Project Builder

<<less
Added: 2002-12-18 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5