{"id":20526216,"url":"https://github.com/pythoncharmers/cookiecutter-faust","last_synced_at":"2025-08-22T05:38:41.484Z","repository":{"id":136153717,"uuid":"303592708","full_name":"PythonCharmers/cookiecutter-faust","owner":"PythonCharmers","description":"A cookiecutter template for a faust project, based on the cookiecutter-pipproject repo","archived":false,"fork":false,"pushed_at":"2020-10-29T06:04:06.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-06T01:46:03.905Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PythonCharmers.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-13T04:59:50.000Z","updated_at":"2020-11-24T22:43:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"bdcf5c19-4689-4962-9402-803f9ca5ec28","html_url":"https://github.com/PythonCharmers/cookiecutter-faust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PythonCharmers/cookiecutter-faust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCharmers%2Fcookiecutter-faust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCharmers%2Fcookiecutter-faust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCharmers%2Fcookiecutter-faust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCharmers%2Fcookiecutter-faust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PythonCharmers","download_url":"https://codeload.github.com/PythonCharmers/cookiecutter-faust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonCharmers%2Fcookiecutter-faust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271592543,"owners_count":24786608,"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-08-22T02:00:08.480Z","response_time":65,"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-11-15T23:13:10.643Z","updated_at":"2025-08-22T05:38:41.460Z","avatar_url":"https://github.com/PythonCharmers.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CookieCutter Faust project\n\nA cookiecutter template for python faust projects intended to be pip-installed\n\n[cookiecutter](https://github.com/audreyr/cookiecutter)\n\nForked from: [PythonCharmers/cookiecutter-pipproject](https://github.com/PythonCharmers/cookiecutter-pipproject.git)\n\n\n## Using CookieCutter for your project\n\n    $ pip install cookiecutter\n    $ cookiecutter gh:PythonCharmers/cookiecutter-faust\n\nYou will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project.\n\n## Running your faust project\n\nFirst install the project via pip with:\n\n```bash\npip install -e .\n```\n\nThen the project is runnable from the command line with:\n\n```bash\nproj worker -l info\n```\n\nor as a module with:\n\n```bash\npython -m proj worker -l info\n```\n\n## Publishing your project to pypi\n\nFollow the instructions [here](https://packaging.python.org/tutorials/packaging-projects/) and use twine to publish to the Python Package Index.\n \n\n## Goals\n\nThe goal of this project is simply to take some of the boiler plate out of creating a new Faust project. It is based on\nthe recommendations from [the Faust documentation](https://faust.readthedocs.io/en/latest/userguide/application.html#medium-large-projects).\nIt includes:\n\n- Sphinx documentation\n- Installable via pip in pypi\n- Runnable from the command line via the application name\n- Testing via pytest, hypothesis and coverage\n\nIn the future, we may include some other things like:\n\n- basic travic ci configuration\n- anything else you think might make sense (open up an issue with ideas).\n\n\n## Contributing\n\nThe intent of this project is to stay fairly lean, but if you have any suggestions or would like to help out, please let me know.\n\n\n## License\n\nBSD licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoncharmers%2Fcookiecutter-faust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythoncharmers%2Fcookiecutter-faust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoncharmers%2Fcookiecutter-faust/lists"}