valveexe


Namevalveexe JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://pysourcesdk.github.io/ValveEXE/
SummaryA library to issue console commands to Source Engine game clients
upload_time2023-08-05 04:37:01
maintainer
docs_urlNone
authorMaxime Dupuis
requires_python
licensegpl-3.0
keywords exe source sourcesdk hammer valve game client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/pySourceSDK/ValveEXE/blob/master/LICENSE.txt)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/valveexe.svg)](https://pypi.python.org/pypi/valveexe/)
[![PyPI version fury.io](https://badge.fury.io/py/valveexe.svg)](https://pypi.python.org/pypi/valveexe/)

# ValveEXE

ValveEXE is a python library to interact with Source Engine game clients. It provides ways to input console
commands as well as ways to read console output. It is primarily intended to assist in creating modding tools.

Full documentation: https://pysourcesdk.github.io/ValveEXE/

> This library is completely VAC safe. It does not interact with memory in any way that might be
> frowned upon by anti-cheat. Console commands are issued either via RCON or by launch parameters.
> The console output is read from the disk, in log files provided by the game.

## Installation

### PyPI

ValveEXE is available on the Python Package Index. This makes installing it with pip as easy as:

```bash
pip3 install valveexe
```

### Git

If you want the latest code or even feel like contributing, the code is available on GitHub.

You can easily clone the code with git:

```bash
git clone git@github.com:pySourceSDK/ValveEXE.git
```

and install it with:

```bash
python3 setup.py install
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://pysourcesdk.github.io/ValveEXE/",
    "name": "valveexe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "exe,source,sourcesdk,hammer,valve,game,client",
    "author": "Maxime Dupuis",
    "author_email": "mdupuis@hotmail.ca",
    "download_url": "https://files.pythonhosted.org/packages/0b/2c/672b2e5fe2e6c3f781732b8f414d0ab2d03efb530a1c8294f5c1fc442983/valveexe-0.1.3.tar.gz",
    "platform": null,
    "description": "[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/pySourceSDK/ValveEXE/blob/master/LICENSE.txt)\n[![PyPI pyversions](https://img.shields.io/pypi/pyversions/valveexe.svg)](https://pypi.python.org/pypi/valveexe/)\n[![PyPI version fury.io](https://badge.fury.io/py/valveexe.svg)](https://pypi.python.org/pypi/valveexe/)\n\n# ValveEXE\n\nValveEXE is a python library to interact with Source Engine game clients. It provides ways to input console\ncommands as well as ways to read console output. It is primarily intended to assist in creating modding tools.\n\nFull documentation: https://pysourcesdk.github.io/ValveEXE/\n\n> This library is completely VAC safe. It does not interact with memory in any way that might be\n> frowned upon by anti-cheat. Console commands are issued either via RCON or by launch parameters.\n> The console output is read from the disk, in log files provided by the game.\n\n## Installation\n\n### PyPI\n\nValveEXE is available on the Python Package Index. This makes installing it with pip as easy as:\n\n```bash\npip3 install valveexe\n```\n\n### Git\n\nIf you want the latest code or even feel like contributing, the code is available on GitHub.\n\nYou can easily clone the code with git:\n\n```bash\ngit clone git@github.com:pySourceSDK/ValveEXE.git\n```\n\nand install it with:\n\n```bash\npython3 setup.py install\n```\n",
    "bugtrack_url": null,
    "license": "gpl-3.0",
    "summary": "A library to issue console commands to Source Engine game clients",
    "version": "0.1.3",
    "project_urls": {
        "Documentation": "https://pysourcesdk.github.io/ValveEXE/",
        "Github": "https://github.com/pySourceSDK/ValveEXE",
        "Homepage": "https://pysourcesdk.github.io/ValveEXE/"
    },
    "split_keywords": [
        "exe",
        "source",
        "sourcesdk",
        "hammer",
        "valve",
        "game",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "444863a63e8f848cab5ff2ea2b04ca346ffafd1a09876be8d2c082a92a9dfa8e",
                "md5": "bef47d19969c1d6e5e27324b59c41e2e",
                "sha256": "cc89dbf3a093946f577f6361b93828c69031bbc13e84c382ee06fc5e50a90791"
            },
            "downloads": -1,
            "filename": "valveexe-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bef47d19969c1d6e5e27324b59c41e2e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18665,
            "upload_time": "2023-08-05T04:37:00",
            "upload_time_iso_8601": "2023-08-05T04:37:00.070149Z",
            "url": "https://files.pythonhosted.org/packages/44/48/63a63e8f848cab5ff2ea2b04ca346ffafd1a09876be8d2c082a92a9dfa8e/valveexe-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b2c672b2e5fe2e6c3f781732b8f414d0ab2d03efb530a1c8294f5c1fc442983",
                "md5": "b7104db2a1c541e523cf24eaddc2aa7d",
                "sha256": "78627c4dbcbed39d1d20abba7e3454abc0eea852271308202d947e3fe2b6363a"
            },
            "downloads": -1,
            "filename": "valveexe-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b7104db2a1c541e523cf24eaddc2aa7d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17641,
            "upload_time": "2023-08-05T04:37:01",
            "upload_time_iso_8601": "2023-08-05T04:37:01.896589Z",
            "url": "https://files.pythonhosted.org/packages/0b/2c/672b2e5fe2e6c3f781732b8f414d0ab2d03efb530a1c8294f5c1fc442983/valveexe-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-05 04:37:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pySourceSDK",
    "github_project": "ValveEXE",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "valveexe"
}
        
Elapsed time: 0.10889s