Mercurial > hgrepos > Python > apps > py-cutils
annotate README.txt @ 96:59253a1e6ef2
Employ .readinto() on Python 3
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 21 Apr 2022 18:53:38 +0200 |
| parents | 0ebdd6b01c08 |
| children | 10785998be38 |
| rev | line source |
|---|---|
| 31 | 1 =========== |
| 2 py-cutils | |
| 3 =========== | |
| 4 | |
| 5 :Author: Franz Glasner | |
| 91 | 6 :Version: 0.4.2 |
| 7 :Date: 2022-04-21 | |
|
73
c3268f4e752f
Adjust all license notes to (a) more literally comply with the BSD3 templates and to the style guide
Franz Glasner <fzglas.hg@dom66.de>
parents:
62
diff
changeset
|
8 :Copyright: (c) 2020-2022 Franz Glasner |
| 31 | 9 :License: BSD 3-Clause "New" or "Revised" License |
| 10 :ID: @(#) $HGid$ | |
| 11 | |
| 12 Pure Python implementations of coreutils. | |
| 13 | |
| 14 Currently implemented: | |
| 15 | |
|
36
1de48e84a5fb
Implemented a dos2unix command.
Franz Glasner <fzglas.hg@dom66.de>
parents:
33
diff
changeset
|
16 - `dos2unix` as :command:`py-dos2unix` |
| 31 | 17 - `shasum` as :command:`py-shasum` |
