跳转到主要内容

用于测试的示例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 (485.2 kB 查看哈希值)

上传时间 源代码

由以下支持