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

If you're not sure about the file name format, learn more about wheel file names.

raccy_utils-0.3.8-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: raccy_utils-0.3.8-py3-none-any.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for raccy_utils-0.3.8-py3-none-any.whl
Algorithm Hash digest
SHA256 3b43b60e4d5d1da4606ab676c34c7dca728fe4f8ff7a203cd181a9f11ee01a56
MD5 bd2d95de7a5f3d70c67e26e0a9a7c8ef
BLAKE2b-256 343fe1f1497fad9e4a58d4fa346579fc01095d11c3d0ca569bfdb1ab3250a218

See more details on using hashes here.

Supported by

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