Mercurial > hgrepos > Python > apps > py-cutils
comparison README.txt @ 124:3bd3f32b5e60
A first version of "treesum" is working
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 02 Jan 2025 13:29:20 +0100 |
| parents | 0edbb9a261f7 |
| children | dfe7bb0579e2 |
comparison
equal
deleted
inserted
replaced
| 123:4a0c3c9eead7 | 124:3bd3f32b5e60 |
|---|---|
| 5 :Author: Franz Glasner | 5 :Author: Franz Glasner |
| 6 :Version: 0.4.4 | 6 :Version: 0.4.4 |
| 7 :Date: 2022-05-30 | 7 :Date: 2022-05-30 |
| 8 :Copyright: (c) 2020-2022 Franz Glasner | 8 :Copyright: (c) 2020-2022 Franz Glasner |
| 9 :License: BSD 3-Clause "New" or "Revised" License | 9 :License: BSD 3-Clause "New" or "Revised" License |
| 10 :ID: @(#) $HGid$ | 10 :ID: @(#) $HGid$ |
| 11 | 11 |
| 12 Pure Python implementations of coreutils. | 12 Pure Python implementations of coreutils and some additional utilities. |
| 13 | 13 |
| 14 Currently implemented: | 14 Currently implemented: |
| 15 | 15 |
| 16 - `dos2unix` as :command:`py-dos2unix` | 16 - `dos2unix` as :command:`py-dos2unix` |
| 17 - `shasum` as :command:`py-shasum` | 17 - `shasum` as :command:`py-shasum` |
| 18 | |
| 19 Additional utilities: | |
| 20 | |
| 21 - :command:`py-treesum` to compute hash trees for directories. |
