Skip to main content

Jay library

Project description

jaycode

PyPI version Downloads

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() 엘리먼트 클릭후 이벤트가 종료될떄까지 대기하는 함수

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

jaycode-0.2.1.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.

jaycode-0.2.1-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

Details for the file jaycode-0.2.1.tar.gz.

File metadata

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

File hashes

Hashes for jaycode-0.2.1.tar.gz
Algorithm Hash digest
SHA256 a2f6d2a634432d7ef73008c7c63988103afa790d2618788186f8281a153163b6
MD5 0c0eb85b92da2ffe3a6763f5829cf902
BLAKE2b-256 b05b0f9b5aa3e24ca6ac485eebc1ed45e22b4f04382774843ed83e8020bd6763

See more details on using hashes here.

File details

Details for the file jaycode-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: jaycode-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.1

File hashes

Hashes for jaycode-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 39e212deae18a10a2ce7215878dafe50bae9643c4afc38850b576b819035a26e
MD5 6d017bf4678e84901a49e74a478662f5
BLAKE2b-256 0a643a7d2f849d11e60020f37e7322d425fd70275120f0d7fa9d825d6cf6990b

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