{"id":29916288,"url":"https://github.com/dense-analysis/dense-python","last_synced_at":"2026-02-16T01:06:46.692Z","repository":{"id":303261356,"uuid":"1014743032","full_name":"dense-analysis/dense-python","owner":"dense-analysis","description":"A template for creating new Python projects","archived":false,"fork":false,"pushed_at":"2025-07-12T11:43:36.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-26T13:56:36.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/dense-analysis.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}},"created_at":"2025-07-06T10:26:56.000Z","updated_at":"2025-07-22T19:17:16.000Z","dependencies_parsed_at":"2025-07-06T17:38:31.703Z","dependency_job_id":"7dac0982-f511-44e8-ae31-1d8be220b47d","html_url":"https://github.com/dense-analysis/dense-python","commit_stats":null,"previous_names":["dense-analysis/dense-python"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/dense-analysis/dense-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dense-analysis%2Fdense-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dense-analysis%2Fdense-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dense-analysis%2Fdense-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dense-analysis%2Fdense-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dense-analysis","download_url":"https://codeload.github.com/dense-analysis/dense-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dense-analysis%2Fdense-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29427898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"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":[],"created_at":"2025-08-02T04:43:42.535Z","updated_at":"2026-02-16T01:06:46.677Z","avatar_url":"https://github.com/dense-analysis.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example Project\n\nThis project serves as a template for creating Python projects in the Dense\nAnalysis preferred manner. See Development steps below for initial setup, and\nafter boostraping a new project edit project files as you see fit to start off\nyour Python project.\n\n**NOTE:** This project template is released to the public domain free of charge,\nand you may freely remove and replace the `LICENSE` file and copyright notice\nwhen building your projects so you may use a license of our choice without\ncrediting Dense Analysis. We simply wish to help you get started with Python\nprojects quickly.\n\n## Development\n\nSet up virtualenv initially for local development like so:\n\n```sh\npyenv install\npython -m pip install uv\nuv sync\n```\n\nIf you are creating a new project, you can quickly set it up with the\nconvenience script, which will delete itself after it's run.\n\n```sh\n./bootstrap-project.sh new_project_name\n```\n\nYou can check the project for errors like so:\n\n```sh\n# Run the linter and autofix warnings/errors.\nuv run ruff check --fix\n# Run the type checker to spot typing issues.\nuv run pyright\n# Run unit and integration tests.\nuv run pytest\n```\n\nTo add dependencies, use one of the following commands:\n\n```sh\nuv add some_package\nuv add --dev some_package\n```\n\nYou can run the project with `docker compose` like so:\n\n```sh\ndocker compose up\n```\n\nYou can test the docker image like so:\n\n```sh\ndocker build --no-cache -t example_project:latest .\ndocker run -it --rm example_project:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdense-analysis%2Fdense-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdense-analysis%2Fdense-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdense-analysis%2Fdense-python/lists"}