{"id":46055663,"url":"https://github.com/shiinasama/pyside-template","last_synced_at":"2026-03-01T10:01:16.679Z","repository":{"id":285100112,"uuid":"956941885","full_name":"SHIINASAMA/pyside-template","owner":"SHIINASAMA","description":"A simple pyside6 project template with build script.","archived":false,"fork":false,"pushed_at":"2026-02-28T09:27:01.000Z","size":10218,"stargazers_count":51,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-28T14:08:24.756Z","etag":null,"topics":["linux","macos","pyside6","python","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SHIINASAMA.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGE.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-29T07:06:47.000Z","updated_at":"2026-02-26T02:31:25.000Z","dependencies_parsed_at":"2025-08-26T04:14:19.548Z","dependency_job_id":"07ae9a3f-a1b4-47c8-8861-320178d2651f","html_url":"https://github.com/SHIINASAMA/pyside-template","commit_stats":null,"previous_names":["shiinasama/pyside-template","shiinasama/pyside_template"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/SHIINASAMA/pyside-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHIINASAMA%2Fpyside-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHIINASAMA%2Fpyside-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHIINASAMA%2Fpyside-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHIINASAMA%2Fpyside-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SHIINASAMA","download_url":"https://codeload.github.com/SHIINASAMA/pyside-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHIINASAMA%2Fpyside-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29966684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T09:33:09.965Z","status":"ssl_error","status_checked_at":"2026-03-01T09:25:48.915Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["linux","macos","pyside6","python","windows"],"created_at":"2026-03-01T10:01:15.728Z","updated_at":"2026-03-01T10:01:16.593Z","avatar_url":"https://github.com/SHIINASAMA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PySide6 Project Template\n\nEasy to use template for PySide6 projects.\nThis template is designed to help you get started with PySide6 quickly and easily.\nIt includes a basic project structure, a build script, and a pyproject file.\n\nEven if some company computers are underpowered, they're still usable in most cases.\nYou just need to install uv and Python 3.8.\n\n\u003e [!WARNING]\n\u003e The project is currently testing new features and is in an unstable phase.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/window_light.png\" width=325 alt=\"\"/\u003e\n  \u003cimg src=\"img/window_dark.png\" width=325 alt=\"\"/\u003e\n  \u003cbr\u003e\n  \u003ci\u003edefault theme preview\u003c/i\u003e\n\u003c/p\u003e\n\n## Main Dependencies\n\n- pyside-cli\n- PySide6\n- qasync\n- httpx\n- PyQtDarkTheme\n- Nuitka\n- pytest\n\n## Project Structure\n\n| File or Directory            | Description                                  |\n|------------------------------|----------------------------------------------|\n| .cache/assets.json           | Build Caches                                 |\n| .gitlab-ci.yml               | GitLab auto release script                   |\n| .github/workflow/release.yml | GitHub auto release script                   |\n| app/                         | Source code directory                        |\n| app/assets/**                | Qt resources files (images, icons, etc.)     |\n| app/i18n/*.ts                | Qt I18N's *.ts files                         |\n| app/resources/*.py           | Generated Python files from UI and QRC files |\n| app/ui/**.ui                 | Qt Designer UI files                         |\n| build/                       | Build destination directory                  |\n| CHANGE.md                    | Release notes for CI/CD                      |\n| pyproject.toml               | Project builds and settings                  |\n| qml_demo                     | See [qml_demo/README.md](qml_demo/README.md) |\n\n## Project Setup and Usage\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/build.gif\" width=450 alt=\"\"/\u003e\n  \u003cbr\u003e\n  \u003ci\u003ebuild via pyside-cli\u003c/i\u003e\n\u003c/p\u003e\n\n### Create your project\n\nI recommend using [**pyside-cli**](https://github.com/SHIINASAMA/pys-cli) \nto create your project, for example:\n\n```bash\npip install pyside-cli\npyside-cli create your_project\n```\n\n### IDE/Editor Support\n\n- IDEA (PyCharm, CLion, etc.)\n\n- Microsoft Visual Studio Code\n\n### Command\n\nYou also can use the command line to run the project.\n\n- Setup development environment.\n\n    ```bash\n    uv sync\n    ```\n\n- Using QtDesigner to create UI files. The UI files are must have located in the `ui` folder.\n\n    ```bash\n    uv run pyside6-designer app/ui/main_window.ui\n    ```\n\n- How to build and package the project. Run the following command to get the help message:\n\n    ```bash\n    uv run pyside-cli --help\n    ```\n\n- Run test in command line:\n\n    ```bash\n    uv run pyside-cli test\n    ```\n\n  Or use your environment file to run the app:\n\n    ```bash\n    uv run pyside-cli build --stage rc\n    uv run --env-file .env -- python -m app\n    ``` \n\n## Others\n\n- [Release and Product Version Control](docs/publish.md)\n- [Internationalization](docs/i18n.md)\n- [Windows 7 Compatibility](docs/windows7.md)\n- [macOS Build Guide](docs/macos.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiinasama%2Fpyside-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiinasama%2Fpyside-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiinasama%2Fpyside-template/lists"}