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"))
Release files for pyhelper-utils 2.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyhelper_utils-2.0.3.tar.gz | 11.6 kB | Details |
Release files / pyhelper_utils-2.0.3.tar.gz
| Download URL | pyhelper_utils-2.0.3.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
364c1391512459a2cb0096926b937f65259c0b7382460f00c971c4eae06ff5d3
|
|
BLAKE2b-256 checksum How to use checksums |
8c37944afbbffd9c032bb0fc010bc3024c22400a11ced6270ba42fb81bc6a8de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.13
|