Collective utility functions for python projects
Project description
pyhelper-utils
Repository for various python utilities
Installation
python3 -m pip install pyhelper-utils
Release new version
requirements:
- Export GitHub token
export GITHUB_TOKEN=<your_github_token>
-
Run the following once (execute outside repository dir for example
~/):
sudo npm install --global release-it
npm install --save-dev @j-ulrich/release-it-regex-bumper
rm -f package.json package-lock.json
usage:
- Create a release, run from the relevant branch. To create a new release, run:
git checkout main
git pull
release-it # Follow the instructions
Examples:
Enables running a command against a remote server over SSH. It expects a host object, created using python-rrmngmnt.
Sample code:
from rrmngmnt import Host, UserWithPKey
host = Host("1.1.1.1")
user = UserWithPKey('user', '/path/to/pkey'))
host.executor_user = user
run_ssh_command(host=host, commands=shlex.split("ls -l"))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyhelper_utils-2.0.3.tar.gz
(11.6 kB
view details)
File details
Details for the file pyhelper_utils-2.0.3.tar.gz.
File metadata
- Download URL: pyhelper_utils-2.0.3.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
364c1391512459a2cb0096926b937f65259c0b7382460f00c971c4eae06ff5d3
|
|
| MD5 |
bef5f0f99dbbb541544c095a2f478bc5
|
|
| BLAKE2b-256 |
8c37944afbbffd9c032bb0fc010bc3024c22400a11ced6270ba42fb81bc6a8de
|