Skip to main content

A collection of utility functions, and classes.

Project description

RACCY-UTILS

Overview

Raccy-Utils is a collection of utility functions and classes for various python libraries.

Requirements

  • Python 3.7+
  • 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 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

raccy_utils-0.4.2-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file raccy_utils-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: raccy_utils-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 11.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for raccy_utils-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9a86abb43e8adc50acced95f0479ea2695f1875122c5f2dacb3df11c8a9852d9
MD5 bd5a9c4fcd88d850cf9720aed71f003d
BLAKE2b-256 27f347fbf1fa1efd14eb996709bad57279f1a49b85bef76371507ef93b910ad5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page