@@ -50,6 +50,7 @@ def c2patool_inject(
5050 manifest_path : str ,
5151 output_path : str ,
5252 force_overwrite : bool ,
53+ * ,
5354 parent_path : Optional [str ] = None ,
5455 private_key : Optional [str ] = None ,
5556 sign_cert : Optional [str ] = None ,
@@ -132,6 +133,7 @@ def create_c2pa_manifest(
132133 creator_name : str ,
133134 creator_public_key : str ,
134135 asset_hash : str ,
136+ * ,
135137 date_created : Optional [datetime ] = None ,
136138 latitude : Optional [str ] = None ,
137139 longitude : Optional [str ] = None ,
@@ -214,6 +216,7 @@ def create_c2pa_manifest(
214216
215217
216218def create_custom_c2pa_manifest (
219+ * ,
217220 alg : str = 'es256' ,
218221 ta_url : str = 'http://timestamp.digicert.com' ,
219222 vendor : str = 'numbersprotocol' ,
@@ -300,6 +303,7 @@ def inject(
300303 asset_bytes : bytes ,
301304 asset_mime_type : str ,
302305 manifest : Dict ,
306+ * ,
303307 private_key : Optional [str ] = None ,
304308 sign_cert : Optional [str ] = None ,
305309 force_overwrite : bool = True ,
@@ -335,6 +339,7 @@ def inject_file(
335339 asset_file : str ,
336340 c2pa_output_file : str ,
337341 manifest : Dict [str , Any ],
342+ * ,
338343 parent_path : Optional [str ] = None ,
339344 private_key : Optional [str ] = None ,
340345 sign_cert : Optional [str ] = None ,
0 commit comments