git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
733aeec
Branches
Tags
documentation-tree
master
unstable/modularize-and-refactor-test-machinery
unstable/ssh-agent-socket-providers
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
src
derivepassphrase
_internals
__init__.py
Move CLI messages module into a new `_internals` subpackage
Marco Ricci
commited
733aeec
at 2025-01-29 20:34:40
__init__.py
Blame
History
Raw
# SPDX-FileCopyrightText: 2025 Marco Ricci <software@the13thletter.info> # # SPDX-License-Identifier: Zlib """derivepassphrase internals. Warning: Non-public package (implementation detail), provided for didactical and educational purposes only. Subject to change without notice, including removal. """ import derivepassphrase __author__ = derivepassphrase.__author__ __version__ = derivepassphrase.__version__ __all__ = ()