dcantrell / pycoreutils
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
David Cantrell (author)
Mon Nov 16 20:24:06 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
AUTHORS | ||
| |
COPYING | ||
| |
HACKING | ||
| |
Makefile.am | ||
| |
README | ||
| |
TODO | ||
| |
autogen.sh | ||
| |
configure.ac | ||
| |
m4/ | ||
| |
pycoreutils/ | ||
| |
src/ | ||
| |
tests/ |
README
pycoreutils Python re-implementation of GNU coreutils WHY? Why not? Could be useful to someone. Maybe the PyOS project. DEVELOPMENT Put the drivers for the commands in src/. These should contain a main() function and do the argument processing. Put the core functionality for the program in a pycoreutils module and import it in the driver. To test drivers, make sure you set a PYTHONPATH environment variable so that python can find the pycoreutils modules in this directory: export PYTHONPATH=$(pwd)

