{"id":46365831,"url":"https://github.com/eckelsjd/copier-numpy","last_synced_at":"2026-03-05T02:16:29.269Z","repository":{"id":254498956,"uuid":"846723028","full_name":"eckelsjd/copier-numpy","owner":"eckelsjd","description":"Template for a numpy-based scientific computing Python package.","archived":false,"fork":false,"pushed_at":"2025-07-25T21:43:17.000Z","size":108,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T04:47:36.517Z","etag":null,"topics":["copier-template","numpy","pdm","python"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/eckelsjd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-08-23T20:19:54.000Z","updated_at":"2025-07-25T21:43:20.000Z","dependencies_parsed_at":"2025-07-25T23:24:58.025Z","dependency_job_id":"ee19baed-3895-4e33-8a51-5d94c2f434b5","html_url":"https://github.com/eckelsjd/copier-numpy","commit_stats":null,"previous_names":["eckelsjd/copier-numpy"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/eckelsjd/copier-numpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eckelsjd%2Fcopier-numpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eckelsjd%2Fcopier-numpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eckelsjd%2Fcopier-numpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eckelsjd%2Fcopier-numpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eckelsjd","download_url":"https://codeload.github.com/eckelsjd/copier-numpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eckelsjd%2Fcopier-numpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"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":["copier-template","numpy","pdm","python"],"created_at":"2026-03-05T02:16:28.236Z","updated_at":"2026-03-05T02:16:29.247Z","avatar_url":"https://github.com/eckelsjd.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Numpy project template\n[![Python 3.11](https://img.shields.io/badge/python-3.11+-blue.svg?logo=python\u0026logoColor=cccccc)](https://www.python.org/downloads/) \n[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://squidfunk.github.io/mkdocs-material/)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)\n[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n![Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?logo=codecov)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier)\n\nConstruct a `numpy`-based Python project from scratch for scientific computing and research.\n\n## :wrench: Features\n\n- [Numpy](https://numpy.org/) a basic installation for the holy trifecta :dove: of `numpy, matplotlib, scipy`.\n- [pdm](https://pdm-project.org) or [uv](https://docs.astral.sh/uv/) for dependency, virtualenv, and package management.\n- [Mkdocs material](https://squidfunk.github.io/mkdocs-material/) for simple, clean, automated, online code documentation.\n- [pre-commit](https://github.com/pre-commit/pre-commit) with [ruff](https://github.com/astral-sh/ruff) integration for code linting and formatting.\n- [pytest](https://docs.pytest.org/en/stable/index.html#) with [coverage](https://pytest-cov.readthedocs.io/en/latest/) for regression testing and code coverage.\n- [Commitizen](https://github.com/commitizen-tools/commitizen) with [conventional commits](https://conventionalcommits.org) for automatic versioning and changelogs.\n- [Copier](https://github.com/copier-org/copier) for continuously updating project from this original template.\n- [Github actions](https://docs.github.com/en/actions) for automated, build, test, and deployment.\n\n## :round_pushpin: Quickstart\nInstall copier with extensions-\n```shell\npdm self add copier copier-templates-extensions            # pdm, or\nuv tool install copier --with copier-templates-extensions  # uv\n```\nThen copy the template-\n```shell\ncopier copy gh:eckelsjd/copier-numpy \u003cdst_path\u003e --trust\n```\nThat's it! Follow the questionnaire and then your `numpy`-based scientific computing project is ready to go.\n\n***Note:*** The `--trust` flag enables extensions used in this template. Please see [extensions.py](extensions.py) and [setup_github.py](setup_github.py) to make sure you trust this template (*spoiler:* these just add some global template variables and some basic `git` scripting).\n\n## :snake: Publishing on PyPI\nFollow [this tutorial](https://docs.pypi.org/trusted-publishers/) to enable trusted publishing with Github actions. Then, do:\n```shell\ncz bump\n```\nThat's it! Your package will automatically deploy to PyPI and GitHub with a correctly-versioned `vX.X.X` tag.\n\n## :arrows_counterclockwise: Updating your project\n```shell\ncopier update --trust\n```\nThis will update template files in your project with the most recent releases to the `copier-numpy` template. See the [copier docs](https://copier.readthedocs.io/en/stable/updating/) for more info.\n\n## :link: See similar\n- [Scientific Python library development](https://github.com/scientific-python/cookie)\n- [Copier-pdm](https://github.com/pawamoy/copier-pdm) and the similar [pdm-project](https://github.com/pdm-project/copier-pdm) version\n- [Serious scaffolding](https://github.com/serious-scaffold/ss-python) for Python projects\n- [LINCC framework](https://github.com/lincc-frameworks/python-project-template) for Python projects by the University of Washington\n- [copier-pylib](https://github.com/astrojuanlu/copier-pylib) for pure Python projects\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feckelsjd%2Fcopier-numpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feckelsjd%2Fcopier-numpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feckelsjd%2Fcopier-numpy/lists"}