Skip to main content

Example jpeg, pdf and png files which can be used for testing.

Project description

HitchExampleFiles

A group of example files which can be used for testing - a big jpeg, small jpeg, pdf and png.

Uses path.py, so you can use path.py API to do anything with the files.

E.g.

.. 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")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hitchexamplefiles-0.2.0.tar.gz (485.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page