Metadata-Version: 2.1
Name: pushbullet_api
Version: 0.1
Summary: A Python library for interacting with the Pushbullet API
Home-page: https://github.com/ryba-22/pushbullet_api
Author: Patryk Okoń
Author-email: patryk.okonn@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

# Pushbullet API

A Python library for interacting with the Pushbullet API.

## Installation

To install the library, use:

```bash
pip install pushbullet_api
