This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
David Cantrell (author)
Mon Nov 16 20:24:06 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 16 12:24:39 -0800 2009 | |
| |
AUTHORS | Mon Nov 16 20:08:30 -0800 2009 | |
| |
COPYING | Sat Mar 08 05:59:25 -0800 2008 | |
| |
HACKING | Mon Nov 16 15:34:43 -0800 2009 | |
| |
Makefile.am | Sun Nov 15 15:44:53 -0800 2009 | |
| |
README | Sat Mar 08 05:59:25 -0800 2008 | |
| |
TODO | Mon Nov 16 12:24:40 -0800 2009 | |
| |
autogen.sh | Sun Nov 15 15:44:53 -0800 2009 | |
| |
configure.ac | Mon Nov 16 12:24:39 -0800 2009 | |
| |
m4/ | Sun Nov 15 15:44:53 -0800 2009 | |
| |
pycoreutils/ | Sun Nov 15 16:34:19 -0800 2009 | |
| |
src/ | Mon Nov 16 19:47:00 -0800 2009 | |
| |
tests/ | Mon Nov 16 12:24:40 -0800 2009 |
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)







