A simple package that contains extremely useful utilities.
Project description
About
Pyutils is a package that contains many different utilities ranging from getting source codes, to dumping output logs. This package simplifies things down the one line of code to be executed.
Examples
Return complete system information
import pyutilscr
overview = pyutilities.ov()
print(overview.complete())
Get source code
import pyutilscr as pyutil
print(pyutil.method_source(pyutil.method_source()))
#Use file_source instead of method_source for files
Dump output of python script
import pyutilscr as pyutil
pyutil.log("foo.py","dump.txt")
Check to see if a string is in a file
import pyutilscr as pyutil
print(pyutil.search("/home/runner/foo/",["Yessir","pyutilscr"],".py"))
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyutils-cr-0.1.3.tar.gz.
File metadata
- Download URL: pyutils-cr-0.1.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e147f2a1379ec5b7f37dfb0253ee7ee9389c9bc6131df613c5e23fbfa99fb0b
|
|
| MD5 |
89d117fe3a8b755c23c3c9d1cf307a05
|
|
| BLAKE2b-256 |
392a96af679cfd17a372f3746194cf9f4cb4d113f99233f259e290c51e53e2ae
|
File details
Details for the file pyutils_cr-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pyutils_cr-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85bd5712ad94bd6166ad947329bc18a29f70dc63f4796a548dcf48f3da6bd85e
|
|
| MD5 |
d08d3bafa2b98f42a7efc3f7a28855ef
|
|
| BLAKE2b-256 |
f8b7b5e18570b20567a4cb7fdf442099b3e30d85f82b91664134e00db3d54ae3
|