--- /srv/reproducible-results/rbuild-debian/r-b-build.oN4393hk/b1/python-cyclopts_3.4.1-1_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.oN4393hk/b2/python-cyclopts_3.4.1-1_arm64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 6000d71fbfe3a0ffea2ffdfc7ed8b02b 261272 doc optional python-cyclopts-doc_3.4.1-1_all.deb │ + 888e6669bb6ec11a992bd8831576a3b2 261260 doc optional python-cyclopts-doc_3.4.1-1_all.deb │ 72a003b4570b636dae1cf3e34edd6e99 51144 python optional python3-cyclopts_3.4.1-1_all.deb ├── python-cyclopts-doc_3.4.1-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-02-01 20:43:06.000000 debian-binary │ │ -rw-r--r-- 0 0 0 4828 2025-02-01 20:43:06.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 256252 2025-02-01 20:43:06.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 256240 2025-02-01 20:43:06.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 │ │ │ │ @@ -2223,22 +2223,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 0xffff9c3fbd80>)]
alias of Annotated
[Path
, Parameter(converter=<function _path_resolve_converter at 0xffff96f67d80>)]
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 0xffff9c3fbd80>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=True),)), Parameter(converter=<function _path_resolve_converter at 0xffff96f67d80>)]
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 0xffff9c3fbd80>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=False, file_okay=False, dir_okay=True),)), Parameter(converter=<function _path_resolve_converter at 0xffff96f67d80>)]
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 0xffff9c3fbd80>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=False, dir_okay=True),)), Parameter(converter=<function _path_resolve_converter at 0xffff96f67d80>)]
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 0xffff9c3fbd80>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=False, file_okay=True, dir_okay=False),)), Parameter(converter=<function _path_resolve_converter at 0xffff96f67d80>)]
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 0xffff9c3fbd80>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=False),)), Parameter(converter=<function _path_resolve_converter at 0xffff96f67d80>)]
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 0xffff9c3fbce0>)]
alias of Annotated
[Any
, Parameter(converter=<function _json_converter at 0xffff96f67ce0>)]
Cyclopts has builtin configuration classes to be used with App.config
for loading user-defined defaults in many common scenarios.
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -1527,59 +1527,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=