git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
dacf79e
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
Store the version only in pyproject.toml
Marco Ricci
commited
dacf79e
at 2025-02-08 17:24:28
__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 __all__ = () PROG_NAME = derivepassphrase.__distribution_name__ VERSION = derivepassphrase.__version__ AUTHOR = derivepassphrase.__author__