prospector-profile-utils


Nameprospector-profile-utils JSON
Version 1.7.2 PyPI version JSON
download
home_pagehttps://github.com/sbrunner/prospector-profile-utils
SummarySome utility Prospector profiles.
upload_time2024-02-02 15:31:30
maintainer
docs_urlNone
authorStéphane Brunner
requires_python
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:no-design-checks
```

## 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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "St\u00e9phane Brunner",
    "author_email": "stephane.brunner@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/03/b4/0faa2a89d771b648ef7c5a85f405ccd16c01ab852c4e7816e5dbff3c1035/prospector_profile_utils-1.7.2.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:no-design-checks\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.7.2",
    "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": "ad5f8cceab8f73695648e598d887351202c7ad4ef713f4d271438c5192327af6",
                "md5": "45203b86f07e1e2dfcf702b4b1443dda",
                "sha256": "b22f391258c8baff67a56c93fccabd0a62a637572330ca6b520586065cd7912d"
            },
            "downloads": -1,
            "filename": "prospector_profile_utils-1.7.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45203b86f07e1e2dfcf702b4b1443dda",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 3452,
            "upload_time": "2024-02-02T15:31:29",
            "upload_time_iso_8601": "2024-02-02T15:31:29.824941Z",
            "url": "https://files.pythonhosted.org/packages/ad/5f/8cceab8f73695648e598d887351202c7ad4ef713f4d271438c5192327af6/prospector_profile_utils-1.7.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03b40faa2a89d771b648ef7c5a85f405ccd16c01ab852c4e7816e5dbff3c1035",
                "md5": "5be118fbac16cd87fce71a5e3f852dbc",
                "sha256": "200f955d4c506e1ed2b111d986062ef54c01879889809b505aaebdb17dfe3622"
            },
            "downloads": -1,
            "filename": "prospector_profile_utils-1.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5be118fbac16cd87fce71a5e3f852dbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2548,
            "upload_time": "2024-02-02T15:31:30",
            "upload_time_iso_8601": "2024-02-02T15:31:30.785185Z",
            "url": "https://files.pythonhosted.org/packages/03/b4/0faa2a89d771b648ef7c5a85f405ccd16c01ab852c4e7816e5dbff3c1035/prospector_profile_utils-1.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 15:31:30",
    "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.17388s