Jay library
Project description
jaycode
jaycode 는 SSH, DB, File, Crawling 관련 작업을 쉽게 할 수 있는 파이썬 유틸리티 패키지입니다.
📦 설치 (Installation)
pip install jaycode
🚀 사용 예시 (Examples)
import jaycode
exam = jaycode.Init()
exam.SSH.connect(hostname=,username=,password=)
exam.DB.connect(user=,password=,database=)
exam.DB.insert(dict,'table_name')
🌲 구조도 (Tree 구조)
- jaycode
- ssh
connect()ssh 연결함수get_file()연결된 서버에서 파일 가져오는 함수
- db
connect()db 연결함수insert(),update(),delete(),query()등 CRUD 함수
- file
m4a_to_wav()파일 변환함수
- crawling
init()드라이버 초기화 함수open()페이지 오픈 함수quit()페이지 닫기 함수
- 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.1.2.tar.gz
(7.4 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 jaycode-0.1.2.tar.gz.
File metadata
- Download URL: jaycode-0.1.2.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a62c992fe209884e88af26fae835641dd4888169664228b3377c723d7785e6e6
|
|
| MD5 |
fe39ee0e7ee2be4d45c3c9440dc9e252
|
|
| BLAKE2b-256 |
271bd37fa7298c7c5b42e5a0bbc33ed8564e3d4082663a0b0aea5346b0950307
|
File details
Details for the file jaycode-0.1.2-py3-none-any.whl.
File metadata
- Download URL: jaycode-0.1.2-py3-none-any.whl
- Upload date:
- Size: 8.4 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 |
43320fb31e065252fe33b5347616afa896a85089512cb92d514b8f7851556c11
|
|
| MD5 |
0400472412f88568039c5f30417d8767
|
|
| BLAKE2b-256 |
4428300b728140d283f1eb933c2a97b3fe3a547e1058ebdf3e743d267c16cf55
|