Install All pyarchops
Project description
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.
Project details
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.3.tar.gz
(16.2 kB
view details)
Built Distribution
File details
Details for the file pyarchops-0.0.3.tar.gz
.
File metadata
- Download URL: pyarchops-0.0.3.tar.gz
- Upload date:
- Size: 16.2 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.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e792ed0fdb5dc627f0ecee36bd5dd9a9d17fbf0dbe6b24f62741266fdab00a51
|
|
MD5 |
f3b65613e51368bf8032156548a65dbe
|
|
BLAKE2b-256 |
e14e4fb410c89df5b337b59d883195487a4fc7e7d3abcb67b9dc4653ef5707c7
|
File details
Details for the file pyarchops-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: pyarchops-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9b6a757c3fadca8e59ac8cc0436ed51cd968df0e8be9a9ecf1332d5c23e109fd
|
|
MD5 |
fc5e40cc94b9c5bb3d2a234794918640
|
|
BLAKE2b-256 |
fb6e8a3873d1a955a7ce6162724107380efe6165beda509a857fe1e085d85634
|