--- /srv/reproducible-results/rbuild-debian/r-b-build.NojAu9Gp/b1/python-cyclopts_3.9.0-1_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.NojAu9Gp/b2/python-cyclopts_3.9.0-1_i386.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - e89a7de88a6f4ef4d005287f00f89397 263816 doc optional python-cyclopts-doc_3.9.0-1_all.deb │ + 48203d46159e068981a641626a2e80b2 263824 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 258788 2025-03-03 10:17:14.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 258796 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=()),))]
A Path
file or directory. resolve()
is invoked prior to returning the path.
alias of Annotated
[Path
, Parameter(converter=<function _path_resolve_converter at 0xf68425c8>)]
alias of Annotated
[Path
, Parameter(converter=<function _path_resolve_converter at 0xf6774618>)]
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 0xf68425c8>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xf6774618>)]
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=()),))]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=False, dir_okay=True, ext=()),))]
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 0xf68425c8>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=False, file_okay=False, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xf6774618>)]
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 0xf68425c8>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=False, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xf6774618>)]
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=()),))]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=False, ext=()),))]
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 0xf68425c8>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=False, file_okay=True, dir_okay=False, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xf6774618>)]
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 0xf68425c8>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=False, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xf6774618>)]
A Path
that must have extension bin
.
alias of Annotated
[Path
, Parameter(validator=(Path(exists=False, file_okay=True, dir_okay=False, ext=('bin',)),))]
$ my-script '{"foo": 1, "bar": 2}'
│ │ │ │ {'foo': 1, 'bar': 2}
│ │ │ │
alias of Annotated
[Any
, Parameter(converter=<function _json_converter at 0xf6842028>)]
alias of Annotated
[Any
, Parameter(converter=<function _json_converter at 0xf6774078>)]
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=