prospector-profile-utils


Nameprospector-profile-utils JSON
Version 1.14.1 PyPI version JSON
download
home_pagehttps://github.com/sbrunner/prospector-profile-utils
SummarySome utility Prospector profiles.
upload_time2024-12-03 14:08:50
maintainerNone
docs_urlNone
authorStéphane Brunner
requires_python<4.0,>=3.9
licenseBSD-2-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Prospector profile utils

It contains some utility Prospector profiles.

## Usage

```bash
pip install prospector-profile-utils
```

Then, in your `.prospector.yaml` file, you can use the profiles like this:

```yaml
inherits:
  - utils:base
  - utils:fix
  - utils:c2cwsgiutils
  - utils:no-design-checks
  - utils:unsafe
```

It probide also an alternate base witch activate less strict checks:

```yaml
inherits:
  - utils:base-less-strict
```

## Contributing

Install the pre-commit hooks:

```bash
pip install pre-commit
pre-commit install --allow-missing-config
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sbrunner/prospector-profile-utils",
    "name": "prospector-profile-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "St\u00e9phane Brunner",
    "author_email": "stephane.brunner@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1c/7a/c2db9f5a0754e868f1699ca6d28eba59e3a8e38f8a52d900935329903273/prospector_profile_utils-1.14.1.tar.gz",
    "platform": null,
    "description": "# Prospector profile utils\n\nIt contains some utility Prospector profiles.\n\n## Usage\n\n```bash\npip install prospector-profile-utils\n```\n\nThen, in your `.prospector.yaml` file, you can use the profiles like this:\n\n```yaml\ninherits:\n  - utils:base\n  - utils:fix\n  - utils:c2cwsgiutils\n  - utils:no-design-checks\n  - utils:unsafe\n```\n\nIt probide also an alternate base witch activate less strict checks:\n\n```yaml\ninherits:\n  - utils:base-less-strict\n```\n\n## Contributing\n\nInstall the pre-commit hooks:\n\n```bash\npip install pre-commit\npre-commit install --allow-missing-config\n```\n\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Some utility Prospector profiles.",
    "version": "1.14.1",
    "project_urls": {
        "Homepage": "https://github.com/sbrunner/prospector-profile-utils",
        "Repository": "https://github.com/sbrunner/prospector-profile-utils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81c63a4f1f2b421daf0ab404169cb8435cfa9145262e35aff65c3fb66f7d1cfb",
                "md5": "e01a6242fc0ab2cb7e5ef35fdb9ea7ba",
                "sha256": "1b7d79e4293c76f9ea5107b691c888e76933aa29d33e8f8b8750dc0aeea3b657"
            },
            "downloads": -1,
            "filename": "prospector_profile_utils-1.14.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e01a6242fc0ab2cb7e5ef35fdb9ea7ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 5452,
            "upload_time": "2024-12-03T14:08:49",
            "upload_time_iso_8601": "2024-12-03T14:08:49.839357Z",
            "url": "https://files.pythonhosted.org/packages/81/c6/3a4f1f2b421daf0ab404169cb8435cfa9145262e35aff65c3fb66f7d1cfb/prospector_profile_utils-1.14.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c7ac2db9f5a0754e868f1699ca6d28eba59e3a8e38f8a52d900935329903273",
                "md5": "0d0a30236469a90047ba9d130401f636",
                "sha256": "5447086f9a7ddba02d8ee7322baa30c80c1376328677a6593165fab23e2e4bf2"
            },
            "downloads": -1,
            "filename": "prospector_profile_utils-1.14.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0d0a30236469a90047ba9d130401f636",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 3569,
            "upload_time": "2024-12-03T14:08:50",
            "upload_time_iso_8601": "2024-12-03T14:08:50.716508Z",
            "url": "https://files.pythonhosted.org/packages/1c/7a/c2db9f5a0754e868f1699ca6d28eba59e3a8e38f8a52d900935329903273/prospector_profile_utils-1.14.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 14:08:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sbrunner",
    "github_project": "prospector-profile-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "prospector-profile-utils"
}
        
Elapsed time: 0.35229s