pfun
Functional, composable, asynchronous, type-safe Python.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- FUNDING.yml
- footer.html
- method.html
- clock_api.md
- CNAME
- console_api.md
- curried_and_typesafe_operators.md
- dict_api.md
- effect_api.md
- effectful_but_side_effect_free.md
- either_api.md
- files_api.md
- functions_api.md
- http_api.md
- hypothesis_strategies_api.md
- immutable_api.md
- immutable_objects_and_data.md
- index.md
- install.md
- lens_api.md
- list_api.md
- logging_api.md
- maybe_api.md
- nav_logo.svg
- operator_api.md
- other_resources.md
- pfun_api.md
- property_based_testing.md
- random_api.md
- schedule_api.md
- sql_api.md
- stack_safety.md
- state_api.md
- subprocess_api.md
- trampoline_api.md
- useful_functions.md
- what_is_this.md
- pfun_logo.png
- pfun_logo.svg
- check_version.py
- __init__.py
- aio_trampoline.py
- clock.py
- console.py
- dict.py
- effect.pyi
- effect.pyx
- either.py
- files.py
- functions.py
- functor.py
- http.py
- hypothesis_strategies.py
- immutable.py
- lens.py
- list.py
- logging.py
- maybe.py
- monad.py
- mypy_plugin.py
- operator.py
- protocols.py
- py.typed
- random.py
- schedule.py
- sql.py
- state.py
- subprocess.py
- trampoline.py
- __init__.py
- functor_test.py
- mocks.py
- monad_test.py
- mypy.ini
- test_aio_trampoline.py
- test_curry.py
- test_dict.py
- test_effect.py
- test_either.py
- test_functions.py
- test_immutable.py
- test_intersection.py
- test_lens.py
- test_list.py
- test_maybe.py
- test_mypy_plugin.yaml
- test_operator.py
- test_schedule.py
- test_scripts.py
- test_trampoline.py
- utils.py
- .gitignore
- .pre-commit-config.yaml
- build.py
- CODE_OF_CONDUCT.md
- LICENSE
- mkdocs.yml
- poetry.lock
- pyproject.toml
- pytkdocs-0.14.0-py3-none-any.whl
- README.md
- setup.cfg
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/suned/pfun
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd pfun
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
$ pip install pfun
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ pip install pfun[http,sql]
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
