Skip to content

Sureiya/python-oempro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-oempro

A python 3.x client for oempro.

Very feature incomplete. Please feel free to fork and add what you need.

You can clone and use directly, or install with pip.

(Make sure you are running python 3 pip by using pip --version)

pip install -e git+git://github.com/Sureiya/python-oempro.git#egg=python-oempro

Example:

from oempro import api

client = api.client("http://example.org/oempro/api.php", 'client-username', 'login-password')

subscribers = client.get_subscribers(1)

print(subscribers)

Testing:

I haven't put much work in the tests, but you can get them running by installing nose, and adding your API credentials to tests.py

About

A python client for oempro.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages