bolton-proctor


Namebolton-proctor JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/python-boltons/proctor
Summaryprocess doctor (PROCTOR)... Utilities related to process / thread management.
upload_time2022-02-14 23:27:17
maintainer
docs_urlNone
authorBryan M Bugyi
requires_python>=3.8
licenseMIT license
keywords
VCS
bugtrack_url
requirements bolton-eris bolton-ion bolton-metaman bolton-typist
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # proctor

**process doctor (PROCTOR)... Utilities related to process / thread management.**

_project status badges:_

[![CI Workflow](https://github.com/python-boltons/proctor/actions/workflows/ci.yml/badge.svg)](https://github.com/python-boltons/proctor/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/python-boltons/proctor/branch/master/graph/badge.svg)](https://codecov.io/gh/python-boltons/proctor)
[![Documentation Status](https://readthedocs.org/projects/bolton-proctor/badge/?version=latest)](https://bolton-proctor.readthedocs.io/en/latest/?badge=latest)
[![Package Health](https://snyk.io/advisor/python/bolton-proctor/badge.svg)](https://snyk.io/advisor/python/bolton-proctor)

_version badges:_

[![Project Version](https://img.shields.io/pypi/v/bolton-proctor)](https://pypi.org/project/bolton-proctor/)
[![Python Versions](https://img.shields.io/pypi/pyversions/bolton-proctor)](https://pypi.org/project/bolton-proctor/)
[![Cookiecutter: cc-python](https://img.shields.io/static/v1?label=cc-python&message=2022.01.04&color=d4aa00&logo=cookiecutter&logoColor=d4aa00)](https://github.com/python-boltons/cc-python)
[![Docker: pythonboltons/main](https://img.shields.io/static/v1?label=pythonboltons%20%2F%20main&message=2021.12.22&color=8ec4ad&logo=docker&logoColor=8ec4ad)](https://github.com/python-boltons/docker-python)


## Installation 🗹

To install `proctor` using [pip][9], run the following
commands in your terminal:

``` shell
python3 -m pip install --user bolton-proctor  # install proctor
```

If you don't have pip installed, this [Python installation guide][10] can guide
you through the process.

<!-- [[[[[kooky.cog
from pathlib import Path

lines = Path("./docs/design/design.md").read_text().split("\n")
if any(L.strip() for L in lines):
    fixed_lines = [L.replace("(.", "(./docs/design") if L.startswith("![") else L for L in lines]
    print("## Design Diagrams\n")
    print("\n".join(fixed_lines))
]]]]] -->
<!-- [[[[[end]]]]] -->


## Useful Links 🔗

* [API Reference][3]: A developer's reference of the API exposed by this
  project.
* [cc-python][4]: The [cookiecutter][5] that was used to generate this project.
  Changes made to this cookiecutter are periodically synced with this project
  using [cruft][12].
* [CHANGELOG.md][2]: We use this file to document all notable changes made to
  this project.
* [CONTRIBUTING.md][7]: This document contains guidelines for developers
  interested in contributing to this project.
* [Create a New Issue][13]: Create a new GitHub issue for this project.
* [Documentation][1]: This project's full documentation.


[1]: https://bolton-proctor.readthedocs.io/en/latest
[2]: https://github.com/python-boltons/proctor/blob/master/CHANGELOG.md
[3]: https://bolton-proctor.readthedocs.io/en/latest/modules.html
[4]: https://github.com/python-boltons/cc-python
[5]: https://github.com/cookiecutter/cookiecutter
[6]: https://docs.readthedocs.io/en/stable/
[7]: https://github.com/python-boltons/proctor/blob/master/CONTRIBUTING.md
[8]: https://github.com/python-boltons/proctor
[9]: https://pip.pypa.io
[10]: http://docs.python-guide.org/en/latest/starting/installation/
[11]: https://github.com/pypa/pipx
[12]: https://github.com/cruft/cruft
[13]: https://github.com/python-boltons/proctor/issues/new/choose



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-boltons/proctor",
    "name": "bolton-proctor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Bryan M Bugyi",
    "author_email": "bryanbugyi34@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/e7/ff680248e5d5e4dd2e97ad250de340e14401454b322a94661bdc85c8013b/bolton-proctor-0.2.2.tar.gz",
    "platform": "",
    "description": "# proctor\n\n**process doctor (PROCTOR)... Utilities related to process / thread management.**\n\n_project status badges:_\n\n[![CI Workflow](https://github.com/python-boltons/proctor/actions/workflows/ci.yml/badge.svg)](https://github.com/python-boltons/proctor/actions/workflows/ci.yml)\n[![Coverage](https://codecov.io/gh/python-boltons/proctor/branch/master/graph/badge.svg)](https://codecov.io/gh/python-boltons/proctor)\n[![Documentation Status](https://readthedocs.org/projects/bolton-proctor/badge/?version=latest)](https://bolton-proctor.readthedocs.io/en/latest/?badge=latest)\n[![Package Health](https://snyk.io/advisor/python/bolton-proctor/badge.svg)](https://snyk.io/advisor/python/bolton-proctor)\n\n_version badges:_\n\n[![Project Version](https://img.shields.io/pypi/v/bolton-proctor)](https://pypi.org/project/bolton-proctor/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/bolton-proctor)](https://pypi.org/project/bolton-proctor/)\n[![Cookiecutter: cc-python](https://img.shields.io/static/v1?label=cc-python&message=2022.01.04&color=d4aa00&logo=cookiecutter&logoColor=d4aa00)](https://github.com/python-boltons/cc-python)\n[![Docker: pythonboltons/main](https://img.shields.io/static/v1?label=pythonboltons%20%2F%20main&message=2021.12.22&color=8ec4ad&logo=docker&logoColor=8ec4ad)](https://github.com/python-boltons/docker-python)\n\n\n## Installation \ud83d\uddf9\n\nTo install `proctor` using [pip][9], run the following\ncommands in your terminal:\n\n``` shell\npython3 -m pip install --user bolton-proctor  # install proctor\n```\n\nIf you don't have pip installed, this [Python installation guide][10] can guide\nyou through the process.\n\n<!-- [[[[[kooky.cog\nfrom pathlib import Path\n\nlines = Path(\"./docs/design/design.md\").read_text().split(\"\\n\")\nif any(L.strip() for L in lines):\n    fixed_lines = [L.replace(\"(.\", \"(./docs/design\") if L.startswith(\"![\") else L for L in lines]\n    print(\"## Design Diagrams\\n\")\n    print(\"\\n\".join(fixed_lines))\n]]]]] -->\n<!-- [[[[[end]]]]] -->\n\n\n## Useful Links \ud83d\udd17\n\n* [API Reference][3]: A developer's reference of the API exposed by this\n  project.\n* [cc-python][4]: The [cookiecutter][5] that was used to generate this project.\n  Changes made to this cookiecutter are periodically synced with this project\n  using [cruft][12].\n* [CHANGELOG.md][2]: We use this file to document all notable changes made to\n  this project.\n* [CONTRIBUTING.md][7]: This document contains guidelines for developers\n  interested in contributing to this project.\n* [Create a New Issue][13]: Create a new GitHub issue for this project.\n* [Documentation][1]: This project's full documentation.\n\n\n[1]: https://bolton-proctor.readthedocs.io/en/latest\n[2]: https://github.com/python-boltons/proctor/blob/master/CHANGELOG.md\n[3]: https://bolton-proctor.readthedocs.io/en/latest/modules.html\n[4]: https://github.com/python-boltons/cc-python\n[5]: https://github.com/cookiecutter/cookiecutter\n[6]: https://docs.readthedocs.io/en/stable/\n[7]: https://github.com/python-boltons/proctor/blob/master/CONTRIBUTING.md\n[8]: https://github.com/python-boltons/proctor\n[9]: https://pip.pypa.io\n[10]: http://docs.python-guide.org/en/latest/starting/installation/\n[11]: https://github.com/pypa/pipx\n[12]: https://github.com/cruft/cruft\n[13]: https://github.com/python-boltons/proctor/issues/new/choose\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "process doctor (PROCTOR)... Utilities related to process / thread management.",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/python-boltons/proctor"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb8813d6935d11e2e44e9a3170bd77206ec2d7c5377ef8471a863a8c8fe98b0f",
                "md5": "10a3acbcbb39b78d80ee731115894e1d",
                "sha256": "35ab8b9cf5686d94c20a906361bca88676f79ccf92d089407c99846ec0abef4a"
            },
            "downloads": -1,
            "filename": "bolton_proctor-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "10a3acbcbb39b78d80ee731115894e1d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4600,
            "upload_time": "2022-02-14T23:27:16",
            "upload_time_iso_8601": "2022-02-14T23:27:16.041667Z",
            "url": "https://files.pythonhosted.org/packages/bb/88/13d6935d11e2e44e9a3170bd77206ec2d7c5377ef8471a863a8c8fe98b0f/bolton_proctor-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fe7ff680248e5d5e4dd2e97ad250de340e14401454b322a94661bdc85c8013b",
                "md5": "5fe23d73ee13a85ade0ef15938ba6a02",
                "sha256": "c322eafacfde09d4e95261cd6a9c65aea40b3dc49087314eef3a5625b7cb0b64"
            },
            "downloads": -1,
            "filename": "bolton-proctor-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5fe23d73ee13a85ade0ef15938ba6a02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 31423,
            "upload_time": "2022-02-14T23:27:17",
            "upload_time_iso_8601": "2022-02-14T23:27:17.105090Z",
            "url": "https://files.pythonhosted.org/packages/4f/e7/ff680248e5d5e4dd2e97ad250de340e14401454b322a94661bdc85c8013b/bolton-proctor-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-02-14 23:27:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-boltons",
    "github_project": "proctor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "bolton-eris",
            "specs": [
                [
                    "==",
                    "0.2.3"
                ]
            ]
        },
        {
            "name": "bolton-ion",
            "specs": [
                [
                    "==",
                    "0.1.0"
                ]
            ]
        },
        {
            "name": "bolton-metaman",
            "specs": [
                [
                    "==",
                    "0.1.1"
                ]
            ]
        },
        {
            "name": "bolton-typist",
            "specs": [
                [
                    "==",
                    "0.2.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "bolton-proctor"
}
        
Elapsed time: 0.69412s