Metadata-Version: 2.1
Name: python-jobdone
Version: 1.0.0
Summary: This is unofficial python library for jobdone.net
Home-page: https://github.com/krakiun/python-jobdone
Author: krakiun
Author-email: krakiun@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# Jobdone.net python library

This is unofficial python library for [jobdone.net](https://jobdone.net)

Jobdone.net is a service marketplace for online services, best place for sell small gig serices, digital items, guest post, reviews, virtual assistant and more.


## Installation

You can install the jobdone python library from [PyPI](https://pypi.org/project/python-jobdone/):

    pip install python-jobdone

The python-jobdone is supported on Python 2.7, as well as Python 3.4 and above.

## How to use

import jobdone

account =  jobdone.login(username="username", password="password")

account.get_orders()
account.get_messages()
account.get_services()

etc



