https://github.com/minlaxz/py-laxz
My tool for system administration.
https://github.com/minlaxz/py-laxz
personal-project pypi python shell-scripts
Last synced: about 2 months ago
JSON representation
My tool for system administration.
- Host: GitHub
- URL: https://github.com/minlaxz/py-laxz
- Owner: minlaxz
- License: mit
- Created: 2020-12-11T10:37:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T05:34:03.000Z (almost 5 years ago)
- Last Synced: 2026-04-18T14:03:50.121Z (2 months ago)
- Topics: personal-project, pypi, python, shell-scripts
- Language: Shell
- Homepage: https://pypi.org/project/py-laxz/
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### A Utility for Sys Admin or Personal Use (Intergrated with SHELL).
__TODO__ to integrate with ORM relational databases.
### Installation (any platform)
```
$ python3 -m pip install --no-cache-dir --upgrade py-laxz
```
### Usage (as script)
```
$ pylaxz --help # for options
$ pylaxz -N --help # for Network options
$ pylaxz -S --help # for System options
$ pylaxz -L --help # for SHELL options
```
### Rare Usage (as direct)
```
$ python3 -m pylaxz -h
```
### Usage (as python module - logxs for machine learning)
```
>>> from pylaxz.utils.logxs import printf
>>> printf(ANYTHING)
```
if you have time :
```
>>> import pylaxz
>>> dir(pylaxz)
>>> help(pylaxz)
```
+ printf is logger function and works well with various python's data types
+ and also with numpy's data shapes.