Metadata-Version: 2.2
Name: pexels_api_python
Version: 0.1.0
Summary: A Python wrapper for the Pexels API
Home-page: https://github.com/devathrajharish/pexels_api_python
Author: Harish Devathraj
Author-email: devathrajharish@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Pexels API Python

A Python wrapper for the Pexels API, allowing you to search for photos, get photo details, and fetch popular photos.

## Installation

You can install the library using pip:

```bash
pip install pexels_api_python
