Skip to main content

The collection of utility functions for hj3415

Project description

utils-hj3415

utils-hj3415 is the collection of utility functions.

두가지 모듈이 존재한다. - noti, utils

Installation

pip install utils-hj3415

Usage

utils module

from utils_hj3415 import utils

def to_float(s) -> float:

def to_int(s) -> int:
    
def deco_num(s) -> str:
    
def to_억(v) -> str:

def to_만(v) -> str:
    
def get_kor_amount(amount: int, omit: str = '', str_suffix: str = '원') -> str:
    
def str_to_date(d: str) -> datetime.datetime:

def date_to_str(d: datetime.datetime, sep: str = '-') -> str:

def isYmd(date: str) -> bool:

def isY_slash_m(date: str) -> bool:

def scrape_simple_data(url: str, css_selector: str) -> str:

def get_price_now(code: str) -> tuple:
    
def get_ip_addr() -> str:
    
def get_pc_info() -> dict:
    
def get_driver_edge() -> WebDriver | None:
    
def get_driver_safari() -> WebDriver | None:

def get_driver(temp_dir: str = '', headless=True, geolocation=False) -> WebDriver | None:

def nan_to_zero(v: float) -> float:

def code_divider_by_cpu_core(entire_codes: list) -> Tuple[int, List[list]]:

noti module

from utils_hj3415 import noti

def mail_to(title: str, text: str, mail_addr='hj3415@hanmail.net') -> bool:

def telegram_to(botname: str, text: str, parse_html: bool = False) -> bool:
    # botname - ['manager', 'dart', 'eval', 'cybos', 'servers']

Project details


Download files

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

Source Distribution

utils_hj3415-2.2.2.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

utils_hj3415-2.2.2-py2.py3-none-any.whl (10.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file utils_hj3415-2.2.2.tar.gz.

File metadata

  • Download URL: utils_hj3415-2.2.2.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for utils_hj3415-2.2.2.tar.gz
Algorithm Hash digest
SHA256 8296094ec8626ea1dd70213c73c923964bd1373b63e2be5c62cf643f613fdd20
MD5 d93b0a287afcc50fb17f8044e0c3dfb3
BLAKE2b-256 733397c473fc3713a22d4d2af6d0ed300bc72ee4bc52a464f18a99ff75e0e824

See more details on using hashes here.

File details

Details for the file utils_hj3415-2.2.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for utils_hj3415-2.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 efaf369cee54cff98dc51561514b9a1861d6e9e6d278847d06b40519f4d1708a
MD5 02b7bd2d6b0eaceea836edd0e526fe51
BLAKE2b-256 b18a90b7ee4e3a671b1d44fc45f7eec326e9553448be2f300fb58882ea605a7d

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