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
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)
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.2.tar.gz
(16.1 kB
view details)
Built Distribution
File details
Details for the file pyarchops-0.0.2.tar.gz
.
File metadata
- Download URL: pyarchops-0.0.2.tar.gz
- Upload date:
- Size: 16.1 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.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f8bfcad42468d52f0a00f271a07f7c72bc7c6fa284f350adad57471b00d26890
|
|
MD5 |
4c17126b19c0e1b892a7d0a7c05a8916
|
|
BLAKE2b-256 |
5170573943bc83f79ddbe3748b1ecab7f9172797f657e2e324b4663d09de6236
|
File details
Details for the file pyarchops-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pyarchops-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 3.3 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.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
18159cd8cac8477d2c78ba9ec1fbcf996bef3a106c6807903cbf372cdb6c912e
|
|
MD5 |
bd9e7d6fa61dbb603b611dc5c1380c10
|
|
BLAKE2b-256 |
67cf898879d26e71a59036bc2937c32290e7a5b62df77a0507925a0a8b4c7128
|