Skip to main content

A description of your package

Project description

Get Started

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

How to Test (Pacakge, Module)

pytest-example

source venv/bin/activate
cd python
pytest --password ${CONFLUENCE_PASSWORD} tests/confluence_utils

pytest --password ${CONFLUENCE_PASSWORD}

How to Build

# DEPRECATED
# python setup.py sdist bdist_wheel

pip install build

python -m build

How to Deploy

pip install twine

twine upload dist/*

Confluence Utils

from confluence_utils import confluence_api


base_url = "https://confluence.hmg-corp.io"
username = "Confluence ID"      # 사번
password = "Confluence 비밀번호"

page_info = confluence_api.get_page_info(page_id="931614920", 
                                         base_url=base_url, 
                                         usernamme=username, 
                                         password=password)

confluence_api.update_page(page_id="931614920", 
                           content="", 
                           base_url=base_url, 
                           usernamme=username, 
                           password=password)

Selenium Utils

from selenium_utils import crawler


element = crawler.get_element_by_xpath(url="url", xpath="xpath")
elements = crawler.get_elements_by_xpath(url="url", xpath="xpath")

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

python_rpa-0.0.4.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

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

python_rpa-0.0.4-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file python_rpa-0.0.4.tar.gz.

File metadata

  • Download URL: python_rpa-0.0.4.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for python_rpa-0.0.4.tar.gz
Algorithm Hash digest
SHA256 23035bfb46593fd2fa37e8fc404b6d723ac52580a11cda3c4d5200e1d615ca51
MD5 cb8bfa2208dfb9153b5c30ac5438f009
BLAKE2b-256 5beb6c233296f922e2b70b604f0c5b693857005443f8387ad52ebd9293e18df0

See more details on using hashes here.

File details

Details for the file python_rpa-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: python_rpa-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for python_rpa-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 866f7a78e29bcbe0c74aa1f8444d83e647872db214b0a8d1f836907368ee05a7
MD5 da6c45c503a591186a7eb9c3c1b50f84
BLAKE2b-256 5a82cde24fb53f7bdc1b0a5d595dcf1313a156a6b15c8c79fef1ced14f28f87c

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