pyArchOps
pyarchops
Free software: MIT license
Documentation: https://pyarchops.readthedocs.io.
Features
pyarchops
Instalation
$ pip install pyarchops
Usage
import os
import pyarchops
from suitable import Api
api = Api(
'127.0.0.1:22',
connection='smart',
remote_user='root',
private_key_file=os.getenv('HOME') + '/.ssh/id_rsa',
become=True,
become_user='root',
sudo=True,
ssh_extra_args='-o StrictHostKeyChecking=no'
)
result = pyarchops.os_updates.apply(api)
print(result)
See the different README pages for the different modules:
Development
Install requirements:
$ sudo pacman -S tmux python-virtualenv python-pip libjpeg-turbo gcc make vim git tk tcl
Git clone this repository
$ git clone https://github.com/pyarchops/pyarchops.git pyarchops.pyarchops
$ cd pyarchops.pyarchops
See the Makefile, to get started simply execute:
$ make up
Credits
TODO
History
0.0.1 (2018-12-11)
First release on PyPI.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyarchops-0.0.5.tar.gz
(10.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyarchops-0.0.5.tar.gz.
File metadata
- Download URL: pyarchops-0.0.5.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3f48e508c3aa104d824c3ba9026d630e778330773d16e3c2f266bc2079379d1
|
|
| MD5 |
383f5ba9e9f68cc07d4773f8e1be9e57
|
|
| BLAKE2b-256 |
fe3d10198282d0abaf1253c0494078107020aec72375bbbebc8e7ad505ea8232
|
File details
Details for the file pyarchops-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pyarchops-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3918cd4bbd2a906b9fdf6ad317c2712c7bc0139053fce065c11f720dd4388a3b
|
|
| MD5 |
e4c0394e8c1616455334385be454dc32
|
|
| BLAKE2b-256 |
63295e37373def9d94b9bd937541bb5b7987d0f87b928e1ae45d3b4b79e896e8
|