{"id":22753158,"url":"https://github.com/civilizeddev/scalapy-demo","last_synced_at":"2026-04-29T00:02:09.424Z","repository":{"id":203276765,"uuid":"394497544","full_name":"civilizeddev/scalapy-demo","owner":"civilizeddev","description":"ScalaPy 데모 (not working)","archived":false,"fork":false,"pushed_at":"2021-08-13T01:32:33.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T22:16:52.072Z","etag":null,"topics":["python","scala","scalapy"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/civilizeddev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-10T02:07:27.000Z","updated_at":"2021-08-13T01:32:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"b42b2fa6-7a0a-4868-b406-87a351388ecb","html_url":"https://github.com/civilizeddev/scalapy-demo","commit_stats":null,"previous_names":["civilizeddev/scalapy-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilizeddev%2Fscalapy-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilizeddev%2Fscalapy-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilizeddev%2Fscalapy-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilizeddev%2Fscalapy-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/civilizeddev","download_url":"https://codeload.github.com/civilizeddev/scalapy-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246285817,"owners_count":20752958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","scala","scalapy"],"created_at":"2024-12-11T06:09:11.360Z","updated_at":"2026-04-29T00:02:09.010Z","avatar_url":"https://github.com/civilizeddev.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scalapy-demo\n\n## Installation\n\n### Ubuntu 혹은 Windows 10 + WSL 사용자 (필수)\n\n```\n$ sudo apt update\n\n// sudo apt update error: \"Release file is not yet valid\" 오류 발생시:\n$ sudo hwclock --hctosys\n\n$ sudo apt upgrade\n$ sudo apt install -y build-essential libncurses5-dev libffi-dev libbz2-dev zlib1g zlib1g-dev libreadline-dev libsqlite3-dev\n```\n\n### pyenv 설치\n\n```\n$ brew install pyenv\n$ brew install pyenv-virtualenv\n```\n\n### python 설치\n\n```\n$ pyenv install --list\n$ pyenv install 3.9.6\n$ pyenv versions\n```\n\n### ~/.profile 업데이트\n\n```\n...\n\nexport PYENV_ROOT=\"$HOME/.pyenv\"\nexport PATH=\"$PYENV_ROOT/shims:$PATH\"\n\nif which pyenv \u003e /dev/null; then eval \"$(pyenv init -)\"; fi\nif which pyenv-virtualenv-init \u003e /dev/null; then eval \"$(pyenv virtualenv-init -)\"; fi\n```\n\n### poetry 설치\n\n```\n$ brew install poetry\n```\n\n## Manage Project\n\n### venv 생성\n\n```\n$ poetry config virtualenvs.in-project true\n$ poetry config virtualenvs.path \"./.venv\"\n$ poetry install \u0026\u0026 poetry update\n```\n\n---\n\n## References\n\n- [shadaj/scalapy](https://github.com/shadaj/scalapy)\n- [scalapy.dev](https://scalapy.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivilizeddev%2Fscalapy-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcivilizeddev%2Fscalapy-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivilizeddev%2Fscalapy-demo/lists"}