pybazel


Namepybazel JSON
Version 0.5.3 PyPI version JSON
download
home_pagehttps://github.com/jmelahman/pybazel
SummaryA python client for Bazel
upload_time2023-03-12 12:51:49
maintainer
docs_urlNone
authorJamison Lahman
requires_python>=3.7
licenseMIT
keywords bazel bazelbuild buildtools tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pybazel

A python client for Bazel.

## Install

Pybazel is available as a [pypi package](https://pypi.org/project/pybazel/).

```shell
pip install pybazel
```

## Usage

```shell
python -c 'import pybazel; print(pybazel.BazelClient().info())'
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jmelahman/pybazel",
    "name": "pybazel",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "bazel,bazelbuild,buildtools,tools",
    "author": "Jamison Lahman",
    "author_email": "jamison@lahman.dev",
    "download_url": "https://files.pythonhosted.org/packages/85/2f/411e4a0900c7b3a6c617303c9ce99975be749b29dba392fcd3192275cf64/pybazel-0.5.3.tar.gz",
    "platform": null,
    "description": "# pybazel\n\nA python client for Bazel.\n\n## Install\n\nPybazel is available as a [pypi package](https://pypi.org/project/pybazel/).\n\n```shell\npip install pybazel\n```\n\n## Usage\n\n```shell\npython -c 'import pybazel; print(pybazel.BazelClient().info())'\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python client for Bazel",
    "version": "0.5.3",
    "split_keywords": [
        "bazel",
        "bazelbuild",
        "buildtools",
        "tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "852f411e4a0900c7b3a6c617303c9ce99975be749b29dba392fcd3192275cf64",
                "md5": "bcbc60e08a389266839c44c66785db07",
                "sha256": "b6340251b778b650436e712fd2c0aaaaa6908a998576d8ffe0bfdb94c03ad676"
            },
            "downloads": -1,
            "filename": "pybazel-0.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "bcbc60e08a389266839c44c66785db07",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6719,
            "upload_time": "2023-03-12T12:51:49",
            "upload_time_iso_8601": "2023-03-12T12:51:49.988412Z",
            "url": "https://files.pythonhosted.org/packages/85/2f/411e4a0900c7b3a6c617303c9ce99975be749b29dba392fcd3192275cf64/pybazel-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-12 12:51:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jmelahman",
    "github_project": "pybazel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pybazel"
}
        
Elapsed time: 0.04660s