{"id":18283587,"url":"https://github.com/thesmartmonkey/create-python-app","last_synced_at":"2025-04-09T05:42:55.777Z","repository":{"id":45807879,"uuid":"514587462","full_name":"TheSmartMonkey/create-python-app","owner":"TheSmartMonkey","description":"Simple python app with typing, linting, formating and venv","archived":false,"fork":false,"pushed_at":"2022-08-30T22:30:04.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T00:19:10.263Z","etag":null,"topics":["python"],"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/TheSmartMonkey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-16T13:35:59.000Z","updated_at":"2022-08-06T22:30:52.000Z","dependencies_parsed_at":"2022-08-12T12:20:38.087Z","dependency_job_id":null,"html_url":"https://github.com/TheSmartMonkey/create-python-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSmartMonkey%2Fcreate-python-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSmartMonkey%2Fcreate-python-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSmartMonkey%2Fcreate-python-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSmartMonkey%2Fcreate-python-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheSmartMonkey","download_url":"https://codeload.github.com/TheSmartMonkey/create-python-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987108,"owners_count":21028891,"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"],"created_at":"2024-11-05T13:10:02.444Z","updated_at":"2025-04-09T05:42:55.749Z","avatar_url":"https://github.com/TheSmartMonkey.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-python-app\n\nSimple python app with typing, linting, formating and venv\n\nThis template has been created following this article : [set-up-perfect-python-project](https://sourcery.ai/blog/python-best-practices)\n\n## Installation\n\n```sh\nnpx degit https://github.com/TheSmartMonkey/create-python-app app\n```\n\n## Getting started\n\n1. Install pipx : https://pypa.github.io/pipx/\n\n1. Avalable commands with `npm run` (`npm run start` runes your code)\n\n```\nstart\n    py main.py\ntest\n    python -m pipenv run pytest\nlint\n    python -m pipenv run mypy .\nformat\n    python -m black . \u0026\u0026 python -m isort -y\nformat:check\n    python -m black --check . \u0026\u0026 python -m isort --check-only\ncoverage\n    python -m pipenv run pytest --cov --cov-fail-under=90\n```\n\n## Annexe\n\n1. Python type cheat sheet : [mypy-types-cheat-sheet](https://mypy.readthedocs.io/en/latest/cheat_sheet_py3.html)\n\n## Folder tree\n\n```\n│   .vscode\n│   .gitignore\n│   LICENSE\n│   main.py\n│   package.json\n│   Pipfile\n│   Pipfile.lock\n│   README.md\n│   setup.cfg\n│   tree.txt\n│\n+---src\n│   +---functions\n│   │   │   __init__.py\n│   │   │   hello.py\n│   │   │   README.md\n│   │           \n│   +---lib\n│   │       __init__.py\n│   │       README.md\n│   │       utils.py\n│   │       \n│   +---models\n│       │   __init__.py\n│       │   hello_model.py\n│\n+---tests\n        __init__.py\n        test_sample.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesmartmonkey%2Fcreate-python-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesmartmonkey%2Fcreate-python-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesmartmonkey%2Fcreate-python-app/lists"}