pyrubix
Lightweight Python utility library.
Version: 1.1.0
Features
- Math
- Text
- JSON
- System
- Time
- Cache
- Retry
- Timer
- File utilities
- Subprocess
- Hash
- UUID
- Random
- Collections
- Network
- Logging
Install
pip install pyrubix
Example
import pyrubix
print(pyrubix.add(10, 20))
print(pyrubix.sha256("hello"))
print(pyrubix.uuid())
result = pyrubix.run("ls -la")
print(result.stdout)
1.1.0
- bug patched
- Error caused by calling math.median (non-existent function) when executing pyrubix.median
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyrubix-1.1.0.tar.gz
(6.8 kB
view details)
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 pyrubix-1.1.0.tar.gz.
File metadata
- Download URL: pyrubix-1.1.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3e026b2ee4926014f496f75c5fadae85cdfcffa672dd9f154e55e2750616d05
|
|
| MD5 |
5bd4738bf590dc5d2d6c8a9a79eb94b9
|
|
| BLAKE2b-256 |
5318f19ef6c91705628436f4aa49a21de1b4aca7b73006ccd2053e34ed15dd12
|
File details
Details for the file pyrubix-1.1.0-py3-none-any.whl.
File metadata
- Download URL: pyrubix-1.1.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a44520dd3db7348587b1a31ffe050a1a76e1e71d47759eb45238d35c69450370
|
|
| MD5 |
addd5f275a1945f9d3c1bc7eac1d371a
|
|
| BLAKE2b-256 |
2d1d8a019c577ac55ae92c031485419d8238fe6faa4e00d34f5626a300b0accc
|