{"id":15885918,"url":"https://github.com/pmeier/schemaf","last_synced_at":"2025-09-06T06:33:14.082Z","repository":{"id":114967231,"uuid":"251612261","full_name":"pmeier/schemaf","owner":"pmeier","description":null,"archived":false,"fork":false,"pushed_at":"2020-08-11T12:13:11.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T05:33:37.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmeier.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-31T13:34:29.000Z","updated_at":"2020-08-11T12:13:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"736aec68-be0a-4af2-9266-9556b6b23b9b","html_url":"https://github.com/pmeier/schemaf","commit_stats":{"total_commits":86,"total_committers":2,"mean_commits":43.0,"dds":"0.18604651162790697","last_synced_commit":"19ab6c27b94449bf487eb62866a567cdc1e12364"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pmeier/schemaf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmeier%2Fschemaf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmeier%2Fschemaf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmeier%2Fschemaf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmeier%2Fschemaf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmeier","download_url":"https://codeload.github.com/pmeier/schemaf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmeier%2Fschemaf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273867437,"owners_count":25182423,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-06T05:20:39.021Z","updated_at":"2025-09-06T06:33:14.061Z","avatar_url":"https://github.com/pmeier.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) \n[![cookiecutter](https://github.com/pmeier/schemaf/workflows/cookiecutter/badge.svg)](https://github.com/pmeier/schemaf/actions?query=workflow%3Acookiecutter)\n[![cookie](https://github.com/pmeier/schemaf/workflows/cookie/badge.svg)](https://github.com/pmeier/schemaf/actions?query=workflow%3Acookie)\n\n\n# schemaf\n\nThis is my personal [`cookiecutter`](https://github.com/cookiecutter/cookiecutter) for FOSS Python projects on [`GitHub`](https://github.com/). The name is based on the [german translation](https://www.dict.cc/?s=to+use+a+cookie-cutter+approach) \"_zu **Schema F** greifen_\" of the english phrase \"_to use a cookie-cutter approach_\".\n\nThe created project comprises an installable but empty Python package with smoke tests and an empty documentation. \n\nCI is enabled and comprises these features:\n\n- Code format ([`isort`](https://timothycrosley.github.io/isort/), [`black`](https://github.com/psf/black) and [`flake8`](https://flake8.pycqa.org/en/latest/)) and static typing ([`mypy`](http://mypy-lang.org/)) is checked for every PR via [GitHub Actions](https://github.com/features/actions).\n- Tests are run for every PR for `python3.[6-8]` on Linux, Windows, and macOS via [GitHub Actions](https://github.com/features/actions).\n- Docs are checked for every PR via [GitHub Actions](https://github.com/features/actions) and hosted on [Read the Docs](https://readthedocs.org)\n- Everytime a branch is pushed to `releases/*` it is checked if it is publishable by uploading it to [TestPyPI](https://test.pypi.org/). If a release is created via GitHub, it is uploaded to [PyPI](https://pypi.org/). Make sure to set \n  - `TESTPYPI_USERNAME`\n  - `TESTPYPI_PASSWORD`\n  - `PYPI_USERNAME`\n  - `PYPI_PASSWORD`\n  \n  in `Settings/Secrets`.\n\n## Usage\n\n1. Install `cookiecutter` with `pip install cookiecutter`\n2. Run `cookiecutter https://github.com/pmeier/schemaf`\n3. Create an empty [GitHub repository](https://github.com/new). \n    - The name should match the `{{cookiecutter.package}}` variable. \n    - The repository has to be public.\n5. Run `git push --set-upstream origin master` inside the new repository.\n6. Activate the project on [Read the Docs](https://readthedocs.org/dashboard/import/). You may need to synchronize your account before the new repository shows up.\n\n\n## Post-installation actions\n\nNavigate to project `Settings/Options`\n- `Features`\n  - Uncheck `Wikis`\n  - Uncheck `Projects`\n- `Merge button`\n  - Uncheck `Allow merge commits`\n  - Uncheck `Allow rebase commits`\n  - Check `Automatically delete head branches`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmeier%2Fschemaf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmeier%2Fschemaf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmeier%2Fschemaf/lists"}