--- /srv/reproducible-results/rbuild-debian/r-b-build.VbbymLaP/b1/python-cyclopts_3.1.2-2_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.VbbymLaP/b2/python-cyclopts_3.1.2-2_arm64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 40edc0fabe5618b4e8b8d86728bf00b8 247856 doc optional python-cyclopts-doc_3.1.2-2_all.deb │ + b6dcaa548b3cc791a54347cd73d0defa 247868 doc optional python-cyclopts-doc_3.1.2-2_all.deb │ 8f98b480d517b247f57f0bda1df33276 48024 python optional python3-cyclopts_3.1.2-2_all.deb ├── python-cyclopts-doc_3.1.2-2_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-01-19 20:16:24.000000 debian-binary │ │ -rw-r--r-- 0 0 0 4624 2025-01-19 20:16:24.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 243040 2025-01-19 20:16:24.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 243052 2025-01-19 20:16:24.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 │ │ │ │ @@ -2127,22 +2127,22 @@ │ │ │ │
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=True),))]
A Path
file or directory. resolve()
is invoked prior to returning the path.
alias of Annotated
[Path
, Parameter(converter=<function _path_resolve_converter at 0xffff8eb585e0>)]
alias of Annotated
[Path
, Parameter(converter=<function _path_resolve_converter at 0xffffa46d85e0>)]
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),)), Parameter(converter=<function _path_resolve_converter at 0xffff8eb585e0>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=True),)), Parameter(converter=<function _path_resolve_converter at 0xffffa46d85e0>)]
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),))]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=False, dir_okay=True),))]
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),)), Parameter(converter=<function _path_resolve_converter at 0xffff8eb585e0>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=False, file_okay=False, dir_okay=True),)), Parameter(converter=<function _path_resolve_converter at 0xffffa46d85e0>)]
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),)), Parameter(converter=<function _path_resolve_converter at 0xffff8eb585e0>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=False, dir_okay=True),)), Parameter(converter=<function _path_resolve_converter at 0xffffa46d85e0>)]
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),))]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=False),))]
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),)), Parameter(converter=<function _path_resolve_converter at 0xffff8eb585e0>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=False, file_okay=True, dir_okay=False),)), Parameter(converter=<function _path_resolve_converter at 0xffffa46d85e0>)]
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),)), Parameter(converter=<function _path_resolve_converter at 0xffff8eb585e0>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=False),)), Parameter(converter=<function _path_resolve_converter at 0xffffa46d85e0>)]
Annotated types for checking common int/float value constraints.
│ │ │ │ All of these types will also work on sequence of numbers (e.g. tuple[int, int]
or list[float]
).
$ my-script '{"foo": 1, "bar": 2}'
│ │ │ │ {'foo': 1, 'bar': 2}
│ │ │ │
alias of Annotated
[Any
, Parameter(converter=<function _json_converter at 0xffff8eb4f9c0>)]
alias of Annotated
[Any
, Parameter(converter=<function _json_converter at 0xffffa46cf9c0>)]
Cyclopts has builtin configuration classes to be used with App.config
for loading user-defined defaults in many common scenarios.
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -1448,59 +1448,59 @@
│ │ │ │ │ A Path file or directory that mmuusstt exist.
│ │ │ │ │ alias of Annotated[Path, Parameter(validator=(Path(exists=True,
│ │ │ │ │ file_okay=True, dir_okay=True),))]
│ │ │ │ │ cyclopts.types.ResolvedPath_
│ │ │ │ │ A Path file or directory. resolve() is invoked prior to returning the
│ │ │ │ │ path.
│ │ │ │ │ alias of Annotated[Path, Parameter(converter=