{"id":47931919,"url":"https://github.com/schubergphilis/paleofuturistic_python","last_synced_at":"2026-04-04T07:18:58.132Z","repository":{"id":293418989,"uuid":"983308572","full_name":"schubergphilis/paleofuturistic_python","owner":"schubergphilis","description":"The Python development workflow your past self had always hoped for is finally here!","archived":false,"fork":false,"pushed_at":"2026-01-12T12:37:13.000Z","size":1214,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":23,"default_branch":"main","last_synced_at":"2026-01-30T15:10:56.474Z","etag":null,"topics":["cookiecutter","cruft","library","python","template","uv"],"latest_commit_sha":null,"homepage":"https://schubergphilis.github.io/paleofuturistic_python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schubergphilis.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-14T07:33:28.000Z","updated_at":"2025-12-30T10:41:48.000Z","dependencies_parsed_at":"2025-10-28T11:12:59.339Z","dependency_job_id":"b5e26da3-7b83-45aa-aeae-b7f257fff758","html_url":"https://github.com/schubergphilis/paleofuturistic_python","commit_stats":null,"previous_names":["schubergphilis/paleofuturistic_python"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/schubergphilis/paleofuturistic_python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis%2Fpaleofuturistic_python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis%2Fpaleofuturistic_python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis%2Fpaleofuturistic_python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis%2Fpaleofuturistic_python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schubergphilis","download_url":"https://codeload.github.com/schubergphilis/paleofuturistic_python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis%2Fpaleofuturistic_python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31391236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: 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":["cookiecutter","cruft","library","python","template","uv"],"created_at":"2026-04-04T07:18:57.521Z","updated_at":"2026-04-04T07:18:58.118Z","avatar_url":"https://github.com/schubergphilis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Paleofuturistic Python\n\n\u003e _The Python development workflow your past self had always hoped for is finally here!_\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/paleofuturistic_python.png?raw=true\" alt=\"Paleofuturistic Environment\"/\u003e\n\u003c/p\u003e\n\nThis project is meant as an enterprise-ready template for developing Python packages.\nIf that bar is a bit too high for you, then you can checkout [Straight to the Money 💰](https://github.com/Carlovo/straight_to_the_money).\nPaleofuturistic Python is a detached fork of Straight to the Money 💰.\n\n## Usage\n\nPrerequisite: [uv](https://docs.astral.sh/uv/)  \n(Installing uv should also provide you with uvx.\nGive their docs a look-over before continuing if you want to get a better understanding of what is going on under the hood in the steps below.)\n\n### Setup\n\n- Initialize with `uvx cruft create --checkout latest https://github.com/schubergphilis/paleofuturistic_python` and fill in your project details.\n- Optional: validate the setup with `uv run python -c \"import paleofuturistic_python; print(paleofuturistic_python.hello())\"` (replace `paleofuturistic_python` with your project name/slug).\n- Run `uv sync --all-extras --dev` to download the dependencies and generate a .lock file.\n\n### Workflow\n\n- Download dependencies (if you need any): `uv add some_lib_you_need`\n- Develop (optional, tinker: `uvx --with-editable . ptpython`)\n- QA:\n    - Format: `uv run ruff format`\n    - Lint: `uv run ruff check`\n    - Type check: `uv run mypy`\n    - Test: `uv run python -m unittest`\n- Build: `uv build`\n- Document: `uv run mkdocs build`\n- Publish: `uv publish`\n\nCan it really be that simple?\nWell, eventually yes, but you will need to set up some connections and credentials still, of course.\nFor a slightly more elaborate walkthrough on that, see the [docs](https://schubergphilis.github.io/paleofuturistic_python/walkthrough/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschubergphilis%2Fpaleofuturistic_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschubergphilis%2Fpaleofuturistic_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschubergphilis%2Fpaleofuturistic_python/lists"}