Main > Free Download Search >

Free python pysnapshot software for mac

python pysnapshot

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 399
PySnapshot 0.2.3

PySnapshot 0.2.3


Backup script written in Python more>> Backup script written in Python

PySnapshot is a free and open source backup program that uses the principle of file system snapshots.
Snapshots are complete pictures of every file and directory as they exist at a given time. Backup programs that use snapshots usually try to conserve space on the backup media by creating hardlinks to files which have not changed from the previous snapshot.
PySnapshot does this using cps -l option (create hard links instead of copying). PySnapshot then uses rsync to bring the data in the current snapshot directory completely up to date relative to the live data being backed up.

Main features:
- robust error handling - try to imagine all the things that might go wrong and respond intelligently and gracefully to them
- excellent logging and notification - make every effort to notify when something does not go as planned (an error or failed backup should never go unnoticed)
- email notification and emailing of log to configured recipients (smtp authentication also supported)
- automation - ability to delete oldest snapshots in order to make space for the current snapshot (delete oldest up to a user-configurable number)
- good sanity checks - estimate the amount of disk space required for an operation before attempting it
- selective backup - a list of names or patterns of files/directories/paths may be provided in an exclude file which will be excluded from backup (and space calculations) See the sample exclude_file enclosed.
- signal handling - handle stop signals (SIGINT, SIGHUP, SIGTERM)
- awareness of previous state - ability to detect when previous backup runs have terminated unexpectedly
- configurable logging - "verbose" and "regular" logging
- flexibility - backup for Windows, Linux, UNIX, BSD machines
- ease of use - easy to configure, use and restore from, since there are no proprietary file formats and the backup mechanisms are simple

System requirements:
-

Enhancements
- Fixed bug that caused dirs mounted at / to not be detected or backed up. Fixed bug that emailed log even when no errors were present (future release will allow user to choose to send log or not with alwaysEmail flag). Better explained how to set email address that emails will be sent from. Improved logging of excluded files/dirs: if verbose is turned on, excluded files and dirs will be written to the log (instead of spewed to stdout).

<<less
Download (48KB)
Added: 2009-05-22 License: GPL Price: FREE
191 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 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
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
pythonFastaToGenbank 1

pythonFastaToGenbank 1


Convert protein or DNA sequences from fasta to genbank more>> Convert protein or DNA sequences from fasta to genbank

pythonFastaToGenbank is a simple Python program for converting protein or DNA sequences from Fasta to genbank. Requires Python 2.4, output in python console.

Enhancements
- Version one of the PyFastatoGen.py
- Single .py File
- PyConverter.py: A v. simple python program. Uses standard
- text editing to convert sequence data (either DNA or
- protein) from Fasta format (single line) to genbank
- format(spaced and line numbered). Basically a little bit
- of code to save some time, rather then formatting it by
- hand in a text editor. Warning: there is no checking of
- the sequence you enter, remember GIGO!
- requires python 2.4, output in python

<<less
Download (1KB)
Added: 2009-05-22 License: GPL Price: FREE
203 downloads
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
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-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
mod_python 2.76

mod_python 2.76


mod_python is a program combining Python interpreter with the server. more>>

mod_python 2.76 is a program combining Python interpreter with the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.

This distribution includes everything you need, including a full python interpreter. It installs right into the Apache that comes with OS X.

<<less
Download (17.6MB)
Added: 2002-03-19 License: Freeware Price:
1 downloads
pyOpenSteer 0.1.1

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

<<less
Download (28KB)
Added: 2009-06-11 License: Freeware Price: FREE
187 downloads
mod_python X 2.7.6

mod_python X 2.7.6


Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional more>> Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
Requirements:
MacOS X 10.0 or later.
<<less
Download (18.1MB)
Added: 2002-03-20 License: Free Price:
downloads
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
Simple Python Keylogger 1.1.0

Simple Python Keylogger 1.1.0


A free and open source keylogger more>> <<less
Download (150KB)
Added: 2009-07-16 License: GPL Price: FREE
15 downloads
Google Data Python Client 2.0.0

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:

  1. Base
  2. Blogger
  3. Calendar
  4. Picasa Web Albums
  5. Spreadsheets
  6. Documents List
  7. Contacts
  8. YouTube
  9. Google Apps Provisioning
  10. Code Search
  11. Notebook
Note: Google Data Python Client is licensed and distributed under the terms of the Apache License 2.0


<<less
Download (1MB)
Added: 2009-07-02 License: Freeware Price: FREE
11 downloads
 
Other version of Google Data Python Client
Google Data Python Client 1.3.3Google Data APIs Python Client Library. The Google Data APIs (Google data) provide a simple ... Code Search - Notebook The Google Data Python Client Library provides a library and source code
Price: FREE
License:Freeware
Download (943KB)
185 downloads
Added: 2009-06-09
PySynth 0.8

PySynth 0.8


A simple and open source music synthesizer developer in Python more>> A simple and open source music synthesizer developer in Python

PySynth is a free and simple music synthesizer written in Python. PySynths based on a script found on the Web and then modified for this purposes.
The sound does not try to emulate a specific instrument, its more like a mixture of piano, electric piano, organ (in the bass), and vibraphone.
The current release of the synthesizer can only play one note at a time. However, two output files can be mixed together.
The script can also be used as a module by other Python programs.

System requirements:
- Python

<<less
Download (9KB)
Added: 2009-06-10 License: GPL Price: FREE
207 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5