Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zyga/python-phablet

Python 2/3 API for Ubuntu Phablet
https://github.com/zyga/python-phablet

Last synced: 2 days ago
JSON representation

Python 2/3 API for Ubuntu Phablet

Awesome Lists containing this project

README

        

Python API for Ubuntu Phablet
=============================

Example::

import phablet
phablet = phablet.Phablet()
retval = phablet.run('false')

You can use the phablet module to run batch commands:

python3 -m phablet uname -a

As well as for interactive sessions:

python3 -m phablet