Skip to main content

Jay library

Project description

jaycode

PyPI version Downloads

jaycode 는 SSH, 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')

🌲 구조도 (Tree 구조)

  • jaycode
    • ssh
      • connect() ssh 연결함수
      • get_file() 연결된 서버에서 파일 가져오는 함수
    • ftp
      • connect() ftp 연결함수
      • get_file() 연결된 서버에서 파일 가져오는 함수
      • upload_file() 연결된 서버에 파일 업로드 함수
    • db
      • connect() db 연결함수
      • insert(), update(), delete(), query() 등 CRUD 함수
    • file
      • m4a_to_wav() 파일 변환함수
    • crawling
      • init() 드라이버 초기화 함수
      • open() 페이지 오픈 함수
      • quit() 페이지 닫기 함수

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.1.3.tar.gz (8.4 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.1.3-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for jaycode-0.1.3.tar.gz
Algorithm Hash digest
SHA256 b8eee5130947f80fe06eb76f90e43524d1e04719d059125b826b859d6fc54537
MD5 3d5f01e1361b241892f830677abfb9e6
BLAKE2b-256 104deac99d37ba6358175a38900a242b95bf1b7fcb8540c893452d71ba543b94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jaycode-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 9.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.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a2ce607d054fbec5eefe1ad02eb2e87f263c7e5314a6ee3a2257a63bb0d25efe
MD5 1c2a200d3f06cff28e9ff0103de3d8d5
BLAKE2b-256 c960d7728b22a46e594c3a69bbc2f3e910e4f8ba463c3ea6f4d70cc93306c168

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