A collection of utility classes and functions.
Project description
RACCY-UTILS
Overview
Raccy-Utils is a collection of utility functions and classes for various python libraries.
Requirements
- Python 3.12+
- Works on Linux, Windows, and Mac
Example, working with config files
Currently this library supports only json and text config files, and it does not support comments at the moment.
from ru import TextConfig
config = TextConfig()
print(config['foo'])
foo
from ru import JsonConfig
config = JsonConfig()
print(config['foo'])
foo
Example, working with selenium
from ru.selenium_utils import manual_entry
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
driver = webdriver.Chrome()
driver.get('https://google.com')
manual_entry(driver, '//input[@title="Search"]', 'raccy-utils', Keys.ENTER)
Installation
pip install raccy-utils
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
raccy_utils-0.5.1.tar.gz
(6.6 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 raccy_utils-0.5.1.tar.gz.
File metadata
- Download URL: raccy_utils-0.5.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.11 Linux/6.14.0-36-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cef44d735b00777c8de8fc79546fef7066afb8c701b86bbbb05852e221ffc2a5
|
|
| MD5 |
5c8d8734bdb2c8f814f3008e54b07f78
|
|
| BLAKE2b-256 |
02233f3913740725c8c3d171302e1a8d31bfe37e4aa8d6d0d9701c5859897303
|
File details
Details for the file raccy_utils-0.5.1-py3-none-any.whl.
File metadata
- Download URL: raccy_utils-0.5.1-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.11 Linux/6.14.0-36-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f25698fa0a5c0771a9c6df5723ce4475d4d419184a62b43c19a3ddbe1765110
|
|
| MD5 |
7c9524e3b09d9820b5046e32efff1723
|
|
| BLAKE2b-256 |
231ab0fc1ddaacb07297eb5e295e6e43737b9e80c1f9afe58afaeb34f334ebb4
|