| Name | pre-commit-crocodile JSON | 
            
| Version | 
                  8.0.0
                   
                  JSON | 
            
 | download  | 
            
| home_page | https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile  | 
            
| Summary | Git hooks manager intended for developers using pre-commit, prek and commitizen | 
            | upload_time | 2025-09-14 20:09:47 | 
            | maintainer | None | 
            
            | docs_url | None | 
            | author | Adrian DC | 
            
            | requires_python | !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3 | 
            
            
            | license | Apache License 2.0 | 
            | keywords | 
                
                    git
                
                    pre-commit
                
                    hooks
                
                    prek
                
                    commitizen
                 | 
            | VCS | 
                
                    | 
                
            
            | bugtrack_url | 
                
                 | 
             
            
            | requirements | 
                
                  No requirements were recorded.
                
             | 
            
| Travis-CI | 
                
                   No Travis.
                
             | 
            | coveralls test coverage | 
                
                   No coveralls.
                
             | 
        
        
            
            # pre-commit-crocodile
<!-- markdownlint-disable no-inline-html -->
[](https://pypi.org/project/pre-commit-crocodile)
[](https://pypi.org/project/pre-commit-crocodile)
[](https://pypi.org/project/pre-commit-crocodile)
[](https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile/-/blob/main/LICENSE)
<br />
[](https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile/-/commits/main/)
[](https://sonarcloud.io/dashboard?id=RadianDevCore_pre-commit-crocodile)
[](https://sonarcloud.io/dashboard?id=RadianDevCore_pre-commit-crocodile)
[](https://sonarcloud.io/dashboard?id=RadianDevCore_pre-commit-crocodile)
[](https://sonarcloud.io/dashboard?id=RadianDevCore_pre-commit-crocodile)
[](https://sonarcloud.io/dashboard?id=RadianDevCore_pre-commit-crocodile)
<br />
[](https://github.com/pre-commit/pre-commit)
[](https://commitizen-tools.github.io/commitizen/)
[](https://radiandevcore.gitlab.io/tools/gcil)
[](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile)
[](https://radiandevcore.gitlab.io/wiki/guidelines)
Git hooks manager intended for developers using [pre-commit](https://pre-commit.com/), [prek](https://github.com/j178/prek) and [commitizen](https://commitizen-tools.github.io/commitizen/).
**Documentation:** <https://radiandevcore.gitlab.io/tools/pre-commit-crocodile>  
**Package:** <https://pypi.org/project/pre-commit-crocodile/>
---
## Features
**`pre-commit-crocodile` uses the following features:**
- **CLI - [pre-commit](https://pre-commit.com/):** Automated Git hooks before commits and upon pushes
- **CLI - [prek](https://github.com/j178/prek):** Better `pre-commit`, re-engineered in Rust
- **CLI - [commitizen](https://commitizen-tools.github.io/commitizen/):** Commits tools and validation based upon [conventional commits](https://www.conventionalcommits.org/en/)
- **Hooks - [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks):** Common `pre-commit` hooks useful for developers
**`pre-commit-crocodile` provides the following features:**
- **CLI - [pre-commit-crocodile](.):** Management tool for `pre-commit` Git hooks
- **CLI - [pre-commit-crocodile](.):** Easy Git hooks activation for development teams
- **CLI - [pre-commit-crocodile](.):** Dependencies preparation for [pre-commit](https://pre-commit.com/) or [prek](https://github.com/j178/prek).
- **CLI - [pre-commit-crocodile](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile/pre-commit/):** Automated customized configurations for maintainers
- **Hooks - [prepare-commit-msg](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile/hooks/):** Prepare commit message automatically based on changes
---
## Preview

---
<span class="page-break"></span>
## Usage
<!-- prettier-ignore-start -->
<!-- readme-help-start -->
```yaml
usage: pre-commit-crocodile [-h] [--version] [--no-color] [--update-check] [--settings] [--set GROUP KEY VAL]
                            [-l | -i | -c | -b | -e | -d | -a | -C | -r] [--config FOLDER | -D] [--commit]
                            [--components | --remotes | --no-components] [--offline] [--stage STAGE]
                            [--set-engine [ENGINE]] [--]
pre-commit-crocodile: Git hooks manager intended for developers using pre-commit, prek and commitizen
internal arguments:
  -h, --help             # Show this help message
  --version              # Show the current version
  --no-color             # Disable colors outputs with 'NO_COLOR=1'
                         # (or default settings: [themes] > no_color)
  --update-check         # Check for newer package updates
  --settings             # Show the current settings path and contents
  --set GROUP KEY VAL    # Set settings specific 'VAL' value to [GROUP] > KEY
                         # or unset by using 'UNSET' as 'VAL'
modes arguments:
  -l, --list             # List Git hooks installed in sources
  -i, --install          # Install dependencies for pre-commit hooks
  -c, --configure        # Update sources with hooks configurations
  -b, --badges           # Update documentation with badges configurations
  -e, --enable           # Enable pre-commit hooks
  -d, --disable          # Disable pre-commit hooks
  -a, --autoupdate       # Autoupdate pre-commit hooks
  -C, --clean            # Clean pre-commit cached hooks
  -r, --run              # Run pre-commit hooks
configurations arguments:
  --config FOLDER        # Use configurations from a specific folder
  -D, --default          # Use global default configurations instead of sources
  --commit               # Commit configurations changes automatically (implies --configure)
  --components           # Import components from GitLab with 'include: component:'
  --remotes              # Import components from GitLab with 'include: remote:'
  --no-components        # Import components templates locally instead of 'include: component:'
  --offline              # Use offline mode to disable configurations autoupdate
  --stage STAGE          # Run a specific pre-commit stage with --run
                         # (use 'list' to list supported stages)
settings arguments:
  --set-engine [ENGINE]  # Set pre-commit engine to use (pre-commit, prek, default: pre-commit)
positional arguments:
  --                     # Positional arguments separator (recommended)
```
<!-- readme-help-stop -->
<!-- prettier-ignore-end -->
---
<span class="page-break"></span>
## Installation
```bash
{
  # Option 1: If using pipx
  if type pipx >/dev/null 2>&1; then
    pipx ensurepath
    pipx install pre-commit-crocodile
    pipx upgrade pre-commit-crocodile
  # Option 2: If using pip
  else
    sudo pip3 install pre-commit-crocodile
  fi
}
```
---
## Compatibility
Projects compatible with `pre-commit-crocodile` can use this badge to ease things for developers, both as an indicator and a documentation shortcut button :
> [](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile)
```markdown title="Badge in Markdown"
[](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile)
```
```html title="Badge in HTML"
<a href="https://radiandevcore.gitlab.io/tools/pre-commit-crocodile"><img src="https://img.shields.io/badge/pre--commit--crocodile-enabled-brightgreen?logo=gitlab" alt="pre-commit-crocodile" style="max-width:100%;"></a>
```
---
<span class="page-break"></span>
## Projects with configurations | [](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile)
### Configure engine to use (once per user)
- **[prek](https://github.com/j178/prek):** Recent Rust re-implementation, in development and faster (default, recommended)
- **[pre-commit](https://pre-commit.com/):** Original Python implementation, stable but slower (legacy)
```bash
pre-commit-crocodile --set-engine [pre-commit,prek]
```
### Install dependencies (once per user)
```bash
pre-commit-crocodile --install
```
### Enable hooks for a project
```bash
pre-commit-crocodile --enable
```
### Manually run hooks of a project
```bash
pre-commit-crocodile --run
```
### Disable hooks for a project
```bash
pre-commit-crocodile --disable
```
---
## Projects without configurations | [](https://github.com/pre-commit/pre-commit)
### Import or refresh configurations
```bash
pre-commit-crocodile --configure
```
---
## Projects maintenance | [](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile)
### Update hooks automatically
```bash
pre-commit-crocodile --autoupdate
```
### Cleanup hooks cache
```bash
pre-commit-crocodile --clean
```
---
<span class="page-break"></span>
## Dependencies
- [colored](https://pypi.org/project/colored/): Terminal colors and styles
- [commitizen](https://pypi.org/project/commitizen/): Simple commit conventions for internet citizens
- [pre-commit](https://pre-commit.com/): A framework for managing and maintaining pre-commit hooks
- [pre-commit-crocodile](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile): Git hooks manager intended for developers using pre-commit, prek and commitizen
- [prek](https://github.com/j178/prek): Better `pre-commit`, re-engineered in Rust
- [setuptools](https://pypi.org/project/setuptools/): Build and manage Python packages
- [update-checker](https://pypi.org/project/update-checker/): Check for package updates on PyPI
- [uv](https://github.com/astral-sh/uv): An extremely fast Python package and project manager, written in Rust.
---
## References
- [.gitlab-ci.yml](https://docs.gitlab.com/ee/ci/yaml/): GitLab CI/CD Pipeline Configuration Reference
- [conventionalcommits](https://www.conventionalcommits.org/en/v1.0.0/): Conventional Commits specification for commit messages
- [gcil](https://radiandevcore.gitlab.io/tools/gcil): Launch .gitlab-ci.yml jobs locally
- [git-cliff](https://github.com/orhun/git-cliff): CHANGELOG generator
- [gitlab-release](https://pypi.org/project/gitlab-release/): Utility for publishing on GitLab
- [mkdocs](https://www.mkdocs.org/): Project documentation with Markdown
- [mkdocs-coverage](https://pawamoy.github.io/mkdocs-coverage/): Coverage plugin for mkdocs documentation
- [mkdocs-exporter](https://adrienbrignon.github.io/mkdocs-exporter/): Exporter plugin for mkdocs documentation
- [mkdocs-material](https://squidfunk.github.io/mkdocs-material/): Material theme for mkdocs documentation
- [mypy](https://pypi.org/project/mypy/): Optional static typing for Python
- [pexpect-executor](https://radiandevcore.gitlab.io/tools/pexpect-executor): Automate interactive CLI tools actions
- [PyPI](https://pypi.org/): The Python Package Index
- [termtosvg](https://pypi.org/project/termtosvg/): Record terminal sessions as SVG animations
- [twine](https://pypi.org/project/twine/): Utility for publishing on PyPI
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": "https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile",
    "name": "pre-commit-crocodile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3",
    "maintainer_email": null,
    "keywords": "git pre-commit hooks prek commitizen",
    "author": "Adrian DC",
    "author_email": "radian.dc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/87/d5/b4b4d46595b45694895f3a1149073dd50511f79cc5473bd7abcf247bbb05/pre_commit_crocodile-8.0.0.tar.gz",
    "platform": null,
    "description": "# pre-commit-crocodile\n\n<!-- markdownlint-disable no-inline-html -->\n\n[](https://pypi.org/project/pre-commit-crocodile)\n[](https://pypi.org/project/pre-commit-crocodile)\n[](https://pypi.org/project/pre-commit-crocodile)\n[](https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile/-/blob/main/LICENSE)\n<br />\n[](https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile/-/commits/main/)\n[](https://sonarcloud.io/dashboard?id=RadianDevCore_pre-commit-crocodile)\n[](https://sonarcloud.io/dashboard?id=RadianDevCore_pre-commit-crocodile)\n[](https://sonarcloud.io/dashboard?id=RadianDevCore_pre-commit-crocodile)\n[](https://sonarcloud.io/dashboard?id=RadianDevCore_pre-commit-crocodile)\n[](https://sonarcloud.io/dashboard?id=RadianDevCore_pre-commit-crocodile)\n<br />\n[](https://github.com/pre-commit/pre-commit)\n[](https://commitizen-tools.github.io/commitizen/)\n[](https://radiandevcore.gitlab.io/tools/gcil)\n[](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile)\n[](https://radiandevcore.gitlab.io/wiki/guidelines)\n\nGit hooks manager intended for developers using [pre-commit](https://pre-commit.com/), [prek](https://github.com/j178/prek) and [commitizen](https://commitizen-tools.github.io/commitizen/).\n\n**Documentation:** <https://radiandevcore.gitlab.io/tools/pre-commit-crocodile>  \n**Package:** <https://pypi.org/project/pre-commit-crocodile/>\n\n---\n\n## Features\n\n**`pre-commit-crocodile` uses the following features:**\n\n- **CLI - [pre-commit](https://pre-commit.com/):** Automated Git hooks before commits and upon pushes\n- **CLI - [prek](https://github.com/j178/prek):** Better `pre-commit`, re-engineered in Rust\n- **CLI - [commitizen](https://commitizen-tools.github.io/commitizen/):** Commits tools and validation based upon [conventional commits](https://www.conventionalcommits.org/en/)\n- **Hooks - [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks):** Common `pre-commit` hooks useful for developers\n\n**`pre-commit-crocodile` provides the following features:**\n\n- **CLI - [pre-commit-crocodile](.):** Management tool for `pre-commit` Git hooks\n- **CLI - [pre-commit-crocodile](.):** Easy Git hooks activation for development teams\n- **CLI - [pre-commit-crocodile](.):** Dependencies preparation for [pre-commit](https://pre-commit.com/) or [prek](https://github.com/j178/prek).\n- **CLI - [pre-commit-crocodile](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile/pre-commit/):** Automated customized configurations for maintainers\n- **Hooks - [prepare-commit-msg](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile/hooks/):** Prepare commit message automatically based on changes\n\n---\n\n## Preview\n\n\n\n---\n\n<span class=\"page-break\"></span>\n\n## Usage\n\n<!-- prettier-ignore-start -->\n<!-- readme-help-start -->\n\n```yaml\nusage: pre-commit-crocodile [-h] [--version] [--no-color] [--update-check] [--settings] [--set GROUP KEY VAL]\n                            [-l | -i | -c | -b | -e | -d | -a | -C | -r] [--config FOLDER | -D] [--commit]\n                            [--components | --remotes | --no-components] [--offline] [--stage STAGE]\n                            [--set-engine [ENGINE]] [--]\n\npre-commit-crocodile: Git hooks manager intended for developers using pre-commit, prek and commitizen\n\ninternal arguments:\n  -h, --help             # Show this help message\n  --version              # Show the current version\n  --no-color             # Disable colors outputs with 'NO_COLOR=1'\n                         # (or default settings: [themes] > no_color)\n  --update-check         # Check for newer package updates\n  --settings             # Show the current settings path and contents\n  --set GROUP KEY VAL    # Set settings specific 'VAL' value to [GROUP] > KEY\n                         # or unset by using 'UNSET' as 'VAL'\n\nmodes arguments:\n  -l, --list             # List Git hooks installed in sources\n  -i, --install          # Install dependencies for pre-commit hooks\n  -c, --configure        # Update sources with hooks configurations\n  -b, --badges           # Update documentation with badges configurations\n  -e, --enable           # Enable pre-commit hooks\n  -d, --disable          # Disable pre-commit hooks\n  -a, --autoupdate       # Autoupdate pre-commit hooks\n  -C, --clean            # Clean pre-commit cached hooks\n  -r, --run              # Run pre-commit hooks\n\nconfigurations arguments:\n  --config FOLDER        # Use configurations from a specific folder\n  -D, --default          # Use global default configurations instead of sources\n  --commit               # Commit configurations changes automatically (implies --configure)\n  --components           # Import components from GitLab with 'include: component:'\n  --remotes              # Import components from GitLab with 'include: remote:'\n  --no-components        # Import components templates locally instead of 'include: component:'\n  --offline              # Use offline mode to disable configurations autoupdate\n  --stage STAGE          # Run a specific pre-commit stage with --run\n                         # (use 'list' to list supported stages)\n\nsettings arguments:\n  --set-engine [ENGINE]  # Set pre-commit engine to use (pre-commit, prek, default: pre-commit)\n\npositional arguments:\n  --                     # Positional arguments separator (recommended)\n```\n\n<!-- readme-help-stop -->\n<!-- prettier-ignore-end -->\n\n---\n\n<span class=\"page-break\"></span>\n\n## Installation\n\n```bash\n{\n  # Option 1: If using pipx\n  if type pipx >/dev/null 2>&1; then\n    pipx ensurepath\n    pipx install pre-commit-crocodile\n    pipx upgrade pre-commit-crocodile\n\n  # Option 2: If using pip\n  else\n    sudo pip3 install pre-commit-crocodile\n  fi\n}\n```\n\n---\n\n## Compatibility\n\nProjects compatible with `pre-commit-crocodile` can use this badge to ease things for developers, both as an indicator and a documentation shortcut button :\n\n> [](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile)\n\n```markdown title=\"Badge in Markdown\"\n[](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile)\n```\n\n```html title=\"Badge in HTML\"\n<a href=\"https://radiandevcore.gitlab.io/tools/pre-commit-crocodile\"><img src=\"https://img.shields.io/badge/pre--commit--crocodile-enabled-brightgreen?logo=gitlab\" alt=\"pre-commit-crocodile\" style=\"max-width:100%;\"></a>\n```\n\n---\n\n<span class=\"page-break\"></span>\n\n## Projects with configurations | [](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile)\n\n### Configure engine to use (once per user)\n\n- **[prek](https://github.com/j178/prek):** Recent Rust re-implementation, in development and faster (default, recommended)\n- **[pre-commit](https://pre-commit.com/):** Original Python implementation, stable but slower (legacy)\n\n```bash\npre-commit-crocodile --set-engine [pre-commit,prek]\n```\n\n### Install dependencies (once per user)\n\n```bash\npre-commit-crocodile --install\n```\n\n### Enable hooks for a project\n\n```bash\npre-commit-crocodile --enable\n```\n\n### Manually run hooks of a project\n\n```bash\npre-commit-crocodile --run\n```\n\n### Disable hooks for a project\n\n```bash\npre-commit-crocodile --disable\n```\n\n---\n\n## Projects without configurations | [](https://github.com/pre-commit/pre-commit)\n\n### Import or refresh configurations\n\n```bash\npre-commit-crocodile --configure\n```\n\n---\n\n## Projects maintenance | [](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile)\n\n### Update hooks automatically\n\n```bash\npre-commit-crocodile --autoupdate\n```\n\n### Cleanup hooks cache\n\n```bash\npre-commit-crocodile --clean\n```\n\n---\n\n<span class=\"page-break\"></span>\n\n## Dependencies\n\n- [colored](https://pypi.org/project/colored/): Terminal colors and styles\n- [commitizen](https://pypi.org/project/commitizen/): Simple commit conventions for internet citizens\n- [pre-commit](https://pre-commit.com/): A framework for managing and maintaining pre-commit hooks\n- [pre-commit-crocodile](https://radiandevcore.gitlab.io/tools/pre-commit-crocodile): Git hooks manager intended for developers using pre-commit, prek and commitizen\n- [prek](https://github.com/j178/prek): Better `pre-commit`, re-engineered in Rust\n- [setuptools](https://pypi.org/project/setuptools/): Build and manage Python packages\n- [update-checker](https://pypi.org/project/update-checker/): Check for package updates on PyPI\n- [uv](https://github.com/astral-sh/uv): An extremely fast Python package and project manager, written in Rust.\n\n---\n\n## References\n\n- [.gitlab-ci.yml](https://docs.gitlab.com/ee/ci/yaml/): GitLab CI/CD Pipeline Configuration Reference\n- [conventionalcommits](https://www.conventionalcommits.org/en/v1.0.0/): Conventional Commits specification for commit messages\n- [gcil](https://radiandevcore.gitlab.io/tools/gcil): Launch .gitlab-ci.yml jobs locally\n- [git-cliff](https://github.com/orhun/git-cliff): CHANGELOG generator\n- [gitlab-release](https://pypi.org/project/gitlab-release/): Utility for publishing on GitLab\n- [mkdocs](https://www.mkdocs.org/): Project documentation with Markdown\n- [mkdocs-coverage](https://pawamoy.github.io/mkdocs-coverage/): Coverage plugin for mkdocs documentation\n- [mkdocs-exporter](https://adrienbrignon.github.io/mkdocs-exporter/): Exporter plugin for mkdocs documentation\n- [mkdocs-material](https://squidfunk.github.io/mkdocs-material/): Material theme for mkdocs documentation\n- [mypy](https://pypi.org/project/mypy/): Optional static typing for Python\n- [pexpect-executor](https://radiandevcore.gitlab.io/tools/pexpect-executor): Automate interactive CLI tools actions\n- [PyPI](https://pypi.org/): The Python Package Index\n- [termtosvg](https://pypi.org/project/termtosvg/): Record terminal sessions as SVG animations\n- [twine](https://pypi.org/project/twine/): Utility for publishing on PyPI\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Git hooks manager intended for developers using pre-commit, prek and commitizen",
    "version": "8.0.0",
    "project_urls": {
        "Bug Reports": "https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile/-/issues",
        "Changelog": "https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile/blob/main/CHANGELOG.md",
        "Documentation": "https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile#pre-commit-crocodile",
        "Homepage": "https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile",
        "Source": "https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile",
        "Statistics": "https://pypistats.org/packages/pre-commit-crocodile"
    },
    "split_keywords": [
        "git",
        "pre-commit",
        "hooks",
        "prek",
        "commitizen"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef5d5390ff29471940c8fa86e6ecd6f58afc5e44581424bb7f3d1708d448a9a9",
                "md5": "bcf3ee2ac341594dbfcff7739d6b16e5",
                "sha256": "552dd3ec79acdb256f2e91fc1490b419bbc498d6db8e988401d4caba79f56a36"
            },
            "downloads": -1,
            "filename": "pre_commit_crocodile-8.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcf3ee2ac341594dbfcff7739d6b16e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3",
            "size": 51401,
            "upload_time": "2025-09-14T20:09:46",
            "upload_time_iso_8601": "2025-09-14T20:09:46.785924Z",
            "url": "https://files.pythonhosted.org/packages/ef/5d/5390ff29471940c8fa86e6ecd6f58afc5e44581424bb7f3d1708d448a9a9/pre_commit_crocodile-8.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87d5b4b4d46595b45694895f3a1149073dd50511f79cc5473bd7abcf247bbb05",
                "md5": "451a1997b31ffdb9382a441fdd804d33",
                "sha256": "4f2acd62c3a788877a724800654df8148c66d55827ab85acede7b802f886209b"
            },
            "downloads": -1,
            "filename": "pre_commit_crocodile-8.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "451a1997b31ffdb9382a441fdd804d33",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3",
            "size": 158789,
            "upload_time": "2025-09-14T20:09:47",
            "upload_time_iso_8601": "2025-09-14T20:09:47.855934Z",
            "url": "https://files.pythonhosted.org/packages/87/d5/b4b4d46595b45694895f3a1149073dd50511f79cc5473bd7abcf247bbb05/pre_commit_crocodile-8.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-14 20:09:47",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "RadianDevCore",
    "gitlab_project": "tools",
    "lcname": "pre-commit-crocodile"
}