Mercurial > hgrepos > Python > apps > py-cutils
comparison shasum.py @ 113:6378ba9ae949
Style
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 22 Dec 2024 21:17:27 +0100 |
| parents | 6cec638c995c |
| children | dd4fe912d7e9 |
comparison
equal
deleted
inserted
replaced
| 112:2b9adc0c326c | 113:6378ba9ae949 |
|---|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 # :- | 2 # :- |
| 3 # :Copyright: (c) 2020-2022 Franz Glasner | 3 # :Copyright: (c) 2020-2022 Franz Glasner |
| 4 # :License: BSD-3-Clause | 4 # :License: BSD-3-Clause |
| 5 # :- | 5 # :- |
| 6 r"""Pure Python implementation of `shasum` | 6 r"""Pure Python implementation of `shasum`. |
| 7 | 7 |
| 8 """ | 8 """ |
| 9 | 9 |
| 10 from __future__ import absolute_import | 10 from __future__ import absolute_import |
| 11 | 11 |
