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)
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
- confluence-developer-documentation
- confluence-rest-api
- confluence-rest-api-examples
- confluence cql search
- confluence cql quide
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
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
python_rpa-0.0.4.tar.gz
(12.5 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 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23035bfb46593fd2fa37e8fc404b6d723ac52580a11cda3c4d5200e1d615ca51
|
|
| MD5 |
cb8bfa2208dfb9153b5c30ac5438f009
|
|
| BLAKE2b-256 |
5beb6c233296f922e2b70b604f0c5b693857005443f8387ad52ebd9293e18df0
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
866f7a78e29bcbe0c74aa1f8444d83e647872db214b0a8d1f836907368ee05a7
|
|
| MD5 |
da6c45c503a591186a7eb9c3c1b50f84
|
|
| BLAKE2b-256 |
5a82cde24fb53f7bdc1b0a5d595dcf1313a156a6b15c8c79fef1ced14f28f87c
|