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
python setup.py sdist bdist_wheel
How to Deploy
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.2.tar.gz
(11.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.2.tar.gz.
File metadata
- Download URL: python_rpa-0.0.2.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da5bedd3f6649820694e5227bf118f357a5a73acb86fd2f8d7589f937c8c218a
|
|
| MD5 |
bd05b34dbaa1582830d39f9218630173
|
|
| BLAKE2b-256 |
c9b809a76e27ee5c12ba7729851f1513862611e71006629792ce2165f43c1a7b
|
File details
Details for the file python_rpa-0.0.2-py3-none-any.whl.
File metadata
- Download URL: python_rpa-0.0.2-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cb7bc74522f361fb23980a55a3fd02c17eab52196503f425591a768d4572f3a
|
|
| MD5 |
5a03e326f419668512945743c462539c
|
|
| BLAKE2b-256 |
aa6bb0c9eb53276892a75761d58fd3a6b93cea3227e18bc14c2a2a083be7e742
|