{"id":16421633,"url":"https://github.com/avallbona/pytest-checkipdb","last_synced_at":"2025-06-28T08:34:26.363Z","repository":{"id":44864373,"uuid":"268358480","full_name":"avallbona/pytest-checkipdb","owner":"avallbona","description":"Plugin to check if there are ipdb/pdb breakpoints left into our code","archived":false,"fork":false,"pushed_at":"2023-12-04T23:53:58.000Z","size":43,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T01:49:42.979Z","etag":null,"topics":["breakpoint","hacktoberfest","ipdb","pdb-breakpoints-left","pytest-checkipdb"],"latest_commit_sha":null,"homepage":"","language":"Python","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/avallbona.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}},"created_at":"2020-05-31T20:26:54.000Z","updated_at":"2023-12-11T11:06:23.000Z","dependencies_parsed_at":"2024-10-28T15:28:40.160Z","dependency_job_id":"eb3f9bfb-40f3-40c2-a75c-ca305486416f","html_url":"https://github.com/avallbona/pytest-checkipdb","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/avallbona/pytest-checkipdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avallbona%2Fpytest-checkipdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avallbona%2Fpytest-checkipdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avallbona%2Fpytest-checkipdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avallbona%2Fpytest-checkipdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avallbona","download_url":"https://codeload.github.com/avallbona/pytest-checkipdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avallbona%2Fpytest-checkipdb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262401930,"owners_count":23305637,"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","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":["breakpoint","hacktoberfest","ipdb","pdb-breakpoints-left","pytest-checkipdb"],"created_at":"2024-10-11T07:34:11.935Z","updated_at":"2025-06-28T08:34:26.344Z","avatar_url":"https://github.com/avallbona.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pytest-checkipdb\n\n[![pypi](https://img.shields.io/pypi/v/pytest-checkipdb.svg)](https://pypi.python.org/pypi/pytest-checkipdb/)\n[![Downloads](https://pepy.tech/badge/pytest-checkipdb)](https://pepy.tech/project/pytest-checkipdb)\n[![See Build Status on Travis CI](https://travis-ci.org/avallbona/pytest-checkipdb.svg?branch=master)](https://travis-ci.org/avallbona/pytest-checkipdb)\n[![Hit counter](http://hits.dwyl.com/avallbona/pytest-checkipdb.svg)](http://hits.dwyl.com/avallbona/pytest-checkipdb)\n[![Python package](https://github.com/avallbona/pytest-checkipdb/workflows/Python%20package/badge.svg?branch=master)](https://github.com/avallbona/pytest-checkipdb/actions)\n[![Python versions](https://img.shields.io/pypi/pyversions/pytest-checkipdb.svg)](https://pypi.org/project/pytest-checkipdb)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/596f719612f54bd0b4e7aa3a9448f8ca)](https://www.codacy.com/manual/avallbona/pytest-checkipdb?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=avallbona/pytest-checkipdb\u0026amp;utm_campaign=Badge_Grade)\n\nPlugin to check if there are ipdb/pdb/breakpoint breakpoints left into our code\n\n## Installation\n\nYou can install \"pytest-checkipdb\" via [pip](https://pypi.python.org/pypi/pip/) from [PyPI](https://pypi.python.org/pypi):\n\n```bash\n$ pip install pytest-checkipdb\n```\n## Usage\n\n```bash\n$ pytest --cipdb\n```\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox](https://tox.readthedocs.io/en/latest/), please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## Local development\n\nInstall all the python interpreters you need via [pyenv](https://github.com/pyenv/pyenv). E.g.:\n\n```bash\n$ pyenv install 3.5.3 \n$ pyenv install 3.6.3 \n$ pyenv install 3.7.7 \n$ pyenv install 3.8.3\n```\n\nand then make them global with:\n\n```bash\n$ pyenv global 3.5.3 3.6.3 3.7.7 3.8.3\n```\n\nRun the tests\n\n```bash\n$ tox\n```\n\n\n## License\n\nDistributed under the terms of the [MIT](http://opensource.org/licenses/MIT) license, **pytest-checkipdb** is free and open source software\n\n\n## Issues\n\nIf you encounter any problems, please [file an issue](https://github.com/avallbona/pytest-checkipdb/issues) along with a detailed description.\n\n------\n\nThis is a [Pytest](https://github.com/pytest-dev/pytest) plugin was generated with [Cookiecutter](https://github.com/audreyr/cookiecutter) along with [@hackebrot](https://github.com/hackebrot)'s [Cookiecutter-pytest-plugin](https://github.com/pytest-dev/cookiecutter-pytest-plugin) template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favallbona%2Fpytest-checkipdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favallbona%2Fpytest-checkipdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favallbona%2Fpytest-checkipdb/lists"}