Metadata-Version: 2.1
Name: jobbee
Version: 0.0.1
Summary: Job Bee Python interaction library
Home-page: https://jobbee.readthedocs.io/
Author: Richard Vaughan
Author-email: Richard Vaughan <richard@purplemonkeys.co.uk>
License: MIT
Project-URL: Homepage, https://github.com/pmc-jobbee/python
Project-URL: Bug Tracker, https://github.com/pmc-jobbee/python/issues
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
License-File: LICENSE

# Job Bee Python Library

A Python library for interacting with the Job Bee system.

## Installation

```bash
pip install jobbee
```

## Getting started

How to access the Job Bee service with this library.

```python
from jobbee import JobBee

j = JobBee()
```
