Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zyga/python-phablet
- Owner: zyga
- License: gpl-3.0
- Created: 2014-06-20T17:24:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T15:17:54.000Z (about 10 years ago)
- Last Synced: 2024-08-27T04:52:00.799Z (3 months ago)
- Language: Python
- Size: 199 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
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