资 源 简 介
Todo Copy (formerly Smart Copy) is a single-file Python app for batch execution (Ant-like) of commands. For example, TC can dump a SQL database, zip that file and other files in a specified source path, and then send everything to an FTP site. Batch files are XML-based.
Current version: 1.3.48 (use Subversion on the Source tab for the lastest version)
Execute at the command line with this syntax to see execution examples:
python todocopy.py examples
Todo Copy Project Goals
The goals of the Todo Copy project are:
Single file -- Most batch and build systems require many files and dependencies. The plan is to make sure SC is only one file, so it can be easily uploaded, included with distributions, and run without installation.
Command line and library options -- All library functions (such as PySVN) will also have the SVN command-line equivalents. That way a system that doesn"t have the librar