--- /srv/reproducible-results/rbuild-debian/r-b-build.qCnqyOsm/b1/python-cyclopts_3.9.0-1_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.qCnqyOsm/b2/python-cyclopts_3.9.0-1_arm64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 1f72b902900690f99e014589a16bf0b9 263800 doc optional python-cyclopts-doc_3.9.0-1_all.deb │ + be861714e191bb71c1e2e90da79cb00f 263808 doc optional python-cyclopts-doc_3.9.0-1_all.deb │ 8783327f29cc5ed6f71074a4c795082f 54316 python optional python3-cyclopts_3.9.0-1_all.deb ├── python-cyclopts-doc_3.9.0-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-03-03 10:17:14.000000 debian-binary │ │ -rw-r--r-- 0 0 0 4836 2025-03-03 10:17:14.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 258772 2025-03-03 10:17:14.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 258780 2025-03-03 10:17:14.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/python-cyclopts-doc/html/api.html │ │ │ │ @@ -2315,22 +2315,22 @@ │ │ │ │

alias of Annotated[Path, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=True, ext=()),))]

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ cyclopts.types.ResolvedPath
│ │ │ │

A Path file or directory. resolve() is invoked prior to returning the path.

│ │ │ │ -

alias of Annotated[Path, Parameter(converter=<function _path_resolve_converter at 0xffff7fce1bc0>)]

│ │ │ │ +

alias of Annotated[Path, Parameter(converter=<function _path_resolve_converter at 0xffffa1c21bc0>)]

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ cyclopts.types.ResolvedExistingPath
│ │ │ │

A Path file or directory that must exist. resolve() is invoked prior to returning the path.

│ │ │ │ -

alias of Annotated[Path, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffff7fce1bc0>)]

│ │ │ │ +

alias of Annotated[Path, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffffa1c21bc0>)]

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ cyclopts.types.Directory
│ │ │ │

A Path that must be a directory (or not exist).

│ │ │ │

alias of Annotated[Path, Parameter(validator=(Path(exists=False, file_okay=False, dir_okay=True, ext=()),))]

│ │ │ │ @@ -2343,22 +2343,22 @@ │ │ │ │

alias of Annotated[Path, Parameter(validator=(Path(exists=True, file_okay=False, dir_okay=True, ext=()),))]

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ cyclopts.types.ResolvedDirectory
│ │ │ │

A Path directory. resolve() is invoked prior to returning the path.

│ │ │ │ -

alias of Annotated[Path, Parameter(validator=(Path(exists=False, file_okay=False, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffff7fce1bc0>)]

│ │ │ │ +

alias of Annotated[Path, Parameter(validator=(Path(exists=False, file_okay=False, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffffa1c21bc0>)]

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ cyclopts.types.ResolvedExistingDirectory
│ │ │ │

A Path directory that must exist. resolve() is invoked prior to returning the path.

│ │ │ │ -

alias of Annotated[Path, Parameter(validator=(Path(exists=True, file_okay=False, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffff7fce1bc0>)]

│ │ │ │ +

alias of Annotated[Path, Parameter(validator=(Path(exists=True, file_okay=False, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffffa1c21bc0>)]

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ cyclopts.types.File
│ │ │ │

A File that must be a file (or not exist).

│ │ │ │

alias of Annotated[Path, Parameter(validator=(Path(exists=False, file_okay=True, dir_okay=False, ext=()),))]

│ │ │ │ @@ -2371,22 +2371,22 @@ │ │ │ │

alias of Annotated[Path, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=False, ext=()),))]

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ cyclopts.types.ResolvedFile
│ │ │ │

A Path file. resolve() is invoked prior to returning the path.

│ │ │ │ -

alias of Annotated[Path, Parameter(validator=(Path(exists=False, file_okay=True, dir_okay=False, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffff7fce1bc0>)]

│ │ │ │ +

alias of Annotated[Path, Parameter(validator=(Path(exists=False, file_okay=True, dir_okay=False, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffffa1c21bc0>)]

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ cyclopts.types.ResolvedExistingFile
│ │ │ │

A Path file that must exist. resolve() is invoked prior to returning the path.

│ │ │ │ -

alias of Annotated[Path, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=False, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffff7fce1bc0>)]

│ │ │ │ +

alias of Annotated[Path, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=False, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffffa1c21bc0>)]

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ cyclopts.types.BinPath
│ │ │ │

A Path that must have extension bin.

│ │ │ │

alias of Annotated[Path, Parameter(validator=(Path(exists=False, file_okay=True, dir_okay=False, ext=('bin',)),))]

│ │ │ │ @@ -2622,15 +2622,15 @@ │ │ │ │ app() │ │ │ │ │ │ │ │ │ │ │ │
$ my-script '{"foo": 1, "bar": 2}'
│ │ │ │  {'foo': 1, 'bar': 2}
│ │ │ │  
│ │ │ │
│ │ │ │ -

alias of Annotated[Any, Parameter(converter=<function _json_converter at 0xffff7fd47f60>)]

│ │ │ │ +

alias of Annotated[Any, Parameter(converter=<function _json_converter at 0xffffa1c87f60>)]

│ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │

Config

│ │ │ │

Cyclopts has builtin configuration classes to be used with App.config for loading user-defined defaults in many common scenarios. │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -1606,59 +1606,59 @@ │ │ │ │ │ A Path file or directory that mmuusstt exist. │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=True, │ │ │ │ │ file_okay=True, dir_okay=True, ext=()),))] │ │ │ │ │ cyclopts.types.ResolvedPath_ │ │ │ │ │ A Path file or directory. resolve() is invoked prior to returning the │ │ │ │ │ path. │ │ │ │ │ alias of Annotated[Path, Parameter(converter=)] │ │ │ │ │ + _path_resolve_converter at 0xffffa1c21bc0>)] │ │ │ │ │ cyclopts.types.ResolvedExistingPath_ │ │ │ │ │ A Path file or directory that mmuusstt exist. resolve() is invoked prior to │ │ │ │ │ returning the path. │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=True, │ │ │ │ │ file_okay=True, dir_okay=True, ext=()),)), Parameter(converter=)] │ │ │ │ │ + _path_resolve_converter at 0xffffa1c21bc0>)] │ │ │ │ │ cyclopts.types.Directory_ │ │ │ │ │ A Path that mmuusstt be a directory (or not exist). │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=False, │ │ │ │ │ file_okay=False, dir_okay=True, ext=()),))] │ │ │ │ │ cyclopts.types.ExistingDirectory_ │ │ │ │ │ A Path directory that mmuusstt exist. │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=True, │ │ │ │ │ file_okay=False, dir_okay=True, ext=()),))] │ │ │ │ │ cyclopts.types.ResolvedDirectory_ │ │ │ │ │ A Path directory. resolve() is invoked prior to returning the path. │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=False, │ │ │ │ │ file_okay=False, dir_okay=True, ext=()),)), Parameter(converter=)] │ │ │ │ │ + _path_resolve_converter at 0xffffa1c21bc0>)] │ │ │ │ │ cyclopts.types.ResolvedExistingDirectory_ │ │ │ │ │ A Path directory that mmuusstt exist. resolve() is invoked prior to returning │ │ │ │ │ the path. │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=True, │ │ │ │ │ file_okay=False, dir_okay=True, ext=()),)), Parameter(converter=)] │ │ │ │ │ + _path_resolve_converter at 0xffffa1c21bc0>)] │ │ │ │ │ cyclopts.types.File_ │ │ │ │ │ A File that mmuusstt be a file (or not exist). │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=False, │ │ │ │ │ file_okay=True, dir_okay=False, ext=()),))] │ │ │ │ │ cyclopts.types.ExistingFile_ │ │ │ │ │ A Path file that mmuusstt exist. │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=True, │ │ │ │ │ file_okay=True, dir_okay=False, ext=()),))] │ │ │ │ │ cyclopts.types.ResolvedFile_ │ │ │ │ │ A Path file. resolve() is invoked prior to returning the path. │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=False, │ │ │ │ │ file_okay=True, dir_okay=False, ext=()),)), Parameter(converter=)] │ │ │ │ │ + _path_resolve_converter at 0xffffa1c21bc0>)] │ │ │ │ │ cyclopts.types.ResolvedExistingFile_ │ │ │ │ │ A Path file that mmuusstt exist. resolve() is invoked prior to returning the │ │ │ │ │ path. │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=True, │ │ │ │ │ file_okay=True, dir_okay=False, ext=()),)), Parameter(converter=)] │ │ │ │ │ + _path_resolve_converter at 0xffffa1c21bc0>)] │ │ │ │ │ cyclopts.types.BinPath_ │ │ │ │ │ A Path that mmuusstt have extension bin. │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=False, │ │ │ │ │ file_okay=True, dir_okay=False, ext=('bin',)),))] │ │ │ │ │ cyclopts.types.ExistingBinPath_ │ │ │ │ │ A Path that mmuusstt exist and have extension bin. │ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=True, │ │ │ │ │ @@ -1795,15 +1795,15 @@ │ │ │ │ │ def main(json: types.Json): │ │ │ │ │ print(json) │ │ │ │ │ │ │ │ │ │ app() │ │ │ │ │ $ my-script '{"foo": 1, "bar": 2}' │ │ │ │ │ {'foo': 1, 'bar': 2} │ │ │ │ │ alias of Annotated[Any, Parameter(converter=)] │ │ │ │ │ + 0xffffa1c87f60>)] │ │ │ │ │ ********** CCoonnffiigg_? ********** │ │ │ │ │ Cyclopts has builtin configuration classes to be used with _A_p_p_._c_o_n_f_i_g for │ │ │ │ │ loading user-defined defaults in many common scenarios. All Cyclopts builtins │ │ │ │ │ index into the configuration file with the following rules: │ │ │ │ │ 1. Apply root_keys (if provided) to enter the project's configuration │ │ │ │ │ namespace. │ │ │ │ │ 2. Apply the command name(s) to enter the current command's configuration