{"id":13740312,"url":"https://github.com/wemake-services/wemake-python-package","last_synced_at":"2025-04-05T03:12:48.362Z","repository":{"id":36591807,"uuid":"153237254","full_name":"wemake-services/wemake-python-package","owner":"wemake-services","description":"Bleeding edge cookiecutter template to create new python packages","archived":false,"fork":false,"pushed_at":"2024-04-12T07:09:41.000Z","size":1164,"stargazers_count":398,"open_issues_count":10,"forks_count":46,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T04:07:25.120Z","etag":null,"topics":["cookiecutter","cookiecutter-python3","cookiecutter-template","hacktoberfest","project-template","python","python3","template"],"latest_commit_sha":null,"homepage":"https://github.com/wemake-services/wemake-python-package","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/wemake-services.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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},"funding":{"github":"wemake-services","custom":"https://boosty.to/sobolevn"}},"created_at":"2018-10-16T06:57:06.000Z","updated_at":"2024-04-15T15:35:10.892Z","dependencies_parsed_at":"2024-01-29T06:54:42.312Z","dependency_job_id":"ea213cd7-55c8-417b-9741-ca6086ffb682","html_url":"https://github.com/wemake-services/wemake-python-package","commit_stats":{"total_commits":482,"total_committers":14,"mean_commits":34.42857142857143,"dds":0.5435684647302905,"last_synced_commit":"cab7fe0e245722081412236a0fdb172026402e56"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wemake-services%2Fwemake-python-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wemake-services%2Fwemake-python-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wemake-services%2Fwemake-python-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wemake-services%2Fwemake-python-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wemake-services","download_url":"https://codeload.github.com/wemake-services/wemake-python-package/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247108335,"owners_count":20884881,"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":["cookiecutter","cookiecutter-python3","cookiecutter-template","hacktoberfest","project-template","python","python3","template"],"created_at":"2024-08-03T04:00:46.153Z","updated_at":"2025-04-05T03:12:48.345Z","avatar_url":"https://github.com/wemake-services.png","language":"Python","readme":"# wemake-python-package\n\n[![wemake.services](https://img.shields.io/badge/-wemake.services-green.svg?label=%20\u0026logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC%2FxhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP%2F%2F%2F5TvxDIAAAAIdFJOUwAjRA8xXANAL%2Bv0SAAAADNJREFUGNNjYCAIOJjRBdBFWMkVQeGzcHAwksJnAPPZGOGAASzPzAEHEGVsLExQwE7YswCb7AFZSF3bbAAAAABJRU5ErkJggg%3D%3D)](https://wemake-services.github.io)\n[![Build status](https://github.com/wemake-services/wemake-python-package/workflows/test/badge.svg?branch=master\u0026event=push)](https://github.com/wemake-services/wemake-python-package/actions?query=workflow%3Atest)\n[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/wemake-services/wemake-python-package/pulls?utf8=%E2%9C%93\u0026q=is%3Apr%20author%3Aapp%2Fdependabot)\n[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)\n\nBleeding edge [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) template to create new python packages.\n\n---\n\n## Purpose\n\nThis project is used to scaffold a `python` project structure.\nJust like `poetry new` but better.\n\n## Features\n\n- Always [`up-to-date`](https://github.com/wemake-services/wemake-python-package/pulls?utf8=%E2%9C%93\u0026q=is%3Apr%20author%3Aapp%2Fdependabot) dependencies with the help of [`@dependabot`](https://dependabot.com/)\n- Supports latest `python3.8+`\n- [`poetry`](https://github.com/python-poetry/poetry) for managing dependencies\n- [`mypy`](https://mypy.readthedocs.io) for optional static typing\n- [`pytest`](https://github.com/pytest-dev/pytest) for testing\n- [`flake8`](https://github.com/PyCQA/flake8) and [`wemake-python-styleguide`](https://github.com/wemake-services/wemake-python-styleguide) for linting\n- [`Github Actions`](https://docs.github.com/en/actions) as the default CI\n- [`sphinx`](http://www.sphinx-doc.org/en/master/) and [`readthedocs.org`](https://readthedocs.org/) for documentation\n- Easy update process, so your template will always be up-to-date\n\n## Installation\n\nFirstly, you will need to install dependencies:\n\n```bash\npip install cookiecutter jinja2-git lice\n```\n\nThen, create a project itself:\n\n```bash\ncookiecutter gh:wemake-services/wemake-python-package\n```\n\nIn order for the github actions to work smoothly (ie badge), you must, during the setup, use your github username in the `organization` field.\n\n```bash\nproject_name [my-awesome-project]: foo-project\norganization [wemake.services]: \u003cgithub_username\u003e\n```\n\n## Projects using it\n\nHere's [a nice list of real-life open-source usages](https://github.com/search?q=wemake-python-package\u0026type=Code)\nof this template.\n\n## License\n\nMIT. See [LICENSE](https://github.com/wemake-services/wemake-python-package/blob/master/LICENSE) for more details.\n","funding_links":["https://github.com/sponsors/wemake-services","https://boosty.to/sobolevn"],"categories":["Python","Project Templates"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwemake-services%2Fwemake-python-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwemake-services%2Fwemake-python-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwemake-services%2Fwemake-python-package/lists"}