{"id":13672955,"url":"https://github.com/vimior/PythonWebIDE","last_synced_at":"2025-04-28T04:30:50.943Z","repository":{"id":135008319,"uuid":"140700668","full_name":"vimior/PythonWebIDE","owner":"vimior","description":"A Simple Python Web IDE","archived":false,"fork":false,"pushed_at":"2022-10-31T09:01:45.000Z","size":2199,"stargazers_count":61,"open_issues_count":3,"forks_count":28,"subscribers_count":5,"default_branch":"vue3","last_synced_at":"2024-08-03T09:13:20.784Z","etag":null,"topics":["python-auto-completion","python-complete","python-web-ide","webide"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/vimior.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,"roadmap":null,"authors":null}},"created_at":"2018-07-12T10:52:02.000Z","updated_at":"2024-08-01T09:08:07.000Z","dependencies_parsed_at":"2023-05-25T11:00:42.103Z","dependency_job_id":null,"html_url":"https://github.com/vimior/PythonWebIDE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimior%2FPythonWebIDE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimior%2FPythonWebIDE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimior%2FPythonWebIDE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimior%2FPythonWebIDE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimior","download_url":"https://codeload.github.com/vimior/PythonWebIDE/tar.gz/refs/heads/vue3","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224095167,"owners_count":17254839,"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-auto-completion","python-complete","python-web-ide","webide"],"created_at":"2024-08-02T09:02:00.705Z","updated_at":"2024-11-11T11:30:37.411Z","avatar_url":"https://github.com/vimior.png","language":"Vue","readme":"# Python-Web-IDE\n-----------\n\u003e 一个简易的在线Python的IDE    \n\u003e 基于Vue3 + Python3.10 + Tornado6.1实现    \n\u003e 前后端分离\n\n## 功能说明\n- 支持工程、文件、文件夹的增删查改\n- 支持Python代码基本补全\n- 支持Python代码(GUI不支持)运行管理和输出\n- 支持Markdown文件的编辑和预览\n  \n## 更新说明\n- 基于Vue3+Python3.10的全新实现\n- 引入markdown编辑器\n- 引入图标vscode-icons\n- 更改编辑器主题\n\n## 编译和运行\n### 环境\n- Node: 16.13.2\n- Npm: 8.1.2\n- Python: 3.10\n- Tornado: 6.1\n\n### 前端\n```bash\n# 安装依赖\nnpm install 或者 yarn install\n\n# 开发运行(默认端口是8080)\nnpm run serve\n\n# 打包编译(默认打包的路径在dist目录，后端程序已经配置从该目录加载资源)\nnpm run build\n```\n\n### 后端\n```bash\n# 假定已经安装好Python环境（建议使用虚拟Python环境并激活）\n\n# 进入后端目录\ncd server\n\n# 安装依赖\npip install -r requirements.txt\n\n# 运行（运行端口为10086）指定端口可以使用参数 --port=10010\n# 如果前端页面是独立运行的，不可指定后端端口（除非修改前端代码）\npython server.py\n\n# 访问 (工程保存在projects/ide里面)\n# 开发运行前端的情况: localhost:8080\n# 打包好前端的情况: localhost:10086\n```\n\n![py_code](docs/img/py_code.png?raw=true)\n\n![md_code](docs/img/md_code.png?raw=true)\n\n![py_complete](docs/img/py_complete.png?raw=true)\n\n![py_run](docs/img/py_run.png?raw=true)\n\n![projects](docs/img/projects.png?raw=true)","funding_links":[],"categories":["Vue"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimior%2FPythonWebIDE","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimior%2FPythonWebIDE","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimior%2FPythonWebIDE/lists"}