用于测试的示例jpeg、pdf和png文件。
项目描述
HitchExampleFiles
一组可用于测试的示例文件 - 大尺寸jpeg、小尺寸jpeg、pdf和png。
使用path.py,您可以使用path.py API对这些文件进行任何操作。
例如。
.. code:: python
import hitchexamplefiles from path import Path
hitchexamplefiles.jpeg_large.copy(Path("/path/to/your/jpegname.jpeg")) hitchexamplefiles.jpeg_small.copy(Path("/path/to/your/jpegname.jpeg")) hitchexamplefiles.pdf_one_page.copy(Path("/path/to/your/pdf_one_page.pdf")) hitchexamplefiles.png_large.copy(Path("/path/to/your/png_large.png"))
hitchexamplefiles.asset_directory.joinpath("jpeg_large.jpg") hitchexamplefiles.asset_directory.joinpath("jpeg_small.jpg") hitchexamplefiles.asset_directory.joinpath("pdf_one_page.pdf") hitchexamplefiles.asset_directory.joinpath("png_large.png")
项目详情
关闭
hitchexamplefiles-0.2.0.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | e0e7a73ef89759f6df571626a43979bc544a40324c1afcd95a28cc3486a4aab2 |
|
MD5 | d2ba73c3a242c1831496ce80850fba18 |
|
BLAKE2b-256 | 60609a9b9b182c36530c6f0a46ba1c1b54f2425bd778bcdf21318c009a3c83b0 |