{"id":27249692,"url":"https://github.com/straymat/explore-bqss","last_synced_at":"2026-02-15T02:03:38.020Z","repository":{"id":279825329,"uuid":"940086161","full_name":"strayMat/explore-bqss","owner":"strayMat","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-25T17:53:50.000Z","size":410,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T17:02:46.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/strayMat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-02-27T15:38:40.000Z","updated_at":"2025-08-25T17:53:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"4698a31a-96df-4e40-871f-01ad67f370a3","html_url":"https://github.com/strayMat/explore-bqss","commit_stats":null,"previous_names":["straymat/explore-bqss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/strayMat/explore-bqss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strayMat%2Fexplore-bqss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strayMat%2Fexplore-bqss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strayMat%2Fexplore-bqss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strayMat%2Fexplore-bqss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strayMat","download_url":"https://codeload.github.com/strayMat/explore-bqss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strayMat%2Fexplore-bqss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29465397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"online","status_checked_at":"2026-02-15T02:00:07.449Z","response_time":118,"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":"2025-04-11T00:30:59.282Z","updated_at":"2026-02-15T02:03:38.014Z","avatar_url":"https://github.com/strayMat.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# explore-bqss\n\n[![Release](https://img.shields.io/github/v/release/strayMat/explore-bqss)](https://img.shields.io/github/v/release/strayMat/explore-bqss)\n[![Build status](https://img.shields.io/github/actions/workflow/status/strayMat/explore-bqss/main.yml?branch=main)](https://github.com/strayMat/explore-bqss/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/strayMat/explore-bqss/branch/main/graph/badge.svg)](https://codecov.io/gh/strayMat/explore-bqss)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/strayMat/explore-bqss)](https://img.shields.io/github/commit-activity/m/strayMat/explore-bqss)\n[![License](https://img.shields.io/github/license/strayMat/explore-bqss)](https://img.shields.io/github/license/strayMat/explore-bqss)\n\nTesting d'uv pour une analyse de données.\n\n- **Github repository**: \u003chttps://github.com/strayMat/explore-bqss/\u003e\n- **Documentation** \u003chttps://strayMat.github.io/explore-bqss/\u003e\n\n## Getting started with your project\n\n### 1. Create a New Repository\n\nFirst, create a repository on GitHub with the same name as this project, and then run the following commands:\n\n```bash\ngit init -b main\ngit add .\ngit commit -m \"init commit\"\ngit remote add origin git@github.com:strayMat/explore-bqss.git\ngit push -u origin main\n```\n\n### 2. Set Up Your Development Environment\n\nThen, install the environment and the pre-commit hooks with\n\n```bash\nmake install\n```\n\nThis will also generate your `uv.lock` file\n\n### 3. Run the pre-commit hooks\n\nInitially, the CI/CD pipeline might be failing due to formatting issues. To resolve those run:\n\n```bash\nuv run pre-commit run -a\n```\n\n### 4. Commit the changes\n\nLastly, commit the changes made by the two steps above to your repository.\n\n```bash\ngit add .\ngit commit -m 'Fix formatting issues'\ngit push origin main\n```\n\nYou are now ready to start development on your project!\nThe CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.\n\nTo finalize the set-up for publishing to PyPI, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/mkdocs/#enabling-the-documentation-on-github).\nTo enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/codecov/).\n\n## Releasing a new version\n\n\n\n---\n\nRepository initiated with [fpgmaas/cookiecutter-uv](https://github.com/fpgmaas/cookiecutter-uv).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstraymat%2Fexplore-bqss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstraymat%2Fexplore-bqss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstraymat%2Fexplore-bqss/lists"}