{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.Tfa8JbjR/b1/python-cyclopts_3.12.0-2_arm64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.Tfa8JbjR/b2/python-cyclopts_3.12.0-2_arm64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n- bfc83bcbb0e9a9381c1c4251479d0112 266484 doc optional python-cyclopts-doc_3.12.0-2_all.deb\n+ 776d060e79b83966f7a04eed405fa8d4 266488 doc optional python-cyclopts-doc_3.12.0-2_all.deb\n 0cb6753ea07c1c3cfc2afe4b322da872 56880 python optional python3-cyclopts_3.12.0-2_all.deb\n"}, {"source1": "python-cyclopts-doc_3.12.0-2_all.deb", "source2": "python-cyclopts-doc_3.12.0-2_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2025-05-04 15:40:34.000000 debian-binary\n -rw-r--r-- 0 0 0 4916 2025-05-04 15:40:34.000000 control.tar.xz\n--rw-r--r-- 0 0 0 261376 2025-05-04 15:40:34.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 261380 2025-05-04 15:40:34.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/doc/python-cyclopts-doc/html/api.html", "source2": "./usr/share/doc/python-cyclopts-doc/html/api.html", "unified_diff": "@@ -2325,22 +2325,22 @@\n
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 0xffffb97b14e0>)]
alias of Annotated
[Path
, Parameter(converter=<function _path_resolve_converter at 0xffffa62cd4e0>)]
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 0xffffb97b14e0>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffffa62cd4e0>)]
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 0xffffb97b14e0>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=False, file_okay=False, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffffa62cd4e0>)]
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 0xffffb97b14e0>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=False, dir_okay=True, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffffa62cd4e0>)]
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 0xffffb97b14e0>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=False, file_okay=True, dir_okay=False, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffffa62cd4e0>)]
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 0xffffb97b14e0>)]
alias of Annotated
[Path
, Parameter(validator=(Path(exists=True, file_okay=True, dir_okay=False, ext=()),)), Parameter(converter=<function _path_resolve_converter at 0xffffa62cd4e0>)]
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}'\n {'foo': 1, 'bar': 2}\n
alias of Annotated
[Any
, Parameter(converter=<function _json_converter at 0xffffb97b1300>)]
alias of Annotated
[Any
, Parameter(converter=<function _json_converter at 0xffffa62cd300>)]
Annotated types for common web-related values.
\nAn email address string with simple validation.
\n-alias of Annotated
[str
, Parameter(validator=(<function _email_validator at 0xffffb976b380>,))]
alias of Annotated
[str
, Parameter(validator=(<function _email_validator at 0xffffa628b380>,))]
An int
limited to range [0, 65535]
.
alias of Annotated
[int
, Parameter(validator=(Number(lt=None, lte=65535, gt=None, gte=0, modulo=None),))]
A str
URL string with some simple validation.
alias of Annotated
[str
, Parameter(validator=(<function _url_validator at 0xffffb976b2e0>,))]
alias of Annotated
[str
, Parameter(validator=(<function _url_validator at 0xffffa628b2e0>,))]
.. autodata:: cyclopts.types.URL
\n \n