Jay library
Project description
jaycode
jaycode 는 SSH, FTP, DB, File, Crawling 관련 작업을 쉽게 할 수 있는 파이썬 유틸리티 패키지입니다.
📦 설치 (Installation)
pip install jaycode
🚀 사용 예시 (Examples)
import jaycode
exam = jaycode.Core()
exam.SSH.connect(hostname=,username=,password=)
exam.FTP.connect(host=,user=,passwd=)
exam.DB.connect(user=,password=,database=)
exam.DB.insert(dict,'table_name')
exam.Crawling.init()
exam.Crawling.open('https://naver.com')
exam.Crawling.find('exam',"id",mode="element").control('data or click')
🌲 구조도 (Tree 구조)
- jaycode
- ssh
connect()ssh 연결함수get_file()연결된 서버에서 파일 가져오는 함수
- ftp
connect()ftp 연결함수get_file()연결된 서버에서 파일 가져오는 함수upload_file()연결된 서버에 파일 업로드 함수
- db
connect()db 연결함수insert()데이터 추가함수update()데이터 수정함수delete()데이터 삭제함수query()쿼리함수
- file
m4a_to_wav()파일 변환함수delete_file()파일 삭제함수
- crawling
init()드라이버 초기화 함수open()페이지 오픈 함수quit()페이지 닫기 함수find()엘리먼트를 찾는 함수text()엘리먼트의 텍스트값을 배열로 반환하는함수tab()탭을 만들거나 선택하는 함수control()input 타입 컨트롤 하는 함수click()엘리먼트 클릭후 이벤트가 종료될떄까지 대기하는 함수
- ssh
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
jaycode-0.2.2.tar.gz
(13.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
jaycode-0.2.2-py3-none-any.whl
(14.9 kB
view details)
File details
Details for the file jaycode-0.2.2.tar.gz.
File metadata
- Download URL: jaycode-0.2.2.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d69e83a085e49e11e18841c7e73e6b5d6e1b64045c6c117c83c98815439625c
|
|
| MD5 |
1c66cba4b2ddd5620a8c6ee03017a1d2
|
|
| BLAKE2b-256 |
c60e507e9733007db7c81565a0db586b67f09480da95f105343801e83ad9d75e
|
File details
Details for the file jaycode-0.2.2-py3-none-any.whl.
File metadata
- Download URL: jaycode-0.2.2-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
079d7557b13b1ba7f643371e5d377db21d6514cacfd2fc4b3d9551c87538f8b7
|
|
| MD5 |
d3b3142fce6aba7c4e1f2df06d58dc89
|
|
| BLAKE2b-256 |
eed80df65b517c2ad9f3e0cba6c657cf7ee2f7c0ada7b293962aa675e34bf169
|