[Pythonmac-SIG] [ANN] misc scripts (original) (raw)
Bob Ippolito bob at redivi.com
Wed Dec 1 23:14:16 CET 2004
- Previous message: [Pythonmac-SIG] Problem with tkaqua Tkinter and some Kanji unicode values.
- Next message: [Pythonmac-SIG] [ANN] misc scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've created a little repository for some of the misc. scripts I have lying around that may be of interest: http://svn.red-bean.com/bob/scripts/trunk
Here's what's in there at the moment
appwhich: finds the executable for a (non-CFM) application.. basically like "which", except it takes application names, creator codes, or CFBundleIdentifiers
pywhich: finds a given Python module by import.name on the file system (will choose ".py" if available, otherwise it will return the .pyc or .so)
tonative: converts a (hopefully text) file to native line-endings in place
md5sum: does what you'd expect it to do, OS X doesn't come with /usr/bin/md5sum - so I wrote one in Python
jagpython: sets up a somewhat working "SDK" environment to run a built-for-jaguar Python (installed to /Developer/SDKs/10.2.8/Library/Frameworks/Python). I use this to build 10.2 compatible applications w/ py2app.
-bob
- Previous message: [Pythonmac-SIG] Problem with tkaqua Tkinter and some Kanji unicode values.
- Next message: [Pythonmac-SIG] [ANN] misc scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]