castero
TUI podcast client for the terminal
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- chronomenu.py
- downloadedmenu.py
- episodemenu.py
- feedmenu.py
- queuemenu.py
- chronoperspective.py
- downloadedperspective.py
- primaryperspective.py
- queueperspective.py
- simpleperspective.py
- mpvplayer.py
- vlcplayer.py
- 001-initial.sql
- 002-played.sql
- 003-queue.sql
- 004-progress.sql
- castero.conf
- __init__.py
- __main__.py
- config.py
- constants.py
- database.py
- datafile.py
- display.py
- downloadqueue.py
- episode.py
- feed.py
- helpers.py
- menu.py
- net.py
- perspective.py
- player.py
- queue.py
- subscriptions.py
- client_example.png
- database_example1.db
- duplicate_error.conf
- excessive_error.conf
- feeds_duplicate_key
- feeds_working
- feeds_working2
- incomplete_error.conf
- parse_error.conf
- working_no_comments.conf
- 1-myfeed_item1_title.mp3
- broken_channel_children.xml
- broken_channel_empty.xml
- broken_extra_description.xml
- broken_extra_link.xml
- broken_has_channel.xml
- broken_is_rss.xml
- broken_is_v2.xml
- broken_item_title.xml
- broken_no_channel.xml
- broken_no_version.xml
- broken_rss_empty.xml
- valid_basic.xml
- valid_complete.xml
- valid_mixed_enclosures.xml
- valid_two_channels.xml
- broken_no_body.xml
- broken_no_container.xml
- broken_no_outline.xml
- broken_parse.xml
- valid_base.xml
- valid_complete.xml
- valid_minimal.xml
- valid_no_head.xml
- __init__.py
- conftest.py
- test_config.py
- test_database.py
- test_datafile.py
- test_display.py
- test_downloadqueue.py
- test_episode.py
- test_feed.py
- test_helpers.py
- test_menu_episode.py
- test_menu_queue.py
- test_net.py
- test_perspective_chrono.py
- test_perspective_downloaded.py
- test_perspective_primary.py
- test_perspective_queue.py
- test_perspective_simple.py
- test_player.py
- test_player_mpvplayer.py
- test_player_vlcplayer.py
- test_queue.py
- test_subscriptions.py
- .codacy.yml
- .flake8
- .gitignore
- CHANGELOG.md
- LICENSE.txt
- README.md
- requirements.txt
- setup.cfg
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/xgi/castero
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd castero
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
$ pip3 install castero
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ pip3 install castero --upgrade
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ python -m pytest tests
파이썬 스크립트(또는 모듈)를 실행합니다.
$ python -m pytest tests/test_feed.py
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
